1. Michael Kochevar
  2. PowerBuilder
  3. Tuesday, 22 January 2019 19:04 PM UTC

Hello,

Trying to use the Autocompile in PB2017 with our automated process but I am stuck on how to point to the workspace when PB is not installed.

The following lines are in an orca script that a batch file executes to do a GLV...

;**********************************************************************
;  This is the PBORCA file to GetLatest the Application from SC
;**********************************************************************
start session

set w:="C:\SOURCE\PB2017\BUILD-MKE.pbw"
set w:="C:\SOURCE\PB2017\SIMS\8.100\SIMS8100.pbt"

Without PB installed there is no way to create a workspace or a target. We are not installing PB and are trying to use the AutoCompile.exe functionality that is new to PB2017. Is there another way to perform the GLV?

 

Thank You for your time,

Mike

Ken Guo @Appeon Accepted Answer Pending Moderation
  1. Wednesday, 23 January 2019 01:56 AM UTC
  2. PowerBuilder
  3. # 1

Hi Mike,

 

PBW and PBT are both generated from PB IDE. Generally, when you use PBC (Auto Compile) you can directly use the existing PBW and PBT.

 

If you are building a tool, you can also create PBW and PBT by yourself. As to how to create PBW and PBT, you can open a demo PBW and PBT with a text editor and refer to its content format to create them yourself.

 

Regards,

Ken

 

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.