Skip to main content
Feedback

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.
NameRequiredDescription
JDE UserYesOracle JD Edwards EnterpriseOne user name.
JDE PasswordYesPassword for the specified user. The value is stored encrypted and displayed as a masked field.
JDE EnvironmentYesOracle JD Edwards EnterpriseOne environment, for example JDV920 or JPD920.
JDE RoleYesOracle JD Edwards EnterpriseOne role. If left blank, *ALL is used.
Enables Web Service mode.NoSet to True only for Invoke WS operations. Leave False for all other connector actions. Default: False.
Microservice HostYesThe host name or IP address of the Atina microservice.
Microservice PortYesTCP port used by the Atina microservice. Default: 8085
TLS EnabledNoEnables TLS for communication with the Atina microservice. Recommended for production environments. Default: False.
Microservice Timeout (minutes)NoMaximum 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.