Hello,
We are using PowerBuilder 2019 R3 and trying to deploy on Power Server.
We have few questions
- Can multiple developers can access the same deployment and resolve issues? If so how can we achieve it?
- I am getting zlib.dll error when launching the application, even after adding the dll's under Deploy .NET/COM Components. How do we solve this?
- DB connection issue even after providing application configuration INI file during deployment.
Appreciate if we can get some guidance for the above issues.
Thanks in Advance
Regards,
Harish Rao
2) You can only deploy .Net object classes within the ".Net / OCX" area.
3) The test connection in the App profile only tests the PS Toolkit's DB connection. This is only used for SQL validation. The key is the SQLCA to DataSource mapping.
I have set the SQLCA in the datasource mapping and it tests successfully there.
Regards
Harish Rao
That is only so the PS Toolkit can verify your SQL as it runs through the deployment process. The other thing to check as well before running the Web App is to make sure that you log into PS using AEM (PS's Console App) and verify that the DataSource you mapped to is working OK by selecting the TEST button.
Regards ... Chris