Crystal reports - connection to JDBC failed

ⅰ亾dé卋堺 提交于 2021-01-28 08:21:29

问题


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!


回答1:


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!



来源:https://stackoverflow.com/questions/2652690/crystal-reports-connection-to-jdbc-failed

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!