SDK Build Error - [now-sdk] [ERROR] Error parsing ...\dist\app\update\sys_module_88a.xml

Brady Holliday
Tera Guru

Howdy,

 

We have recently been trying to test out using the ServiceNow SDK and so far it appears that brand new apps appear to be created and work well, but I am having an issue with a converted scoped app in which when I try to perform the now-sdk build command it comes back with the following error:

 

[now-sdk] [ERROR] Error parsing ...\dist\app\update\sys_module_88a4aed3faeb4df29b50db09b99f65cc.xml. Check your XML file and try again.

 

This is what the XML looks like:

 

<?xml version="1.0"?>
<record_update>
  <sys_module action="DELETE">
    <sys_id>88a4aed3faeb4df29b50db09b99f65cc</sys_id>
    <sys_scope display_value="x_company_secops_cust">d1700f3493811ed0786cf0597bba10d5</sys_scope>
  </sys_module>
</record_update>

 

Any ideas? We have tried a couple things like deleting the file and trying to build, but we haven't figured out what the SDK doesn't like.

Thanks in advance!

1 ACCEPTED SOLUTION

Venkat79
ServiceNow Employee
ServiceNow Employee

Hi @Brady Holliday 

We found an issue with SDK version `2.1.1` that's causing that error. We fixed it in `2.1.3`, which is available now. 

Please upgrade and let us know, if that fixes the issue. Thanks

-- Venkat

View solution in original post

2 REPLIES 2

Venkat79
ServiceNow Employee
ServiceNow Employee

Hi @Brady Holliday 

We found an issue with SDK version `2.1.1` that's causing that error. We fixed it in `2.1.3`, which is available now. 

Please upgrade and let us know, if that fixes the issue. Thanks

-- Venkat

That did the trick! Thanks!