This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
I’m trying to configure the JDBC Account to work with my Heroku Postgresql account:
But I’m getting the following error:
Failed to validate account: java.lang.RuntimeException: Driver org.postgresql.Driver claims to not accept jdbcUrl, jdbc:postgres...
I’m trying to use an API to post data to an application.
There is no account. Instead I have a specific account.
The curl API looks like this:
curl https://communicate.modolabs.net/api/v1/directories/revisions --header “Authorization: Token myToken”...
A vendor is having us retrieve their info using this SFTP method:
sftp -i /path/to/private/key username@vendor.net
Any thought how to do this in SnapLogic? Do I need to do it as a script?
Also I have a passcode that i will need to use?
Thoughts?
Tha...
Is there a way to pull data about SnapLogic Pipeline performance thru SnapLogic?
We would love to get the information in a manner that shows Time, Input, output and something we can download on a regular basis.
Any ideas?
Hi community,
We have a SOAP process we are trying to fill out.
Basically there header info then it allows for multiple sub records – as if it were a group by:
Person: John Smith
Job:
Job:12345
Job:23456
Job:34567
Person: Jane Doe
Job:
Job:45678
Job:...
You were correct – I was able to use the standard SSH Authorization Account. My issue was that I was including the file server location in the user name.
Once I removed that – all was good.
Thanks for your direction on this.
Cheers,
Bob