- Daniel Oralek
- PowerBuilder
- Friday, 10 January 2020 11:57 AM UTC
Hi,
I would like automate compiling powerbuilder projects.
I am try compile .net assebly project using orca script and it is finishing with error:
Orca error in 'buildProject'. Result Code -21.
Component builder build for project p_webtime_assembly failed
I can not find what's the problem because direct in Powerbuilder it is working.
Orca script:
/*****************************************************/
start session
scc set connect property localprojpath "pb-time\"
;localprojpath must point to the parent directory of ws_objects folder
scc set connect property logfile "timeassebly_orca.log"
scc set connect property logappend false
scc set connect property deletetempfiles "true"
scc connect offline
scc set target "pb-time\Time\src\time_assembly.pbt" "refresh_all importonly"
;scc refresh target "3pass"
build application 3pass
build project "pb-time\Time\src\time_assembly.pbl" p_webtime_assembly
scc close
end session
/*****************************************************/
Best Regards
Daniel Orálek
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.