I have a Java app that does a logon to the Enterprise XI system like this:
sessionMgr.logon(
"Administrator",
"",
"TRAIN:6400",
"secEnterprise")
If my app runs on the same box as the Enterprise XI servers, then I can connect no problem.
However when I deploy my app to another box, the logon fails. I get a timeout message. I've opened port 6400 on the machine with the XI servers but the logon still fails.
So are there other ports that need to be opened up? Am I missing something simple here? Thanks!
sessionMgr.logon(
"Administrator",
"",
"TRAIN:6400",
"secEnterprise")
If my app runs on the same box as the Enterprise XI servers, then I can connect no problem.
However when I deploy my app to another box, the logon fails. I get a timeout message. I've opened port 6400 on the machine with the XI servers but the logon still fails.
So are there other ports that need to be opened up? Am I missing something simple here? Thanks!