Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

JZ0SJ: Metadata accessor information error

Status
Not open for further replies.

AratiM

Programmer
Sep 6, 2007
1
0
0
US
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)


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top