ContributionsMost RecentMost LikesSolutionsHeroku PostgreSQL JDBC Account Setup 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://ybukpksfvupwgu:e5786b479f8736d389cb4818bc5961f9ce9c4454ce333b0b84777844e8a419c0@ec2-3-234-109-123.compute-1.amazonaws.com:5432/d409u29joqsfjd Cause: java.lang.RuntimeException: Driver org.postgresql.Driver claims to not accept jdbcUrl, jdbc:postgres://ybukpksfvupwgu:e5786b479f8736d389cb4818bc5961f9ce9c4454ce333b0b84777844e8a419c0@ec2-3-234-109-123.compute-1.amazonaws.com:5432/d409u29joqsfjd (Reason: Driver org.postgresql.Driver claims to not accept jdbcUrl, jdbc:postgres://ybukpksfvupwgu:e5786b479f8736d389cb4818bc5961f9ce9c4454ce333b0b84777844e8a419c0@ec2-3-234-109-123.compute-1.amazonaws.com:5432/d409u29joqsfjd; Resolution: Driver loading possibly failed, please ensure the driver is correctly configured) What am I missing? Re: Convert this to a snap? How? I haven’t been able to get this work for my use. Tried different things and nothing worked. Convert this to a snap? How? 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” --form “name=Modo Test” --form “upload=@directory.xml” where “myToken” would be the token I was given. How do I convert this to the REST Snap? Re: Using "sftp -i [private key location] username" 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 Re: Using "sftp -i [private key location] username" I’m not given the specific path to connect too. How do I set up the path? This is different than any other SFTP I’ve used. Using "sftp -i [private key location] username" 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? Thanks, Bob Re: Extracting Snap Performance Data Thanks! I’m looking at it now! Extracting Snap Performance Data 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? Re: SnapLogic DateTime Conversion Guidelines Found it! Date.parse(parseInt($Date)/10000 - 11644473600000) Where $Date is LastLogon or LastLogonTimestamp from AD. Re: SnapLogic DateTime Conversion Guidelines Any idea on converting the LDAP DateTime string? Specifically the LastLogOn?