Page 1 of 1

SalesforceConnection.Open() exception

Posted: Fri 15 Dec 2017 17:20
by bezpal
I use dotConnect to update Salesforce database from our local database.
I am able to run my updater as myself which tells me it is programmed correctly, however when I run it from the service account I get the following error:

Code: Select all

/****  EXCEPTION UNHANDLED -- 
Devart.Data.SQLite.v (0x0000000E): Unable to open the database file
   at Devart.Data.Salesforce.j.a(HeaderOptions A_0)
   at Devart.Data.Salesforce.at.a(j A_0, Object A_1, DbConnectionBase A_2)
   at Devart.Common.DbConnectionFactory.a(DbConnectionPool A_0, j A_1, DbConnectionBase A_2)
   at Devart.Common.DbConnectionPool.a(DbConnectionBase A_0)
   at Devart.Common.DbConnectionPool.GetObject(DbConnectionBase owningConnection)
   at Devart.Common.DbConnectionFactory.b(DbConnectionBase A_0)
   at Devart.Common.DbConnectionClosed.Open(DbConnectionBase outerConnection)
   at Devart.Common.DbConnectionBase.Open()
   at Devart.Data.Salesforce.SalesforceConnection.Open()
I think that is access issue. What Access do I need to grant to my service account to fix this?

Thank you.

Re: SalesforceConnection.Open() exception

Posted: Mon 18 Dec 2017 09:33
by Shalex