I'm "migrating" our legacy app to Powerserver and have successfully built/compiled/ran the app. However, I'm having database connection issues.
Our SQL Anywhere database is authenticated; and --normally (running as client/server) -- immediately after connecting, we EXECUTE IMMEDIATE the authentication code.
When the application runs in Powerserver, however, I'm seeing "Authentication Violation" errors, for some retrievals, which mostly work, but always with saves (updates).
I have enabled Dynamic Connections and allowing LogID and LogPass to be used.
What are the recommendations for working with authenticated SQL Anywhere databases?