EnterpriseOne Adapter error with INTEROP INI

I’m creating a ‘J.D. Edwards ERP 8 Connection’ as an EnterpriseOne Adapter and getting an error when trying to enable it:

[ART.118.5042] Adapter Runtime (Connection): Unable to enable connection resource ISIConnection.adapters:cnISIOneWorldXe.
[ART.118.5036] Adapter Runtime (Connection): Unable to configure connection manager.

In the jas.log I see this error, can anyone help?

2005-10-14 08:14:52.580 [HTTP Handler 10.30.40.129] INTEROP : Hostname or portnumber is not set up in INI file.

We have several of these adapters setup to other JDE environments and they work fine.

Thanks!

Bonnie,
Did you add the hostname and port number in the jdeinterop.ini, like this:
[SERVER]
glossaryTextServer=serverhostname:6009
codePage=1252
[INTEROP]
enterpriseServer=serverhostname
port=6009

Also, if using Unix or Windows, add the OW servername and IP in the /etc/hosts or windows/system32/etc/hosts file.

Do the same on the OW server for the wM server name and IP.