Posted: Mon Feb 21, 2011 6:35 pm Post subject: Salesforce connector, BulkAPI and Error CSV path
All,
In reading about the SF connector, I see that in order to get a CSV file with records that error out, I must use the BulkAPI (which I would prefer to do anyway). When I try to use a connector, using the BulkAPI, I get this error:
[AsyncApiException exceptionCode='FeatureNotEnabled'
exceptionMessage='Async API not enabled'
]
at com.sforce.async.RestConnection.parseAndThrowException(RestConnection.java:113)
at com.sforce.async.RestConnection.createOrUpdateJob(RestConnection.java:97)
at com.sforce.async.RestConnection.createJob(RestConnection.java:76)
at com.apatar.salesforcecom.SalesforcecomNode.updateTDBtoRDB(SalesforcecomNode.java:1119)
at com.apatar.salesforcecom.SalesforcecomNode.TransformTDBtoRDB(SalesforcecomNode.java:1379)
at com.apatar.core.AbstractDataBaseNode.Transform(AbstractDataBaseNode.java:379)
at com.apatar.core.AbstractDataBaseNode.Transform(AbstractDataBaseNode.java:349)
at com.apatar.core.Runnable.execute(Runnable.java:207)
at com.apatar.core.Runnable.execute(Runnable.java:187)
at com.apatar.core.Runnable.execute(Runnable.java:181)
at com.apatar.core.Runnable.executeToNode(Runnable.java:174)
at com.apatar.core.Runnable.access$0(Runnable.java:171)
at com.apatar.core.Runnable$Run.run(Runnable.java:85)
I can use the Bulk API via the SF Data Loader, but I continue to get this error in Apatar. What am I missing??
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum