• the_case
  • NEWBIE
  • 0 Points
  • Member since 2010

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

I've started testing the oauth2 auth via using curl on the command line (as described in another post in this forum).

 

I get all the expected warnings when using intentionally incorrect credentials (bad secret, bad client_id, etc).

 

However, when I use the correct credentials, (grant_type: password) I get an Internal Server Error (500 response):

 

An internal server error has occurred
An error has occurred while processing your request. The salesforce.com support team has been notified of the problem. If you believe you have additional information that may be of help in reproducing or correcting the error, please contact Salesforce Support. Please indicate the URL of the page you were requesting, any error id shown on this page as well as any other related information. We apologize for the inconvenience.

Thank you again for your patience and assistance. And thanks for using salesforce.com!

Error ID: 1854879326-13153 (-657290999)

 

 

Also, the link in the error message leads me to a page that tells me the data is missing. Does this imply that the REST pilot is not available in my instance (cs3.salesforce.com)?

I've started testing the oauth2 auth via using curl on the command line (as described in another post in this forum).

 

I get all the expected warnings when using intentionally incorrect credentials (bad secret, bad client_id, etc).

 

However, when I use the correct credentials, (grant_type: password) I get an Internal Server Error (500 response):

 

An internal server error has occurred
An error has occurred while processing your request. The salesforce.com support team has been notified of the problem. If you believe you have additional information that may be of help in reproducing or correcting the error, please contact Salesforce Support. Please indicate the URL of the page you were requesting, any error id shown on this page as well as any other related information. We apologize for the inconvenience.

Thank you again for your patience and assistance. And thanks for using salesforce.com!

Error ID: 1854879326-13153 (-657290999)

 

 

Also, the link in the error message leads me to a page that tells me the data is missing. Does this imply that the REST pilot is not available in my instance (cs3.salesforce.com)?