Hi
i have two powerserver project, one for debuging (in local development machine W10 Powerbuilder 2022 Build 1892) and other for remote IIS server (Windows Server 2019)
both project works ok in local develpoment machine, but when publish (with Snapdevelop) to remote IIS server (both site's ok: ClientApp and WebApp i mean up to date) and execute
i had try with authentication oauth, and works fine locally, but as the remote app did not work, I deleted the Oauth service configuration in a remote project, I thought that Beginsion's error was from Oath, but without authentication it gives me the same error
after create a CAL remotly, and publish the app (in server remote) :
1. the URL download first CAL, and execute automaticaly -> OK
2.the CAL download Client App (when shows update.bmp) -> ok
3. Just for few seconds shows loading_ica.gif (when try to execute the app) and show this message
(shutdown windows firewall and i had the same result)
********* Error message after CAL download app client ******
Application terminated
Error: Session created failed Cause: found (http status code:302) (web Api:http//localhost:82/api/Serverapi/CreateSession)
*********************************
if i execute localhost:82/health-ui/ (where is currently running Powerserver)
shows ok: connection config, network status, license status, the other are in red light but mrun for this test is ok.
in c:/inetpub/wwwroot/webapp/logging/logs/powerserver.log, i have
**************** log powerserver in IIS *****************
2023-01-10 11:56:43,965 ERROR Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService.? [?] - MESSAGE: Health check EmailSslEnabledChecker with status Unhealthy completed after 0.0057ms with message 'Secure mail server configuration'
2023-01-10 11:56:43,965 ERROR Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService.? [?] - MESSAGE: Health check HttpsEnabledChecker with status Unhealthy completed after 0.0362ms with message 'HTTPS enabled on PowerServer'
2023-01-10 11:56:43,966 ERROR Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService.? [?] - MESSAGE: Health check EmailConfiguredChecker with status Unhealthy completed after 0.0168ms with message 'Mail configuration'
2023-01-10 11:56:43,968 ERROR Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService.? [?] - MESSAGE: Health check EmailSendableChecker with status Unhealthy completed after 0.3027ms with message 'Mail sending function'
2023-01-10 11:56:43,968 ERROR Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService.? [?] - MESSAGE: Health check AuthenticationHttpsChecker with status Unhealthy completed after 0.0223ms with message 'Secure authentication server (HTTPS) configuration'
**************************************
thanks