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
Dhaval PanchalDhaval Panchal 

Issue in creating job (C#)

Hello,

I am trying to create job in C#. But I am getting issue with version.

Code:
User-added image

I am getting below response:

Error code: BadRequest 
<?xml version="1.0" encoding="UTF-8"?>
<error xmlns="http://www.force.com/2009/06/asyncapi/dataload">
    <exceptionCode>InvalidUrl</exceptionCode>
    <exceptionMessage>unknown version: 10.0</exceptionMessage>
</error>

I am trying to use bulk api with C#.net, But I donot have any idea about this. Please help me.

Thanks,
Dhaval
Ashish_SFDCAshish_SFDC
Hi Dhaval, 


See the code in the links below, 

http://stackoverflow.com/questions/9070690/xml-parsing-error-salesforce-bulk-api-using-c-sharp

http://wiki.developerforce.com/page/Loading_Large_Data_Sets_with_the_Force.com_Bulk_API

http://www.salesforce.com/us/developer/docs/api_asynch/Content/asynch_api_code_walkthrough.htm

http://stackoverflow.com/questions/4326598/connecting-to-salesforce-bulk-api-using-c-sharp


Regards,
Ashish