Hi Team,
We have powerbuilder application which is build in PowerBuilder 2019R3 and database is MS SQL. In the development environment application is running perfectly ok, but when we deployed it either to QA or client environment its taking time. For example - After login, to open the main window its taking 16seconds in development environment, but in QA or production its taking approximately 1 minute. In some modules we are experiencing the unusual crashes also. If we take the same scenario/same data/same database then in development environment no crashes happening.
Please find below all other details.
1> Pb2019R3
2> MS SQL server
3> I have tried using PB.ini with accessibility 0.
4> I have put the SQL trace also, as its working on dev environment, but not QA, so didnt get anything strange thing here.
5> Powerbuilder trace I put in the dev environement, not sure how to do the PB trace on other enviornment,if any suggestion please let me know.
Please suggest what are other things i need to check for the performance issue.
Regards
Subrat
This is critically important with DWO's as they get "all" their working fonts from the current default printer. If a default printer is not found OR the default printer does not have the desired fonts that the DWOs require, the PBVM will "dynamically try to synthesize them". This synthesis process is *extremely* CPU intensive and really slows every DWO rendering down *every* time any DWO tries to paint the area inside a DW Control. Thus, performance can degrade exponentially if these printer anomalies occur. Food for thought.
Regards ... Chris