API translation import error: Object reference not set to an instance of an object.

What would be the reason of such message when importing translation objects?

"Object reference not set to an instance of an object"

Parents
  • Hi Filip,

    "Object reference not set to an instance of an object" is a generic error from the .NET Framework to indicate that a variable was not initialized (Null pointer exception if you will). So in turn I would ask for the full stack trace of the error to find out who is throwing this error and in turn which variable.

    This could in order come from your client-side code, this could be thrown by server-side code like custom plugins, standard plugins or even the core Tridion Docs code.

    Also the InfoShareWS*.log log files will greatly help analyzing if it is a server-side error. This besides the exact software versions involved.

    Best wishes,
    Dave

Reply
  • Hi Filip,

    "Object reference not set to an instance of an object" is a generic error from the .NET Framework to indicate that a variable was not initialized (Null pointer exception if you will). So in turn I would ask for the full stack trace of the error to find out who is throwing this error and in turn which variable.

    This could in order come from your client-side code, this could be thrown by server-side code like custom plugins, standard plugins or even the core Tridion Docs code.

    Also the InfoShareWS*.log log files will greatly help analyzing if it is a server-side error. This besides the exact software versions involved.

    Best wishes,
    Dave

Children
No Data