HI,
I am getting the following error while trying to run my code. Has anyone encountered this before and if so, how to resolve this? Thanks !
SQL Message : JZ0SJ: Metadata accessor information was not found on this database. Please install the required tables as mentioned in the jConnect documentation.
SQL Error Code : 0
SQL State : JZ0SJ
---------- PRINTING STACK TRACE ------------
java.sql.SQLException: JZ0SJ: Metadata accessor information was not found on this database. Please install the required tables as
mentioned in the jConnect documentation.
at com.sybase.jdbc2.jdbc.ErrorMessage.raiseError(ErrorMessage.java:498)
at com.sybase.jdbc2.jdbc.MdaManager.loadMetaData(MdaManager.java:458)
at com.sybase.jdbc2.jdbc.MdaManager.<init>(MdaManager.java:145)
at com.sybase.jdbc2.jdbc.MdaManager.<init>(MdaManager.java:130)
at com.sybase.jdbc2.jdbc.SybConnection.checkMDA(SybConnection.java:1747)
at com.sybase.jdbc2.jdbc.SybConnection.getMDA(SybConnection.java:1528)
at com.sybase.jdbc2.tds.Tds.setOption(Tds.java:1079)
at com.sybase.jdbc2.jdbc.SybConnection.setReadOnly(SybConnection.java:880)
I am getting the following error while trying to run my code. Has anyone encountered this before and if so, how to resolve this? Thanks !
SQL Message : JZ0SJ: Metadata accessor information was not found on this database. Please install the required tables as mentioned in the jConnect documentation.
SQL Error Code : 0
SQL State : JZ0SJ
---------- PRINTING STACK TRACE ------------
java.sql.SQLException: JZ0SJ: Metadata accessor information was not found on this database. Please install the required tables as
mentioned in the jConnect documentation.
at com.sybase.jdbc2.jdbc.ErrorMessage.raiseError(ErrorMessage.java:498)
at com.sybase.jdbc2.jdbc.MdaManager.loadMetaData(MdaManager.java:458)
at com.sybase.jdbc2.jdbc.MdaManager.<init>(MdaManager.java:145)
at com.sybase.jdbc2.jdbc.MdaManager.<init>(MdaManager.java:130)
at com.sybase.jdbc2.jdbc.SybConnection.checkMDA(SybConnection.java:1747)
at com.sybase.jdbc2.jdbc.SybConnection.getMDA(SybConnection.java:1528)
at com.sybase.jdbc2.tds.Tds.setOption(Tds.java:1079)
at com.sybase.jdbc2.jdbc.SybConnection.setReadOnly(SybConnection.java:880)