Forum Discussion
krupalibshah
9 years agoContributor
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”
ebarner
9 years agoFormer Employee
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.
- krupalibshah9 years agoContributor
So where should the access file be stored? I tried the below still getting the same error,
- ebarner9 years agoFormer Employee
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.- krupalibshah9 years agoContributor
thank you, it solved the issue.