I am getting an error when running a query logged in as a Salesforce API Integration User. It works when logged in as a standard user, but as an Integration User I get this errror:
ErrorCode=UserErrorOdbcOperationFailed,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=ERROR [HY000] [Microsoft][Salesforce] (120) SOQL_FIRST mode prepare failure: SOQL error: [Microsoft][Salesforce] (148) NOT_FOUND: The requested resource does not exist SQL error: [Microsoft][SQLEngine] (31740) Table or view not found: iOffice Inc..Opportunity,Source=Microsoft.DataTransfer.ClientLibrary.Odbc.OdbcConnector,''Type=System.Data.Odbc.OdbcException,Message=ERROR [HY000] [Microsoft][Salesforce] (120) SOQL_FIRST mode prepare failure: SOQL error: [Microsoft][Salesforce] (148) NOT_FOUND: The requested resource does not exist SQL error: [Microsoft][SQLEngine] (31740) Table or view not found: iOffice Inc..Opportunity,Source=Microsoft Salesforce ODBC Driver,'
Has anyone experienced this type of issue when running a query to pull data from Salesforce as an API Integration User?