13 Understanding jdeinterop.ini for Java Connector

This chapter contains the following topic:

13.1 Settings for the jdeinterop.ini File for the Java Connector

The jdeinterop.ini file includes settings the server might need. The default location for the file is c:\; however, you can configure this location. This section provides details about the jdeinterop.ini file settings for the Java and dynamic Java connectors. Information is organized by section, for example [JDENET]. These settings are discussed:

  • OCM

  • Cache

  • JDENET

  • Server

  • Security

  • Interop

  • Events

Note:

Unless otherwise indicated, the sections and settings are for all JD Edwards EnterpriseOne releases.

When you use Java interoperability connectors, you must also set up jdbj.ini file sections.

See Also:

  • JD Edwards EnterpriseOne Tools HTML Web Server Reference Guide.

13.1.1 [OCM]

Configure this [OCM] setting for the dynamic Java connector:

Setting and Typical Value Purpose Applicable Release
OCMEnabled=True Selects or clears OCM inside the dynamic Java connector. A value of true indicates turned on. All

13.1.2 [CACHE]

Configure these [CACHE] settings for the dynamic Java connector:

Setting and Typical Value Purpose Applicable Release
UserSession=0 Time out value (in milliseconds) for the dynamic Java connector user session. A zero (0) indicates infinite time out. All
SpecExpire=30000000 Maximum time (in milliseconds) that the dynamic Java connector keeps the fetched spec in the cache. All

13.1.3 [JDENET]

Configure these [JDENET] settings for the Java and dynamic Java connectors:

Setting and Typical Value Purpose Applicable Release
enterpriseServerTimeout=90000 Timeout value for a request to the JD Edwards EnterpriseOne enterprise server. All
maxPoolSize=30 JDENET socket connection pool size. All
serviceNameConnect=6004 Port number used by the JD Edwards EnterpriseOne security server. All

13.1.4 [SERVER]

Configure these [SERVER] settings for Java and dynamic Java connectors:

Setting and Typical Value Purpose Applicable Release
glossaryTextServer=JDED:6010 The JD Edwards EnterpriseOne enterprise server and port that provide glossary text information. All
codePage=1252 The encoding scheme, such as:

1252 English and Western European.

932 Japanese.

950 Traditional Chinese.

936 Simplified Chinese.

949 Korean.

All

13.1.5 [SECURITY]

Configure these [SECURITY] settings for Java and dynamic Java connectors:

Setting and Typical Value Purpose Applicable Release
NumServers=1 Number of security servers set. All
SecurityServer=JDED The JD Edwards EnterpriseOne security server. All

13.1.6 [INTEROP]

Configure these INTEROP] settings for Java and dynamic Java connectors:

Setting and Typical Value Purpose Applicable Release
SettingTime=60000 Enables the connector to access and retrieve event information from the F90703 and F90704 tables. Defines the time for the connector applications to start up before the connector starts recovering an event.

This value is milliseconds.

JD Edwards EnterpriseOne Tools 8.95 and later Tools releases with JD Edwards EnterpriseOne Applications 8.10 and later Applications releases.

JD Edwards EnterpriseOne Tools 8.94 and JD Edwards EnterpriseOne Applications 8.11.

RecoveryInterval=10000 Enables the connector to access and retrieve event information from the F90703 and F90704 tables. Defines the time for the connector applications to start up before the connector starts recovering an event.

This value is milliseconds.

JD Edwards EnterpriseOne Tools 8.95 and later Tools releases with JD Edwards EnterpriseOne Applications 8.10 and later Applications releases.

JD Edwards EnterpriseOne Tools 8.94 with JD Edwards EnterpriseOne Applications 8.11.

enterpriseServer=JDED The JD Edwards EnterpriseOne server. All
port=6010 The port number of the JD Edwards EnterpriseOne server. All
manual_timout=300000 The time-out value for a transaction in manual commit mode. All
Repository=c:\jdedwards\ Interop\repository Points to the location of the repository directory containing business object libraries (generated JAR files). All

13.1.7 [EVENTS]

Configure these [EVENTS] settings for Java and dynamic Java connectors:

Setting and Typical Value Purpose Applicable Release
UseGuaranteedEvents System=True Indicates guaranteed event delivery using JD Edwards EnterpriseOne Tools 8.95 or later Tools release with JD Edwards EnterpriseOne Applications 8.10 or later Applications release. Values are true and false. JD Edwards EnterpriseOne Tools 8.95 and later Tools releases with JD Edwards EnterpriseOne Applications 8.10 and later Applications releases.
Transport=HTTP Defines the event transport mechanism. Valued values are HTTP and JMS. The default value is HTTP. JD Edwards EnterpriseOne Tools 8.95 and later Tools releases with JD Edwards EnterpriseOne Applications 8.10 and later Applications releases.

JD Edwards EnterpriseOne Tools 8.94 with JD Edwards EnterpriseOne Applications 8.11.

eventServiceURL=eventServiceURL=http://hpdev1:9081/e1events/EventClientService Locates the event service. If the value for the Transport= setting is HTTP, then this setting is configured. JD Edwards EnterpriseOne Tools 8.95 and later Tools releases with JD Edwards EnterpriseOne Applications 8.10 and later Applications releases.

JD Edwards EnterpriseOne Tools 8.94 with JD Edwards EnterpriseOne Applications 8.11.

jndiProviderURL=corbaloc:: denmlps14.mlab.jdedwards. com:9810/NameServiceServer Root Locates the event service. If the value for the Transport= setting is JMS, then this setting is configured. JD Edwards EnterpriseOne Tools 8.95 and later Tools releases with JD Edwards EnterpriseOne Applications 8.10 and later Applications releases.

JD Edwards EnterpriseOne Tools 8.94 with JD Edwards EnterpriseOne Applications 8.11.

port=6002 The socket port number where the EventListener receives the events from the JD Edwards EnterpriseOne server. This port should not be used by any other resource. Also, the port should not be changed dynamically when the connector is running, as this causes subsequent subscriptions to be lost. All
ListenerMaxConnection=10 The maximum number of connections allowed by the EventListener. The default number of connections is 10, but you can change this number. The maximum number of connections allowed is 64. All
ListenerMaxQueueEntry=10 The maximum number of events that the EventListener can hold before processing by the EventManager. The default number of events for the queue is 10, but you can change this number. The maximum number of events that can be held in the queue is 100. All
Outbound_timeout=1200000 Maximum number of milliseconds that the EventManager waits before unsubscribing the transient event from the JD Edwards EnterpriseOne server. All