1. Haihong Yang
  2. PowerBuilder
  3. Friday, 30 July 2021 20:00 PM UTC

Hi,

I upgraded the project to PB 2019 R3.   

I run a PowerShell script to create ORCA Script file, and call to build my project. Following is the command line call to build the project.

& orcascr190.exe $fileName | Out-File -FilePath $logPathFile

I tried to catch detail build log. But the log file only have ORCA script command. It does not have the detail build log. I purposely add a corrupt object to the project. The log file does not have any error. Does anybody know how to catch the build log?

 

 

 

 

Ken Guo @Appeon Accepted Answer Pending Moderation
  1. Monday, 2 August 2021 09:59 AM UTC
  2. PowerBuilder
  3. # 1

Hi Haihong,

A brand new auto-development function PBAutoBuild210.exe is developed for PB 2021 which supports Get Source from source control, Import source to PBL, Full Build, and Deploy, etc.

Compared to ORCA, PBAutoBuild210.exe is simple operated and yet much more powerful. Moreover, it’s equipped with detailed log and error log.

PB 2021 GA is going to be released soon, I suggest you can experience it when it’s out.

You can refer to this link below for more details about PBAutoBuild210.exe:
https://docs.appeon.com/ps2021/Build_the_PowerServer_project_with_commands.html 


Regards,
Ken

Comment
There are no comments made yet.
mike S Accepted Answer Pending Moderation
  1. Saturday, 31 July 2021 12:38 PM UTC
  2. PowerBuilder
  3. # 2

this is what i do with old style batch file.

 

orcascr190 buildfromsource.orca > log\buildfromsource.log

 

and i append to it for my other processes:

 

orcascr190 buildfromsource2.orca >> log\buildfromsource.log

 

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.