Below is the error i get on windows 10 pro version 20H2 but on other windows version it is running very well.
- You are here:
- Home
- Q&A
- Q&A
- PowerServer
- Error launching cloud app Launcher
- mathews rutto
- PowerServer
- Friday, 15 October 2021 08:38 AM UTC
- Friday, 15 October 2021 18:44 PM UTC
- PowerServer
- # 1
Try restarting computer. If problem still continues, install the Cloud App Launcher with service instead of without service by adding auto.html at the end of your app URL.
- Friday, 15 October 2021 11:41 AM UTC
- PowerServer
- # 2
Check which program is using your port. I think you can use “net stat -ab”
Comment
- Miguel Leeuwe
- Friday, 15 October 2021 12:19 PM UTC
Sorry I think there should be no space between net and stat. Bl##dy tablet
-
Helpful Loading... Helpful 0
There are no comments made yet.
- Friday, 15 October 2021 13:15 PM UTC
- PowerServer
- # 4
You can also see what process is using that port with this command on a PowerShell terminal
Get-Process -Id (Get-NetTCPConnection -LocalPort 26569).OwningProcess
Regards,
Francisco
Comment
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.
However, you are not allowed to reply to this question.
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »
Yes as a "service" the CAL requires ADMIN rights to install and/or update.
Regards ... Chris