Posted: Wed Jun 12, 2002 12:58 pm Post subject: Error while contacting Agent
Acolyte
Joined: 30 Dec 2001 Posts: 55
HI All
I am trying to login to workFlow server using Java API.
While calling Agent.setName("LOCAL") following Error is thrown.
java.lang.NoSuchFieldError
The Code is this
/********************/
agent = new Agent();
agent.setLocator(Agent.LOC_LOCATOR );
agent.setName("LOCAL" );
service = agent.locate("","");
service.logon2(lstUserId , lstPassword , SessionMode.DEFAULT,AbsenceIndicator.NOT_SET);
/******************/
I am using MQWF 3.3 , Using fmcoapi.jar with Local Binding.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum