Looking for advice:
A 20+ yr old PowerBuilder app is being sunsetted, so we are trying to use PBTrace to see what code(windows/user-events/methods) are still being executed, so we know what scripts need to be converted/migrated to the new development stack.
Problems:
1. We have 1,000-2,000 end users, therefore I have to solve how to remotely retrieve the results of the trace from each file.
2. If #1 can be solved, is there a way to consolidate/rollup each one for a group report?
Need to report what users are actively using the system and what code they are executing
3. Are there better tools to read the captured trace file than the ones inside of the PowerBuilder 2019R3 environment under File->New
Thanks for your time.
Terry
Yes, I am still here (alive and licki9ng - LOL) and now working for Appeon. :-)
Sorry for the slow reply but I have been super busy this week with the PB 2022 R2 rollout.
I would recommend adding your own App Profiling code to track only exactly what you need! I added this feature to my STD Framework over a decade ago just for this and other exact data collection requirements for monitoring PB App resources being consumed.
FYI: http://chrispollach.blogspot.com/2015/10/app.html
In recent framework updates too, I have added the ability to track the Apps resources and also produce a "real time" App profile right within the App during it's execution. http://chrispollach.blogspot.com/2020/08/2020r2.html
Once the proper information that you desire is captured under PowerScipt control you can then run this through the various PB IDE's profile "viewers" or use what I did - in the STD Framework - utilize the BuildModel() command to render this information yourself - say in your own App modeller. ;-)
HTH
Regards ... Chris