Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All ,
Document Chaining is not working ONLY when file is opened on Server(We migrated from QV server 11->12).
So we have old server(version 11) and new server(version 12).
There is no issue in traversing between Doc 1->Doc 2 when file is opened in old server.
When doing same on new server , getting this error :
Error : "Server Communication Lost , closing document"
But when i try to open the files migrated to new windows server from Accesspoint , document chaining works , also works when file is opened directly in desktop version.
Not working when file is opened directly from server.
Plz help
Have a look at the following link, try increasing your SocketTimeoutInSeconds setting in the new environment, the default setting is 60 seconds I believe, if the app that is being called is rather large, that may explain things, the only other way around this would be to preload that other QVW file such that it is already in memory, that might do the trick too.
SocketTimeOutInSeconds setting
The only other thing of which I can think of is if the new environment has a network load balancer in it, be sure the session persistence maintains the same web server when making the call to open the other QVW, as if that changes, that may create the issue too. About all of which I can think that may be in play here.
Regards,
Brett