- Irina Tokar
- PowerBuilder
- Monday, 11 December 2017 04:37 PM UTC
I have a trial version of PB2017 on my machine. I successfully migrated the some application from the PB12.6 and try to build exe file from command line. But failed with error: Application 'main' not found in library.
My command line :
"c:\Program Files (x86)\Appeon\Shared\PowerBuilder\pbc170.exe" /d "D:\PBD Deployment\Main\main.pbt" /o "D:\PBD Deployment\Main\main.exe" /w y /m n /x 32 /v "0111" /fv "111"
What i do incorrect?
in other side we have a build machine with official version of PB2017 and on the build machine the command line works.
Command line on the build machine:
"c:\Program Files (x86)\Appeon\Shared\PowerBuilder\pbc170.exe" /d "D:\PBD Deployment\Main\main.pbt" /o "D:\PBD Deployment\Main\main.exe" /w y /m n /x 32 /v "0111" /fv "111" /out C:\mainLog.log
If i run this command line in my machine, i got error :Unsupported value /out for the 15th parameter
Can it be because the trial version? or i missing something?
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.