We are going to implement the CI/CD via AWS's Codebuild which uses 'Windows server 2019' as image. I did silent install for both Powerbuilder Runtime/Powerbuider Compiler on the windows server container (I tried both Powerbuilder 2021 v1506 and v1509 build).
For PBAutoBuild210.exe:
PBAutoBuild210.exe /f C:\temp\pb\GUI_git\p_guigit_exe.json /l C:\temp\pb\GUI_git\Log_PB.log /le C:\temp\pb\FirstRxGUI_git\Log_PBError.log
13:16:46 [Normal] Start processing parse json to model code segment.
13:16:46 [Normal] End processing parse json to model code segment.
13:16:46 [Normal] Start processing download source code segment.
13:16:46 [Normal] End processing download source code segment.
13:16:46 [Normal] Start processing compile segment.
13:16:46 [Normal] Start compiling the source code.
13:16:47 [Error] Failed to load the library "PBORC.dll". Error message: The specified module could not be found.
13:16:47 [Error] Failed to load the library "PBDEV.dll". Error message: The specified module could not be found.
13:16:47 [Error] Failed to compile the target file. File name: C:\temp\pb\GUI_git\guigit.pbt
C:\Program Files (x86)\Appeon\PowerBuilderCompiler 21.0>more "C:\temp\pb\GUI_git\Log_PBError.log"
13:16:47 [Error] Failed to load the library "PBORC.dll". Error message: The specified module could not be found.
13:16:47 [Error] Failed to load the library "PBDEV.dll". Error message: The specified module could not be found.
13:16:47 [Error] Failed to compile the target file. File name: C:\temp\pb\GUI_git\guigit.pbt
For orcascr210
orcascr210 /D runtime_version="21.0.0.1509" "C:\Downloads\refresh_pbl.bat"
Appeon (R) OrcaScript interpreter version 21.0
Using ANSI source file C:\Downloads\package_files\refresh_pbl0.bat.
Error: Failed to load library: PBORC.DLL.
PBAutoBuild210.exe and orcascr210.exe are working perfectly in local (windows 10). Do I miss anything for the apps on windows server 2019 container?
Thanks in advance