1. Moshe Tangi
  2. PowerBuilder
  3. Wednesday, 6 November 2019 09:47 AM UTC

Hello all

 

I am trying to install a ws ( the ws was written in pb 2017 r3  )  on windows server as administrator .

 

 

1. I am getting an error while installing the PBNETRT170.msi - pic_0 attached  - why is that ? is that critical ?

 

2. the ws msi file installed under the : c:\inetpub\wwwroot  -  went OK .

 

3. I can see the folders under the installation path + in the iis management  - went OK

 

4. I browse  the asmx file  from the iis management and see the functions  -  pic_1 attached - went OK

 

5. I am getting an error while trying to call one of the functions  - pic_3 - attached , why ?

 

I have the folder : c:\program files (86) \ Appeon \ Shared \ PowerBuilder \ and all dlls under it

 

do I need to configure the iis ? do I need to set permissions ?

 

thanks

Moshe

 

Attachments (3)
Accepted Answer
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Wednesday, 6 November 2019 16:51 PM UTC
  2. PowerBuilder
  3. # Permalink

Hi Moshe;

  The PBJVM DLL registration message is bogus. What the MSI installer is really trying to say to you is that you are missing the VS C++ run-time library installation. You can either install that missing piece on your IIS server before running the PB.Net MSI runt-time install or copy the following files from the PB IDE's "shared" folder to the IIS Server, as follows (as per the PB Help) ....

  • msvcr100.dll
  • msvcp100.dll 
  • atl100.dll

Note: The GDIPLus.dll must also be pre-installed on your IIS Server as well. Normally, this is always through your standard MS-Windows installation or a related CPU vendor DLL installation (ie: AMD).

HTH

Regards ... Chris

Comment
  1. Moshe Tangi
  2. Sunday, 10 November 2019 05:40 AM UTC
sure did , it was machine already
  1. Helpful
  1. Moshe Tangi
  2. Monday, 11 November 2019 08:07 AM UTC
Hi Chris ,

I saw another question here in the forum and that made me double check to notice that c++ runtime 2010 was not installed properly on the server and the problem solved

thanks a lot
  1. Helpful
  1. Chris Pollach @Appeon
  2. Monday, 11 November 2019 16:03 PM UTC
Ahhhh, perfect .. that is great news Moshe!
  1. Helpful
There are no comments made yet.


There are replies in this question but you are not allowed to view the replies from this question.