To add Historical Server to the list of services in the NT Registry:
Start the NT Registry Editor (regedt32.exe, usually in winnt\system32).
For NT 4.0, select the window named:
\\HKEY_LOCAL_MACHINE
or, for NT 3.5.1:
\\HKEY_CURRENT_USER
and select the correct user.
Save or print the existing settings before proceeding. From the registry menu, select the Save Subtree As command or the Print command.
In the tree view, highlight:
\SYSTEM\CurrentControlSet\Services
From the Edit menu, choose Add Key.
In the resulting dialog box, in the Key Name box, enter:
SYBHIS_hsName
where hsName is the name of the Historical Server you just configured.
Leave the Class box blank.
In the tree view, highlight:
\SYSTEM\CurrentControlSet\Services\SYBHIS_hsName
From the Edit menu, choose Add Value as many times
as necessary to enter all of the following values, datatypes, and
strings to the SYBHIS_
hsName key
entry.
Value name |
Datatype |
String |
---|---|---|
DisplayName |
REG_SZ |
Sybase HISServer _ hsName |
ErrorControl |
REG_DWORD |
01 (Select hex radio button) |
Group |
REG_SZ |
(leave blank) |
ImagePath |
REG_ EXPAND_SZ |
rootInstlDir\bin\histsrvr.exe -ShsName -C |
ObjectName |
REG_SZ |
LocalSystem |
Start |
REG_DWORD |
03 (Select hex radio button) |
Type |
REG_DWORD |
010 (Select hex radio button) |
Make sure the SYBHIS_
hsName key
entry remains highlighted.
From the Edit menu, choose Add Key.
In the resulting dialog box, in the Key Name box, enter:
Security
Leave the Class box blank.
In the tree view, highlight the following Security key entry:
\SOFTWARE\SYBASE\Server\hsName\Security
From the Edit menu, choose Add Value.
Enter the following values for value name, datatype, and binary editor:
Value name |
Datatype |
Binary editor |
---|---|---|
Security |
REG_BINARY |
01001480 |
From the registry menu, choose Exit.
Reboot the machine.