Skip to content

What are the params to be passed for Salesforce Connection Type #497

Answered by sualeh
kgowrisangar asked this question in Q&A
Discussion options

You must be logged in to vote

You will need to use the CData Salesforce JDBC driver. You will need to put the driver jar file (along with all associated dependencies) in the SchemaCrawler "lib" folder.

You will need to use the URL version of the command-line:

schemacrawler.sh \
--url="$1" \
--user="$2" \
--password="$3" \
--log-level=INFO \
--info-level=standard \
-c script \
--sort-tables=false \
--script "$4"

Please read the documentation on how to get the URL.

I would suggest testing it first with the "list" command:

schemacrawler.sh \
--url="$1" \
--user="$2" \
--password="$3" \
--log-level=INFO \
--info-level=minimum \
-c list

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@kgowrisangar
Comment options

Answer selected by kgowrisangar
Comment options

You must be logged in to vote
2 replies
@kgowrisangar
Comment options

@sualeh
Comment options

sualeh Aug 25, 2021
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants