- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-10-2021 09:29 AM
When trying to create a Manual Application Service a validation continiously claims the name already exists. I do not have any name in whole cmdb which matches. What am I doing wrong?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-10-2021 12:31 PM
So if you name it 'Test Client Prod App - Steen', it fails as well?
The IdentifyCI details can be seen on this page, which might help.
https://developer.servicenow.com/dev.do#!/reference/api/orlando/server_legacy/c_IdentificationEngineScriptableApiAPI

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-10-2021 10:39 AM
Is it just this name, or any name you use?
If it is just the one name, make sure the field is actually called 'name' by right clicking on the label and looking at the field name. If it is, then go to cmdb_ci.list and search the name field, if you haven't already done so (I'm guessing you have already, but never know).
Edit: make sure to use 'contains' in case you have an errant space at the beginning or end of the name.
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-10-2021 11:53 AM
I have tried with many different names and checked in cmdb_ci to be sure no same value exists.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-10-2021 10:41 AM
Hi Steen,
the name and number are validated in the CMDB, and return this error when it finds a match via Script Include CSDMAppServiceHelper
It matches within cmdb_ci_service and all of the extends if I am correct.
This means there actually is a record with the same name in the cmdb_ci_service table. Not sure about the class.
Best regards,
Barry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-10-2021 11:55 AM
I have tried with many different names and checked in cmdb_ci to be sure no same value exists.