Table of Contents | ||
---|---|---|
|
Create Datawarehouse main database
Prerequisites:
- Axiodis is already installed.
- Datawarehouse and Cache databases are not already created.
1/ Launch SQL Server Management Studio. | ||||||||||||
2/ Click on "New query". | ||||||||||||
3/ Copy and paste the script below in SQL Server Management Studio and replace DATAWAREHOUSE_NAME by the desired name for your datawarehouse database.
| ||||||||||||
4/ Click on "Execute". You should have a confirmation message "Command(s) completed successfully". |
Create Reporting cache database
1/ Always in SQL Server Management Studio, click again on "New query" to open a new request tab. | ||||||||||
2/ Copy and paste the script below in SQL Server Management Studio and replace SPAGOBI_DATABASE_NAME by the desired name for your datawarehouse database.
| ||||||||||
3/ Click on "Execute". You should have a confirmation message "Command(s) completed successfully". |
Reporting tool installation
Prerequisites:
- The installation file "Axiodis BI OpenSource Suite" is already on the installation server.
- Axiodis Tomcat server is stopped.
1/ Double click on the "Axiodis BI OpenSource.exe" file to start the installation. | |||
2/ Click on the "Next" button. | |||
3/ A screen will ask you a directory to install SpagoBI. Choose the Tomcat directory of Axiodis: C:\Program FIles\Optilogistic\Axiodis\...\tomcat
| |||
4/ A pop-up will tell you that the folder already exist. Check the directory and click on "Yes" to confirm if it's ok. | |||
5/ Click on the install button. | |||
6/ At the end of the installation, click on the "Next" button, do not take care about the message for now. | |||
7/ Check "Open the configuration file" if you want to open the settings file directly. Click on "Finish" to close the installer. |
Reporting tool setup
1/ Open the file C:\Program Files\Optilogistic\Axiodis6\...\tomcat\conf\bi\context.xml and copy in C:\Program Files\Optilogistic\Axiodis6\...\tomcat\conf\context.xml all missing lines and only them.
|
| |||||||||||||
2/ Paste them just after the tag <Context containerSciFilter="">. | ||||||||||||||
3/ Setup the database accesses in the target context.xml file. You have to replace some variables in the file (look at the list in this tutorial). You have three database accesses to setup:
| List of variables to replace: #{HOSTNAME} → Axiodis server hostname Ex: gcrec02.optilogistic.dom #{CACHE_HOSTNAME} → Cache database hostname Ex: gcsql01 #{CACHE_HOSTPORT} → Cache database hostport number Ex: 1533
#{CACHE_DB} → Cache database name Ex: REC_V6_MINOR_BI1 #{CACHE_DB_USERNAME} → Cache database username Ex: REC_V6_MINOR_BI1 #{CACHE_DB_PASSWD} → Cache database password #{AXIODIS_HOSTNAME} → Axiodis main database hostname Ex: gcsql01 #{AXIODIS_HOSTPORT} → Axiodis main database hostport number #{AXIODIS_DB} → Axiodis main database name Ex: REC_V6_MINOR_AX1 #{AXIODIS_DB_USERNAME} → Axiodis main database username Ex: REC_V6_MINOR_AX1 #{AXIODIS_DB_PASSWD} → Axiodis main database password #{INFOCENTER_HOSTNAME} → Axiodis datawarehouse database hostname Ex: gcsql01 #{INFOCENTER_HOSTPORT} → Axiodis datawarehouse database hosport number #{INFOCENTER_DB} → Axiodis datawarehouse name Ex: REC_V6_MINOR_IC1 #{INFOCENTER_DB_USERNAME} → Axiodis datawarehouse database username #{INFOCENTER_DB_PASSWD} → Axiodis datawarehouse database password | |||||||||||||
4/ In C:\Program Files\Optilogistic\Axiodis6\...\apache\conf\httpd.conf add the following line:
| THIS STEP NEED TO BE CONFIRMED BY THE TECHNICAL TEAM. | |||||||||||||
5/ In C:\Program Files\Optilogistic\Axiodis6\...\conf\axio.remote.properties add the following line:
Replace #{HOSTNAME} by the Axiodis server hostname. | ||||||||||||||
6/ You can restart the Tomcat server to use Axiodis and the Reporting tool. |
...