1. Vipin Dwivedi
  2. PowerBuilder
  3. Saturday, 25 August 2018 08:37 AM UTC

Hi,

I am calling below code in a batch script the build pbd and exe. code I am calling at root folder (where ws_object folder reside). Picture files and pbr file is under "_resources" folder(_resources and ws_object folder is at same level).

"C:\Program Files (x86)\Appeon\Shared\PowerBuilder\pbc170.exe" /d "abc.pbt" /o "abc.exe" /r "_resources\abc.pbr" /w n /f /m n /x 32 /bg y /p "TEST" /cp "TEST" /de "TEST" /v "1.3.0.0" /vn "1.0.0.1" /fv "1.0.0.1" /fvn "1.0.0.1" /ge 0

When above command runs, it creates PBD successfully but failed to create exe file with link error message.

Any idea?

Vipin

Vipin Dwivedi Accepted Answer Pending Moderation
  1. Tuesday, 28 August 2018 23:20 PM UTC
  2. PowerBuilder
  3. # 1

Any suggestion is greatly appreciated.

Comment
There are no comments made yet.
Kirby Cemanes Accepted Answer Pending Moderation
  1. Thursday, 15 November 2018 17:16 PM UTC
  2. PowerBuilder
  3. # 2

Getting the same issue on a different project. Not sure where to look for a potential resolution or identify the cause. Please assist. Thank you.

Comment
There are no comments made yet.
Ken Guo @Appeon Accepted Answer Pending Moderation
  1. Friday, 16 November 2018 08:27 AM UTC
  2. PowerBuilder
  3. # 3

Hi Vipin,

Can you please try the following?
1. Please try adjusting the PBL order so that the ancestor objects come before the descentants. Then execute PBC.
2. Copy all PBL files and PBT files to a new directory and then execute PBC.
3. Do not use PBR file.
4. Try to set your security software to add “pbc170.exe” to the while list.
If it still doesn’t work, we suggest that you submit a bug in Appeon Support site (https://www.appeon.com/standardsupport/) and provide a reproducible test case.

 

Regards,

Ken

 

 

Comment
  1. Vipin Dwivedi
  2. Friday, 16 November 2018 16:46 PM UTC
Thanks for your reply. Somehow, I was able to resolve the issue.
  1. Helpful
There are no comments made yet.
Ken Guo @Appeon Accepted Answer Pending Moderation
  1. Monday, 19 November 2018 01:32 AM UTC
  2. PowerBuilder
  3. # 4

Hi Vipin,

Can you let us know what exactly you did to resolve the issue?

 

Regards,

Ken

Comment
  1. Vipin Dwivedi
  2. Tuesday, 20 November 2018 18:58 PM UTC
I reload the pbc170.exe and it went fine after.
  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.