Hi,
After installed PB Runtime 22.2.0.3356, i have change the PB application.xml file to point "C:\Program Files (x86)\Appeon\Common\PowerBuilder\Runtime 22.2.0.3356" then launch our application.exe then getting below error,
Hi,
After installed PB Runtime 22.2.0.3356, i have change the PB application.xml file to point "C:\Program Files (x86)\Appeon\Common\PowerBuilder\Runtime 22.2.0.3356" then launch our application.exe then getting below error,
Andreas.
1. The machine which is not working now (it is working for PB 2019 PBD's and i.Pharmacy.exe), we generated a build in PB 2022 R3 then replaced PBD's and i.Pharmacy.exe instead of PB 2019 PBD's and i.Pharmacy.exe.
2. Installed PB Runtime 22.2.0.3356 and pointing runtime path in i.pharmacy.xml (which is there in same i.Pharmacy.exe path)
3. Launch the i.Pharmacy.exe then the above error occur.
4. PB IDE is not installed in that machine (same problem is not occurring in the Development machine where PB IDE is installed)
Note: Message are loading from DB not from a file.
You could build a test version for this machine that has the pfc error object turned off. That way, you'll get a messagebox with the actual DB error instead of the "Predefined message not found" messagebox. Look for of_SetError in *n_cst_appmanager. It's called with the parameter TRUE at some point, change that to FALSE instead.