Connector-specific configuration properties provide information needed by the connector at runtime. These properties also provide a way for you to change static information or logic within the connector without having to recode and rebuild it.
To configure connector-specific properties, use Connector Configurator Express. Click the Application Config Properties tab to add or modify configuration properties. For more information, see Appendix B. Connector Configurator Express.
Table 2 lists the connector-specific configuration properties for the connector, along with their descriptions and possible values. See the sections that follow for details about the properties.
Name | Possible values | Default value |
---|---|---|
Username | JDE | None |
Password | JDE | None |
PoolSize | 5 | 5 |
Environment | DV7334 | None |
ServerName | JDEDEV1 | None |
PortNo | 6010 | None |
PollQuantity | Any number. | 1 |
EventStoreFactory | com.ibm.adapters.oneworld. OneWorldEventStoreFactory Instance | com.ibm.adapters. oneworld. OneWorldEventStore FactoryInstance |
InDoubtEvents | Reprocess, Fail on startup, Log error, Ignore | Ignore |
ArchiveProcessed | True, False | True |
UseDefaults | True | True |
The Username for connecting with the OneWorld application. This is a required property.
The Password for connecting with the OneWorld application. This is a required property.
The maximum number of connections in the Connection Pool. This should not be more than the maximum allowed connections specified in the JDEInterop.ini file. This is a required property. For i5/OS, the JDEInterop.ini file must be edited with i5/OS-specific values.
Name of the environment in which the connection has to be done within OneWorld. This is a required property.
Name of the machine on which the OneWorld server is running. This is a required property when using XML List business objects.
The port number on which the OneWorld server is listening. This is a required property when using XML List business objects.
The number of events to be fetched from the application for each poll cycle.
This property is the name of the event store factory instance class. The value is com.ibm.adapters.omeworld.OneWorldEventStoreFactoryInstance.
Decides whether or not to process imcomplete events. Default value is Ignore.
Checks if the default value is set or not. If ArchiveProcessed is set to true, the archival business function archives the event into the archive table. If the property is set to false or is not set, the archival business function is not called. The default value is true.
Checks if the default values are set. The default value is true. This is a required property.