Running the probe
You run the probe from the command line. On Windows operating systems, you can run the probe as a service.
To start the probe, use the following command:
$OMNIHOME/probes/nco_p_itron_owce
To start the probe on Windows operating systems, use the following command:
%OMNIHOME%\probes\win32\nco_p_itron_owce
To run the
probe as a Windows service, use the following steps:
- To run the probe on the same host as the ObjectServer, use the
following command to register it as a service:
%OMNIHOME%\probes\win32\nco_p_itron_owce /INSTALL /DEPEND NCOObjectServer
- To run the probe on a different host to the ObjectServer, use
the following command to register it as a service:
%OMNIHOME%\probes\win32\nco_p_itron_owce /INSTALL
- Use the Microsoft Services Management Console to start the probe service NCO NONNATIVE Probe (NCOITRONOWCEProbe).
Updating the probe's class number on the ObjectServer
The description corresponding to the probe's class number needs to be updated in the ObjectServer. To update the probe's class number in the ObjectServer use the following example:
- $OMNIHOME/bin/nco_sql -user username -server objectservername
- UPDATE alerts.conversions SET Conversion = 'Itron OWCE' where Value = 3350
- go