Info |
---|
Note: This tutorial has been made with SQL databases. Please adapt your actions if you use a different database type. |
...
1/ Launch SQL Server Management Studio. | |||
2/ Click on "New query". | |||
3/ Copy and past the script "01 Datawarehouse main database creation" in SQL Server Management Studio and replace DATAWAREHOUSE_NAME (don't replace the punctuation marks) by the desired name for your datawarehouse database.
| |||
4/ Click on "Execute". You should have a confirmation message "Command(s) completed successfully". |
...
1/ Always in SQL Server Management Studio, click again on "New query" to open a new request tab. | |||
2/ Copy and paste the script "02 SpagoBI cache database creation" in SQL Server Management Studio and replace SPAGOBI_DATABASE_NAME (don't replace the punctuation marks) by the desired name for your datawarehouse database.
| |||
3/ Click on "Execute". You should have a confirmation message "Command(s) completed successfully". |
...
1/ Add the following _DataSources.xml content in the existing one in: C:\Program Files\Optilogistic\Axiodis6\...\data\mia\flux
|
| |||||||||||
2/ Add the following AxiodisBI streams in the MIA streams directory: C:\Program Files\Optilogistic\Axiodis6\...\data\mia\flux | IC-STD-01.xml → Export standard data for Axiodis datawharehouse IC-STD-02.xml → Build event routes data for current day-1 IC-STD-03.xml → Export routes data for Axiodis datawharehouse
| |||||||||||
3/ In Axiodis, check settings and change them in needed. Initial settings: IC-STD-01.xml → Launch once per day at 12:30 am. IC-STD-02.xml → Launch once per day at 12:15 am. IC-STD-03.xml → Launch every 2 hours.
|
...