Salesforce plugin not able to perform operation due to no access from the salesforce server (sObject is not readable)

Salesforce plugin not able to perform operation due to no access from the salesforce server (sObject is not readable)

book

Article ID: KB0079610

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks Plug-in for Salesforce.com 6.5.x

Description

Some customers may face the below error since the sObject which they are trying to access is not readable while performing operations on sObject using Salesforce plug-in. 
------------------------------------------------------------------------------------
Error string as below:
InvalidJob : Field name provided, Catalog_Reference__c is not readable for epc_stg_AttributeCategory__c
InvalidJob : Field name provided, Catalog_Reference__c does not match an External ID for epc_stg_Picklist__c
InvalidJob : Field name provided, Catalog_Reference__c does not match an External ID for epc_stg_PicklistValue__c

where Catalog_Reference__c is sObject.
---------------------------------------------------------------------------------------

Issue/Introduction

In order to perform operations on sObjects in Salesforce the permissions should be granted.If there are no permissions granted then the error may occur as sObject is not readable.

Environment

Product: TIBCO ActiveMatrix Plug-in for Salesforce Version: 6.5.x OS: All Supported Operating Systems

Resolution

Please check with your Salesforce Administration for the appropriate permissions on the respective sObject. sObject should have the required permissions so that they can be accessed from the plugin.