EAServer 6.3.1
I need to setup a database connection (connection cache in 5.x) for a SQL Anywhere 11 database located on the same PC as EAServer. I plan on creating some components using PowerBuilder 12.6 that connect to the database.
I'm also getting an error connecting to EAServer from another PC:
SystemException: CORBA::NO_PERMISSION
I am using the admin userid/password.
Database Type: SQL_Anywhere
Database URL: jdbc:odbc:driver=SQL Anywhere 11;uid=dba;pwd=sql;eng=WizSource11
Now I just need to get a component to connect to it.