Problem
When trying to print a rotated map, a JPG is generated but not a PDF because the process stops.
WebOffice logs show only a server error 500 and the GEONIS WebAdaptor logs show nothing even with debug level. The reason is the time limit of the WebAdaptor which is defined in two places.
Solution
The following values have to be adjusted:
- Parameter "ServerTimeout" in the file webadaptor.config (values in milliseconds)
- Parameter "executionTimeout" in the file web.config (data in seconds)
The two values must be identical, otherwise they will be used alternately.
Comments
0 comments
Article is closed for comments.