Oracle9iAS InterConnect Adapter for JDEdwards Installation and User's Guide Release 2 (9.0.2) Part Number A95451-01 |
|
The J.D. Edwards OneWorld adapter enables you to use J.D. Edwards business functions with your system. This book discusses procedures for setting up the J.D. Edwards OneWorld adapter and some J.D. Edwards specific information.
This chapter discusses the following:
The J.D. Edwards OneWorld adapter provides access to J.D. Edwards (JDE) business functions. J.D. Edwards communicates between client and server machines using a proprietary messaging architecture called JDENet. This is implemented using TCP/IP as a transport, with a default port of 6009.
Calls to J.D. Edwards business functions require two messages. For an Oracle9iAS InterConnect user, these two messages are wrapped in a single call to the business function. The first message responds with the location of the server that processes the business function. This is accomplished by performing a lookup in a set of tables called Object Configuration Mapping.
The second message sends a formatted message buffer containing the arguments to pass to or from J.D. Edwards to the appropriate server, and waits for a reply. The buffers are formatted according to the type definitions of the underlying C++ structures.
Table 1-1 lists the systems to which the adapter connects:
Component Support | Required Components |
---|---|
J. D. Edwards OneWorld Adapter |
XE (B73.3.3) |
J.D. Edwards Enterprise server |
NT, UNIX |
JDK |
1.1.8 and above |
The J.D. Edwards ACBREL1 custom package is required to use the J.D. Edwards OneWorld adapter.
See Also:
|
The J.D. Edwards OneWorld adapter supports the following platforms:
J.D. Edwards OneWorld adapter uses the following .jar
files at both runtime and design time:
Kernel.jar
and Connector.jar
must be copied from the machine where J.D. Edwards OneWorld is installed to the machine where J.D. Edwards OneWorld adapter is installed.
The files must be copied to the following directories:
...\oai\9.0.2\lib\Kernel.jar ...\oai\9.0.2\lib\Connector.jar
The Connect.jar
and Kernel.jar
files use the jdeinterop.ini
file to configure connections parameters to the J.D. Edwards OneWorld machine. You must edit ...\oai\9.0.2\config\JDE\jdeinterop.ini
to include some settings the server may need. The default drive for the file is c:, however, you can change this location. Information is organized by section, for example, [JDENET]. Sections are listed in the order they are found in the software.
EnterpriseServerTimeout = 90000
- The timeout value for a request to the enterprise server.
maxPoolSize = 30-
The JDENET socket connection pool size.
glossaryTextServer = JDED:6010
- The enterprise server and port that provide glossary text information. This is the server that returns text descriptions for errors. This is often the same host and port as the JDEdwards OneWorld application server. There may be more than one glossary server for different supported language encodings.
codePage = 1252
- The encoding scheme.
log = c:\jas.log
- This is the file used by interoperability components to log significant information.
debuglog = c:\jasdebug.log
--Location of debug log file.
Debug = FALSE
JobFile = c:\Interop.log
--Location of error file.
DebugFile = c:\InteropDebug.log
--Location of debug file.
log = c:\net.log
--Location of log file.
debugLevel = 0 - 12
--Debug levels.
The following table describes debug levels:
The odd values are reserved for future levels to be added. By default, you typically do not need to trace. However, tracing is useful for debugging:
NetTraceLevel= 0
The following table describes trace levels:
By default, you do not need to trace. However, tracing is useful for debugging.
enterpriseServer = JDED
- This value is the name of the host server. Make sure this value is the same value you enter in the Host Name field in the JDE Credentials and Default Credentials panels in the Configuration Editor.
port = 6010
- This value is the port number that is used to exchange data. Make sure this value is the same value you enter in the Port Number field in the JDE Credentials and Default Credentials panels in the Configuration Editor.
inactive_timeout = 1200000
- The timeout value for a transaction in auto commit mode. If the user is inactive for this amount of time (in milliseconds), the interop server logs off the user. You can change this value to a shorter period of time.
manual_timout = 300000
- The timeout value for a transaction in manual commit mode.
Repository c:\Oracle\Ora90\oai\9.0.2\lib
- Points to the location of the repository directory. This must point to the directory containing the JDEActionalInterop.jar
file. This repository directory is %OAI_INSTALL_DIR%\lib
where %OAI_INSTALL-DIR%
is the Oracle9iAS InterConnect installer directory, ...\oai\9.0.2.
Multithread = 1
- Set to 1 for multithread support for CORBA.
Objects = CORBA::Connector;CORBA::OneWorldVersion
- The objects for the CORBA server to create at startup. Also replaces the -DIORFILENAME =
command line option, for example: CORBA::Connector=connector.ior
.
|
![]() Copyright © 2002 Oracle Corporation. All Rights Reserved. |
|