javaellipse
Programmer
Our Company implemented Ellipse 5.2.1 for its business.
We also equired Mincom Connector with all possible API's.
I am trying to connect to Ellipse Business Objects using
java middleware. Basicly try an example client supplied by Mincom with connector package. The Ellipse Objects deployed on BEA Tuxedo 7.1 (AIX IBM UNIX).
Here is the error i am getting when try to run the client
125 [125] Using Middleware Version 1.01.0003
219 [94] Matt : 1.01.0003 (Fri Sep 1 03:24:23 2000 GMT)
java.io.IOException: Jolt Exception: Cannot connect to //elapprod:8200.
Reason:NwHdlr: Network Error: chkauth: J_CHECKAUTH FAILED
at com.mincom.mims.tech.mware.tux.TuxSession.connect TuxSession.java:126)
at com.mincom.mims.tech.mware.Client.connect(Client.java:89)
at com.mincom.mims.tech.mware.Client.main(Client.java:303)
This error occures after following line of code executed
mySession.connect(host,port, user, pwd);
Did anybody have ever try to work with Ellipse using JAVA?
If you have, can you please give me some pointers on how to
make it work.
Thanks,
Matt
We also equired Mincom Connector with all possible API's.
I am trying to connect to Ellipse Business Objects using
java middleware. Basicly try an example client supplied by Mincom with connector package. The Ellipse Objects deployed on BEA Tuxedo 7.1 (AIX IBM UNIX).
Here is the error i am getting when try to run the client
125 [125] Using Middleware Version 1.01.0003
219 [94] Matt : 1.01.0003 (Fri Sep 1 03:24:23 2000 GMT)
java.io.IOException: Jolt Exception: Cannot connect to //elapprod:8200.
Reason:NwHdlr: Network Error: chkauth: J_CHECKAUTH FAILED
at com.mincom.mims.tech.mware.tux.TuxSession.connect TuxSession.java:126)
at com.mincom.mims.tech.mware.Client.connect(Client.java:89)
at com.mincom.mims.tech.mware.Client.main(Client.java:303)
This error occures after following line of code executed
mySession.connect(host,port, user, pwd);
Did anybody have ever try to work with Ellipse using JAVA?
If you have, can you please give me some pointers on how to
make it work.
Thanks,
Matt