Hi All,
I have converted my application to PB2019 to PB2022 with 32 bit. Its successfully migrated . But now i am trying to upgrade this PB2022 application to 64 bit. While I am trying to automate the build through ORCA Script, in the log file i am seeing something unreal.
We are using 2 orca scripts to automate the build process.
1> for recompile
2> for deployment
Below is my ORCA Script for recompile
start session
set debug true
scc set connect property logfile "recompile.log"
scc set connect property localprojpath "D:\JenkinsWorkspaces\SIMS8.4_64bit\"
scc set connect property logappend false
scc connect offline
scc set target "D:\JenkinsWorkspaces\SIMS8.4_64bit\SIMS\8.400\sims8400.pbt" "refresh_all importonly"
scc refresh target incremental
scc refresh target "3pass"
scc close
end session
When i see the log,its ended with 'Calling cm_rebuild_application(CM_REBUILD_INCREMENTAL).'.
Not sure if this script success or not?
Now below is the ORCA Script log for deployment. Here its setting the Liblist, but not able to collect all pbls.
Below is the screenshot of the deployment ORCA script where I set the liblist.
You can see in the last line its not collected the pbl names.
I am not sure why this issue ? Can anyone please help me on this.
If you require more input please let me know. I am struggling since couple of days. :(
Regards
Subrat