...
Note: An exception to the rule is the instance EAGLEMART used by Eagle's new packaged reports. EAGLEMART is created when upgrade scripts are run.
Anchor | ||||
---|---|---|---|---|
|
You can build a Data Mart table in a SQL Server database where the Eagle application runs on a UNIX or Linux platform.
...
- Add the following lines below the "export ORACLE_HOME" line:
LD_LIBRARY_PATH=
<path_to_directory_where_odbc_is_installed>/lib export LD_LIBRARY_PATH ODBCINI=
<path_to_odbc_ini_file>/odbc.ini export ODBCINI
- Replace <path_to_directory_where_odbc_is_installed> and <path_to_odbc_ini_file> with the appropriate absolute paths.
- From Data Mart, use Manage Database Connections to register the connection to the SQL Server Database. You must use the name of the ODBC data source that you created in step 3 and referenced in step 4 when registering this connection.
- Once you have registered and tested the connection, use Manage Data Marts to register the particular mart or marts you have set up on the SQL Server database.
Anchor | ||||
---|---|---|---|---|
|
There are four options you use when working with multiple marts. They are located on the Data Mart Manage Mart, Execution Log, and View Mart data windows.
...