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!
解决方案
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!
博主在水晶报表中连接JDBC(JNDI)时遇到“Invalid Argument provided”错误,提示验证CRConfig.xml文件中的PATH、CLASSPATH和IORFileLocation属性,使用的是mysql-connector-java-5.1.6-bin.jar和JDK 1.6。最终发现问题是IORFileLocation关联目录为只读,解决该问题后报错消除。
1020

被折叠的 条评论
为什么被折叠?



