I am currently experiencing an issue with an application that I have that was recently migrated to PB 2019. When calling the orcascript with orcascr190.exe the application will crash listing the faulting module as MSVCR100.dll. The same orcascript which I'm only using to rebuild the PBLs from source worked fine in 12.5 when called with orcascr125.exe.
I've tried running the orcascr190.exe with a full PowerBuilder 2019 install and also just the one provided by the AutoCompiler install and the results are the same. I read elsewhere about potential conflicts with Visual Studio and ran it on a server but with and without Visual Studio and received the same results. The Orscascript which was working for me in 12.5 but is now no longer working is below:
start session
scc set connect property logfile "D:\Work\PBApps\build_pbgo.log"
scc set connect property logappend FALSE
Scc set connect property deletetempfiles "FALSE"
scc set connect property localprojpath "D:\Work\PBApps"
scc connect offline
scc set target "D:\Work\PBApps\trunk\src\PBGO\pbgo.pbt" ImportOnly refresh_all
scc refresh target migrate