This section provides comprehensive details on how to resolve the common issues that occur during or after configuring the ServiceNow integration with the Resolution Intelligence Cloud.
I could not see the incident updates in Resolution Intelligence Cloud. What should I do now?
To view the incident updates, you should have the x_nete2_netenrich.NetEnrich_role and visibility to the ServiceNow domain where the ticket updates are done.
To get visibility to the ServiceNow domain, go to visibility tab in the user edit page.
I created a ticket, but the ticket ID is not generated in either ServiceNow or Resolution Intelligence. How to resolve this issue?
In ServiceNow:
Search for the response of a corresponding ticket ID in the Entity Transaction Table.
- If the response is SUCCESS, then check in the Incident Import Table.
- Check for the status as Ignored/Updated/Inserted. If available any one of these statuses, then check in the Netenrich app logs.
- If not present, then check for any error that occurred in the Resolution Intelligence Cloud logs.
- If the response is FAILED or NULL, then check Resolution Intelligence Cloud logs.
In Resolution Intelligence Cloud:
- Check for the corresponding Ticket Id in the logs generated from the Resolution Intelligence.
- Verify that the response is available for the corresponding ticket ID in the Entity Transaction Table.
- Check the status (i.e Ignored/Updated/Inserted) of ticket ID in the Incident Imports Table. If the records are found, then check for the ERROR in the response of Resolution Intelligence logs.
- Confirm that the mandatory fields are set according to the rules while creating the ticket.
Data field mapping (State / On-hold/Priority/Short description etc..) is not working properly. How do you resolve it?
- In Entity Transaction table, check for Transaction Status - MISSING FIELD if it really missing.
- Verify that the mapping of attributes is available in the Attribute Mapping Value Table. If no mapping is available, then add the attributes to the database.
- Confirm that the attribute value is not null in the business rules and payload.
When I update the details in any ticket from the Resolution Intelligence, the same details are not synced to the ServiceNow. What should I do?
In the import table, check whether the data reached or not. If reached need to check in Attribute Value Mapping for that particular field. If not reached need to check the error in Incident Import table based on the error need to check the Transform Script.
Duplication of posts observed in ServiceNow, when I use Post Reply in Resolution Intelligence. How to prevent duplication of topics?
Each topic is posted twice when multiple nodes are available in Resolution Intelligence. Verify how many nodes are available for each topic and restrict the multiple nodes to be assigned to a single topic. Hence this duplication of posts is resolved.
How to resolve OAuth token expired exception?
Check in Entity Transaction Table if token got expired, we get response as com.glide.communications.ProcessingException we kept a logic to retry mechanism for 3 times so that it automatically will fetch the OAuth token
What should I do the ticket state fails to move to Resolved or Closed?
First, open the import table to check for the request received successfully from NNC by navigating to tables in the System Definition section using filter navigator. Next, check for the status of transaction (i.e Ignored, Inserted, Updated) for the corresponding ticket (i.e Incident, Service Request, Problem, and Change Request) by searching with ticket ID. If the ticket is not in Ignored state, then the ticket response or request is received successfully from NNC. Now, there is a possibility that the ticket state is not moved to Resolved or Closed is because the fields of Resolution notes or Closed notes are empty, that are mandatory fields to fill-in in order to move the state to Closed or Resolved.
Why MSP Id is not generated in Resolution Intelligence platform? What should I do?
To generate MSP Id in Resolution Intelligence platform, you should have a synchronization between ServiceNow and Resolution Intelligence.
It the sync breaks between both platforms, check if the ticket details are received in import tables. If not, check in the Elastic Search (ES). If no ticket details are available in ES, there must have been a sync issue exists between ES and Resolution Intelligence. In that case, connect with auto ticketing teams to resolve the issue.
If the ticket details are available in import tables, means that the sync failed when ServiceNow is sending response back to Resolution Intelligence. Check the entity transaction table to know more details on why the sync failed between both platforms.
Incidents are not synchronizing from Resolution Intelligence to ServiceNow. Why and how to resolve this issue?
The synchronization of incidents from Resolution Intelligence to ServiceNow is not functional might be due to the following failures.
- Attribute Value Mapping between Resolution Intelligence and ServiceNow
- Activating Resolution Intelligence app with other domains instead of Global domain
To fix this sync issue, do the following.
- Delete Netenrich User in Resolution Intelligence
- Reactivate Resolution Intelligence app
- Update password in both ServiceNow and Resolution Intelligence
- Set the Domain as Top
- Debug transformation maps by verifying the following
-
- System Logs
- Transformation History
6. Activate Resolution Intelligence app with Global domain
7. Check whether Attribute Value mappings are updated. If updated, then do the following
- Remove all attribute mappings in both Resolution Intelligence and ServiceNow app, then reactivate the Resolution Intelligence app
I Could not see scope and application pickers at top of your ServiceNow instance. How to enable them?
- After logging into your ServiceNow instance, click Globe icon at the top of your screen.
- In Domain scope, seet the domain as Global.
- In Applicaion scope, set the application as Netenrich Connect.
I could not map the customers in Customer Mapping Console. How to map them?
- Search "REST message" in left nav bar and click Netenrich from the REST messages screen.
- In Netenrich REST message, you can find CustomerGET and OAuthActivationmethods.
- In OAuthActivation method, ensure that you have proper host URL(whether it is production or staging URL) and Instance ID (this is your own netenrich_servicenow instance ID) under Variable Substitutions and then click on TEST to get the integration ID which is used in CustomerGETmethod.
2. In CustomerGET method, ensure that you have proper host URL(whether it is production or staging URL) and Integration ID(this is provided by Netenrich) under Variable Substitutions.
Note: Status should be 200 for both methods after running a test.
- Now check for Customer Mapping to ensure that the system has mapped customers properly
Comments
0 comments
Please sign in to leave a comment.