-
Tom Peters
- PowerBuilder
- Wednesday, 8 July 2026 04:46 PM UTC
Good Day -
In testing orcascr250.exe, I am hitting some strange issue where memory is consumed and the process errors with R0108 after about an hour.
I delete all the PBLs and then use OrcaScr220/250 to rebuild them.
PB2022 R3
"C:\Program Files (x86)\Appeon\PowerBuilderUtilities 22.0\orcascr220.exe" "%CD%\OrcaScr220Import.DAT"
OrcaScr220Import.DAT
start session
set debug true
scc set connect property logfile ".\OrcaScr220Import.log"
scc set connect property localprojpath "."
scc connect offline
scc set target ".\powerbuilder\appname\appname.pbt" "refresh_all" "importonly"
scc refresh target "migrate"
scc close
end session
In PB2022 R3, this works fine and takes about 15 minutes. We've been rebuilding our PBLs this way for many releases and years.
I then migrate my source to PB2025 R2 and it all goes swimmingly. Then, I delete my PBLs and try to import using OrcaScr250.
PB2025
"C:\Program Files (x86)\Appeon\PowerBuilderUtilities 25.0\orcascr250.exe" "%CD%\OrcaScr250Import.DAT"
OrcaScr250Import.DAT
start session
set debug true
scc set connect property logfile ".\OrcaScr250Import.log"
scc set connect property localprojpath "."
scc connect offline
scc set target ".\powerbuilder\appname\appname.pbt" "refresh_all" "importonly"
scc refresh target "migrate"
scc close
end session
In PB2025, this crashes with "PowerBuilder application execution error R0108" after about an hour. Both of the above are run on Windows 11 Enterprise Build 26100.
This feels like I am missing a simple step. Any guidance would be appreciated.
Thanks,
Tom
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.