Developers Program

Error 127 - Invalid application name

Published: February 07 2007, 12:52:00 PMยทUpdated: July 29 2022, 6:45:47 AM

Products

Question

Why am I getting the following error? <Errors> <ShortMessage>Application name is invalid.</ShortMessage> <LongMessage>API application "myapplication" invalid</LongMessage> <ErrorCode>127</ErrorCode> <SeverityCode>Error</SeverityCode> <ErrorParameters ParamID="0"> <Value>myapplication</Value> </ErrorParameters> <ErrorClassification>RequestError</ErrorClassification> </Errors>

Answer

Summary

There are couple of reasons why you can get an invalid application error:
  • You have not specified the application name correctly. This has to be exactly the same as AppID, which is part of your keys

  • You are sending your request to the wrong server. Remember, that the Sandbox and Production environments are completely separate and the credentials of one will not work in the other.

Double check your keys and the server url. If you continue getting the error, please file a support request and we can assist you with the issue.


Additional Resources
Additional Comments
How well did this answer your question?