1. Adrian Parker
  2. PowerBuilder
  3. Wednesday, 25 April 2018 09:51 AM UTC

I have a workspace with 10 targets, 9 of which deploy without a problem.   When I try to deploy the last one however, it doesn't work; It does a full or incremental build, but then just doesn't create any of the PBDs or EXEs it is supposed to.   However, if I copy the text from the bottom of the project screen and use it in a dos batch tile to run PBC170, then it works fine.

I did a full build on two targets (payroll and person) and then tried to deploy both from the system tree (deploy projects both set to incremental build, pcode, 32 bit)

Working output from good deploy

 ---------- Deploy: Deploy of target payroll   (10:44:27)
 --------- Deploying project payroll
Creating executable file . . .
Inspecting Application Dependencies...
Inspecting Application Dependencies...
Inspecting application libraries...
Writing S:\NGEN_UK\APPS\payapp2.pbl(payroll) . . .
Inspecting application libraries...
 ---------- Finished Deploy of target payroll   (10:44:35)

Not Working output from problem deploy

 ---------- Deploy: Deploy of target person   (10:45:38)
 --------- Deploying project person
Creating executable file . . .
Inspecting Application Dependencies...
Inspecting Application Dependencies...
Inspecting application libraries...
 ---------- Finished Deploy of target person   (10:45:44)

Does PB create any log files detailing what it's doing ?

 

 

Olan Knight Accepted Answer Pending Moderation
  1. Tuesday, 1 May 2018 13:24 PM UTC
  2. PowerBuilder
  3. # 1

I mean no disrespect, but have you checked that the all of the PBD checkboxes are checked on the "Libraries" tabpage of the Project object?

Sometimes it's a simple problem.

I know this particular issue because it bit me just the other day!  :) 

 

Good Luck,

Olan

Comment
There are no comments made yet.
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Wednesday, 25 April 2018 14:06 PM UTC
  2. PowerBuilder
  3. # 2

Hi Adrian;

  Make sure that where your application's are located that there are no folders and/or files that are write protected.

FWIW: I would also make sure that you always start the PB IDE in ADMIN mode.

HTH

Regards ... Chris

Comment
  1. Adrian Parker
  2. Wednesday, 25 April 2018 14:46 PM UTC
I have tried running as admin with no luck.  I've also tried deleting the area where the exe is created and have ensured all PBDs are deleted.



I thought about permissions but it works fine from a dos batch file as a standard user.

  1. Helpful
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.