accessing the generated printing document
We have a geocortex viewer based on the sample flex viewer. http://www.envapps.sa.gov.au/firemaps/ when it prints it gives the server's url to access the generated pdf file. eg:http://egismaps.env.sa.gov.au/Geocortex/Essentials/REST3/REST/Geocortex.Web.CachedFileHandler.ashx?FileID=4c685d0e-41c8-4cd0-9399-714f2d7a9048 . This server is not accessable to the outside and hence cannot be downloaded. If you are internally, the file can be downloaded because we have access to the server.
why does the geocortex server generate that url and does anyone know which configuration changes need to be made to solve the issue. do you have a similar issue?
Thanks in advase.
-
Hi,
What version of Essentials are you running? If you are on 3.3 then check out the section entitled "Running Behind a Reverse Proxy" in the admin guide - I believe you need to set this up.
If you are running 3.4 then it is a bug, you can see the response here:
(http://support.geocortex.com/Forums/Thread.aspx?pageid=0&mid=2&ItemID=7&thread=45560) http://support.geocortex.com/Forums/Thread.aspx?pageid=0&mid=2&ItemID=7&thread=45560
(https://support.geocortex.com/essentialsGSCForum?sub-nav=forum&id=906600000000AZ2AAM) https://support.geocortex.com/essentialsGSCForum?sub-nav=forum&id=906600000000AZ2AAM?By the way I love the site - how did you set up the map themes, they look great?
Chris
0 -
Hello Chris,
Thank you for email.
We are running verson 3.0. Your email lead me on a line of thought/work that gave a working solution. I did a URL changing with a reverse proxy setting gave the solution I wanted. So I thank you very much.
map themes
========
*the map themes are generated dynamically looking at the geocortex site using action script in a widget i created myself.
*all the buttons are 'ArcGISTiledMapServiceLayer' base map (in the mapservice instead of operational).
*the 'ArcGISDynamicMapServiceLayer' is displayed through radio buttons. (an operational map)some code that might explain a little better.
----------------
mx:ToggleButtonBar - is used to display the map buttons. this is generated looking at the site. Even the labels come fromt the site.
mx:ToggleButtonBar itemClick="loadmap(event);" makes a new map visible and switches off the current on.basically that is what it does beside a little more functional for the tool.
Let me know if you want more code.
we have some updated caches coming through the next week.
Regards,
Ghehaan
0
Please sign in to leave a comment.
Comments
2 comments