I have been at this for 2 days and can't seem to crack it. I have tried 4 different machines and 2 different version of Crystal and no matter what I do I get this same error.
Current Configuration - using Crystal 2013 SP1, Java 7 Update 60 both x86 and x64 version installed (have tried with just x86).
I have tried 100 different attempts at the CRConfig.xml but here is what I currently have. The paths in " " are the ones I have added and I have tried them with quotes and without. I have tried using the SAP jre that comes with Crystal and as you can see trying it with standard jre now. The vendor I need to connect to runs Oracle and PostGRE, I believe I am connecting to their Oracle but they aren't much on support and I'm not sure they really know, so it could be either and I can't use standard connect types, have to use JDBC. They support Pentaho but that has other problems and I've never used it, so it's quicker and easier for me to use Crystal and not learn a whole new package. Pentaho connects using the same URL and I am using the JDBC drivers they are, still get nothing but JDBC driver not found through Crystal. Any help with this would be greatly appreciated, I really need to get this report done and have no way right now of doing it.
<DataDriverCommon>
<JavaDir32>C:\Program Files (x86)\Java/jre7/bin</JavaDir32>
<JavaDir64>C:\Program Files\Java/jre7/bin</JavaDir64>
<Classpath>C:\Program Files (x86)\SAP BusinessObjects\\SAP BusinessObjects Enterprise XI 4.0\java/lib/crlovmanifest.jar;C:\Program Files (x86)\SAP BusinessObjects\\SAP BusinessObjects Enterprise XI 4.0\java/lib/CRLOVExternal.jar;C:\Program Files (x86)\SAP BusinessObjects\\SAP BusinessObjects Enterprise XI 4.0\java/lib/CRDBJDBCServer.jar;C:\Program Files (x86)\SAP BusinessObjects\\SAP BusinessObjects Enterprise XI 4.0\java/lib/CRDBXMLServer.jar;C:\Program Files (x86)\SAP BusinessObjects\\SAP BusinessObjects Enterprise XI 4.0\java/lib/CRDBJavaBeansServer.jar;C:\Program Files (x86)\SAP BusinessObjects\\SAP BusinessObjects Enterprise XI 4.0\java/lib/external/log4j.jar;C:\Program Files (x86)\SAP BusinessObjects\\SAP BusinessObjects Enterprise XI 4.0\java/lib/CRDBSForceServer.jar;C:\Program Files (x86)\SAP BusinessObjects\\SAP BusinessObjects Enterprise XI 4.0\java/lib/external/CRDBSForceExternal.jar;C:\Program Files (x86)\SAP BusinessObjects\\SAP BusinessObjects Enterprise XI 4.0\java/lib/CRDBWicServer.jar;C:\Program Files (x86)\SAP BusinessObjects\\SAP BusinessObjects Enterprise XI 4.0\java/lib/external/CRDBWicExternal.jar;"C:\Program Files (x86)\SAP BusinessObjects\\SAP BusinessObjects Enterprise XI 4.0\java/lib/external/dataconnector.jar";"C:\Program Files (x86)\SAP BusinessObjects\\SAP BusinessObjects Enterprise XI 4.0\java/lib/external/dataconnector-qsi.jar";"C:\Program Files (x86)\SAP BusinessObjects\\SAP BusinessObjects Enterprise XI 4.0\java/lib/external/ojdbc6.jar";"C:\Program Files (x86)\SAP BusinessObjects\\SAP BusinessObjects Enterprise XI 4.0\java/lib/external/pentaho-datasource-editor-pmdx.jar";"C:\Program Files (x86)\SAP BusinessObjects\\SAP BusinessObjects Enterprise XI 4.0\java/lib/external/mysql-connector-java-5.1.17.jar";${CLASSPATH}</Classpath>
<IORFileLocation>${TEMP}</IORFileLocation>
<JavaServerTimeout>1800</JavaServerTimeout>
<JavaServerStartupTimeout>30</JavaServerStartupTimeout>
<JVMMaxHeap>64000000</JVMMaxHeap>
<JVMMinHeap>32000000</JVMMinHeap>
<NumberOfThreads>100</NumberOfThreads>
<UseProxy>FALSE</UseProxy>
<ProxyAddress></ProxyAddress>
<ProxyPort></ProxyPort>
<ProxyUsername></ProxyUsername>
<ProxyPassword></ProxyPassword>
</DataDriverCommon>
<JDBC>
<CacheRowSetSize>100</CacheRowSetSize>
<JDBCURL>jdbc:dataconnector:servlet:https://reportdatacertbeta.qualifacts.org/dataconnector/dataconnector,CareLogicStandard,dataconnector.servlet.use_jakarta_http_client=true,dataconnector.driver.connection_listener=com.qualifacts.dataconnector.ChallengeForCredentialsConnectionListenerNoPrompt</JDBCURL>
<JDBCClassName>com.qualifacts.dataconnector.VirtualDriver</JDBCClassName>
<JDBCUserName>jolmstead@cfghealthnetwork.qualifacts.org</JDBCUserName>
<JNDIURL></JNDIURL>
<JNDIConnectionFactory></JNDIConnectionFactory>
<JNDIInitContext>/</JNDIInitContext>
<JNDIUserName>weblogic</JNDIUserName>
<GenericJDBCDriver>
<Default>
<ServerType>UNKNOWN</ServerType>
<QuoteIdentifierOnOff>ON</QuoteIdentifierOnOff>
<StoredProcType>Standard</StoredProcType>
<LogonStyle>Standard</LogonStyle>
</Default>