1. Sourabh Sharma
  2. PowerBuilder
  3. Wednesday, 29 January 2020 06:38 AM UTC

Hi 

i am working on the deployment my project on windows 2016 VM

i am getting "PBVM190.DLL is missing from your Computer" error when i am using Dll build from Appeon 2019, even the depolyment kit on the server is 2019 on (C:\Software\Appeon\Shared) path

 

in the server APPEON 2017 R2 is already installed and when i build the dlls on Appeon 2017 version , it ran without any error.

 

request some to please help.

 

 

Attachments (1)
Michael Kramer Accepted Answer Pending Moderation
  1. Wednesday, 29 January 2020 13:25 PM UTC
  2. PowerBuilder
  3. # 1

Couple of questions on files and folders for the machine where your app is failing:

  • In what folder is your app's .EXE file installed?
  • In what folder is file = PBVM190.dll installed?

  • What path is defined for your app?
    • PATH = ...
    • PATHEXT = ...
    • AppPath = ... (optional; defined per app in Windows registry)

  • How did you select which PB runtime files to install?
    • Run the PB Runtime Packager?
    • Read from PB documentation what files to install?
    • How your own document specifying which files to install?

The runtime packager is the easiest way to remember all relevant files. Your own doc is good when your app has special needs beyond the normal PB runtime albeit needs updating whenever a new release adds files or changes version number in filenames.

HTH /Michael

Comment
  1. Michael Kramer
  2. Wednesday, 29 January 2020 14:11 PM UTC
You may opt to define an AppPath specific to your app. Or run a .BAT/.CMD/.PS1 file that sets up PATH prior to starting your app.

Lots of online discussion of AppPath. One example: https://helgeklein.com/blog/2010/08/how-the-app-paths-registry-key-makes-windows-both-faster-and-safer/

  1. Helpful
  1. Sourabh Sharma
  2. Wednesday, 29 January 2020 14:30 PM UTC
aftre adding C:\Software\Appeon\Shared\PowerBuilder in Path Env it worked , thanks Guys
  1. Helpful
  1. Michael Kramer
  2. Wednesday, 29 January 2020 14:49 PM UTC
Perfect! Thx. Please mark this issue as resolved. Helps people in future searching for similar solution.
  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.