Caught exception when processing undefined undefined: TypeError: Expected argument of type object, but instead had type undefined, any solution?

Mallikharjuna
Tera Contributor

Caught exception when processing undefined undefined: TypeError: Expected argument of type object, but instead had type undefined, any solution?

8 REPLIES 8

bernyalvarado
Mega Sage

Hi, you're basically passing or using an object as a variable that doesn't exist. You need to define it and make sure it's instantiated. 

Thanks,

Berny

bernyalvarado
Mega Sage

 

Here goes a complete explanation: http://net-informations.com/js/iq/unerror.htm

Thanks,

Berny

bernyalvarado
Mega Sage

btw... you posted this question in the ITOM forum, are you getting this error in Discovery, ServiceMapping or Event Management? 

You may want to provide more context and show the code where you're getting the error.

Thanks,

Berny

yes, in discovery schedule, we got this error..