Feature Hyperlinks
Can anyone help me to properly configure a Feature Hyperlink? I think my problem is setting up the URI with the correct path and token. I have a polygon layer that I want to link to my PDF document. The layer has a field GRID200 has the replaceable value the rest is constant. I assume it goes something like: (file://\\[Server]\[Virtual) \\[Server]\[Virtual Directory]\&"SS-"&[GRID200]&".PDF"
-
Please Help!!
I still struggle with this.
Thanks,
Dominic
0 -
I don't believe there is a way to do this within the existing geocortex framework without custom coding.
0 -
Patrick,
The correct syntax is: http://YourServer/VirtualDirectory/SS-{GRID200}.PDF
For more information, refer to section 14.1 About Feature Hyperlinks of Geocortex Essentials Admin Guide. Also note that network shares (\\Server\Share) are not allowed, you need to use HTTP.
Hope this helps,
--Alejandro
0 -
Exactly what I needed, works, thank-you.
I have another question that came up regarding permissions to the virtual directory. After I made the change, I got a 404 error, insufficient privileges. I set the IIS_IUSRS account to Read and Execute access but that did not work, only adding Everyone worked. Any clues?
0 -
Patrick,
Try using IUSR (or IUSR_MachineName in IIS 5/6). T hat is because these are two different things. IIS_IUSRS is the group for IIS Worker Process Accounts . This means the identity that the application pool itself runs under. IUSR is the anonymous user identity. That means the identity that IIS believes to be the user who is accessing the site (when using anonymous authentication).
More info here:
http://serverfault.com/questions/202037/why-is-iis-iusrs-used-instead-of-iusr-for-file-permissions
--Alejandro
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
5 Kommentare