Troubleshoot SCIM Client
Summarize
Summary of Troubleshoot SCIM Client
This document provides troubleshooting guidance for common issues encountered when setting up or operating the SCIM Client. It aims to assist ServiceNow customers in identifying and resolving errors effectively during implementation.
Show less
Key Features
- Error Messages and Actions: Specific error messages are detailed along with the recommended actions to resolve them, such as ensuring the scriptable API is called in the system context and verifying user access to tables.
- Log Analysis: The document outlines the importance of checking SCIM Client logs for troubleshooting, detailing key log fields that provide insights into the API calls made.
- Request Body and Configuration: Instructions for reviewing the request body and updating log levels are provided, allowing customers to ensure proper configuration and diagnose issues effectively.
Key Outcomes
By following the troubleshooting actions, ServiceNow customers can:
- Resolve access-related errors by verifying user permissions and API context.
- Identify and correct configuration issues reflected in error messages.
- Enhance logging capabilities to capture detailed information for effective troubleshooting.
Overall, these steps will aid in establishing a reliable SCIM Client setup, ensuring smoother operations and integration with the provider system.
Troubleshooting actions can help resolve common issues when setting up or running the SCIM Client.
| Issue | Action |
|---|---|
Response contains the following message: |
The message is displayed if the API is called in a user context and the user does not have access to the table. You must make sure that the scriptable API is called in the system context. |
Response contains the following message: |
|
Response contains the following message: |
In the SCIM attribute mapping, if the field is defined to fetch from a script with this issue, then make sure that the return type should always be a string. |
Response contains the following message: |
For any SCIM attribute that expects the ID, then that ID is always of the provider system. Make sure the ID that is passed in the payload is valid in the provider system. |
Areas to check for troubleshooting
The following are some of the areas that can be checked for troubleshooting errors when using the SCIM Client:
- If any issue is found while running any of the scriptable APIs, see the SCIM Client logs
section.
Table 2. Logs Fields Field Description Request ID Unique ID that represents a scriptable API called. SCIM Provider Provider name for which the API is called. Resource Name of the resource for which the API is called. Resource ID The ID for which the API is called. For deletion, the ID represents the resource ID in the provider system and the ID is in the client system. Action API that is called Status Status of the log as a success or failure Message Success or error message. The error message can be from the SCIM provider or because of configuration issues in the SCIM Client. - Check the request body by configuring and viewing outbound calls. To learn more, see Outbound web services logging.
- Update log levels by adding the content-type, testing the sample, and navigating to corresponding the HTTP Method form in the REST message of the corresponding provider.
- If the request body is truncated, then increase the limit by using system property glide.outbound_http.content.max_limit.