Actuate database connections

WBlevins

New Member
Anyone know of a way of setting the db connection dynamically at run time?
we have 3 web server and database environments DEV/QA/PRODUCTION and 1 actuate server.

I need to be able to tell the report which oracle database to connect to when the report is run...
 

gotosimon

New Member
erdpro connections have a configkey. Use the value of this in parallel with the dbconfig.xml file that you setup at the server level. Just note: anytime you need to change the connection string on the dbconfig file you need to restart the server :((

The server has to be configured to point to a specific file for this to work.
 
Top