• ken78
  • NEWBIE
  • 0 Points
  • Member since 2009

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 1
    Replies

When I make calls for a job, I keep getting the same error message over and over...

FeatureNotEnabled

The Bulk API is not enabled for this organization.

 

How do you enable bulk api? we have a enterprise license

  • December 29, 2010
  • Like
  • 0

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

  • December 28, 2010
  • Like
  • 0

When I make calls for a job, I keep getting the same error message over and over...

FeatureNotEnabled

The Bulk API is not enabled for this organization.

 

How do you enable bulk api? we have a enterprise license

  • December 29, 2010
  • Like
  • 0