J
Jeffery Thomas
Guest
Hi - I have a simple oracle table consisting of just 4 varchar2 columns. I'm able to query the table within my DataDirect console without issues. I built an external source in SF, successful sync, and then an external object. However, I'm not able to pull data. If I go to Workbench Query and perform this: SELECT FNAME__c,LNAME__c,PHONE__c,SFID__c FROM JT_ACCOUNTS__x I get the following error: UNKNOWN ERROR: EXTERNAL_OBJECT_EXCEPTION: An error occurred while connecting to the external system. Please try again, or contact your administrator. Attempted to reach this URL: service.datadirectcloud.com/.../JT_ACCOUNTS . Error received from the external system: 403: { "error" : { "code" : "222206327", "message" : { "lang" : "en-US", "value" : "Unknown query parameter: $count" } } }
Continue reading...
Continue reading...