Changes between Version 7 and Version 8 of Documentation/Howto/SetupHiveServer
- Timestamp:
- 09/06/11 17:22:01 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/Howto/SetupHiveServer
v7 v8 41 41 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. 42 42 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 43 50 44 51 == Problems and solutions ==