Hi,
I am experience an issue that I cannot figure out (hence this post). Basically we are in the final stages of converting some of our PowerBuilder 2022 applications to be PowerServer 2022 cloud apps. We have one application that is set up and working on our Dev web server just fine. This simple application was our proff of Concept that we used to get the permission to move forward with other applications... Now, we have a second application that we are working on, and have set up basically exactly the same way, but it does not run. Basically, it looks like it is about to run (even get the application icon showing up in the task bar) but we see an error instead of the main application window opening up. The error (shown below) is a "Session creation Failed" error with a Status code 404.
Can someone please give me some ideas as to what it might be? Just to repeat, we used the first application as a template to setting up the second one, but it does not work and I am a PowerBuilder guy not a web guy (so this is all new to me). One thing I ask my colleague was "Is it ok that the first and the second application are both using port 443 and he did some tests and it appears that it is ok.
So, would someone please help me with some things I should be checking for to see if I can find the source of this error? I have searched the community but did not find a solution as of yet :(.
Thanks in advance for your time :)
Dave Motty
To recap for other reading this looking for a similar solution, We had a couple of issues that others should check if they run into similar issues:
1) On the deploy tab of the PowerServer target, I was using the "URL" of the site for the application when I should have been using the "URL_api". This is a little different from PB2022R1.
2) Once that mistake was sorted out, we also had an "Failed to download config file" error. Turns out this was due to the IIS server have not having all folders with the json mime type added. So we had to have that added manually on our server.
Hope this info might help others trouble shot there PowerServer Apps...