Gabriela
Gabriela

Reputation: 51

Crystal reports - connection to JDBC failed

I am trying to make a connection to JDBC(JNDI) in Crystal Reports and I get the following error :

Invalid Argument provided.
Details: Java Server startup failure. Please verify the PATH (JDK), CLASSPATH and IORFileLocation properties in the CRConfig.xml file. In addition, please verify you are using JDK 1.4.

I am using the connector : mysql-connector-java-5.1.6-bin.jar, jDK 1.6.

Thank you!

Upvotes: 1

Views: 4492

Answers (1)

Gabriela
Gabriela

Reputation: 51

I finally found the problem!
The directory associated to IORFileLocation (which is C:\Windows\temp for me) was for some reason readOnly.
So, problem fixed.
Thank you, anyway!

Upvotes: 4

Related Questions