This section briefly discusses some error statements that you may encounter when using SPML Provider.
This section briefly discusses some error statements that you may encounter when using SPML Provider.
When sending an SPML request to remove a user from a group, the requested operation fails with the following error:
Cannot remove the specified item because it was not found in the specified Collection.
This error has one of the following causes:
The <value> element of the <attr> element specifies a user account that is not a member of the group.
The Distinguished Name fields, such as CN or OU, used in the distinguished name of the user account to be removed, have invalid spelling or case. The Distinguished Name fields must be in upper case. For example, using cn=Robert Smith instead of CN=Robert Smith can result in this error.
Verify that the <value> element specifies the distinguished name of the user that is the group member. Make sure that the Distinguished Name fields are in upper case.
The following example illustrates how to create a request to remove user Robert Smith from the Sales group.
<?xml version="1.0"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <modifyRequest xmlns="urn:oasis:names:tc:SPML:2:0" returnData="everything"> <psoID ID="CN=Sales,OU=SPML2,DC=Mycompany,DC=com"/> <modification modificationMode="delete"> <data> <attr name="member" xmlns="urn:oasis:names:tc:DSML:2:0:core"> <value>CN=Robert Smith,OU=Staff,DC=MyCompany,DC=com</value> </attr> </data> </modification> </modifyRequest> </soap:Body> </soap:Envelope>
When sending a request to change the values of the virtual attributes of an object, the requested operation fails with the following error:
Some of the specified attributes for the <object-class-name> object class are not defined in the schema.
This error has one of the following causes:
The spmlschema.config configuration file has changed since you started SPML Provider.
The Default Application Pool idle timeout period has ended.
To resolve this issue, recycle the Default Application Pool or change its settings using Internet Information Services (IIS) Manager.
The Active Roles Management Pack for Microsoft System Center Operations Manager (SCOM) provides a basic solution for monitoring the availability and health of:
The Active Roles Administration Service and its information store.
The Active Roles replication status.
The availability of the Active Roles Web Interface.
By detecting, alerting on, and automatically responding to critical events, Management Pack for SCOM helps indicate, correct, and in many cases, prevent outages of the Administration Service and the Web Interface.
© 2024 One Identity LLC. ALL RIGHTS RESERVED. Termini di utilizzo Privacy Cookie Preference Center