1. Henrique Piazza
  2. PowerBuilder
  3. Thursday, 13 May 2021 20:35 PM UTC

I need to do a refresh in the PBLs without the IDE using GIT. Do I have how to do this without ORCA?

I need this to do a automatically deploy.

I need just do the refresh without rebuild.

Attachments (1)
Henrique Piazza Accepted Answer Pending Moderation
  1. Friday, 14 May 2021 12:36 PM UTC
  2. PowerBuilder
  3. # 1

I tried to use the OrcaScript but I could't do only the refresh. I tried:

"scc refresh target 3pass"

This one did a FuillBuild too and take around 5 hours in my big project.

I need to do just the refresh, that in the IDE take 3 minutes.

 

How can I do this?

Comment
There are no comments made yet.
Henrique Piazza Accepted Answer Pending Moderation
  1. Friday, 14 May 2021 12:35 PM UTC
  2. PowerBuilder
  3. # 2

I tried to use the OrcaScript but I could't do only the refresh. I tried:

"scc refresh target 3pass"

This one did a FuillBuild too and take around 5 hours in my big project.

I need to do just the refresh, that in the IDE take 3 minutes.

 

How can I do this?

 

Comment
There are no comments made yet.
Tom Jiang @Appeon Accepted Answer Pending Moderation
  1. Friday, 14 May 2021 07:05 AM UTC
  2. PowerBuilder
  3. # 3

René is correct. you will need OrcaScript or an external tool like PowerGen.

However, if you plan to upgrade to PB 2021, there is a new tool PBAutoBuild, which provide more powerful functions and will replace ORCA. For starters, it allows you to download source files, merge to PBLs and build the application all in one place. You can choose to just do the download source files and merge to PBLs parts. I recommend that you try it and see if it works for you. It is in beta test period, so your feedback is very important for us to improve this tool.

You can download and install PowerBuilder 2021 Beta to try this tool. The installer link is available in the download center: https://account.appeon.com/download.

Here is the documentation for how to use it for PowerServer project but PowerBuilder project is basically the same. You just need to export the JSON file from a normal application project rather than a PowerServer project in PB IDE. https://docs.appeon.com/pb2021/whats_new/Building_your_PowerServer_project_with_commands.html
Regards,

Tom Jiang

Comment
  1. René Ullrich
  2. Friday, 14 May 2021 07:14 AM UTC
Hi Tom, this sound very interesting!
  1. Helpful
There are no comments made yet.
René Ullrich Accepted Answer Pending Moderation
  1. Friday, 14 May 2021 04:51 AM UTC
  2. PowerBuilder
  3. # 4

I think you will need OrcaScript or an external tool like PowerGen.

If you use OrcaScript keep in mind that it currently will not delete object from libraries on Refresh. So you have to delete the PBLs first.

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.