We are migrating an application using two database connections to PowerServer. When I build and deploy the application to a server (under IIS), it works, both connections are working. We still have a lot of work to do in this migration and I would like to be able to debug the application using the PowerBuilder IDE. At the momment, I can't figure how to make it work, here is what I have tried:
Our configuration (which works when we deploy the app in IIS):
1.jpg
For a specific situation, we change which connection is used through the DBParm parameter:
2.jpg
When we start the debugger, the Kestrel server starts:
3.jpg
When we start the app, we get cache name errors:
4.jpg
"The cache name was not found by the name of application..."
What am I doing wrong?
We have a custom transaction object which is assigned to the SQLCA properties. ltr_instance2 is a new instance of our transaction object, here are the lines above the screenshot I shared:
n_tr_bdh ltr_instance2
ltr_instance2 = Create n_tr_bdh
ltr_instance2.DBParm = "cachename='2'"
Thanks,
Carl