function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ken78ken78 

BEGINNER HELP! API example...

I am following the example of how to run a job in

http://www.salesforce.com/us/developer/docs/api_asynch/api_bulk.pdf

 

I can do the login call with Curl and Login()

I can also pass the sessionId and the instance to job() but I get the following XML response:

 

<?xml version="1.0" encoding="UTF-8"?><error
   xmlns="http://www.force.com/2009/06/asyncapi/dataload">
 <exceptionCode>FeatureNotEnabled</exceptionCode>
 <exceptionMessage>Async API not enabled</exceptionMessage>
</error>

 

How do I enable Async API??? I am calling the account object. Is this a setup on my side?

 

Thank you so much

msimondsmsimonds

I have never used it, but maybe this will tell you how to enable it > http://www.salesforce.com/us/developer/docs/api_asynch/api_bulk.pdf

 

 

~Mike