You must configure the host system to support the connections that are required by Agentry applications.
Within Agentry, "system connection" refers to the connectivity between the Agentry application and the back-end systems with which it synchronizes data. The specifics of the host system configuration in relation to the system connections depends on the types of system connections in use.
SQL Database – connects the server to either an Oracle or MS SQL Server database. The Agentry application synchronizes data with a database system using ANSI SQL statements.
Java Virtual Machine – connects the server to a system via a Java API. The mobile application contains Java code that calls into this API for the purposes of synchronizing data.
HTTP-XML – connects the server to an HTTP server. The Agentry application makes CGI requests of the HTTP Server. Data returned based on these calls is expected to be in structured XML format. This return data is parsed and processed based on XPath statements within the mobile application.
File System – connects the server to the host operating system. This type of connection allows the server to execute commands on the host system for the purposes of data synchronization and file transfer, and to validate users against the host system where necessary.
Before installing an Agentry application, configure the host system in relation to the system connection types as they pertain to the needs of the application. Additional configuration of the Agentry application itself will be needed after it has been installed. All system connection types support user authentication.