Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
We use QV 11.20.12742.0 SR12 Local Client for 1 User on a Microsoft Windows Terminalserver 2008 R2 (first installed just yet).
The application runs very well, but the reload "hangs". The reload-process loads about 7 minutes, then you see, that the last command is executed. After that, the reload-window does not Close and we have 6% CPU ulilization "forever".
The Skript seemed to be ok, because it runs on an older QV-Version and an older Server (32-Bit) many years.
What can we do?
Thanks for your support. The Skript contains RESIDENT-commands which are not caused a problem in the older Version (V5) but now in V11. After removing these commands and redesign the skript the problem is fixed.
Did you check the "Close"-Tickmark in the script-screen?
Peter
Yes, of course.
The counter stops after 7 Minutes, so you can see, that the exucution of the script is finished, but the window does not Close and the CPU-utilization is still there and you can wait forerver...
Hi,
Test Reload using Debug and Limit Load.
Do you have any synthetic key or Circular Loop inside it???
Regards
Does it have same behaviour with limited amount of data?
Are there some extensive joins in the script? synthetic keys? do the keys have same datatype (integer vs decimals)? what does the log say?
But CPU-utilization points to huge cartesian products (synthetic keys) - this would be the first address.
If running locally (not reload via server), would then also check for extensive open tables.
Peter
This normally happens when you have synthetic keys being created in the script. Try loading the data through limited load/debugger and analyse if there are any synthetic keys being created. Uncheck the "Close" so that you can see at the end of reload if there are any synthetic keys being made.
If there are synthetic keys then you will have to optimize your script and get rid of as many synthetic keys as possible (ideally zero).
Thanks for your support. The Skript contains RESIDENT-commands which are not caused a problem in the older Version (V5) but now in V11. After removing these commands and redesign the skript the problem is fixed.