Registry Values - HxGN InService - 9.4.2512 - Help

HxGN InService Customer Comms | Callback Help

ft:locale
en-US
Product
HxGN InService
Search by Category
Help

All registry settings are located in:

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Intergraph Public Safety\Interface\ICallBack\config\default

Registry Value

Definition

EnableManualCloseEvent

If set to 1, then Callback uses the aeven.cbgenerate column to determine if the user has requested the generation of a sample when the event was closed. If the cbgenerate column is set to ‘1,’ then the server ignores the on/off state of the settings associated with the event. The cbgenerate column must exist in the database,and you must configure the a Callback Sample check box on the Close Event dialog box before you can request the generation of the sample when the event is closed. See the System Administrator Help for information on configuring a check box.

TaggedWhere

Defines the column and value for querying tagged calls from the outcall table. This value is appended to the internal query string.

Example cbflag=T. This string should coincide with the columns insert by InService Call Interface. If the value equals All, Callback selects all calls associated with the outage if the calls are created using PREMISE values. If calls are created without PREMISE values, then Callback selects a sample from all calls associated with the outage.

If TaggedWhere registry variable is set to "TaggedCustomersOnly," then callback column value is used to query a tagged customer.

When user creates a call using createcall XML, the keyword CALLBACK and its value 1 (no other values) are to be given to make it a tagged customer.

If TaggedWhere registry variable is other than "TaggedCustomersOnly," then the custom column name and the value are used to query a tagged customer. The custom column name and its value should be mentioned in the registry, for Examples: cbflag='T', CUSTFIELD=’1’ .

When user creates a call, the custom keyword and its value (for example, cbflag = T) are given to make it a tagged customer.

HurricaneText

Defines the text value for the oms_weather.weather column, which is associated with "Hurricane Mode" being set.

Connect

ADO compliant connection string for output database. Example Provider=MSDAORA;Data Source=OMS1.IPS.INGR.COM;

See the Examples of Connection Strings topic for additional information.

User

Username for ADO database

Password

Password for ADO database

OutputType

Defines whether tagged, station, and/or random customers are to be included in the generated sample where ‘T’ = tagged, ‘S’ = station or transformer, or ‘R’ random selection. For example, ‘TS’ would restrict the samples to include only customers who were tagged or selected from a station.