1. Konstantin Goldobin
  2. PowerBuilder
  3. Monday, 1 April 2024 14:57 PM UTC

Hello,

PB 2022R3. I'm setting up a new PowerServer profile to deploy to an external server. It is running IIS, I created a website there, and installed Web Deploy and ASP.Net Core Hosting Bundle as described in PS help. The server is pingable from my PC. However, when I click <Validate Connection>, I get an error message "Could not connect to the remote computer". Web Management service is also running on the server. Any advice is highly appreciated because I'm dead in the water (my first attempt to do something with PS).

Best regards,
Konstantin

Logan Liu @Appeon Accepted Answer Pending Moderation
  1. Tuesday, 2 April 2024 07:04 AM UTC
  2. PowerBuilder
  3. # 1

Hi Konstantin,

What is the exact error message in the output if you click "Deploy"? There should be some details about the error. Is it the ERROR_DESTINATION_NOT_REACHABLE error?

For IIS WebDeploy errors, you can refer to WebDeploy's doc: Web Deploy error codes - Internet Information Services | Microsoft Learn

There are also solutions for VS about how to resolve such WebDeploy errors. refer to: Troubleshoot Web Deploy problems with Visual Studio - Internet Information Services | Microsoft Learn

Regards, Logan

Comment
  1. Konstantin Goldobin
  2. Tuesday, 2 April 2024 10:18 AM UTC
Hi Logan,

Thanks for the reply! Yes, it's ERROR_DESTINATION_NOT_REACHABLE. I checked the error code and it says to verify that Web Management Service is started on the remote computer, and it is. I looked through the Visual Studio troubleshooting page, but since I don't have VS all I could check is that no log is created on the server under %SystemDrive%\Inetpub\logs\WMSvc. I can remote-desktop to the server, so it is definitely reachable. I also turned off Firewall on the server and on my PC. Are there any other ways maybe to diagnose the problem?

Best regards,

Konstantin
  1. Helpful
  1. Logan Liu @Appeon
  2. Wednesday, 3 April 2024 05:20 AM UTC
Hi Konstantin, you can try to uninstall WebDeploy and re-installed it, then restart the server. Refer to a similar topic here: https://stackoverflow.com/questions/16708021/msdeploy-wmsvc-is-not-working-in-net-environment

Regards, Logan
  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.