New server (Windows Server 2019) with Powerbuilder Compiler 21.0 "failed to load library: pborc.dll" after being set up the same way as the old server (Windows Server 2016).
The following cmd runs smoothly on the old server, but throws an error on the new server:
"C:\Program Files (x86)\Appeon\PowerBuilderCompiler 21.0\pbc210" /d "ourapp\ourapp.pbt" /o "ourapp\ourapp.exe" /r "ourapp\ourapp.pbr" /w n /m n /x 64 /bg n /p "somevalidpath" /cp "companyname" /de "sometext" /cr "somecopyrighttext" /v "somefoldername" /fv "version" /ge 1 /le 0 /ps n /rt 21.0.0.1288
This error:
Error: Failed to load library: PBORC.DLL.
I tried searching the error on the internet, but nothing helpful came up.
PBORC.DLL is in the path C:\Program Files (x86)\Appeon\PowerBuilderCompiler 21.0\, so I don't know why it fails to load.
Any suggestions?