<h2>Discovery is failing with 'Missing Classification Information' message.</h2><br/><div style="overflow-x:auto"><article><div ><h3 >Issue </h3><section><p style="padding-left: 40px;">Discovery is failing with below error message after upgrading to newyork:</p> <p style="padding-left: 80px;"><span style="font-family: 'courier new', courier; color: #ff0000;">Error evaluating C:\Users\svc_cmdbdisc\AppData\Local\Temp\GenerateWMIScriptJS_WMI_FetchData3696280959267867313.js: Expected ';</span></p> <p style="padding-left: 80px;"><span style="font-family: 'courier new', courier; color: #ff0000;">"Missing Classification Information"</span></p></section></div><div ><h3 >Release</h3><section><p style="padding-left: 40px;">Newyork and Above Versions.</p></section></div><div ><h3 >Cause</h3><section><ul style="list-style-position: inside;"><li>The error was coming from "Windows - Classify" probe: </li></ul> <p style="padding-left: 80px;"><span style="font-family: 'courier new', courier;">https://Instance_name.service-now.com/nav_to.do?uri=discovery_sensor.do?sys_id=b11453f50a0a0ba500a72547a687189e</span></p> <ul style="list-style-position: inside;"><li>This error is coming from below code: </li></ul> <p style="padding-left: 80px;"><span style="font-family: 'courier new', courier;">if (JSUtil.nil(result.Win32_OperatingSystem.Caption))</span><br /><span style="font-family: 'courier new', courier;">this.processError("Missing Classification Information");</span></p> <ul style="list-style-position: inside;"><li><span style="font-family: verdana, geneva;">This is because the script was not able to decode the data though it is showing up properly in ECC Queue.</span></li></ul></section></div><div ><h3 >Resolution</h3><section><ul><li>The Windows Classify sensor was older version and was modified because of which it didn't get upgraded.</li><li>There is a change in the format of the data sent by MID server in Newyork release and it is being sent in JSON format.</li><li>Older code just handles it assumes that it is in XML format.</li><li>Change the sensor and classify probes to Newyork versions for this to work and then the modifications can be applied after that if required.</li></ul></section></div></article></div>