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