Hello,
We have passed our application programmed with powerbuilder 2019 R3 to be executed through remote desktop in Window 2019 Server and we find that closing the response windows takes about 30 seconds to close the window and there is no code apparently running.
With remote desktop and Window 2012 Server it does not happen.
Any idea how to fix this?
Thank you in advanced,
Juan
The build is: PB 2019R3 build 2728
Regards, Juan
That should be a great build to use as it includes he latest MR. Did you also build your own PB.INI file and deploy it with your App EXE in the same folder?
You custom PB.ini should have the following (my suggestions) ...
[DataStore Behavior]
; No = do NOT use MS-Window handles in DS processing (Default is yes). "No" gives much better performance!
UseHwnd=no
; Can improve the speed for large row retrievals ...
; 0: Disable both MSAA and Microsoft UI Automation - 1: Enable both - 2: Enable Microsoft UI Automation only - 3: Enable MSAA only
Accessibility=0
HTH
Regards ... Chris