- Peter Huynh
- PowerBuilder
- Tuesday, 27 November 2018 04:06 PM UTC
Hello,
I was able to create my PBL files from the objects that were in my ws_objects folder. However, when I try to open the workspace in PowerBuilder I get a prompt to migrate the target.
Is it possible to set a version via orca script so that after building a PBL using orcascr170.exe and opening the workspace up in PowerBuilder you won't have to migrate the target?
Here is the orca script I'm using for reference:
start session
scc set connect property localprojpath "C:\Repositories\testing-pbr3"
scc connect offline
scc set target "C:\Repositories\testing-pbr3\code\application\src\test.pbt" refresh_all importonly
scc refresh target 3pass
scc close
end session
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.