× Discuss on T24 Installation, Setting up the environment, TC Server, jBOSS, Package & Deployment, etc…

Jremote Exception

  • divine
  • Topic Author
  • Offline
  • New Member
  • New Member
More
8 years 9 months ago #17779 by divine
Jremote Exception was created by divine
JStatement abc = pa.createStatement();
abc.setFetchSize(10);
System.out.println("calling OFS");
JResultSet result = abc.execute("ENQUIRY.SELECT,/I/PROCESS,A.ANTWI/LLoving1212/GH0010001,AC.SEE,ACCOUNT.NUMBER:EQ=011010535516");//
System.out.println(result.getCachedRowCount());
} catch (JRemoteException ex) {
System.out.println("here");
System.out.println(ex);
}


I get an error

:com.jbase.jremote.JRemoteException: QLBADFILE
Please does any one have any idea why am getting that exception

Please Log in or Create an account to join the conversation.

Time to create page: 0.098 seconds