Before you can build and deploy a PowerServer project, you MUST configure the database connection in the Database page of the PowerServer project painter.
Database connection is required 1) to convert the PowerBuilder DataWindow objects to PowerServer C# models during the deployment process; and 2) to access data from the database at application runtime. The database information (including the cache settings and the transaction-to-cache mappings) will be deployed with the PowerServer Web API.
This section talks about creating a database connection cache and mapping it with the transaction object in the project painter > Database page. (You may want to consider the other database connection methods as discussed in Database connections).
Walkthrough: Connecting to the Database provides step-by-step instructions for how to configure the database connection for every supported database type.
Note that you only need to map the transaction objects that exist in the PowerBuilder application.