cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Snaplogic connect to MS-Access MDB database

dshen
Employee
Employee

You can use the JDBC snap to access the MS-Access MDB database by using 3rd party JDBC driver. The example here is using the JDBC driver from UCanAccess.

54285b32d204cd6b7a10fe3ce71b835e5b3c94fd.png

Note that the JDBC driver will have no idea on how to access an SLDB:// location. The database file must be local on the groundplex or somewhere accessible from the groundplex.

8 REPLIES 8

krupalibshah
Contributor

I tried to implement this, but while validating the account I get the error โ€œPOST http://pa23sl-jccs-ux07672.fsac5.snaplogic.net:8090/api/1/rest/account/validate: Server Errorโ€

1f6c0dcb16fcdb7a57c47767fa67aeaeef8052e9.png

If you are using the UcanAccessDriver, that JDBC URL doesnโ€™t look correct since it wonโ€™t know the SLDB enviroment. That should be close to what the original stated but pointing to the file location on the node.

So where should the access file be stored? I tried the below still getting the same error,

a7e8514ab68bf88fe9eab96cb2d1af5c28195868.png

The accdb file must be somewhere that can be accessed from the groundplex execution (not within the SnapLogic Database). In your example, itโ€™s looking for a file in the folder /tmp.

Hope that helps.
Eric B.