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.
本文针对在使用Siebel JDBC查询数据时出现特定异常的情况进行了详细分析,并提供了有效的解决方案。异常主要表现为版本不匹配导致的文件结束错误,通过更换正确的jar包可以解决此问题。
663

被折叠的 条评论
为什么被折叠?



