Installation and Upgrade > Windchill ESI > Installing and Configuring Windchill ESI in an ORACLE Applications Environment > Using the Middleware Installation and Configuration Utility > Using the Middleware Installation and Configuration Utility (MICU) > Performing Post Installation Steps > Manually Deploying the ESI EAR > Manually Deploying the ESI EAR > Configuring the EMS
  
Configuring the EMS
To configure the EMS when the EAR has been deployed manually use the following commands in the EMS Administration Tool window:
Replace <ESIDataResponse>, <EAIUser>, <WCESIUser> and the remaining variables with the applicable values such as com.ptc.windchill.esi.DataResponse.TSTA, ESISYS, WCESI and so on.
create user <WCESIUser> password=<WCESIPassword>
create user <EAIUser> password=<EAIPassword>
create queue <ESIResult>
create queue <ESIDataResponse>
set server authorization=enabled
setprop queue <ESIDataResponse> secure
setprop queue <ESIResult> secure
grant queue <ESIDataResponse> <EAIUser> receive
grant queue <ESIDataResponse> <WCESIUser> send
grant queue <ESIResult> <EAIUser> send
grant queue <ESIResult> <WCESIUser> receive
setprop factory QueueConnectionFactory url=tcp://<JMSServer>:7222
commit