• bbuehne
  • NEWBIE
  • 0 Points
  • Member since 2011

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

Hi,

 

I  walnt to upload large data with help of bulk api, i am using curl for it. Initially i was getting SSL security error so i used -K , now that issue is resolvedBut now i am getting this error

 

'D:\curl-7.21.3-ssl-sspi-zlib-static-bin-w32><tr><td>You have attempted to reach
a URL that no longer exists on salesforce.com
< was unexpected at this time.'

 

Commant i am giving in command prompt is  ' curl -k https://login.salesforce.com/services/soap/u/20.0 -H "Content-Type: text/xml; charset=UTF-8" -H "SOAPAction: login" -d @login.txt'

 

Please help me on same

 

Thanks

Riti