Atina JDE EnterpriseOne - Partner connection
An Atina JDE EnterpriseOne connection defines how the connector communicates with the Atina microservice and authenticates with Oracle JD Edwards EnterpriseOne. A connection stores the JD Edwards credentials together with the microservice endpoint and can be reused by multiple connector operations.
A single connection can be used for all connector actions except Invoke WS. The Invoke WS action requires JDE WS Connection to be set to True, while all other connector actions require it to be set to False.
If your process includes both Invoke WS operations and other connector actions, create two separate connections:
- One connection with JDE WS Connection = True, used only for Invoke WS operations.
- One connection with JDE WS Connection = False, used for all other connector actions.
| Name | Required | Description |
|---|---|---|
| JDE User | Yes | Oracle JD Edwards EnterpriseOne user name. |
| JDE Password | Yes | Password for the specified user. The value is stored encrypted and displayed as a masked field. |
| JDE Environment | Yes | Oracle JD Edwards EnterpriseOne environment, for example JDV920 or JPD920. |
| JDE Role | Yes | Oracle JD Edwards EnterpriseOne role. If left blank, *ALL is used. |
| Enables Web Service mode. | No | Set to True only for Invoke WS operations. Leave False for all other connector actions. Default: False. |
| Microservice Host | Yes | The host name or IP address of the Atina microservice. |
| Microservice Port | Yes | TCP port used by the Atina microservice. Default: 8085 |
| TLS Enabled | No | Enables TLS for communication with the Atina microservice. Recommended for production environments. Default: False. |
| Microservice Timeout (minutes) | No | Maximum time the connector waits for a response from the Atina microservice before timing out. Default: 5 minutes. |
The connector establishes a connection to the Atina microservice and authenticates with Oracle JD Edwards EnterpriseOne only when the first connector operation is executed. Creating or saving the connection does not initiate communication with either system.