1. Marius Visser
  2. PowerBuilder
  3. Thursday, 26 July 2018 11:13 AM UTC

I am trying to execute a command line build :

pbc170.exe /d "C:\Build\PBTit-CCH-17\PBL\ge_imed\imed.pbt" /o "C:\Build\PBTit-CCH-17\PBL\ge_imed\imed.exe" /r "C:\Build\PBTit-CCH-17\PBL\ge_bitmaps\imedicons.pbr" /w n /f /m y /tr n /in n /op 0 /x 32 /bg y /p "i2" /cp "PBT Insurance Technologies" /de "Sybase, Inc. Product File" /v "1,0,0,1" /fv "0.0.0.0" /ge 0 

 

Everything seems to work perfectly :

Creating : fine

Stage 1 : fine 

Stage 2 : fine

Regenerating : fine

Rebuild complete 


Creation of dynamic library failed
Creation of dynamic library failed
Creation of dynamic library failed
Creation of dynamic library failed
Creation of dynamic library failed
Creation of dynamic library failed
Creation of dynamic library failed
Creation of dynamic library failed

It does not create the dll's and exe???

 

Any advice or suggestions would be apreciated

Regards

 

Ranjiv Sharma Accepted Answer Pending Moderation
  1. Tuesday, 15 February 2022 16:26 PM UTC
  2. PowerBuilder
  3. # 1

Hi All,

I am trying the same error "Creation of dynamic library failed"

V 2017 R3 Build 1858

Compiles fine in IDE...the issue is with PBC170.exe 

I tried AutoCompile.exe no change!

 

 

 

Comment
There are no comments made yet.
Alex Schaab Accepted Answer Pending Moderation
  1. Wednesday, 17 June 2020 09:26 AM UTC
  2. PowerBuilder
  3. # 2

same issue for me ....

finally it was due to wrong version syntax

 

if you switch from machine code to pbd you should get another error message which lead me to this one

https://community.appeon.com/index.php/qna/q-a/autocompiler-fails-with-executable-link-error

Comment
There are no comments made yet.
Susana Domingos Accepted Answer Pending Moderation
  1. Wednesday, 12 June 2019 06:59 AM UTC
  2. PowerBuilder
  3. # 3

Hi all,

Same here, compiles without any issues in IDE, throws "Creation of dynamic library failed" while automating with Azure Devops using cmd task:

pbc190.exe /d "\myProject.pbt" /o "\myProject.exe" /r "\myProject.pbr" /w n /f /m y /tr n /in y /op 0 /x 32 /bg y /p "myProject" /cp "MyCompany" /de "myProject" /cr "myCopyright" /v "5.8462.$(Date:yyyyMMdd).$(Rev:.rrr)" /vn "5.8462.$(Date:yyyyMMdd).$(Rev:.rrr)" /fv "5.8462.$(Date:yyyyMMdd).$(Rev:.rrr)" /fvn "5.8462.$(Date:yyyyMMdd).$(Rev:.rrr)" /ge 0 /pd nyy

pbc190.exe is version 19.0.0.2082

 

Any help will be greatly appreciated.

Comment
There are no comments made yet.
Phil Wallingford Accepted Answer Pending Moderation
  1. Monday, 5 November 2018 20:13 PM UTC
  2. PowerBuilder
  3. # 4

In my experience this error (and Create Exectuable failed) is most often caused by a bad resource.  So remove the PBR reference and try it.  If the error doesn't appear it's a resource problem.

Phil

Comment
There are no comments made yet.
Mariano Collado @Appeon Accepted Answer Pending Moderation
  1. Thursday, 25 October 2018 17:39 PM UTC
  2. PowerBuilder
  3. # 5

Good day,

Please verify that you're using matching versions of PowerBuilder of the Appeon AutoCompiler.

You can verify this easily by going to your installed programs and checking that the product versions match. Please refer to the attached image.

To update your AutoCompiler, simply run the AutoCompile.exe (from a machine that has the appropriate version of PowerBuilder installed).

This .exe is located by default in C:\Program Files (x86)\Appeon\PowerBuilder 17.0\AutoCompiler

Cordially,

Mariano C.

Attachments (1)
Comment
  1. Ranjiv Sharma
  2. Tuesday, 15 February 2022 17:16 PM UTC
Hi,



In my case my autocompile.exe is version 17.0.0.0 and pb170.exe is 17.2.0.1858
  1. Helpful
  1. Mariano Collado @Appeon
  2. Tuesday, 15 February 2022 17:28 PM UTC
Hi Rajiv,

If you are experiencing an issue related to this, please open a new support ticket here: https://www.appeon.com/standardsupport/newbug

On your ticket, please include your questions, as well as providing as much information as possible about your existing situation, including all the technical specifications of your environment.

Please add all relevant error messages, error logs, and screenshots. The more information our tech team has about your situation and environment, the better they will be able to help you. You will receive a response from our support team through the same support platform.
  1. Helpful
There are no comments made yet.
Steve Uselton Accepted Answer Pending Moderation
  1. Wednesday, 24 October 2018 20:01 PM UTC
  2. PowerBuilder
  3. # 6

I am having the exact same issue as described above.  Everything good until it tries to write the files....

Need an answer for our automated build process....

Steve

Comment
  1. Susana Domingos
  2. Wednesday, 12 June 2019 08:31 AM UTC
Hi Steve,

Did you manage to solve this?

Thanks!
  1. Helpful
There are no comments made yet.
Marius Visser Accepted Answer Pending Moderation
  1. Friday, 27 July 2018 11:24 AM UTC
  2. PowerBuilder
  3. # 7

V 2017 R2 Build 1769

Compiles fine in IDE...the issue is with PBC170.exe :(

Comment
There are no comments made yet.
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Thursday, 26 July 2018 13:56 PM UTC
  2. PowerBuilder
  3. # 8

Hi Marius;

   What build of PB are you using?

Regards ... Chris

Comment
  1. Marius Visser
  2. Friday, 27 July 2018 11:25 AM UTC
Checked folder permissions etc. Seems to be fine...
  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.