- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2024 03:36 PM
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!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2024 10:19 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2024 10:19 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2024 03:02 PM
That did the trick! Thanks!