-
Mika Ellah
- PowerBuilder
- Wednesday, 27 August 2025 11:55 AM UTC
Hello everyone,
I’m currently working on integrating a PowerBuilder application into an Azure DevOps pipeline. Initially, I considered using OrcaScript, but based on recent research, it seems recommended to use PBAutoBuild instead—especially since I'm using PowerBuilder IDE 2022 R3.
For testing purposes, I'm trying it out locally first. From inside the IDE, I selected a target and clicked the "Export Build File" option (leaving the Git settings unchecked), and I can see the .json
file in the specified path.
Then, I opened CMD and ran the following command:
cd "C:\Program Files (x86)\Appeon\PowerBuilder 22.0"
pbautobuild220.exe /f "C:\project_path\projwin32.json" /l "C:\project_path\build\build.log" /le "C:\project_path\build\build_error.log"
The process completed with the result shown in the attached image. The log file indicates that no errors were encountered, all PBDs and PBLs were updated, and a new executable was successfully generated.
However, I noticed that the size of the executable is significantly smaller than usual compared to when I build and deploy it from within the IDE. When I try to run the executable, I encounter an error like this:
What am I doing wrong? Are there any additional steps I need to take or things I should check to generate a working executable using PBAutoBuild? I would really appreciate any help or advice. Thank you!
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.