Jump to: navigation, search

Difference between revisions of "HowTo:Install UBIK Database"


(Setting up {{UBIK}} database)
(Setting up {{UBIK}} database)
Line 1: Line 1:
 
All content and configuration data of {{UBIK}} is managed in a [http://www.microsoft.com/de-de/server/default.aspx Microsoft SQL] database (2008 R2 or newer). Once the SQL server engines is installed successfully, an administrator can set up a new {{UBIK}} database simple using the available release database.
 
All content and configuration data of {{UBIK}} is managed in a [http://www.microsoft.com/de-de/server/default.aspx Microsoft SQL] database (2008 R2 or newer). Once the SQL server engines is installed successfully, an administrator can set up a new {{UBIK}} database simple using the available release database.
  
 +
[[File:UI_SettingUpUBIKDatabase_01.png|thumb|alt=Microsoft SQL Server Management Studio|Microsoft SQL Server Management Studio]]
 
== Setting up {{UBIK}} database ==
 
== Setting up {{UBIK}} database ==
# Start the ''Microsoft SQL Server Management Studio'' and connect to the database server<br/>[[File:UI_SettingUpUBIKDatabase_01.png|220 px|alt=Microsoft SQL Server Management Studio|Microsoft SQL Server Management Studio]]
+
# Start the ''Microsoft SQL Server Management Studio'' and connect to the database server
 
# Navigate to ''Databases'' and add a new database
 
# Navigate to ''Databases'' and add a new database
 
# Choose ''Tasks &rarr; Restore &rarr; Database'' from the context menu
 
# Choose ''Tasks &rarr; Restore &rarr; Database'' from the context menu
 
## Choose the newly created database in the setting ''In database''
 
## Choose the newly created database in the setting ''In database''
 
## Choose the copied backup file in ''From media''
 
## Choose the copied backup file in ''From media''
## Check the ''Restore'' flag
+
## Check ''Restore'' of the according backup set
[[File:UI_SettingUpUBIKDatabase_01.png|220 px|alt=Microsoft SQL Server Management Studio|Microsoft SQL Server Management Studio]]
+
 
# Switch to the options-slider and check ''Overwriting actual data'' (if necessary)
 
# Switch to the options-slider and check ''Overwriting actual data'' (if necessary)
 
# Finish the process by clicking the {{key press|OK}}
 
# Finish the process by clicking the {{key press|OK}}

Revision as of 13:28, 30 September 2013

All content and configuration data of UBIK® is managed in a Microsoft SQL database (2008 R2 or newer). Once the SQL server engines is installed successfully, an administrator can set up a new UBIK® database simple using the available release database.

Microsoft SQL Server Management Studio
Microsoft SQL Server Management Studio

Setting up UBIK® database

  1. Start the Microsoft SQL Server Management Studio and connect to the database server
  2. Navigate to Databases and add a new database
  3. Choose Tasks → Restore → Database from the context menu
    1. Choose the newly created database in the setting In database
    2. Choose the copied backup file in From media
    3. Check Restore of the according backup set
  4. Switch to the options-slider and check Overwriting actual data (if necessary)
  5. Finish the process by clicking the OK

Requirements

  • Database user must have role sys.admin
  • Database user has to be dbo of UBIK® database
  • If Windows firewall is active, the SQL server port 1433 must be unlocked

See also