I'm trying to create a connection profile to Progress database from Architect. If the host is my PC (localhost) it's ok but not on the server.
I have this error message "OE Broker fails to start SQL server".
The database and the broker are running.
My connection profile is ok but I can't "Preview" the data from a table (Access denied) and I can't create a SQL req. Anybody knows why?
At the original install, did you specify to enable both ABL and SQL? If you look in the database log file, does it say that SQL access is enabled?
When the connection is o.k., but a select fails (the Preview) I'd assume it has something to do with the rights on the table.
Can you (or somebody else) GRANT DBA to your user account?
This http://www.oehive.org/node/954 should give you an idea of how to set those, if you haven't already.
I found a solution for my pb. I created databases from Architect (DataAdministration) and I loaded my old databases to the new ones.
Thanks