You need to sign in to do that
Don't have an account?
rtrigg
internal server error on v30.0 of api
Hi all,
Here's my curl call:
curl -b /tmp/cookies.txt -c /tmp/cookies.txt https://na15.salesforce.com/services/data/v30.0/sobjects/Account/<ACCOUNT ID> -H 'Authorization: OAuth <AUTH CODE>' -H 'Accept:application/xml'
It throws "An internal server error has occurred", with no further info. If I do exactly the same call from v29.0, works like a champ. I didn't see anything about this on the Known Issues page. All advice welcome!
Thanks,
- Randy
Here's my curl call:
curl -b /tmp/cookies.txt -c /tmp/cookies.txt https://na15.salesforce.com/services/data/v30.0/sobjects/Account/<ACCOUNT ID> -H 'Authorization: OAuth <AUTH CODE>' -H 'Accept:application/xml'
It throws "An internal server error has occurred", with no further info. If I do exactly the same call from v29.0, works like a champ. I didn't see anything about this on the Known Issues page. All advice welcome!
Thanks,
- Randy
Both the versions have to be the Same, this issue comes up when there is a Conflict.
This explains the other App is on v29 and we have to the same version that is downgrading to be able to match the version.
Regards,
Ashish
Hi Randy,
Yes, the other App may be a 3rd party web service or another Salesforce Org. It is possible that the Production and Sandboxes are on different instances or versions.
Regards,
Ashish