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