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?
Thanks
How about René's suggestion about referencing the project object instead in the PBC?
Regards ... Chris
I hope this helps, even though this thread is 4 months old.