SQL: Creating the Database ConnectorSetting up the demo database is easy. To connect OmniRush to a SQL database:
Create a new database in your database server using the server management tools (Enterprise Manager for SQL Server)
Create the tables and stored procedures in the database
Test the stored procedures from ISQL and/or the OmniRush OpenDBIO_Debug.exe utility (OpenDBIO_Debug.exe lets you pass parameters to and from stored procedures).
Configure the OmniRush database connector (see below)
Note that steps 2 and 4 can be reversed, but in any event, the connector cannot be used until all these steps have been done.
In a production environment, the steps are:
Working in a test copy of your production database, adapt the OmniRush stored procedures to your database structures
Create any needed user interfaces or other mechanisms in your application to create the OmniRush job records
Configure OmniRush to run against your development database (see below)
Test and tune operation
Then when ready to go live:
Create the needed stored procedures in the production database
Check that the production application has been updated with any new UI elements (as noted above)
Stop the OmniRush database connector module and change the ADO connection string to point to the production database
Start the OmniRush database connector
Test for proper operation
Create a new database connector module, and set it for ADO (for Microsoft SQL Server) or Oracle.
For SQL Server installations, go to the "Open API ADO" tab and configure an ADO connect string (press the Create/Modify button to use the ADO wizard to create the connection string). Note that you must save the password with the connection string. Click here for Connection String details.
For Oracle installations, complete the fields in "Open API Oracle" (Package is optional, depending on how you created the needed Stored Procedures. Here is a description of the connection string.