Caught exception when processing undefined undefined: TypeError: Expected argument of type object, but instead had type undefined, any solution?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-31-2020 06:56 AM
Caught exception when processing undefined undefined: TypeError: Expected argument of type object, but instead had type undefined, any solution?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-31-2020 06:59 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-31-2020 07:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-31-2020 07:05 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2020 03:49 AM
yes, in discovery schedule, we got this error..