-
Christopher Craft
- PowerBuilder
- Thursday, 30 October 2025 11:11 PM UTC
PB 2022
I am attempting to import source objects into a PBL using the ws_objects directory (No PBG file). The help says to use the following in the DAT file:
-
scc set connect property localprojpath -- Specifies the parent directory of the ws_objects folder. This example supposes ws_objects is located in D:\temp_svn.
-
scc connect offline -- Copies the objects from ws_objects up one level, that is, to the path specified in localprojpath (and it establishes no connection with the server).
Following is my DAT file:
start session
set debug true
scc set connect property logfile "E:\Famous60\Update\build\gitorca.log"
scc set connect property localprojpath "E:\Famous60\Update\build"
scc set connect property logappend false
scc set connect property deletetempfiles "true"
scc connect offline
scc set target "E:\Famous60\Update\build\updates.pbt" "refresh_all importonly"
scc refresh target incremental
scc refresh target "3pass"
scc close
end session
When I run ORCA for this file I get the following error:
Unable to process map file: e:\famous60\update\build\updates.pbg
e:\famous60\update\build\updates.pbl cannot be refreshed.
Why is it trying to use the PBG file? I have copied the source objects to the ..\build directory, to the ws_objects directory and even created a updates.pbl.src directory in ws_objects with the source files but I still always get the error. It has got to be something simple but I am out of ideas.
Thanks for any input on this,
Chris Craft
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.