Hello people
Running Powerbuilder 2022 Build 1892, deploy from PC1 to PC2 (where run IIS) and want to access from PC3 to PC2 to download Client app using powerserver (see image)
Question 1
Performing remote deployment, if I change localhost to the corresponding ip where will run the IIS, I get an error. (see image)
Question 2
in case of deploy as localhost it runs perfect locally, but when i want to access from client i get the same error as in question 1 (see other image)
(in this case chane INI file and execute customdeploy.dll previusly)
I can't see for now where the mistake is
thanks a lot
- damian jimenez
- PowerServer
- Friday, 3 February 2023 17:18 PM UTC
- 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.
went back a step to discard and perform tests, my problem was that I thought that running the customizedeploy.dll was enough to make it run without errors from the client machine.
(https://docs.appeon.com/ps2022/Change_the_Web_API_URL_for_an_application.html)
So that there is no authentication error, perform:
1- Change localhost to the corresponding ip address (192.168.150.203 in my case) in "Web API URL" inside .NET Server in powerserver project and
2-then, "Deploy Powerserver Project" from the Powerserver toolkit then
3-make a publish from Snapdevelop
And it no longer gave an error.
Thank you very much Armeen, sometimes going slower you go further :)
Regards - Francisco