The iGNet Console is an application that is installed in a subfolder under the iTrak Server folder.
Within this iGNetConsole folder is a configuration file (iGNetConsole.exe.config) that is used to store the settings for the application:
<appSettings>
<add key="ConfigFile" value="..\iXData.xml"/>
<add key="InboxProcessedDirectory" value="Inbox\Processed"/>
<add key="InboxErrorDirectory" value="Inbox\Error"/>
<add key="AttachmentToSendDirectory" value="Outbox"/>
</appSettings>
Where:
§ ConfigFile tells the application where to find the iXData file for the iTrak system. In most cases this should reside in parent iTrak Server directory.
§ After the iGNet Console processes an email from the inbox, it stores a copy in the InboxProcessedDirectory.
§ Any errors are stored in the InboxErrorDirectory.
§ When sending emails, the attachments are temporarily saved to the AttachmentToSendDirectory.
The iGNet Console should be run via the Windows Task Scheduler. It can be run in three different modes:
§ Receive (read the email
inbox and import any records found):
iGNetConsole username=administrator
password=admin mode=r
§ Send (send any records
in the Sending Queue):
iGNetConsole username=administrator
password=admin mode=s
§ Send and Receive:
iGNetConsole username=administrator
password=admin mode=sr