1. Subrat patra
  2. PowerBuilder
  3. Friday, 27 October 2023 11:05 AM UTC

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

 

 

 

 

 

 

Subrat patra Accepted Answer Pending Moderation
  1. Friday, 17 November 2023 05:43 AM UTC
  2. PowerBuilder
  3. # 1

After recreate the workspace the issue resolved!!!. Thank you all

Comment
There are no comments made yet.
Subrat patra Accepted Answer Pending Moderation
  1. Friday, 27 October 2023 17:06 PM UTC
  2. PowerBuilder
  3. # 2

Hi Chris,


thanks for the reply. We are using ORCA since couple of years and now we migrated from PB2019 to PB2022. Its working perfectly. So we continue that.
Now we migrated to 64 bit, so I just change the ORCA command to support 64bit, but now its not working.
Now coming to the issue. i ran that ORCA script on command prompt and its throw the below error.

 

When I debug the below issue I got the below details. ucrtbase.pdb not loaded. I will try to update the pdb and retest.

 

Please let me know if you have any thought.

 

Regards

Subrat

 

Comment
  1. Chris Pollach @Appeon
  2. Friday, 27 October 2023 18:30 PM UTC
Hi Subrat;

I would definitely open a support ticket for this issue & attach these screen captures, the ORCA command file and any log(s) that you have to that ticket.

Regards .. Chris
  1. Helpful
There are no comments made yet.
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Friday, 27 October 2023 14:41 PM UTC
  2. PowerBuilder
  3. # 3

Hi Subrat;

  Q: Why are you using the ORCA utility vs using the new standard external compiler PBAutoBuild instead?

      FYI: PBAutoBuild (new since PB 2021) also does the SCC work as well.  ;-)

https://docs.appeon.com/pb/whats_new/PBAutoBuild_enhancements.html

Food for thought.

Regards ... Chris

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.