Siebel JDB Exception: 2567668105 SBL-DAT-00393

Problem:

When you ara running siebel JDB to query some data, you may get following exception, even though you can retrive all of them correctly.

Exception:

Exception in thread "main" <Exception>
<Major No.>256</Major No.><Minor No.>7668105</Minor No.><Message>An end of file error has occurred. 

Please continue or ask your systems administrator to check your application configuration if the problem persists.(SBL-DAT-00393)</Message><DetailedMessage>Unknown<DetailedMessage>
</Exception>
    at com.siebel.data.SiebelBusComp.nextRecord(SiebelBusComp.java:612)
    at ObjectInterfaceExample.main(ObjectInterfaceExample.java:25)

Reason:

This error is caused by your siebel jars version is mismatched with your siebel application.

Solution:

Replace original jars by correct one or ignore it if everything is working fine even if you can see this error.

你可能感兴趣的:(thread,exception,File,application,query)