Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 7 and Version 8 of Documentation/Howto/SetupHiveServer


Ignore:
Timestamp:
09/06/11 17:22:01 (13 years ago)
Author:
ascheibe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Howto/SetupHiveServer

    v7 v8  
    4141   To get this value for the local server execute `svcutil.exe http://localhost/Hive-3.4/HiveService.svc?wsdl`. This generates the client stub for the hive webservice. In the `output.config` file you will find the `certificate` tag with the right value. Replace all keys in the hive clients with this key of your machine. 
    4242
     43== Setup Hive database ==
     44 * Open the SQL Server Management Studio and create a new database called `HeuristicLab.Hive-3.3`
     45 * Use the SQL Server Management Studio to open and execute the following two scripts in this order:
     46   * `Initialize Hive Database.sql`
     47   * `Prepare Hive Database.sql`
     48 * Both scripts can be found in `HeuristicLab.Services.Hive.DataAccess\3.3\SQL Scripts\`
     49
    4350
    4451== Problems and solutions ==