1. damian jimenez
  2. PowerServer
  3. Friday, 27 September 2024 12:33 PM UTC

I didn't know whether to classify it as advice or just a question.

In a dockerized schema, I don't have access to the database from the Powerbuilder IDE. Then I can add the connection data (which I will have once the reverse proxy is mounted in Nginx).

I only have to manually edit the file Applications.json then mount the image in the container to achieve connectivity.

It would be good if the IDE allowed connections to be added without effectively testing connectivity at that time before add it to the list of Database connection

Thanks a lot

Armeen Mazda @Appeon Accepted Answer Pending Moderation
  1. Friday, 27 September 2024 14:32 PM UTC
  2. PowerServer
  3. # 1

Not sure if I'm understanding correctly what you are doing, but two key points to make you aware of:

1. The PowerBuilder IDE itself is not designed or intended to be run in Docker.  The PowerServer compiled app that the IDE produces is cloud-native architecture so the app you develop can be containerized.

2. The PowerBuilder IDE must be able to connect to a database to correctly generate the SQL.  If you somehow bypass this step the compiled app generated by PowerBuilder IDE will have SQL errors some times.

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.