Can anyone please tell me how to install the one world JdE Adapter for ES. I did the installation and found the other adapters configured missing in the Adapter Config tool. So, I un-installed the JdE one world adapter. I need to know the steps to be followed during the Installation.
According to me, missing other adapter configuration is not because of JDE adapter installation. Check the adapter.cfg file, that may be corrupted.
While JDE adapter installation, Only thing we need to make sure is configuring the adapter and classpath for jar files like connector.jar and kernel.jar.
Before Installing the JDE Adapter make sure that all the processes related to wM are stopped. Take the backup of adapters.cfg file.
After all the processes are stopped, start the installation process. While installing the adapter, it asks for some overwriting the existing files (say “NO” to all those), else it wipes out all the other configured adapters. The files are beans_adapters.cfg file and others also start with beans_…cfg files.
After the Adapter is installed, you will see all the installed adapters (both earlier and JdE). JdE 4.5 has more than 6-7 adapters (oneworld, mail, xml … etc).
Note: Better to install the JdE Client in the same machine as ES and Adapters. Its installed in B7 directory. Add the lib directory files to the System Classpath.
Also, check the Server name, Port and the IP Address in the DNS settings of the machine. They need to be correct (this is different from the Internet settings).
Copy the jdeinterop.ini file from the JdE server and modify the same to our requirement and place it lib directory of JdE45.
Copy the kernel.jar and connector.jar from the JdE Client machine and place them in the same directory.
Add the jdeinterop.ini, kernel.jar, connector.jar and jdeproperties.property file in the system classpath.
While configuring the adapter add the jdeinterop.ini, kernel.jar, connector.jar and jdeproperties.property files in to the classpath of the configuration.
Create a jde.log file somewhere and add that into the jdeinterop.ini file.
Add repository into the jdeinterop.ini file. If JdE client is installed use the same directory else create it…
use the genjava class file to generate the jar file and add the same into the classpath of the configuration and system. Place all the created jar files in the repository.
edit the sample. java file to call the desired BSFN (Business function) as necessary which can be used in the configured operation later.