Jump to main content
Examples
- Example 1: Create a new historical data store, but do not change my default data store
-
C:\Program Files\Proficy\Historian\x64\Server\ihConfigManager_x64.exe CreateDataStore MyStore 0 0
- Example 2: Create a new historical data store and make it a default data store
-
C:\Program Files\Proficy\Historian\x64\Server\ihConfigManager_x64.exe CreateDataStore MyStore 0 1 "This is my default historical store"
- Example 3: Delete a data store, and display a validation message after it is removed
-
C:\Program Files\Proficy\Historian\x64\Server\ihConfigManager_x64.exe DeleteDataStore MyStore
- Example 4: Delete a data store, but suppress any validation messages
-
C:\Program Files\Proficy\Historian\x64\Server\ihConfigManager_x64.exe DeleteDataStore MyStore NoConfirm