Sending data to a database server

Select an Adaptive Server, and:

  1. Create a database for the Historical Server to use for storing monitoring data. The default name of the database is hs_monitoring. If you do not want to use the default name, create a new database with the name you want to use, then change the database name in the hs_directload.sql script.

  2. Run hs_directload.sql on the database. This installation script creates two catalog tables, sessions and views, and the stored procedure sp_hs_dboutput.

Starting Historical Server

The command line syntax is (the new syntax is in default font):

histserver -Uuser name
- Ppassword -Doutput dir
-llog file -Iinterfaces file
[-ddelimiter] [-OASE_name
] [-odatabase_name] [-f ] 
-uoutput_ASE_user name - poutput_ASE_password

where:

You must have access to Historical Server and update permissions to the target database.

You must specify:

The target Adaptive Server and database for the historical data must be available when Historical Server is started.