| Author |
Error writing data to client-side row cache
|
Karup Mew
Ranch Hand
Joined: Aug 11, 2007
Posts: 40
|
|
Hi All,
When I am trying to read store procedure from MY Sql throws the following Exception.
java.sql.SQLException: [synaptris][MySQL JDBC Driver]Error writing data to client-side row cache. Verify that the directory specified by the java.io.tmpdir property exists and the current user has permission to read from and write to that directory.
at syn.jdbc.base.BaseStatement.postProcessExceptionFromCommonExecute(Unknown Source)
at syn.jdbc.base.BaseStatement.commonGetNextResultSet(Unknown Source)
at syn.jdbc.base.BaseStatement.executeQueryInternal(Unknown Source)
at syn.jdbc.base.BaseStatement.executeDatabaseMetaDataQuery(Unknown Source)
at syn.jdbc.base.BaseDatabaseMetaData.getProcedureColumns(Unknown Source)
at com.intelliview.bl.components.StoredProcedure.getInputParams4mMetaData(StoredProcedure.java:273)
|
 |
Sagar Rohankar
Ranch Hand
Joined: Feb 19, 2008
Posts: 2896
|
|
Verify that the directory specified by the java.io.tmpdir property exists and the current user has permission to read from and write to that directory.
Are you setting any property like "java.io.tmpdir", if not, then check the synaptris API docs.
PS:I never heard any API named JDBC API "synaptris"
|
[LEARNING bLOG] | [Freelance Web Designer] | [and "Rohan" is part of my surname]
|
 |
Karup Mew
Ranch Hand
Joined: Aug 11, 2007
Posts: 40
|
|
|
Yes, we are setting TMPDIR property in startup.bat file and also I am able to read some stored procedure
|
 |
Sagar Rohankar
Ranch Hand
Joined: Feb 19, 2008
Posts: 2896
|
|
|
Then may be the problem is with SP, that's my guess !
|
 |
 |
|
|
subject: Error writing data to client-side row cache
|
|
|