1. Moshe Tangi
  2. PowerBuilder
  3. Thursday, 31 October 2019 15:07 PM UTC

Hello all

1. installing  the PBNETRT170.MSI  - I got an error the machine could not register pbjvm.dll I ignored it.

2. installed the msi of my ws under c:\inetpub\wwwroot\MY WEB SERVICE...

3. I tried to test it  - run the asmx file -  I am getting an error :

HTTP Error 404.3 - Not Found

The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map.

 

why is that ?

I just mention that on other server it all went good .

 

I am an  admin  on the server .

the ws was created with pb2017 r3 .

 

Thanks

Moshe

 

 

Accepted Answer
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Thursday, 31 October 2019 18:57 PM UTC
  2. PowerBuilder
  3. # Permalink

Hi Moshe;

   That probably means that the VC++ run-time is not installed on the IIS server that you are trying to deploy to. Please try either installing the VC++ run-time or copying the following files to your server first before running the MSI: msvcr71.dll, msvcp71.dll, msvcr100.dll,  msvcp100.dll , and atl71.dl.

  Note that gdiplus.dll needs to also be there on the deployment server (normally supplied by your video or CPU vendor automatically). If not present, I would copy this DLL from your development PC as well to the target IIS server machine.

HTH

Regards ... Chris

Comment
  1. Moshe Tangi
  2. Sunday, 3 November 2019 07:25 AM UTC
I Chris

see my replay please

Thanks
  1. Helpful
There are no comments made yet.
Moshe Tangi Accepted Answer Pending Moderation
  1. Sunday, 3 November 2019 11:22 AM UTC
  2. PowerBuilder
  3. # 1

Hi Chris ,

 

Ii all good .

I went to the control panel to the add windows features and added some which were missing .

 

Thanks a lot to you , for all the great answers all the time

 

take care

 

Comment
  1. Chris Pollach @Appeon
  2. Monday, 4 November 2019 16:15 PM UTC
Hi Moshe ... that is great news - thanks for the feedback!
  1. Helpful
There are no comments made yet.
Moshe Tangi Accepted Answer Pending Moderation
  1. Sunday, 3 November 2019 07:24 AM UTC
  2. PowerBuilder
  3. # 2

Hi Chris
I removed the ws ( run the msi again and choose remove option ) ,
I copied all dll files to : c:\progrma files (86 ) \ Appeon\ Shared\PowerBuilder\
but still got the same result

I attached some pics - print screens  to see

any idea ?

Thanks

Attachments (5)
Comment
  1. Chris Pollach @Appeon
  2. Sunday, 3 November 2019 23:34 PM UTC
Hi Moshe;

All web service MSI installs should go under the "WWWROOT" folder of IIS (ie: c:\inetpub\wwwroot) to make that the IISUser account has proper access to run the WS.

Regards ... Chris
  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.