srinivasvitta / force-metadata-jdbc-driver

Automatically exported from code.google.com/p/force-metadata-jdbc-driver
0 stars 0 forks source link

Connecting to sandbox from Open ModelSphere #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I seem unable to change the connection to the sandbox. Sorry if this has been 
discussed before I've read all the notes and cannot seem to find a solution.

Drive Class Name: com.claimvantage.force.jdbc.ForceMetaDataDriver
URL             : 
jdbc:claimvantage:force;url=https://test.salesforce.com/services/Soap/u/22.0/

Returns

INVALID_LOGIN

at.sun.reflect.NativeConstructorAssessorImpl.newInstance(Unknown Source)
Unknown Source is the theme of the rest of the error message(s) to.

What version of the product are you using? On what operating system?

Using 2.2 version

Please provide any additional information below.

Works great with SchemaSpy from the command line.

Any help would be appreciated
Many thanks

Paul Gale

Original issue reported on code.google.com by paul.g...@pagabv.com on 25 Jul 2014 at 10:06

GoogleCodeExporter commented 9 years ago
There are examples of valid driver URL patterns in 
https://code.google.com/p/force-metadata-jdbc-driver/source/browse/trunk/force-m
etadata-jdbc-driver/src/com/claimvantage/force/jdbc/CredentialsTest.java; what 
URL are you specifying?

Original comment by keith.cl...@gmail.com on 25 Jul 2014 at 2:08

GoogleCodeExporter commented 9 years ago
I've tried  a number of url

jdbc:claimvantage:force;url=https://test.salesforce.com/services/Soap/u/22.0/

AND 

jdbc:claimvantage:force;user=<username>;password=<PW+Token>;url=https://test.sal
esforce.com/services/Soap/u/22.0/

but I always get the same error.

Your help is much appreciated 

Paul

Original comment by paul.g...@pagabv.com on 29 Jul 2014 at 10:45