• Jay_$APEX
  • NEWBIE
  • -1 Points
  • Member since 2007

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 4
    Replies
Where in the data loader 10.0 should the database driver for ms sql be dropped?
I did this successfully in 8.0, however in 10.0 this does not work.

Any ideas? Or anyone knows if any new documentation have been released?
Thanks,
Jay

I have tested the data loader 8.0, using the command line and connecting this to a ms sql database.
Everything works fine, except for the update operation from my db to sfdc. I get the following error: 'Id not specified in an update call'
I have Id mapped, but should it be specified anywhere else?
Any ideas...?

Thanks,
Jay
In Salesforce, is there anyway to transfer Accounts back to Leads? I know you can convert Leads to Accounts but I need to know if it can work the other way. Please advise.
  • August 09, 2007
  • Like
  • 0
I have tested the data loader 8.0, using the command line and connecting this to a ms sql database.
Everything works fine, except for the update operation from my db to sfdc. I get the following error: 'Id not specified in an update call'
I have Id mapped, but should it be specified anywhere else?
Any ideas...?

Thanks,
Jay
Hi All,
 
We have an integration system that has been running for more than 2 years without any problems. The system creates contacts / leads...etc via the API.
 
Two days ago we started getting the XML response below everytime we try to create leads....the message says: :insufficient access rights on cross-reference id
 
Did something chnage in the API recently ? our code hasnt been updated for two years...would it be some new permissions ?
 
Thanks,
 
 
The XML response looks like this:
 
  <?xml version="1.0" encoding="UTF-8" ?>
- <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <soapenv:Body>
- <createResponse xmlns="urn:partner.soap.sforce.com">
- <result>
- <errors>
  <fields xsi:nil="true" />
  <message>insufficient access rights on cross-reference id</message>
  <statusCode>INSUFFICIENT_ACCESS_ON_CROSS_REFERENCE_ENTITY</statusCode>
  </errors>
  <id xsi:nil="true" />
  <success>false</success>
  </result>
  </createResponse>
  </soapenv:Body>
  </soapenv:Envelope>
 
 
  • July 17, 2007
  • Like
  • 0