1. David Peace (Powersoft)
  2. PowerBuilder
  3. Thursday, 13 May 2021 11:08 AM UTC

Hi Guys

I'm installing the PB Runtime Packge MSI generated using PB2019R3

I'm using the following command for a silent installation:

msiexec /qn /a "C:\Powersoft\LCIA_DC\PBCLTRT 19.2.0.2703.msi" /l* "C:\Powersoft\LCIA_DC\msilog.txt"

The logfile has an error in it under the heading of DEBUG:

The Logfile output looks like this:

=== Logging started: 13/05/2021  11:57:57 ===
Action start 11:57:57: ADMIN.
Action start 11:57:57: CostInitialize.
Action ended 11:57:57: CostInitialize. Return value 1.
Action start 11:57:57: FileCost.
Action ended 11:57:57: FileCost. Return value 1.
Action start 11:57:57: CostFinalize.
Action ended 11:57:57: CostFinalize. Return value 1.
Action start 11:57:57: InstallValidate.
Action ended 11:57:57: InstallValidate. Return value 1.
Action start 11:57:57: InstallInitialize.
Action ended 11:57:57: InstallInitialize. Return value 1.
Action start 11:57:57: InstallAdminPackage.
Action ended 11:57:59: InstallAdminPackage. Return value 1.
Action start 11:57:59: InstallFiles.
Action ended 11:57:59: InstallFiles. Return value 1.
Action start 11:57:59: InstallFinalize.
DEBUG: Error 2203:  Database: C:\PBCLTRT 19.2.0.2703.msi. Cannot open database file. System error -2147287035
MSI (s) (B8:68) [11:57:59:650]: Product: Appeon PowerBuilder 2019 R3 Standard Runtime -- The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2203. The arguments are: C:\PBCLTRT 19.2.0.2703.msi, -2147287035,

The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2203. The arguments are: C:\PBCLTRT 19.2.0.2703.msi, -2147287035,
Action ended 11:57:59: InstallFinalize. Return value 3.
Action ended 11:57:59: ADMIN. Return value 3.
Property(S): DiskPrompt = Appeon PowerBuilder standard runtime Installation [1]
......

 

 

Has anyone any experience of perfroming silent installation who can spot what I have done wrong?

Thanks

 

David

Accepted Answer
Ken Guo @Appeon Accepted Answer Pending Moderation
  1. Friday, 10 September 2021 14:33 PM UTC
  2. PowerBuilder
  3. # Permalink
Hi David, This error occurred because the following three Microsoft files were missing from the installation directory, causing the pbjvm.dll registration to fail: atl100.dll, msvcr100.dll,msvcp100.dll Please find the three files in the PB IDE machine in the following location: C:\Program Files (x86)\Appeon\Common\PowerBuilder\Runtime 19.2.0.2703 Then copy them to your installation directory: C:\Program Files (x86)\Appeon\PowerBuilder Runtime Packager\Runtime 19.2.0.2703\ Finally, reinstall the package MSI. Regards, Ken
Comment
There are no comments made yet.
David Peace (Powersoft) Accepted Answer Pending Moderation
  1. Monday, 17 May 2021 16:11 PM UTC
  2. PowerBuilder
  3. # 1

Hi Guys

I tried runningthe installer MSi manually and got this error:

pbjvm failed to register. (See image for full details)

Any suggestions?

Cheers

 

David

 

Attachments (1)
Comment
There are no comments made yet.
Ken Guo @Appeon Accepted Answer Pending Moderation
  1. Friday, 14 May 2021 02:20 AM UTC
  2. PowerBuilder
  3. # 2

Hi David,

 

If you directly double click on the MSI instead of silent install, will it work?

 

I suggest that you can refer to this link below and see if it helps solve the issue:

https://answers.microsoft.com/en-us/windows/forum/windows_7-windows_programs/error-code-2203-when-trying-to-install-a-program/a1461ca8-f0fd-406d-ae91-c3afc4cf22ce

 

Regards,

Ken

 

Comment
  1. David Peace (Powersoft)
  2. Friday, 14 May 2021 15:31 PM UTC
Thankyou for the input, the odd thing i sthe path C:\PBCLTRT 19.2.0.2703.msi as this is not where the MSi is located.



I had a different error running the installer interactivly. I think theproblem was a permissions issue, I have handed this over to my IT support to investigate.



Cheers

David
  1. Helpful
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.