Jump to: navigation, search

Difference between revisions of "How to set up a database for MaTaP"


(Created page with "<Descriptive text goes here...> <!-- DO NOT REMOVE THIS -->{{Template:HowTo/Begin}}<!-- DO NOT REMOVE THIS --> = Instructions = <!-- DO NOT MODIFY THE NAME OF THIS SECTION,...")
 
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
<Descriptive text goes here...>
+
= UBIK.Studio set-up =
  
<!-- DO NOT REMOVE THIS -->{{Template:HowTo/Begin}}<!-- DO NOT REMOVE THIS -->
+
A UBIK.Studio with the following plugins is needed:
 +
* UBIK.Interface.Module.Excel.dll
 +
* UBIK.Interface.Module.Json.dll
 +
* UBIK.Interface.Module.MaTaP.dll
 +
* UBIK.Interface.Module.MRO.dll
 +
* Syncfusion.XlsIO.Base.dll
 +
* Syncfusion.Licensing.dll
 +
* Syncfusion.Compression.Base.dll
  
= Instructions =
+
= Data structure set-up =
<!-- DO NOT MODIFY THE NAME OF THIS SECTION, BUT REMOVE IT IF NOT REQUIRED -->
+
<Give step-by-step instructions, use images, ...>
+
  
= Studio =
+
Connect to an empty Database via the UBIK.Studio and a SystemDefinitionsUpgrade window will appear where the highest version needs to be chosen for each component.
<!-- DO NOT MODIFY THE NAME OF THIS SECTION, BUT REMOVE IT IF NOT REQUIRED -->
+
After the SystemDefinitionsUpgrade the basic data structure for MaTaP is in the database.
<Give step-by-step instructions, use images, ...>
+
  
= Client =
+
[[File:DB_upgrade.png|600px]]
<!-- DO NOT MODIFY THE NAME OF THIS SECTION, BUT REMOVE IT IF NOT REQUIRED -->
+
<Give step-by-step instructions, use images, ...>
+
  
<!-- DO NOT REMOVE THIS -->{{Template:HowTo/End}}<!-- DO NOT REMOVE THIS -->
 
  
==See also==
 
<!-- DO NOT MODIFY THE NAME OF THIS SECTION, BUT REMOVE IT IF NOT REQUIRED -->
 
  
[[Category:How-To]]
 
  
 +
= Configure database settings =
 +
 +
In the top left there is a tab called "Database" from where the Database settings window can be opened. The following settings need to be configured.
 +
[[File:DB_setting1.png]]
 +
 +
'''Data Path''': Select a data path for your database.
 +
 +
'''Web Service Base Url''': Enter the base URL of the web service. Example: If the URL to the content web service of Slot01 is eg. "https://dev.mycompany.net:888/UBIK/MATAP/Slot01/CONTENT/UBIKContent.svc" the base URL would be "https://dev.mycompany.net:888/UBIK/MATAP".
 +
 +
{{Hint|The MaTaP web services need to be structured in a certain way. The base URL/path can be chosen as liked. From there, a folder for every slot is needed (have to be called "Slot01", "Slot02", ...) and under each slot folder, there are the Content, Push and Usam folders containing the web service.}}
 +
 +
[[File:DB_setting2.png]]
 +
 +
= Customizing and ACM =
 +
The Customizing of the database needs to be build (F6) and released.
 +
The ACMs (MetaDefinitions) need to be build and released for each used slot context.
 +
 +
[[Category:How-To|How to set up a database for MaTaP]]
 
[[Category:MaTaP|How to set up a database for MaTaP]]
 
[[Category:MaTaP|How to set up a database for MaTaP]]

Latest revision as of 06:14, 25 September 2024

UBIK.Studio set-up

A UBIK.Studio with the following plugins is needed:

  • UBIK.Interface.Module.Excel.dll
  • UBIK.Interface.Module.Json.dll
  • UBIK.Interface.Module.MaTaP.dll
  • UBIK.Interface.Module.MRO.dll
  • Syncfusion.XlsIO.Base.dll
  • Syncfusion.Licensing.dll
  • Syncfusion.Compression.Base.dll

Data structure set-up

Connect to an empty Database via the UBIK.Studio and a SystemDefinitionsUpgrade window will appear where the highest version needs to be chosen for each component. After the SystemDefinitionsUpgrade the basic data structure for MaTaP is in the database.

DB upgrade.png



Configure database settings

In the top left there is a tab called "Database" from where the Database settings window can be opened. The following settings need to be configured. DB setting1.png

Data Path: Select a data path for your database.

Web Service Base Url: Enter the base URL of the web service. Example: If the URL to the content web service of Slot01 is eg. "https://dev.mycompany.net:888/UBIK/MATAP/Slot01/CONTENT/UBIKContent.svc" the base URL would be "https://dev.mycompany.net:888/UBIK/MATAP".

IC Hint square.pngThe MaTaP web services need to be structured in a certain way. The base URL/path can be chosen as liked. From there, a folder for every slot is needed (have to be called "Slot01", "Slot02", ...) and under each slot folder, there are the Content, Push and Usam folders containing the web service.

DB setting2.png

Customizing and ACM

The Customizing of the database needs to be build (F6) and released. The ACMs (MetaDefinitions) need to be build and released for each used slot context.