---
title: Log files and messages (deprecated)
description: This section describes log files and messages for the legacy logging service, which is based on the Java SDK.
component: pingam
version: 7.5
page_id: pingam:reference:log-messages
canonical_url: https://docs.pingidentity.com/pingam/7.5/reference/log-messages.html
section_ids:
  log-files: Log files
  log-audit-files: Audit log files
  log-debug-files: Debug log files
  log-messages: Log messages
  log-ref-COT: COT messages
  log-ref-SAML2: SAML2 messages
  log-ref-WSFederation: WSFederation messages
  log-ref-WebServicesSecurity: WebServicesSecurity messages
  log-ref-AUTHENTICATION: AUTHENTICATION messages
  log-ref-AMCLI: AMCLI messages
  log-ref-CONSOLE: CONSOLE messages
  log-ref-ENTITLEMENT: ENTITLEMENT messages
  log-ref-LOG: LOG messages
  log-ref-OAuth2Provider: OAuth2Provider messages
  log-ref-POLICY: POLICY messages
  log-ref-Rest: Rest messages
  log-ref-SESSION: SESSION messages
---

# Log files and messages (deprecated)

This section describes log files and messages for the legacy logging service, which is based on the Java SDK.

|   |                                                                                                                                        |
| - | -------------------------------------------------------------------------------------------------------------------------------------- |
|   | The legacy logging service is deprecated and will be removed in a future AM release. You should use the audit logging service instead. |

## Log files

This section describes the different legacy logging service log files.

### Audit log files

This section describes the legacy logging service audit log files:

Audit logs record information about events. You can adjust the amount of detail in the administrative logs under Configure > Global Services > Logging.

* amAuthentication.access

  Contains log data for when users log into and out of an instance, including failed authentications.

* amAuthentication.error

  Contains log data about errors encountered when users login and out of an instance.

* amConsole.access

  Contains data about actions run as the administrator in the console, including changes to realms and policies.

* amConsole.error

  Contains data on errors encountered during administrator sessions.

* amPolicy.access

  Contains data about authorization actions permitted by policies, including policy creation, removal, or modification.

* amPolicy.error

  Contains data on errors encountered during actions related to the policy.

* amPolicyDelegation.access

  Contains data about actions as part of the policy delegation, including any changes to the delegation.

* amRemotePolicy.access

  Contains data about policies accessed remotely.

* amRest.access

  Contains data about access to REST endpoints.

* amRest.authz

  Contains data about authorizations to access REST endpoints.

* amSSO.access

  Contains data about user sessions, including times of access, session time outs, session creation, and session termination for server-side sessions.

Contains data about session creation and session termination for client-side sessions.

* CoreToken.access

  Contains data about actions run against the core token.

* CoreToken.error

  Contains data on errors encountered regarding the core token.

* COT.access

  Contains data about the circle of trust.

* COT.error

  Contains data on errors encountered for the circle of trust.

* Entitlement.access

  Contains data about entitlement actions or changes.

* OAuth2Provider.access

  Contains data about actions for the OAuth 2.0 provider.

* OAuth2Provider.error

  Contains data about errors encountered by the OAuth 2.0 provider.

* SAML2.access

  Contains data about SAML 2 actions, including changes to assertions, artifacts, response, and requests.

* SAML2.error

  Contains data about errors encountered during SAML 2 actions.

* SAML.access

  Contains data about SAML actions, including changes to assertions, artifacts, response, and requests.

* SAML.error

  Contains data about errors encountered during SAML actions.

* ssoadm.access

  Contains data about actions completed for SSO as admin.

* WebServicesSecurity.access

  Contains data about activity for Web Services Security.

* WebServicesSecurity.error

  Contains data on errors encountered by Web Services Security.

* WSFederation.access

  Contains data about activity for WS Federation, including changes and access information.

* WSFederation.error

  Contains data on errors encountered during WS Federation.

### Debug log files

Debug log files provide information to help troubleshoot problems.

The number of messages logged to the debug log files depends on the debug logging level. The default debug logging level is `Error`. Using other logging levels such as `Warning` or `Message` may increase the number of debug log messages and files.

When configured with the Message logging level, a server instance can produce more than a hundred debug log files. Use the debug log file names to determine the type of troubleshooting information in each file. For example, the command-line interface logs debug messages to the `amCLI` debug file. The OAuth2 provider logs debug messages to the `OAuth2Provider` debug file. The Naming Service logs messages to the `amNaming` debug file.

## Log messages

This section describes log messages.

### COT messages

* INVALID\_COT\_NAME

  **ID:** COT-1

  **Level:** INFO

  **Description:** Invalid circle of trust name.

  **Data:** Realm or organization name, Circle of Trust Name

  **Triggers:** Accessing the circle of trust.

  **Actions:** Check the name and retry accessing the circle of trust.

* CONFIG\_ERROR\_MODIFY\_COT\_DESCRIPTOR

  **ID:** COT-2

  **Level:** INFO

  **Description:** Configuration error modifying the circle of trust.

  **Data:** Error message, Name of the circle of trust, Realm or organization name

  **Triggers:** Modifying the circle of trust.

  **Actions:** Check COT debug , fmCOT, for more detailed error message.

* CONFIG\_ERROR\_GET\_ALL\_COT\_DESCRIPTOR

  **ID:** COT-3

  **Level:** INFO

  **Description:** Error retreiving all circle of trusts.

  **Data:** Error message, Realm or organization name

  **Triggers:** Getting all circle of trust.

  **Actions:** Check configuration; check debug for more detailed error message.

* NO\_COT\_NAME\_CREATE\_COT\_DESCRIPTOR

  **ID:** COT-4

  **Level:** INFO

  **Description:** Invalid name , error creating the circle of trust.

  **Data:** Realm or organization name

  **Triggers:** Creating the circle of trust.

  **Actions:** Check the name to create circle of trust descriptor.

* COT\_EXISTS\_CREATE\_COT\_DESCRIPTOR

  **ID:** COT-5

  **Level:** INFO

  **Description:** Circle of Trust exists.

  **Data:** Name of the circle of trust, Realm or organization name

  **Triggers:** Creating the circle of trust.

  **Actions:** Create Circle of Trust with a unique name.

* INVALID\_COT\_TYPE

  **ID:** COT-6

  **Level:** INFO

  **Description:** Circle of Trust Type is invalid

  **Data:** Realm or organization name, Circle of Trust Type

  **Triggers:** Creating the circle of trust.

  **Actions:** The values for Circle of Trust type are IDFF , SAML2. Create Circle of Trust using either of these values.

* CONFIG\_ERROR\_CREATE\_COT\_DESCRIPTOR

  **ID:** COT-7

  **Level:** INFO

  **Description:** Configuration error while creating circle of trust.

  **Data:** Error message, Entity ID, Realm or organization name

  **Triggers:** Create circle of trust.

  **Actions:** Check the fmCOT debug file for detailed errors.

* COT\_DESCRIPTOR\_CREATED

  **ID:** COT-8

  **Level:** INFO

  **Description:** Circle of trust created.

  **Data:** Name of the circle of trust, Realm or organization name

  **Triggers:** Creating the circle of trust.

* NULL\_COT\_NAME\_ADD\_COT\_DESCRIPTOR

  **ID:** COT-9

  **Level:** INFO

  **Description:** Circle of Trust name is null, error adding to circle of trust.

  **Data:** Realm or organization name

  **Triggers:** Adding to the circle of trust.

  **Actions:** Check the name of the circle of trust.

* NULL\_ENTITYID\_ADD\_COT\_DESCRIPTOR

  **ID:** COT-10

  **Level:** INFO

  **Description:** Entity Identifier is null , cannot add entity to circle of trust

  **Data:** Realm or organization name

  **Triggers:** Adding to the circle of trust.

  **Actions:** Check the value of entity id.

* CONFIG\_ERROR\_ADD\_COT\_MEMBER

  **ID:** COT-11

  **Level:** INFO

  **Description:** Error adding entity to the circle of trust.

  **Data:** Error message, Name of the circle of trust, Entity Id, Realm or organization name

  **Triggers:** Adding entity to circle of trust.

  **Actions:** Check COT debug for more detailed error message.

* NO\_COT\_NAME\_REMOVE\_COT\_MEMBER

  **ID:** COT-12

  **Level:** INFO

  **Description:** Null circle of trust name.

  **Data:** Realm or organization name

  **Triggers:** Removing member from the circle of trust.

  **Actions:** Check the name of the circle of trust.

* NULL\_ENTITYID\_REMOVE\_COT\_MEMBER

  **ID:** COT-13

  **Level:** INFO

  **Description:** Null entity identifier.

  **Data:** Name of the circle of trust, Realm or organization name

  **Triggers:** Removing member from the circle of trust.

  **Actions:** Check the value of the entity identifier.

* CONFIG\_ERROR\_REMOVE\_COT\_MEMBER

  **ID:** COT-14

  **Level:** INFO

  **Description:** Error while removing entity from the circle of trust.

  **Data:** Error message, Name of the circle of trust, Entity Id, Realm or organization name

  **Triggers:** Removing entity identifier from the circle of trust.

  **Actions:** Check COT debug for more detailed error message.

* NULL\_COT\_NAME\_LIST\_COT

  **ID:** COT-15

  **Level:** INFO

  **Description:** Null circle of trust name.

  **Data:** Realm or organization name

  **Triggers:** Listing entities in Circle of Trust

  **Actions:** Check the name of the circle of trust.

* CONFIG\_ERROR\_LIST\_COT\_MEMBER

  **ID:** COT-16

  **Level:** INFO

  **Description:** Error listing providers in the circle of trust.

  **Data:** Error message, Name of the circle of trust, Realm or organization name

  **Triggers:** Listing providers in the circle of trust.

  **Actions:** Check COT debug for more detailed error message.

* CONFIG\_ERROR\_DELETE\_COT\_DESCRIPTOR

  **ID:** COT-17

  **Level:** INFO

  **Description:** Error while deleting the circle of trust.

  **Data:** Error message, Name of the circle of trust, Realm or organization name

  **Triggers:** Deleting the circle of trust.

  **Actions:** Check COT debug for more detailed error message.

* INVALID\_NAME\_ERROR\_DELETE\_COT\_DESCRIPTOR

  **ID:** COT-18

  **Level:** INFO

  **Description:** Invalid name, cannot delete circle of trust.

  **Data:** Circle of Trust Name, Realm or organization name

  **Triggers:** Deleting the circle of trust.

  **Actions:** Check the circle of trust name and retry deletion.

* HAS\_ENTITIES\_DELETE\_COT\_DESCRIPTOR

  **ID:** COT-19

  **Level:** INFO

  **Description:** Cannot delete circle of trust which has entities.

  **Data:** Circle of Trust Name, Realm or organization name

  **Triggers:** Deleting the circle of trust.

  **Actions:** Remove all entities from the circle of trust and retry deletion.

* INVALID\_COT\_TYPE\_DELETE\_COT\_DESCRIPTOR

  **ID:** COT-20

  **Level:** INFO

  **Description:** Invalid type cannot delete circle of trust.

  **Data:** Realm or organization name, Circle of Trust Name, Circle of Trust Type

  **Triggers:** Deleting the circle of trust.

  **Actions:** Specify correct Circle of Trust type and retry delete.

* COT\_DESCRIPTOR\_DELETED

  **ID:** COT-21

  **Level:** INFO

  **Description:** Circle of trust deleted.

  **Data:** Name of the circle of trust, Realm or organization name

  **Triggers:** Deleting the circle of trust.

* COT\_FROM\_CACHE

  **ID:** COT-22

  **Level:** FINE

  **Description:** Retrieved the circle of trust from cache.

  **Data:** Name of the circle of trust, Realm or organization name

  **Triggers:** Retreived the circle of trust from cache.

* CONFIG\_ERROR\_GET\_COT\_DESCRIPTOR

  **ID:** COT-23

  **Level:** INFO

  **Description:** Error while getting the circle of trust from data store.

  **Data:** Error message, Name of the circle of trust, Realm or organization name

  **Triggers:** Retreiving the circle of trust

  **Actions:** Check configuration; check debug for more detailed error message.

* CONFIG\_ERROR\_RETREIVE\_COT

  **ID:** COT-24

  **Level:** INFO

  **Description:** Error determining an entity is in a circle of trust.

  **Data:** Error message, Name of the circle of trust, ID of an entity, Realm or organization name

  **Triggers:** Determining an entity is in a circle of trust.

  **Actions:** Check debug for more detailed error message.

* COT\_DESCRIPTOR\_RETRIEVED

  **ID:** COT-25

  **Level:** INFO

  **Description:** Retrieved the circle of trust descriptor.

  **Data:** Name of the circle of trust, Realm or organization name

  **Triggers:** Retrieving the circle of trust under a realm.

### SAML2 messages

* INVALID\_SP

  **ID:** SAML2-1

  **Level:** INFO

  **Description:** Invalid Service Provider Identifier

  **Data:** Service Provider Entity Identifier

  **Triggers:** Invalid Service Provider,cannot process request

  **Actions:** Check the Service Provider Name.

* INVALID\_IDP

  **ID:** SAML2-2

  **Level:** INFO

  **Description:** Invalid Identity Provider Identifier

  **Data:** Identity Provider Entity Identifier

  **Triggers:** Invalid Identity Provider,cannot process request

  **Actions:** Check the Identity Provider Name.

* SP\_METADATA\_ERROR

  **ID:** SAML2-3

  **Level:** INFO

  **Description:** Unable to retreive Service Provider Metadata.

  **Data:** Service Provider Entity Identifier

  **Triggers:** Cannot retrieve Service Provider Metadata

  **Actions:** Check the Data Store is accessible .; Check the Realm name.; Check the Service Provider Entity Identifier.

* IDP\_METADATA\_ERROR

  **ID:** SAML2-4

  **Level:** INFO

  **Description:** Unable to retrieve Identity Provider Metadata.

  **Data:** Identity Provider Entity Identifier

  **Triggers:** Cannot retreive Identity Provider Metadata

  **Actions:** Check the Data Store is accessible .; Check the Realm name.; Check the Identity Provider Entity Identifier.

* SSO\_NOT\_FOUND

  **ID:** SAML2-5

  **Level:** INFO

  **Description:** Unable to retrieve SingleSignOnService URL.

  **Data:** Identity Provider Entity Identifier

  **Triggers:** Error retreiving SingleSignOnService URL.

  **Actions:** Check the Data Store is accessible .; Check the Realm name.; Check the Identity Provider Entity Identifier.

* REDIRECT\_TO\_SP

  **ID:** SAML2-6

  **Level:** INFO

  **Description:** Redirecting to SingleSignOnService

  **Data:** SingleSignOnService URL

  **Triggers:** Sending Authentication Request by redirecting to Single SignOn Service URL.

* RESPONSE\_NOT\_FOUND\_FROM\_CACHE

  **ID:** SAML2-7

  **Level:** INFO

  **Description:** Unable to retrieve Response using Response ID after local login.

  **Data:** Response ID

  **Triggers:** Response doesn't exist in the SP cache.

  **Actions:** Check the SP cache clean up interval configuration.

* MISSING\_ARTIFACT

  **ID:** SAML2-8

  **Level:** INFO

  **Description:** Unable to retrieve Artifact from HTTP Request.

  **Triggers:** SAMLart is missing from HTTP Request

  **Actions:** Check with sender.; Check web container server log.

* RECEIVED\_ARTIFACT

  **ID:** SAML2-9

  **Level:** INFO

  **Description:** Received Artifact from HTTP Request.

  **Data:** Artifact value

  **Triggers:** Received Artifact from HTTP Request in the process of Single Sign On using Artifact Profile.

* IDP\_NOT\_FOUND

  **ID:** SAML2-10

  **Level:** INFO

  **Description:** Unable to find Identity Provider Entity ID based on the SourceID in Artifact.

  **Data:** Artifact value, Realm or organization name

  **Triggers:** No matching Identity Provider Entity ID found in meta data configuration.

  **Actions:** Check if Identity Provider's meta data is loaded.

* IDP\_META\_NOT\_FOUND

  **ID:** SAML2-11

  **Level:** INFO

  **Description:** Unable to load Identity Provider's meta data.

  **Data:** Realm or organization name, Identity Provider Entity ID

  **Triggers:** Unable to load Identity Provider's meta data.

  **Actions:** Check Identity Provider Entity ID.; Check Realm or organization name.; Check if the identity provider's meta is loaded.

* ARTIFACT\_RESOLUTION\_URL\_NOT\_FOUND

  **ID:** SAML2-12

  **Level:** INFO

  **Description:** Unable to find Identity Provider's Artifact resolution service URL.

  **Data:** Identity Provider Entity ID

  **Triggers:** Artifact resolution service URL is not defined in Identity Provider's metadata.

  **Actions:** Check Identity Provider's meta data.

* CANNOT\_CREATE\_ARTIFACT\_RESOLVE

  **ID:** SAML2-13

  **Level:** INFO

  **Description:** Unable to create ArtifactResolve.

  **Data:** Hosted Service Provider Entity ID, Artifact value

  **Triggers:** Error when creating ArtifactResolve instance.

  **Actions:** Check implementation of ArtifactResolve.

* CANNOT\_GET\_SOAP\_RESPONSE

  **ID:** SAML2-14

  **Level:** INFO

  **Description:** Unable to obtain response from SOAP communication with Identity Provider's artifact resolution service.

  **Data:** Hosted Service Provider Entity ID, Identity Provider's Artifact Resolution Service URL

  **Triggers:** Error in SOAP communication.

  **Actions:** Check Identity Provider's Artifact Resolution Service URL.; Check SOAP message authentication requirements for Identity Provider's Artifact Resolution Service.

* GOT\_RESPONSE\_FROM\_ARTIFACT

  **ID:** SAML2-15

  **Level:** INFO

  **Description:** Obtained response using artifact profile.

  **Data:** Hosted Service Provider Entity ID, Remote Identity Provider Entity ID, Artifact value, Response xml String if the log level was set to LL\_FINE at run time

  **Triggers:** Single Sign On using Artifact Profile.

* SOAP\_ERROR

  **ID:** SAML2-16

  **Level:** INFO

  **Description:** Unable to obtain Artifact Response due to SOAP error.

  **Data:** Identity Provider Entity ID

  **Triggers:** Error in SOAP communication.

  **Actions:** Check configuration for Identity Provider

* SOAP\_FAULT

  **ID:** SAML2-17

  **Level:** INFO

  **Description:** Received SOAP Fault instead of Artifact Response.

  **Data:** Identity Provider Entity ID

  **Triggers:** Error in Identity Provider's Artifact Resolution.

  **Actions:** Check Identity Provider; Check debug file for detailed fault info.

* TOO\_MANY\_ARTIFACT\_RESPONSE

  **ID:** SAML2-18

  **Level:** INFO

  **Description:** Received too many Artifact Response.

  **Data:** Identity Provider Entity ID

  **Triggers:** Identity Provider sent more than one Artifact Response in SOAPMessage.

  **Actions:** Check Identity Provider

* CANNOT\_INSTANTIATE\_ARTIFACT\_RESPONSE

  **ID:** SAML2-19

  **Level:** INFO

  **Description:** Unable to instantiate Artifact Response.

  **Data:** Identity Provider Entity ID

  **Triggers:** Error while instantiating Artifact Response.

  **Actions:** Check Identity Provider; Check debug message for detailed error.

* MISSING\_ARTIFACT\_RESPONSE

  **ID:** SAML2-20

  **Level:** INFO

  **Description:** Unable to obtain Artifact Response from SOAP message.

  **Data:** Identity Provider Entity ID

  **Triggers:** No ArtifactResponse is included in SOAPMessage.

  **Actions:** Check Identity Provider

* ARTIFACT\_RESPONSE\_INVALID\_SIGNATURE

  **ID:** SAML2-21

  **Level:** INFO

  **Description:** Unable to verify signature on Artifact Response.

  **Data:** Identity Provider Entity ID

  **Triggers:** Error while trying to verify signature on ArtifactResponse.

  **Actions:** Check configuration for Identity Provider; Check debug file for detailed info

* ARTIFACT\_RESPONSE\_INVALID\_INRESPONSETO

  **ID:** SAML2-22

  **Level:** INFO

  **Description:** Invalid InResponseTo attribute in Artifact Response.

  **Data:** Identity Provider Entity ID

  **Triggers:** InResponseTo attribute in Artifact Response is missing or doesn't match with Artifact Resolve ID.

  **Actions:** Check with Identity Provider

* ARTIFACT\_RESPONSE\_INVALID\_ISSUER

  **ID:** SAML2-23

  **Level:** INFO

  **Description:** Invalid Issuer in Artifact Response.

  **Data:** Identity Provider Entity ID

  **Triggers:** Issuer in Artifact Response is missing or doesn't match with Identity Provider Entity ID.

  **Actions:** Check with Identity Provider

* ARTIFACT\_RESPONSE\_INVALID\_STATUS\_CODE

  **ID:** SAML2-24

  **Level:** INFO

  **Description:** Invalid status code in Artifact Response.

  **Data:** Identity Provider Entity ID, Status code if the log level was set to LL\_FINE at runtime

  **Triggers:** Status in Artifact Response is missing or status code is not Success.

  **Actions:** Check with Identity Provider

* CANNOT\_INSTANTIATE\_RESPONSE\_ARTIFACT

  **ID:** SAML2-25

  **Level:** INFO

  **Description:** Unable to instantiate Respones from Artifact Response.

  **Data:** Identity Provider Entity ID

  **Triggers:** Error occurred while instantiating Response.

  **Actions:** Check debug file for detailed error.

* MISSING\_SAML\_RESPONSE\_FROM\_POST

  **ID:** SAML2-26

  **Level:** INFO

  **Description:** SAML Response is missing from http post.

  **Triggers:** Parameter SAMLResponse is missing from http POST.

* CANNOT\_INSTANTIATE\_RESPONSE\_POST

  **ID:** SAML2-27

  **Level:** INFO

  **Description:** Unable to instantiate Response from POST.

  **Triggers:** Error occurred while instantiating Response.

  **Actions:** Check debug file for more info

* CANNOT\_DECODE\_RESPONSE

  **ID:** SAML2-28

  **Level:** INFO

  **Description:** Unable to decode Response.

  **Triggers:** Error occurred while decoding Response.

  **Actions:** Check debug file for more info

* GOT\_RESPONSE\_FROM\_POST

  **ID:** SAML2-29

  **Level:** INFO

  **Description:** Obtained response using POST profile.

  **Data:** Response xml String if the log level was set to LL\_FINE at runtime

  **Triggers:** Single Sign On using POST Profile.

* FED\_INFO\_WRITTEN

  **ID:** SAML2-30

  **Level:** INFO

  **Description:** Written federation info.

  **Data:** Username, NameIDInfo value string if the log level was set to LL\_FINE at runtime

  **Triggers:** Federation is done.

* REDIRECT\_TO\_IDP

  **ID:** SAML2-31

  **Level:** INFO

  **Description:** Redirect request to IDP.

  **Data:** redirection url

  **Triggers:** Single logout.

* NO\_ACS\_URL

  **ID:** SAML2-32

  **Level:** INFO

  **Description:** Unable to find Assertion Consumer Service URL.

  **Data:** meta alias

  **Triggers:** Single Sign On.

* NO\_RETURN\_BINDING

  **ID:** SAML2-33

  **Level:** INFO

  **Description:** Unable to find return binding.

  **Data:** meta alias

  **Triggers:** Single Sign On.

* POST\_TO\_TARGET\_FAILED

  **ID:** SAML2-34

  **Level:** INFO

  **Description:** Unable to post the response to target.

  **Data:** Assertion Consumer Service URL

  **Triggers:** Single Sign On with POST binding.

* CANNOT\_CREATE\_ARTIFACT

  **ID:** SAML2-35

  **Level:** INFO

  **Description:** Unable to create an artifact.

  **Data:** IDP entity ID

  **Triggers:** Single Sign On with Artifact binding.

* RECEIVED\_AUTHN\_REQUEST

  **ID:** SAML2-36

  **Level:** INFO

  **Description:** Received AuthnRequest.

  **Data:** SP entity ID, IDP meta alias, authnRequest xml string

  **Triggers:** Single Sign On.

* POST\_RESPONSE

  **ID:** SAML2-37

  **Level:** INFO

  **Description:** Post response to SP.

  **Data:** SP entity ID, IDP meta alias, response xml string

  **Triggers:** Single Sign On with POST binding.

* SEND\_ARTIFACT

  **ID:** SAML2-38

  **Level:** INFO

  **Description:** Send an artifact to SP.

  **Data:** IDP entity ID, IDP realm, redirect URL

  **Triggers:** Single Sign On with Artifact binding.

* INVALID\_SOAP\_MESSAGE

  **ID:** SAML2-39

  **Level:** INFO

  **Description:** Encounter invalid SOAP message in IDP.

  **Data:** IDP entity ID

  **Triggers:** Single Sign On with Artifact binding.

* ARTIFACT\_RESPONSE

  **ID:** SAML2-40

  **Level:** INFO

  **Description:** The artifact response being sent to SP.

  **Data:** IDP entity ID, artifact string, artifact response

  **Triggers:** Single Sign On with Artifact binding.

* GOT\_ENTITY\_DESCRIPTOR

  **ID:** SAML2-41

  **Level:** FINE

  **Description:** Entity descriptor obtained.

  **Data:** Entity ID, Realm or organization name

  **Triggers:** Obtain entity descriptor.

* INVALID\_REALM\_GET\_ENTITY\_DESCRIPTOR

  **ID:** SAML2-42

  **Level:** INFO

  **Description:** Invaid realm while getting entity descriptor.

  **Data:** Realm or organization name

  **Triggers:** Obtain entity descriptor.

  **Actions:** Check the Realm name.

* GOT\_INVALID\_ENTITY\_DESCRIPTOR

  **ID:** SAML2-43

  **Level:** INFO

  **Description:** Obtained invalid entity descriptor.

  **Data:** Entity ID, Realm or organization name

  **Triggers:** Obtain entity descriptor.

  **Actions:** Delete invalid entity descriptor and import it again.

* CONFIG\_ERROR\_GET\_ENTITY\_DESCRIPTOR

  **ID:** SAML2-44

  **Level:** INFO

  **Description:** Configuration error while getting entity descriptor.

  **Data:** Error message, Entity ID, Realm or organization name

  **Triggers:** Obtain entity descriptor.

  **Actions:** Check debug message for detailed error.

* NO\_ENTITY\_ID\_SET\_ENTITY\_DESCRIPTOR

  **ID:** SAML2-45

  **Level:** INFO

  **Description:** No entity ID while setting entity descriptor.

  **Data:** Realm or organization name

  **Triggers:** Set entity descriptor.

  **Actions:** Set entity ID in entity descriptor.

* INVALID\_REALM\_SET\_ENTITY\_DESCRIPTOR

  **ID:** SAML2-46

  **Level:** INFO

  **Description:** Invaid realm while setting entity descriptor.

  **Data:** Realm or organization name

  **Triggers:** Set entity descriptor.

  **Actions:** Check the Realm name.

* NO\_ENTITY\_DESCRIPTOR\_SET\_ENTITY\_DESCRIPTOR

  **ID:** SAML2-47

  **Level:** INFO

  **Description:** Entity descriptor doesn't exist while setting entity descriptor.

  **Data:** Entity ID, Realm or organization name

  **Triggers:** Set entity descriptor.

  **Actions:** Create entity descriptor before set.

* SET\_ENTITY\_DESCRIPTOR

  **ID:** SAML2-48

  **Level:** INFO

  **Description:** Entity descriptor was set.

  **Data:** Entity ID, Realm or organization name

  **Triggers:** Set entity descriptor.

* CONFIG\_ERROR\_SET\_ENTITY\_DESCRIPTOR

  **ID:** SAML2-49

  **Level:** INFO

  **Description:** Configuration error while setting entity descriptor.

  **Data:** Error message, Entity ID, Realm or organization name

  **Triggers:** Set entity descriptor.

  **Actions:** Check debug message for detailed error.

* SET\_INVALID\_ENTITY\_DESCRIPTOR

  **ID:** SAML2-50

  **Level:** INFO

  **Description:** Invalid entity descriptor to set.

  **Data:** Entity ID, Realm or organization name

  **Triggers:** Set entity descriptor.

  **Actions:** Check entity descriptor if it follows the schema.

* NO\_ENTITY\_ID\_CREATE\_ENTITY\_DESCRIPTOR

  **ID:** SAML2-51

  **Level:** INFO

  **Description:** No entity ID while creating entity descriptor.

  **Data:** Realm or organization name

  **Triggers:** Create entity descriptor.

  **Actions:** Set entity ID in entity descriptor.

* INVALID\_REALM\_CREATE\_ENTITY\_DESCRIPTOR

  **ID:** SAML2-52

  **Level:** INFO

  **Description:** Invaid realm while creating entity descriptor.

  **Data:** Realm or organization name

  **Triggers:** Create entity descriptor.

  **Actions:** Check the Realm name.

* ENTITY\_DESCRIPTOR\_EXISTS

  **ID:** SAML2-53

  **Level:** INFO

  **Description:** Entity descriptor exists while creating entity descriptor.

  **Data:** Entity ID, Realm or organization name

  **Triggers:** Create entity descriptor.

  **Actions:** Delete existing entity descriptor first.

* ENTITY\_DESCRIPTOR\_CREATED

  **ID:** SAML2-54

  **Level:** INFO

  **Description:** Entity descriptor was created.

  **Data:** Entity ID, Realm or organization name

  **Triggers:** Create entity descriptor.

* CONFIG\_ERROR\_CREATE\_ENTITY\_DESCRIPTOR

  **ID:** SAML2-55

  **Level:** INFO

  **Description:** Configuration error while creating entity descriptor.

  **Data:** Error message, Entity ID, Realm or organization name

  **Triggers:** Create entity descriptor.

  **Actions:** Check debug message for detailed error.

* CREATE\_INVALID\_ENTITY\_DESCRIPTOR

  **ID:** SAML2-56

  **Level:** INFO

  **Description:** Invalid entity descriptor to create.

  **Data:** Entity ID, Realm or organization name

  **Triggers:** Create entity descriptor.

  **Actions:** Check entity descriptor if it follows the schema.

* INVALID\_REALM\_DELETE\_ENTITY\_DESCRIPTOR

  **ID:** SAML2-57

  **Level:** INFO

  **Description:** Invaid realm while deleting entity descriptor.

  **Data:** Realm or organization name

  **Triggers:** Delete entity descriptor.

  **Actions:** Check the Realm name.

* NO\_ENTITY\_DESCRIPTOR\_DELETE\_ENTITY\_DESCRIPTOR

  **ID:** SAML2-58

  **Level:** INFO

  **Description:** Entity descriptor doesn't exist while deleting entity descriptor.

  **Data:** Entity ID, Realm or organization name

  **Triggers:** Delete entity descriptor.

* ENTITY\_DESCRIPTOR\_DELETED

  **ID:** SAML2-59

  **Level:** INFO

  **Description:** Entity descriptor was deleted.

  **Data:** Entity ID, Realm or organization name

  **Triggers:** Delete entity descriptor.

* CONFIG\_ERROR\_DELETE\_ENTITY\_DESCRIPTOR

  **ID:** SAML2-60

  **Level:** INFO

  **Description:** Configuration error while deleting entity descriptor.

  **Data:** Error message, Entity ID, Realm or organization name

  **Triggers:** Delete entity descriptor.

  **Actions:** Check debug message for detailed error.

* GOT\_ENTITY\_CONFIG

  **ID:** SAML2-61

  **Level:** FINE

  **Description:** Entity config obtained.

  **Data:** Entity ID, Realm or organization name

  **Triggers:** Obtain entity config.

* INVALID\_REALM\_GET\_ENTITY\_CONFIG

  **ID:** SAML2-62

  **Level:** INFO

  **Description:** Invaid realm while getting entity config.

  **Data:** Realm or organization name

  **Triggers:** Obtain entity config.

  **Actions:** Check the Realm name.

* GOT\_INVALID\_ENTITY\_CONFIG

  **ID:** SAML2-63

  **Level:** INFO

  **Description:** Obtained invalid entity config.

  **Data:** Entity ID, Realm or organization name

  **Triggers:** Obtain entity config.

  **Actions:** Delete invalid entity config and import it again.

* CONFIG\_ERROR\_GET\_ENTITY\_CONFIG

  **ID:** SAML2-64

  **Level:** INFO

  **Description:** Configuration error while getting entity config.

  **Data:** Error message, Entity ID, Realm or organization name

  **Triggers:** Obtain entity config.

  **Actions:** Check debug message for detailed error.

* NO\_ENTITY\_ID\_SET\_ENTITY\_CONFIG

  **ID:** SAML2-65

  **Level:** INFO

  **Description:** No entity ID while setting entity config.

  **Data:** Realm or organization name

  **Triggers:** Set entity config.

  **Actions:** Set entity ID in entity config.

* INVALID\_REALM\_SET\_ENTITY\_CONFIG

  **ID:** SAML2-66

  **Level:** INFO

  **Description:** Invaid realm while setting entity config.

  **Data:** Realm or organization name

  **Triggers:** Set entity config.

  **Actions:** Check the Realm name.

* NO\_ENTITY\_DESCRIPTOR\_SET\_ENTITY\_CONFIG

  **ID:** SAML2-67

  **Level:** INFO

  **Description:** Entity config doesn't exist while setting entity config.

  **Data:** Entity ID, Realm or organization name

  **Triggers:** Set entity config.

  **Actions:** Create entity descriptor before set entity config.

* SET\_ENTITY\_CONFIG

  **ID:** SAML2-68

  **Level:** INFO

  **Description:** Entity config was set.

  **Data:** Entity ID, Realm or organization name

  **Triggers:** Set entity config.

* CONFIG\_ERROR\_SET\_ENTITY\_CONFIG

  **ID:** SAML2-69

  **Level:** INFO

  **Description:** Configuration error while setting entity config.

  **Data:** Error message, Entity ID, Realm or organization name

  **Triggers:** Set entity config.

  **Actions:** Check debug message for detailed error.

* SET\_INVALID\_ENTITY\_CONFIG

  **ID:** SAML2-70

  **Level:** INFO

  **Description:** Invalid entity config to set.

  **Data:** Entity ID, Realm or organization name

  **Triggers:** Set entity config.

  **Actions:** Check entity config if it follows the schema.

* NO\_ENTITY\_ID\_CREATE\_ENTITY\_CONFIG

  **ID:** SAML2-71

  **Level:** INFO

  **Description:** No entity ID while creating entity config.

  **Data:** Realm or organization name

  **Triggers:** Create entity config.

  **Actions:** Set entity ID in entity config.

* INVALID\_REALM\_CREATE\_ENTITY\_CONFIG

  **ID:** SAML2-72

  **Level:** INFO

  **Description:** Invaid realm while creating entity config.

  **Data:** Realm or organization name

  **Triggers:** Create entity config.

  **Actions:** Check the Realm name.

* NO\_ENTITY\_DESCRIPTOR\_CREATE\_ENTITY\_CONFIG

  **ID:** SAML2-73

  **Level:** INFO

  **Description:** Entity config doesn't exist while creating entity config.

  **Data:** Entity ID, Realm or organization name

  **Triggers:** Create entity config.

  **Actions:** Create entity descriptor before create entity config.

* ENTITY\_CONFIG\_EXISTS

  **ID:** SAML2-74

  **Level:** INFO

  **Description:** Entity config exists while creating entity config.

  **Data:** Entity ID, Realm or organization name

  **Triggers:** Create entity config.

  **Actions:** Delete existing entity config first.

* ENTITY\_CONFIG\_CREATED

  **ID:** SAML2-75

  **Level:** INFO

  **Description:** Entity config was created.

  **Data:** Entity ID, Realm or organization name

  **Triggers:** Create entity config.

* CONFIG\_ERROR\_CREATE\_ENTITY\_CONFIG

  **ID:** SAML2-76

  **Level:** INFO

  **Description:** Configuration error while creating entity config.

  **Data:** Error message, Entity ID, Realm or organization name

  **Triggers:** Create entity config.

  **Actions:** Check debug message for detailed error.

* CREATE\_INVALID\_ENTITY\_CONFIG

  **ID:** SAML2-77

  **Level:** INFO

  **Description:** Invalid entity config to create.

  **Data:** Entity ID, Realm or organization name

  **Triggers:** Create entity config.

  **Actions:** Check entity config if it follows the schema.

* INVALID\_REALM\_DELETE\_ENTITY\_CONFIG

  **ID:** SAML2-78

  **Level:** INFO

  **Description:** Invaid realm while deleting entity config.

  **Data:** Realm or organization name

  **Triggers:** Delete entity config.

  **Actions:** Check the Realm name.

* NO\_ENTITY\_CONFIG\_DELETE\_ENTITY\_CONFIG

  **ID:** SAML2-79

  **Level:** INFO

  **Description:** Entity config doesn't exist while deleting entity config.

  **Data:** Entity ID, Realm or organization name

  **Triggers:** Delete entity config.

  **Actions:** Check debug message for detailed error.

* ENTITY\_CONFIG\_DELETED

  **ID:** SAML2-80

  **Level:** INFO

  **Description:** Entity config was deleted.

  **Data:** Entity ID, Realm or organization name

  **Triggers:** Delete entity config.

* CONFIG\_ERROR\_DELETE\_ENTITY\_CONFIG

  **ID:** SAML2-81

  **Level:** INFO

  **Description:** Configuration error while deleting entity config.

  **Data:** Error message, Entity ID, Realm or organization name

  **Triggers:** Delete entity config.

  **Actions:** Check debug message for detailed error.

* INVALID\_REALM\_GET\_ALL\_HOSTED\_ENTITIES

  **ID:** SAML2-82

  **Level:** INFO

  **Description:** Invaid realm while getting all hosted entities.

  **Data:** Realm or organization name

  **Triggers:** Get all hosted entities.

  **Actions:** Check the Realm name.

* CONFIG\_ERROR\_GET\_ALL\_HOSTED\_ENTITIES

  **ID:** SAML2-83

  **Level:** INFO

  **Description:** Configuration error while getting all hosted entities.

  **Data:** Error message, Realm or organization name

  **Triggers:** Get all hosted entities.

  **Actions:** Check debug message for detailed error.

* GOT\_ALL\_HOSTED\_ENTITIES

  **ID:** SAML2-84

  **Level:** FINE

  **Description:** Obtained all hosted entities.

  **Data:** Error message, Realm or organization name

  **Triggers:** Get all hosted entities.

* INVALID\_REALM\_GET\_ALL\_REMOTE\_ENTITIES

  **ID:** SAML2-85

  **Level:** INFO

  **Description:** Invaid realm while getting all remote entities.

  **Data:** Realm or organization name

  **Triggers:** Get all remote entities.

  **Actions:** Check the Realm name.

* CONFIG\_ERROR\_GET\_ALL\_REMOTE\_ENTITIES

  **ID:** SAML2-86

  **Level:** INFO

  **Description:** Configuration error while getting all remote entities.

  **Data:** Error message, Realm or organization name

  **Triggers:** Get all remote entities.

  **Actions:** Check debug message for detailed error.

* GOT\_ALL\_REMOTE\_ENTITIES

  **ID:** SAML2-87

  **Level:** FINE

  **Description:** Obtained all remote entities.

  **Data:** Error message, Realm or organization name

  **Triggers:** Get all remote entities.

* INVALID\_INRESPONSETO\_RESPONSE

  **ID:** SAML2-88

  **Level:** INFO

  **Description:** InResponseTo attribute in Response is invalid.

  **Data:** Response ID

  **Triggers:** Service Provider received a Response for Single Sign On.

  **Actions:** Check debug message for detailed error.

* INVALID\_ISSUER\_RESPONSE

  **ID:** SAML2-89

  **Level:** INFO

  **Description:** Issuer in Response is invalid.

  **Data:** Hosted Entity ID, Name of Realm or organization, Response ID

  **Triggers:** Issuer in Response is not configured or not trusted by the hosted provider

  **Actions:** Check configuration.

* WRONG\_STATUS\_CODE

  **ID:** SAML2-90

  **Level:** INFO

  **Description:** Status code in Response was not Success.

  **Data:** Response ID, Status code (if log level is set to LL\_FINE)

  **Triggers:** Service provider received a Response with wrong Status code. Most likely an error occurred at Identity Provider.

  **Actions:** Check the status code. Contact Identity Provider if needed.

* ASSERTION\_NOT\_ENCRYPTED

  **ID:** SAML2-91

  **Level:** INFO

  **Description:** Assertion in Response was not encrypted.

  **Data:** Response ID

  **Triggers:** Service provider requested the assertion in Response to be encrypted, but it received a Response with unencrypted assertion(s).

  **Actions:** Check configuration. Notify Identity Provider regarding the requirement.

* MISSING\_ASSERTION

  **ID:** SAML2-92

  **Level:** INFO

  **Description:** Response had no Assertion.

  **Data:** Response ID

  **Triggers:** Service provider received a Response for Single Sign On, but the response contained no Assertion.

  **Actions:** Check error code of the Response. Notify Identity Provider if needed.

* INVALID\_ISSUER\_ASSERTION

  **ID:** SAML2-93

  **Level:** INFO

  **Description:** Issuer in Assertion is not valid.

  **Data:** Assertion ID

  **Triggers:** Issuer in Assertion for single sign on was not configured at service provider, or not trusted by the service provider.

  **Actions:** Check configuration

* MISMATCH\_ISSUER\_ASSERTION

  **ID:** SAML2-94

  **Level:** INFO

  **Description:** Issuer in Assertion didn't match the Issuer in Response or other Assertions in the Response.

  **Data:** Assertion ID

  **Triggers:** Service provider received Response which had mismatch Issuer inside the Assertion it contained.

  **Actions:** Check debug message

* INVALID\_SIGNATURE\_ASSERTION

  **ID:** SAML2-95

  **Level:** INFO

  **Description:** Assertion is not signed or signature is not valid.

  **Data:** Assertion ID

  **Triggers:** Service provider requested the Assertion to be signed but the assertion received was not; or the signature on the Assertion received was not valid.

  **Actions:** Check configuration; check debug for more detailed error message.

* MISSING\_SUBJECT\_COMFIRMATION\_DATA

  **ID:** SAML2-96

  **Level:** INFO

  **Description:** SubjectConfirmationData had no Subject.

  **Data:** Assertion ID

  **Triggers:** Service provider received an Assertion whose SubjectConfirmationData had no Subject.

  **Actions:** Check debug for the Assertion received. Contact Identity Provider if needed.

* MISSING\_RECIPIENT

  **ID:** SAML2-97

  **Level:** INFO

  **Description:** SubjectConfirmationData had no Recipient.

  **Data:** Assertion ID

  **Triggers:** Service provider received an Assertion whose SubjectConfirmationData had no Recipient.

  **Actions:** Check debug for the Assertion received. Contact Identity Provider if needed.

* WRONG\_RECIPIENT

  **ID:** SAML2-98

  **Level:** INFO

  **Description:** Service Provider is not the intended recipient.

  **Data:** Assertion ID

  **Triggers:** Service provider received an Assertion. But the provider is not the intended recipient of the Assertion.

  **Actions:** Check debug for the Assertion received. Check meta data. Contact Identity Provider if needed.

* INVALID\_TIME\_SUBJECT\_CONFIRMATION\_DATA

  **ID:** SAML2-99

  **Level:** INFO

  **Description:** Time in SubjectConfirmationData of the Assertion is invalid.

  **Data:** Assertion ID

  **Triggers:** The assertion service provider received had expired timewise.

  **Actions:** Synchronize the time between service provider and identity provider. Increase the time skew attribute for the service provider in its entity config.

* CONTAINED\_NOT\_BEFORE

  **ID:** SAML2-100

  **Level:** INFO

  **Description:** SubjectConfirmationData of the Assertion had NotBefore.

  **Data:** Assertion ID

  **Triggers:** The assertion service provider received had NotBefore.

  **Actions:** Check debug for the Assertion received. Contact identity provider if needed.

* WRONG\_INRESPONSETO\_ASSERTION

  **ID:** SAML2-101

  **Level:** INFO

  **Description:** Assertion contained wrong InResponseTo attribute.

  **Data:** Assertion ID

  **Triggers:** InResponseTo in Assertion is different from the one in Response. Or Assertion didn't contain InResponseTo, but Response did.

  **Actions:** Check debug for the Assertion received. Contact identity provider if needed.

* MISSING\_CONDITIONS

  **ID:** SAML2-102

  **Level:** INFO

  **Description:** Assertion contained no Conditions.

  **Data:** Assertion ID

  **Triggers:** Conditions is missing from the Single Sign On Assertion.

  **Actions:** Check debug for the Assertion received. Contact identity provider if needed.

* MISSING\_AUDIENCE\_RESTRICTION

  **ID:** SAML2-103

  **Level:** INFO

  **Description:** Assertion contained no AudienceRestriction.

  **Data:** Assertion ID

  **Triggers:** AudienceRestriction is missing from the Single Sign On Assertion.

  **Actions:** Check debug for the Assertion received. Contact identity provider if needed.

* WRONG\_AUDIENCE

  **ID:** SAML2-104

  **Level:** INFO

  **Description:** Assertion contained wrong Audience.

  **Data:** Assertion ID

  **Triggers:** This service provider was not the intended audience of the single sign on assertion.

  **Actions:** Check debug for the Assertion received. Check meta data. Contact identity provider if needed.

* FOUND\_AUTHN\_ASSERTION

  **ID:** SAML2-105

  **Level:** INFO

  **Description:** Found authentication assertion in the Response.

  **Data:** Assertion ID, Subject if the log level was set to LL\_FINE, SesionIndex if any

  **Triggers:** Both the Response and Assertion(s) inside the Response are valid.

* INVALID\_SSOTOKEN

  **ID:** SAML2-106

  **Level:** INFO

  **Description:** Invalid SSOToken found in Request.

  **Data:** SSOToken value

  **Triggers:** Initiate Single Logout without SSOToken.

* MISSING\_ENTITY

  **ID:** SAML2-107

  **Level:** INFO

  **Description:** No entity ID is specified in Request.

  **Data:** EntityID value

  **Triggers:** Initiate Request without EntityID.

  **Actions:** Specify EntityID parameter in request URL.

* MISSING\_META\_ALIAS

  **ID:** SAML2-108

  **Level:** INFO

  **Description:** No metaAlias is specified in Request.

  **Data:** MetaAlias value

  **Triggers:** Initiate Request without metaAlias.

  **Actions:** Specify metaAlias parameter in request URL.

* REDIRECT\_TO\_AUTH

  **ID:** SAML2-109

  **Level:** INFO

  **Description:** Redirect request to authentication page.

  **Data:** URL to Authentication page

  **Triggers:** Initiate Request without SSOToken.

* CANNOT\_DECODE\_REQUEST

  **ID:** SAML2-110

  **Level:** INFO

  **Description:** Can not decode URL encoded Query parameter.

  **Data:** URL encoded Query parameter

  **Triggers:** Initiate to decode incorrectly URL encoded Query parameter.

* CANNOT\_INSTANTIATE\_MNI\_RESPONSE

  **ID:** SAML2-111

  **Level:** INFO

  **Description:** Can not instantiate MNI Response with input xml.

  **Data:** Input XML string for MNI Response

  **Triggers:** Initiate parse MNI Response with incorrect XML string.

* CANNOT\_INSTANTIATE\_MNI\_REQUEST

  **ID:** SAML2-112

  **Level:** INFO

  **Description:** Can not instantiate MNI Request with input XML.

  **Data:** Input XML string for MNI Request

  **Triggers:** Initiate parse MNI Request with incorrect XML string.

* CANNOT\_INSTANTIATE\_SLO\_RESPONSE

  **ID:** SAML2-113

  **Level:** INFO

  **Description:** Can not instantiate SLO Response with input XML.

  **Data:** Input XML string for SLO Response

  **Triggers:** Initiate parse SLO Response with incorrect XML string.

* CANNOT\_INSTANTIATE\_SLO\_REQUEST

  **ID:** SAML2-114

  **Level:** INFO

  **Description:** Can not instantiate SLO Request with input XML.

  **Data:** Input XML string for SLO Request

  **Triggers:** Initiate parse SLO Request with incorrect XML string.

* MNI\_REQUEST\_INVALID\_SIGNATURE

  **ID:** SAML2-115

  **Level:** INFO

  **Description:** Can not varify signature in MNI Request.

  **Data:** MNI Request with signature

  **Triggers:** Sinature in MNI Request is incorrect.

* MNI\_RESPONSE\_INVALID\_SIGNATURE

  **ID:** SAML2-116

  **Level:** INFO

  **Description:** Can not valify signature in MNI Response.

  **Data:** MNI Response with signature

  **Triggers:** Sinature in MNI Response is incorrect.

* SLO\_REQUEST\_INVALID\_SIGNATURE

  **ID:** SAML2-117

  **Level:** INFO

  **Description:** Can not valify signature in SLO Request.

  **Data:** SLO Request with signature

  **Triggers:** Sinature in SLO Request is incorrect.

* SLO\_RESPONSE\_INVALID\_SIGNATURE

  **ID:** SAML2-118

  **Level:** INFO

  **Description:** Can not valify signature in SLO Response.

  **Data:** SLO Response with signature

  **Triggers:** Sinature in SLO Response is incorrect.

* NAMEID\_INVALID\_ENCRYPTION

  **ID:** SAML2-119

  **Level:** INFO

  **Description:** Can not decrypt EncryptedID.

  **Data:** Exception message

  **Triggers:** Decrypt the incorrectly encrypted EncryptedID.

* INVALID\_MNI\_RESPONSE

  **ID:** SAML2-120

  **Level:** INFO

  **Description:** MNI Response has error status.

  **Data:** Status message

  **Triggers:** Requested MNI Request caused problem.

* INVALID\_SLO\_RESPONSE

  **ID:** SAML2-121

  **Level:** INFO

  **Description:** SLO Response has error status.

  **Data:** Status message

  **Triggers:** Requested SLO Request caused problem.

* MISSING\_ENTITY\_ROLE

  **ID:** SAML2-122

  **Level:** INFO

  **Description:** Entity Role is not specified in the request.

  **Data:** Entity Role value

  **Triggers:** Initiate request without Role value.

  **Actions:** Specify Entity Role parameter in the request.

* INVALID\_ISSUER\_REQUEST

  **ID:** SAML2-123

  **Level:** INFO

  **Description:** Issuer in Request is invalid.

  **Data:** Hosted Entity ID, Name of Realm or organization, Request ID

  **Triggers:** Issuer in Request is not configured or not trusted by the hosted provider

  **Actions:** Check configuration.

* INVALID\_REALM\_GET\_ALL\_ENTITIES

  **ID:** SAML2-124

  **Level:** INFO

  **Description:** Invaid realm while getting all entities.

  **Data:** Realm or organization name

  **Triggers:** Get all entities.

  **Actions:** Check the Realm name.

* CONFIG\_ERROR\_GET\_ALL\_ENTITIES

  **ID:** SAML2-125

  **Level:** INFO

  **Description:** Configuration error while getting all entities.

  **Data:** Error message, Realm or organization name

  **Triggers:** Get all entities.

  **Actions:** Check debug message for detailed error.

* GOT\_ALL\_ENTITIES

  **ID:** SAML2-126

  **Level:** FINE

  **Description:** Obtained all entities.

  **Data:** Realm or organization name

  **Triggers:** Get all entities.

* INVALID\_PEP\_ID

  **ID:** SAML2-127

  **Level:** INFO

  **Description:** Invalid Policy Enforcement Point (PEP) Identifier.

  **Data:** PEP Identifier

  **Triggers:** Cannot retrieve PEP Metadata

  **Actions:** Provide valid PEP Identifier and retry.

* INVALID\_PDP\_ID

  **ID:** SAML2-128

  **Level:** INFO

  **Description:** Invalid Policy Decision Point (PDP) Identifier.

  **Data:** PDP Identifier

  **Triggers:** Cannot retrieve PDP Metadata

  **Actions:** Provide valid PDP Identifier and retry.

* NULL\_PDP\_SIGN\_CERT\_ALIAS

  **ID:** SAML2-129

  **Level:** INFO

  **Description:** Certificate Alias is null, cannot sign the message.

  **Data:** The realm from which the metadata was retreived., Entity Identifier for the Policy Decision Point.

  **Triggers:** Cannot sign the message.

  **Actions:** Check the entity's metadata to verify the certificate alias is correct.

* NULL\_PEP\_SIGN\_CERT\_ALIAS

  **ID:** SAML2-130

  **Level:** INFO

  **Description:** Certificate Alias is null,cannot retreive the certificate.

  **Data:** The realm from which the metadata was retreived., Entity Identifier for the Policy Enforcement Point.

  **Triggers:** Cannot validate the signature in the request message.

  **Actions:** Check the entity's metadata to verify the certificate alias is correct.

* INVALID\_SIGNATURE\_QUERY

  **ID:** SAML2-131

  **Level:** INFO

  **Description:** Invalid Signature in Query Request.

  **Data:** The realm from which the metadata was retreived., Entity Identifier for the Policy Decision Point., Cert Alias used to retrieve certificate from keystore.

  **Triggers:** Cannot process the request, server will send back error to the Requester.

  **Actions:** Check the entity's metadata to verify the certificate alias is correct.; Check the certificate in the keystore for its existance and validity.

* INVALID\_ISSUER\_IN\_PEP\_REQUEST

  **ID:** SAML2-132

  **Level:** INFO

  **Description:** Issuer in Request is invalid.

  **Data:** Name of Realm or organization, Identity of the Issuer, Hosted Entity Identifier

  **Triggers:** Issuer in Request is not configured or not trusted by the hosted provider therefore Query will fail.

  **Actions:** Check the hosted entity configuration attribute cotlist to make sure the issuer identifier is in the list.

* PEP\_METADATA\_ERROR

  **ID:** SAML2-133

  **Level:** INFO

  **Description:** Unable to retreive Policy Enforcement Point (PEP) Metadata.

  **Data:** PEP Provider Entity Identifier

  **Triggers:** Cannot retrieve PEP Provider Metadata

  **Actions:** Check the Data Store is accessible .; Check the PEP Provider Entity Identifier.

* PDP\_METADATA\_ERROR

  **ID:** SAML2-134

  **Level:** INFO

  **Description:** Unable to retrieve Policy Decision Point (PDP) Metadata.

  **Data:** PDP Provider Entity Identifier

  **Triggers:** Cannot retreive PDP Provider Metadata

  **Actions:** Check the Data Store is accessible .; Check the PDP Provider Entity Identifier.

* ASSERTION\_FROM\_PDP\_NOT\_ENCRYPTED

  **ID:** SAML2-135

  **Level:** INFO

  **Description:** Assertion in Response not encrypted.

  **Data:** Identity of the Issuer, Response ID

  **Triggers:** Policy Enforcement Point (PEP) Provider requested the assertion in Response to be encrypted, but it received a Response with unencrypted assertion(s).

  **Actions:** Check PEP metadata published to the PDP. Notify Policy Decision Point (PDP) Provider regarding the requirement.

* MISSING\_ASSERTION\_IN\_PDP\_RESPONSE

  **ID:** SAML2-136

  **Level:** INFO

  **Description:** Response has no Assertion.

  **Data:** Identity of Issuer, Response ID

  **Triggers:** Policy Enforcement Point (PEP) Provider received a Response with no Assertion.

  **Actions:** Check error code of the Response. Notify Policy Decision Point (PDP) Provider to check for errors or possible misconfiguration.

* INVALID\_ISSUER\_IN\_ASSERTION\_FROM\_PDP

  **ID:** SAML2-137

  **Level:** INFO

  **Description:** Issuer in Assertion is not valid.

  **Data:** Assertion Issuer, Assertion ID

  **Triggers:** Issuer in Assertion was not configured at Policy Enforcement Point (PEP) provider, or not trusted by the PEP provider.

  **Actions:** Check the configuration.

* MISMATCH\_ISSUER\_IN\_ASSERTION\_FROM\_PDP

  **ID:** SAML2-138

  **Level:** INFO

  **Description:** Issuer in Assertion doesn't match the Issuer in Response.

  **Data:** Issuer Identifier in the Resposnse, Issuer Identity in the Assertion

  **Triggers:** Error condition, Response will not be accepted.

  **Actions:** Check the Policy Decision Point instance to debug the cause of the problem.

* INVALID\_SIGNATURE\_ASSERTION\_FROM\_PDP

  **ID:** SAML2-139

  **Level:** INFO

  **Description:** Assertion is not signed or signature is not valid.

  **Data:** Issuer Identity in the Assertion, Assertion ID

  **Triggers:** Policy Enforcement Point (PEP) provider requested the Assertion to be signed but the assertion received was not; or the signature on the Assertion received was not valid.

  **Actions:** Check PEP metadata configuration.; Check debug for more detailed error message.

* REQUEST\_MESSAGE

  **ID:** SAML2-140

  **Level:** FINE

  **Description:** Request message from Query Requester

  **Data:** policy decision point entity descriptor, SAMLv2 Query Request Message

  **Triggers:** SAMLv2 SOAP Query

* VALID\_SIGNATURE\_QUERY

  **ID:** SAML2-141

  **Level:** INFO

  **Description:** Valid Signature in Query Request.

  **Data:** The realm from which the metadata was retreived., Entity Identifier for the Policy Decision Point., Cert Alias used to retrieve certificate from keystore.

  **Triggers:** The Request will be processed.

* SUCCESS\_FED\_SSO

  **ID:** SAML2-142

  **Level:** INFO

  **Description:** Successful federation/Single Sign On.

  **Data:** user id, NameID value

  **Triggers:** Successful federation/Single Sign On.

* SAE\_IDP\_SUCCESS

  **ID:** SAML2-143

  **Level:** INFO

  **Description:** SAE\_IDP succeeded.

  **Data:** SAE attributes

  **Triggers:** SAE\_IDP succeeded.

* SAE\_IDP\_ERROR

  **ID:** SAML2-144

  **Level:** INFO

  **Description:** SAE\_IDP failed.

  **Data:** Error message, SAE attributes

  **Triggers:** SAE\_IDP failed.

* SAE\_IDP\_ERROR\_NODATA

  **ID:** SAML2-145

  **Level:** INFO

  **Description:** SAE\_IDP invoked without attributes.

  **Data:** Error message

  **Triggers:** SAE\_IDP invoked without attributes.

  **Actions:** Add SAE attributes to request.

* SAE\_IDP\_AUTH

  **ID:** SAML2-146

  **Level:** INFO

  **Description:** SAE\_IDP delegated to Auth.

  **Data:** SAE attributes

  **Triggers:** SAE\_IDP invoked but no user session.

* SAE\_SP\_SUCCESS

  **ID:** SAML2-147

  **Level:** INFO

  **Description:** SAE\_SP succeeded.

  **Data:** SAE attributes

  **Triggers:** SAE\_SP succeeded.

* SAE\_SP\_ERROR

  **ID:** SAML2-148

  **Level:** INFO

  **Description:** SAE\_SP failed.

  **Data:** Error message

  **Triggers:** SAE\_SP failed.

* SEND\_ECP\_RESPONSE

  **ID:** SAML2-149

  **Level:** INFO

  **Description:** Send a response to ECP.

  **Data:** Identity Provider Entity Identifier, Realm or organization name, Assertion Consumer Service URL, SOAP message string if the log level was set to LL\_FINE at run time

  **Triggers:** Received AuthnRequest.

* SEND\_ECP\_RESPONSE\_FAILED

  **ID:** SAML2-150

  **Level:** INFO

  **Description:** Unable to send a response to ECP.

  **Data:** Identity Provider Entity Identifier, Realm or organization name, Assertion Consumer Service URL

  **Triggers:** Send a response to ECP.

* CANNOT\_INSTANTIATE\_SOAP\_MESSAGE\_ECP

  **ID:** SAML2-151

  **Level:** INFO

  **Description:** Unable to instantiate a SOAP message sent from ECP.

  **Data:** Service Provider Entity Identifier

  **Triggers:** Received a response from ECP.

* RECEIVE\_SOAP\_FAULT\_ECP

  **ID:** SAML2-152

  **Level:** INFO

  **Description:** Received a SOAP fault from ECP.

  **Data:** Service Provider Entity Identifier

  **Triggers:** Received a response from ECP.

* CANNOT\_INSTANTIATE\_SOAP\_MESSAGE\_ECP

  **ID:** SAML2-153

  **Level:** INFO

  **Description:** Unable to instantiate a SAML Response sent from ECP.

  **Data:** Service Provider Entity Identifier

  **Triggers:** Received a response from ECP.

* ECP\_ASSERTION\_NOT\_SIGNED

  **ID:** SAML2-154

  **Level:** INFO

  **Description:** Assertion received from ECP is not signed.

  **Data:** Identity Provider Entity Identifier

  **Triggers:** Received a response from ECP.

* ECP\_ASSERTION\_INVALID\_SIGNATURE

  **ID:** SAML2-155

  **Level:** INFO

  **Description:** Assertion received from ECP has invalid signature.

  **Data:** Identity Provider Entity Identifier

  **Triggers:** Assertion signature verification.

* RECEIVED\_AUTHN\_REQUEST\_ECP

  **ID:** SAML2-156

  **Level:** INFO

  **Description:** Received AuthnRequest from ECP.

  **Data:** Service Provider Entity Identifier, IDP meta alias, authnRequest xml string

  **Triggers:** Single Sign On.

* RECEIVED\_HTTP\_REQUEST\_ECP

  **ID:** SAML2-157

  **Level:** INFO

  **Description:** Received HTTP request from ECP.

  **Data:** Service Provider Entity Identifier, Realm or organization name

  **Triggers:** ECP accessed SP Resource.

* SEND\_ECP\_PAOS\_REQUEST

  **ID:** SAML2-158

  **Level:** INFO

  **Description:** Send a PAOS request to ECP.

  **Data:** Service Provider Entity Identifier, Realm or organization name, SOAP message string if the log level was set to LL\_FINE at run time

  **Triggers:** Received HTTP request from ECP.

* SEND\_ECP\_PAOS\_REQUEST\_FAILED

  **ID:** SAML2-159

  **Level:** INFO

  **Description:** Unable to send a PAOS request to ECP.

  **Data:** Service Provider Entity Identifier, Realm or organization name

  **Triggers:** Send a PAOS request to ECP.

* SUCCESS\_FED\_TERMINATION

  **ID:** SAML2-160

  **Level:** INFO

  **Description:** Federation termination succeeded.

  **Data:** user id

  **Triggers:** Federation termination succeeded.

* SUCCESS\_NEW\_NAMEID

  **ID:** SAML2-161

  **Level:** INFO

  **Description:** New name identifier succeeded.

  **Data:** user id

  **Triggers:** New name identifier succeeded.

* UNKNOWN\_PRINCIPAL

  **ID:** SAML2-162

  **Level:** INFO

  **Description:** Unknown princial in manage name ID request.

  **Data:** Manage Name ID request XML

  **Triggers:** Unable to find old name id in the management name id request.

* UNABLE\_TO\_TERMINATE

  **ID:** SAML2-163

  **Level:** INFO

  **Description:** Unable to terminate federation.

  **Data:** user id

  **Triggers:** Unable to terminate federation.

* POST\_RESPONSE\_INVALID\_SIGNATURE

  **ID:** SAML2-164

  **Level:** INFO

  **Description:** Unable to verify signature in Single Sign-On Response using POST binding.

  **Data:** Identity Provider Entity ID

  **Triggers:** Error while trying to verify signature in Response.

  **Actions:** Check Identity Provider metadata; Check debug file for detailed info

* BINDING\_NOT\_SUPPORTED

  **ID:** SAML2-165

  **Level:** INFO

  **Description:** Binding is not supported.

  **Data:** Provider Entity ID, Name of binding that is not supported

  **Triggers:** Hosted provider received data from unsupported binding endpoint.

  **Actions:** Check Provider metadata; Check debug file for detailed info

* SP\_SSO\_FAILED

  **ID:** SAML2-166

  **Level:** INFO

  **Description:** Single Sign-On Failed at Service Provider.

  **Data:** Hosted Service Provider Entity ID, Error message, Response received from IDP if the log level was set to LL\_FINE at run time

  **Triggers:** Single Sign On failed

  **Actions:** Check debug file for detailed info

* INVALID\_REALM\_FOR\_SESSION

  **ID:** SAML2-167

  **Level:** INFO

  **Description:** Invalid realm for the user trying to get an assertion from the IdP.

  **Data:** Realm of the authenticated user, Realm where the IdP is defined, Entity Id of the SP, IP Address of the requester, SAML2 Authentication Request

  **Triggers:** Single Sign On failed

  **Actions:** Check debug file for detailed info

* DATE\_CONDITION\_NOT\_MET

  **ID:** SAML2-168

  **Level:** INFO

  **Description:** Assertion NotBefore or NotOnOrAfter condition not met.

  **Data:** Assertion ID

  **Triggers:** The NotBefore or NotOnOrAfter condition of the single sign on assertion was not met.

  **Actions:** Check debug for the Assertion received. Check assertion clock skew. Contact identity provider if needed.

### WSFederation messages

* INVALID\_SIGNATURE\_ASSERTION

  **ID:** WSFederation-1

  **Level:** INFO

  **Description:** Assertion is not signed or signature is not valid.

  **Data:** Assertion or assertion ID, Realm or organization name, Assertion issuer

  **Triggers:** Service provider requested the Assertion to be signed but the assertion received was not; or the signature on the Assertion received was not valid.

  **Actions:** Check configuration; check debug for more detailed error message.

* MISSING\_CONDITIONS\_NOT\_ON\_OR\_AFTER

  **ID:** WSFederation-2

  **Level:** INFO

  **Description:** Assertion conditions are missing notOnOrAfter attribute.

  **Data:** Assertion or assertion ID

  **Triggers:** The Conditions element of the assertion is missing its notOnOrAfter attribute.

  **Actions:** Check the assertion. Contact Identity Provider if needed.

* ASSERTION\_EXPIRED

  **ID:** WSFederation-3

  **Level:** INFO

  **Description:** Assertion has expired.

  **Data:** Assertion or assertion ID, Assertion notOnOrAfter time, Time skew in seconds, Current time

  **Triggers:** The current time is after the assertion's notOnOrAfter time plus the time skew.

  **Actions:** Synchronize server clocks. Contact Identity Provider if needed.

* MISSING\_CONDITIONS\_NOT\_BEFORE

  **ID:** WSFederation-4

  **Level:** INFO

  **Description:** Assertion conditions are missing notBefore attribute.

  **Data:** Assertion or assertion ID

  **Triggers:** The Conditions element of the assertion is missing its notBefore attribute.

  **Actions:** Check the assertion. Contact Identity Provider if needed.

* ASSERTION\_NOT\_YET\_VALID

  **ID:** WSFederation-5

  **Level:** INFO

  **Description:** Assertion not yet valid.

  **Data:** Assertion or assertion ID, Assertion notBefore time, Time skew in seconds, Current time

  **Triggers:** The current time is before the assertion's notBefore time minus the time skew.

  **Actions:** Synchronize server clocks. Contact Identity Provider if needed.

* MISSING\_WRESULT

  **ID:** WSFederation-6

  **Level:** INFO

  **Description:** WS-Federation response is missing wresult.

  **Data:** WS-Federation response

  **Triggers:** The WS-Federation response is missing its wresult parameter.

  **Actions:** Check the response. Contact Identity Provider if needed.

* MISSING\_WCTX

  **ID:** WSFederation-7

  **Level:** INFO

  **Description:** WS-Federation response is missing wctx.

  **Data:** WS-Federation response

  **Triggers:** The WS-Federation response is missing its wctx parameter.

  **Actions:** Check the response. Contact Identity Provider if needed.

* INVALID\_WRESULT

  **ID:** WSFederation-8

  **Level:** INFO

  **Description:** WS-Federation response is invalid.

  **Data:** WS-Federation response

  **Triggers:** The WS-Federation response is not a valid RequestSecurityTokenResponse element.

  **Actions:** Check the response. Contact Identity Provider if needed.

* CONFIG\_ERROR\_GET\_ENTITY\_CONFIG

  **ID:** WSFederation-9

  **Level:** INFO

  **Description:** Configuration error while getting entity config.

  **Data:** Error message, MetaAlias, Realm or organization name

  **Triggers:** Obtain entity config.

  **Actions:** Check debug message for detailed error.

* CANT\_FIND\_SP\_ACCOUNT\_MAPPER

  **ID:** WSFederation-10

  **Level:** INFO

  **Description:** Can't find SP Account Mapper.

  **Data:** Error message, Account mapper class name

  **Triggers:** Cannot get class object for SP account mapper class.

  **Actions:** Check the configuration. Ensure that SP account mapper class name is correct and that the account mapper class is on the classpath.

* CANT\_CREATE\_SP\_ACCOUNT\_MAPPER

  **ID:** WSFederation-11

  **Level:** INFO

  **Description:** Can't create SP Account Mapper.

  **Data:** Error message, Account mapper class name

  **Triggers:** Cannot create SP account mapper object.

  **Actions:** Check the configuration. Ensure that SP account mapper class name is correct and that the account mapper class is on the classpath.

* CANT\_CREATE\_SESSION

  **ID:** WSFederation-12

  **Level:** INFO

  **Description:** Can't create session for user.

  **Data:** Error message, Realm or organization name, User name, Auth level

  **Triggers:** Cannot create session for user.

  **Actions:** Check the configuration. Ensure that SP account mapper is finding a user in the local store.

* SSO\_SUCCESSFUL

  **ID:** WSFederation-13

  **Level:** INFO

  **Description:** Single sign-on completed successfully.

  **Data:** wctx, Assertion or assertion ID, Realm or organization name, User ID, Authentication Level, Target URL

  **Triggers:** Successful WS-Federation RP Signin Response.

* UNTRUSTED\_ISSUER

  **ID:** WSFederation-14

  **Level:** INFO

  **Description:** Assertion issuer is not trusted by this service provider.

  **Data:** Assertion or assertion ID, Realm or organization name, Service provider ID, Target URL

  **Triggers:** Cannot create session for user.

  **Actions:** Check the configuration. Ensure that SP account mapper is finding a user in the local store.

* MISSING\_SUBJECT

  **ID:** WSFederation-15

  **Level:** INFO

  **Description:** Assertion does not contain a subject element.

  **Data:** Assertion or assertion ID

  **Triggers:** Assertion does not contain a subject element.

  **Actions:** Check the assertion. Contact Identity Provider if needed.

* GOT\_FEDERATION

  **ID:** WSFederation-16

  **Level:** FINE

  **Description:** Federation obtained.

  **Data:** Federation ID, Realm or organization name

  **Triggers:** Obtain federation.

* GOT\_INVALID\_ENTITY\_DESCRIPTOR

  **ID:** WSFederation-17

  **Level:** INFO

  **Description:** Obtained invalid entity descriptor.

  **Data:** Entity ID, Realm or organization name

  **Triggers:** Obtain entity descriptor.

  **Actions:** Delete invalid entity descriptor and import it again.

* CONFIG\_ERROR\_GET\_ENTITY\_DESCRIPTOR

  **ID:** WSFederation-18

  **Level:** INFO

  **Description:** Configuration error while getting entity descriptor.

  **Data:** Error message, Entity ID, Realm or organization name

  **Triggers:** Obtain entity descriptor.

  **Actions:** Check debug message for detailed error.

* SET\_ENTITY\_DESCRIPTOR

  **ID:** WSFederation-19

  **Level:** INFO

  **Description:** Entity descriptor was set.

  **Data:** Entity ID, Realm or organization name

  **Triggers:** Set entity descriptor.

* CONFIG\_ERROR\_SET\_ENTITY\_DESCRIPTOR

  **ID:** WSFederation-20

  **Level:** INFO

  **Description:** Configuration error while setting entity descriptor.

  **Data:** Error message, Entity ID, Realm or organization name

  **Triggers:** Set entity descriptor.

  **Actions:** Check debug message for detailed error.

* SET\_INVALID\_ENTITY\_DESCRIPTOR

  **ID:** WSFederation-21

  **Level:** INFO

  **Description:** Invalid entity descriptor to set.

  **Data:** Entity ID, Realm or organization name

  **Triggers:** Set entity descriptor.

  **Actions:** Check entity descriptor if it follows the schema.

* ENTITY\_DESCRIPTOR\_CREATED

  **ID:** WSFederation-22

  **Level:** INFO

  **Description:** Entity descriptor was created.

  **Data:** Entity ID, Realm or organization name

  **Triggers:** Create entity descriptor.

* CONFIG\_ERROR\_CREATE\_ENTITY\_DESCRIPTOR

  **ID:** WSFederation-23

  **Level:** INFO

  **Description:** Configuration error while creating entity descriptor.

  **Data:** Error message, Entity ID, Realm or organization name

  **Triggers:** Create entity descriptor.

  **Actions:** Check debug message for detailed error.

* CREATE\_INVALID\_ENTITY\_DESCRIPTOR

  **ID:** WSFederation-24

  **Level:** INFO

  **Description:** Invalid entity descriptor to create.

  **Data:** Entity ID, Realm or organization name

  **Triggers:** Create entity descriptor.

  **Actions:** Check entity descriptor if it follows the schema.

* ENTITY\_DESCRIPTOR\_DELETED

  **ID:** WSFederation-25

  **Level:** INFO

  **Description:** Entity descriptor was deleted.

  **Data:** Entity ID, Realm or organization name

  **Triggers:** Delete entity descriptor.

* CONFIG\_ERROR\_DELETE\_ENTITY\_DESCRIPTOR

  **ID:** WSFederation-26

  **Level:** INFO

  **Description:** Configuration error while deleting entity descriptor.

  **Data:** Error message, Entity ID, Realm or organization name

  **Triggers:** Delete entity descriptor.

  **Actions:** Check debug message for detailed error.

* GOT\_ENTITY\_CONFIG

  **ID:** WSFederation-27

  **Level:** FINE

  **Description:** Entity config obtained.

  **Data:** Entity ID, Realm or organization name

  **Triggers:** Obtain entity config.

* GOT\_INVALID\_ENTITY\_CONFIG

  **ID:** WSFederation-28

  **Level:** INFO

  **Description:** Obtained invalid entity config.

  **Data:** Entity ID, Realm or organization name

  **Triggers:** Obtain entity config.

  **Actions:** Delete invalid entity config and import it again.

* CONFIG\_ERROR\_GET\_ENTITY\_CONFIG

  **ID:** WSFederation-29

  **Level:** INFO

  **Description:** Configuration error while getting entity config.

  **Data:** Error message, Entity ID, Realm or organization name

  **Triggers:** Obtain entity config.

  **Actions:** Check debug message for detailed error.

* NO\_ENTITY\_ID\_SET\_ENTITY\_CONFIG

  **ID:** WSFederation-30

  **Level:** INFO

  **Description:** No entity ID while setting entity config.

  **Data:** Realm or organization name

  **Triggers:** Set entity config.

  **Actions:** Set entity ID in entity config.

* SET\_ENTITY\_CONFIG

  **ID:** WSFederation-31

  **Level:** INFO

  **Description:** Entity config was set.

  **Data:** Entity ID, Realm or organization name

  **Triggers:** Set entity config.

* CONFIG\_ERROR\_SET\_ENTITY\_CONFIG

  **ID:** WSFederation-32

  **Level:** INFO

  **Description:** Configuration error while setting entity config.

  **Data:** Error message, Entity ID, Realm or organization name

  **Triggers:** Set entity config.

  **Actions:** Check debug message for detailed error.

* SET\_INVALID\_ENTITY\_CONFIG

  **ID:** WSFederation-33

  **Level:** INFO

  **Description:** Invalid entity config to set.

  **Data:** Entity ID, Realm or organization name

  **Triggers:** Set entity config.

  **Actions:** Check entity config if it follows the schema.

* NO\_ENTITY\_ID\_CREATE\_ENTITY\_CONFIG

  **ID:** WSFederation-34

  **Level:** INFO

  **Description:** No entity ID while creating entity config.

  **Data:** Realm or organization name

  **Triggers:** Create entity config.

  **Actions:** Set entity ID in entity config.

* NO\_ENTITY\_DESCRIPTOR\_CREATE\_ENTITY\_CONFIG

  **ID:** WSFederation-35

  **Level:** INFO

  **Description:** Entity config doesn't exist while creating entity config.

  **Data:** Entity ID, Realm or organization name

  **Triggers:** Create entity config.

  **Actions:** Create entity descriptor before create entity config.

* ENTITY\_CONFIG\_EXISTS

  **ID:** WSFederation-36

  **Level:** INFO

  **Description:** Entity config exists while creating entity config.

  **Data:** Entity ID, Realm or organization name

  **Triggers:** Create entity config.

  **Actions:** Delete existing entity config first.

* ENTITY\_CONFIG\_CREATED

  **ID:** WSFederation-37

  **Level:** INFO

  **Description:** Entity config was created.

  **Data:** Entity ID, Realm or organization name

  **Triggers:** Create entity config.

* CONFIG\_ERROR\_CREATE\_ENTITY\_CONFIG

  **ID:** WSFederation-38

  **Level:** INFO

  **Description:** Configuration error while creating entity config.

  **Data:** Error message, Entity ID, Realm or organization name

  **Triggers:** Create entity config.

  **Actions:** Check debug message for detailed error.

* CREATE\_INVALID\_ENTITY\_CONFIG

  **ID:** WSFederation-39

  **Level:** INFO

  **Description:** Invalid entity config to create.

  **Data:** Entity ID, Realm or organization name

  **Triggers:** Create entity config.

  **Actions:** Check entity config if it follows the schema.

* NO\_ENTITY\_CONFIG\_DELETE\_ENTITY\_CONFIG

  **ID:** WSFederation-40

  **Level:** INFO

  **Description:** Entity config doesn't exist while deleting entity config.

  **Data:** Entity ID, Realm or organization name

  **Triggers:** Delete entity config.

  **Actions:** Check debug message for detailed error.

* ENTITY\_CONFIG\_DELETED

  **ID:** WSFederation-41

  **Level:** INFO

  **Description:** Entity config was deleted.

  **Data:** Entity ID, Realm or organization name

  **Triggers:** Delete entity config.

* CONFIG\_ERROR\_DELETE\_ENTITY\_CONFIG

  **ID:** WSFederation-42

  **Level:** INFO

  **Description:** Configuration error while deleting entity config.

  **Data:** Error message, Entity ID, Realm or organization name

  **Triggers:** Delete entity config.

  **Actions:** Check debug message for detailed error.

* CONFIG\_ERROR\_GET\_ALL\_HOSTED\_ENTITIES

  **ID:** WSFederation-43

  **Level:** INFO

  **Description:** Configuration error while getting all hosted entities.

  **Data:** Error message, Realm or organization name

  **Triggers:** Get all hosted entities.

  **Actions:** Check debug message for detailed error.

* GOT\_ALL\_HOSTED\_ENTITIES

  **ID:** WSFederation-44

  **Level:** FINE

  **Description:** Obtained all hosted entities.

  **Data:** Realm or organization name

  **Triggers:** Get all hosted entities.

* CONFIG\_ERROR\_GET\_ALL\_REMOTE\_ENTITIES

  **ID:** WSFederation-45

  **Level:** INFO

  **Description:** Configuration error while getting all remote entities.

  **Data:** Error message, Realm or organization name

  **Triggers:** Get all remote entities.

  **Actions:** Check debug message for detailed error.

* GOT\_ALL\_REMOTE\_ENTITIES

  **ID:** WSFederation-46

  **Level:** FINE

  **Description:** Obtained all remote entities.

  **Data:** Error message, Realm or organization name

  **Triggers:** Get all remote entities.

* CONFIG\_ERROR\_GET\_ALL\_ENTITIES

  **ID:** WSFederation-47

  **Level:** INFO

  **Description:** Configuration error while getting all entities.

  **Data:** Error message, Realm or organization name

  **Triggers:** Get all entities.

  **Actions:** Check debug message for detailed error.

* GOT\_ALL\_ENTITIES

  **ID:** WSFederation-48

  **Level:** FINE

  **Description:** Obtained all entities.

  **Data:** Realm or organization name

  **Triggers:** Get all entities.

* ASSERTION\_CREATED

  **ID:** WSFederation-49

  **Level:** INFO

  **Description:** Assertion created successfully.

  **Data:** Assertion or assertion ID

  **Triggers:** Creation of WS-Federation IdP Signin Response.

* NO\_ACS\_URL

  **ID:** WSFederation-50

  **Level:** INFO

  **Description:** Could not find an Assertion Consumer Service URL.

  **Data:** Realm or organization name, Service provider ID, Reply URL

  **Triggers:** No ACS URL in configuration.; ACS URL provided in request not found in configuration.

  **Actions:** Check configuration for service provider.

* SLO\_SUCCESSFUL

  **ID:** WSFederation-51

  **Level:** INFO

  **Description:** Single logout completed successfully.

  **Data:** Reply URL

  **Triggers:** Successful single logout.

### WebServicesSecurity messages

* UNSUPPORTED\_TOKEN\_TYPE

  **ID:** WebServicesSecurity-1

  **Level:** INFO

  **Description:** Unsupported Token Type sent to STS for Security Token creation.

  **Data:** Token Type sent by client to STS

  **Triggers:** Invalid or unsupported token type sent by client to STS.

  **Actions:** Check the Token Type sent by client to STS.

* CREATED\_SAML11\_ASSERTION

  **ID:** WebServicesSecurity-2

  **Level:** INFO

  **Description:** Successfully created SAML 1.1 assertion by STS.

  **Data:** Assertion ID, Issuer of this SAML assertion, Service Provider for which this Assertion is created or applies to, Confirmation Method, Token Type, Key Type

  **Triggers:** Valid parameters sent by client to STS to create SAML assetion.

* CREATED\_SAML20\_ASSERTION

  **ID:** WebServicesSecurity-3

  **Level:** INFO

  **Description:** Successfully created SAML 2.0 assertion by STS.

  **Data:** Assertion ID, Issuer of this SAML assertion, Service Provider for which this Assertion is created or applies to, Confirmation Method, Token Type, Key Type

  **Triggers:** Valid parameters sent by client to STS to create SAML assetion.

* ERROR\_SIGNING\_SAML\_ASSERTION

  **ID:** WebServicesSecurity-4

  **Level:** INFO

  **Description:** Error during signing SAML assertion by STS.

  **Data:** Actual Error message

  **Triggers:** Problem in STS's Certificate or Private key.

  **Actions:** Check the certificate of STS.; Check the Private Key of STS.

* ERROR\_CREATING\_SAML11\_ASSERTION

  **ID:** WebServicesSecurity-5

  **Level:** INFO

  **Description:** Error during creation of SAML 1.1 Assertion by STS.

  **Data:** Actual Error message

  **Triggers:** Invalid parameters sent to create SAML 1.1 Assertion.

  **Actions:** Check all the parameters sent to create SAML 1.1 Assertion.

* ERROR\_CREATING\_SAML20\_ASSERTION

  **ID:** WebServicesSecurity-6

  **Level:** INFO

  **Description:** Error during creation of SAML 2.0 Assertion by STS.

  **Data:** Actual Error message

  **Triggers:** Invalid parameters sent to create SAML 2.0 Assertion.

  **Actions:** Check all the parameters sent to create SAML 2.0 Assertion.

* IDENTITY\_SUBJECT\_NAME

  **ID:** WebServicesSecurity-7

  **Level:** INFO

  **Description:** Security token being created for this Identity.

  **Data:** Subject or Identity of the token

* ATTR\_MAP\_FOR\_SP

  **ID:** WebServicesSecurity-8

  **Level:** INFO

  **Description:** Security token being created with this Attribute Map for Service Provider.

  **Data:** Attribute Map required by Service Provider

  **Triggers:** Service Provider needs Attributes to be populated in Security token.

* SUCCESS\_VALIDATE\_REQUEST

  **ID:** WebServicesSecurity-9

  **Level:** INFO

  **Description:** Successfully validated the incoming SOAP request.

  **Data:** Provider name to identify the STS service or WSP profile, Security Mechanism or authentication token sent by client

* REQUEST\_TO\_BE\_VALIDATED

  **ID:** WebServicesSecurity-10

  **Level:** FINE

  **Description:** Incoming SOAP request to be validated.

  **Data:** Complete SOAP request

* RESPONSE\_TO\_BE\_SECURED

  **ID:** WebServicesSecurity-11

  **Level:** FINE

  **Description:** Outgoing SOAP response to be secured.

  **Data:** Complete SOAP response

* SUCCESS\_SECURE\_RESPONSE

  **ID:** WebServicesSecurity-12

  **Level:** INFO

  **Description:** Successfully secured the outgoing SOAP response.

  **Data:** Provider name to identify the STS service or WSP profile

* REQUEST\_TO\_BE\_SECURED

  **ID:** WebServicesSecurity-13

  **Level:** FINE

  **Description:** Outgoing SOAP request to be secured.

  **Data:** Complete SOAP request

* SUCCESS\_SECURE\_REQUEST

  **ID:** WebServicesSecurity-14

  **Level:** INFO

  **Description:** Successfully secured the outgoing SOAP request.

  **Data:** Provider name to identify the STS client or WSC profile, Security Mechanism or authentication token sent by client

* RESPONSE\_TO\_BE\_VALIDATED

  **ID:** WebServicesSecurity-15

  **Level:** FINE

  **Description:** Incoming SOAP response to be validated.

  **Data:** Complete SOAP response

* SUCCESS\_VALIDATE\_RESPONSE

  **ID:** WebServicesSecurity-16

  **Level:** INFO

  **Description:** Successfully validated the incoming SOAP response.

  **Data:** Provider name to identify the STS client or WSC profile

* AUTHENTICATION\_FAILED

  **ID:** WebServicesSecurity-17

  **Level:** INFO

  **Description:** Authentication of the incoming SOAP request failed at server or WSP.

  **Data:** Security Mechanism or Security token sent by client

  **Triggers:** Invalid Security Mechanism or Security token sent by client.

  **Actions:** Check Security Mechanism or Security token sent by client.

* ERROR\_PARSING\_SOAP\_HEADERS

  **ID:** WebServicesSecurity-18

  **Level:** INFO

  **Description:** Error in parsing SOAP headers from incoming SOAP request.

  **Data:** Actual error message

  **Triggers:** Client has sent incorrect SOAP headers.

  **Actions:** Check SOAP headers.

* ERROR\_ADDING\_SECURITY\_HEADER

  **ID:** WebServicesSecurity-19

  **Level:** INFO

  **Description:** Error in adding Security header in outgoing SOAP request.

  **Data:** Actual error message

  **Triggers:** Error in adding namespaces or creating Security Header element.

  **Actions:** Check namespaces and Secuirty Header.

* SIGNATURE\_VALIDATION\_FAILED

  **ID:** WebServicesSecurity-20

  **Level:** INFO

  **Description:** Signature validation failed in incoming SOAP request / response.

  **Data:** Actual error message

  **Triggers:** Error in signing request / response by client / server.

  **Actions:** Check keystore and certificate used for signing.

* UNABLE\_TO\_SIGN

  **ID:** WebServicesSecurity-21

  **Level:** INFO

  **Description:** Unable to sign SOAP request or response.

  **Data:** Actual error message

  **Triggers:** Error in retrieving certificate from the keystore.

  **Actions:** Check keystore configuration and certificate used for signing.; Check debug file for detailed info.

* UNABLE\_TO\_ENCRYPT

  **ID:** WebServicesSecurity-22

  **Level:** INFO

  **Description:** Unable to encrypt SOAP request or response.

  **Data:** Actual error message

  **Triggers:** Error in retrieving certificate from the keystore.

  **Actions:** Check keystore configuration and certificate used for encryption.; Check debug file for detailed info.

* UNABLE\_TO\_DECRYPT

  **ID:** WebServicesSecurity-23

  **Level:** INFO

  **Description:** Unable to decrypt SOAP request or response.

  **Data:** Actual error message

  **Triggers:** Error in retrieving certificate from the keystore.

  **Actions:** Check keystore configuration and certificate used for decryption.; Check debug file for detailed info.

* SUCCESS\_RETRIEVING\_TOKEN\_FROM\_STS

  **ID:** WebServicesSecurity-24

  **Level:** INFO

  **Description:** Successfully retrieved Security Token from STS service.

  **Data:** Web Service Provider end point for which Security Token being generated, Security Token Service end point to which STS client talks to, Security Token Service MEX end point address, End user credential (if "null" then the Identity of the generated Security token is Web Service Client, else it is owned by Authenticated End user), Key Type, Token Type

  **Triggers:** All the required input data parameters are correct.

* ERROR\_RETRIEVING\_TOKEN\_FROM\_STS

  **ID:** WebServicesSecurity-25

  **Level:** INFO

  **Description:** Error in retrieving Security Token from STS service.

  **Data:** Actual error message

  **Triggers:** Some or more required input data parameters are not correct.

  **Actions:** Check all the required input data parameters.; Check debug file for detailed error.

* ERROR\_RETRIEVING\_TOKEN\_FROM\_STS

  **ID:** WebServicesSecurity-26

  **Level:** SEVERE

  **Description:** Error in retrieving Security Token from STS service.

  **Data:** Actual error message

  **Triggers:** Some or more required input data parameters are not correct.

  **Actions:** Check all the required input data parameters.; Check debug file for detailed error.

* ERROR\_CREATING\_SAML11\_ASSERTION

  **ID:** WebServicesSecurity-27

  **Level:** SEVERE

  **Description:** Error during creation of SAML 1.1 Assertion by STS.

  **Data:** Actual Error message

  **Triggers:** Invalid parameters sent to create SAML 1.1 Assertion.

  **Actions:** Check all the parameters sent to create SAML 1.1 Assertion.; Check debug file for detailed error.

* ERROR\_CREATING\_SAML20\_ASSERTION

  **ID:** WebServicesSecurity-28

  **Level:** SEVERE

  **Description:** Error during creation of SAML 2.0 Assertion by STS.

  **Data:** Actual Error message

  **Triggers:** Invalid parameters sent to create SAML 2.0 Assertion.

  **Actions:** Check all the parameters sent to create SAML 2.0 Assertion.; Check debug file for detailed error.

### AUTHENTICATION messages

* LOGIN\_SUCCESS

  **ID:** AUTHENTICATION-100

  **Level:** INFO

  **Description:** Authentication is Successful

  **Data:** message, no session

  **Triggers:** User authenticated with valid credentials

* LOGIN\_SUCCESS\_USER

  **ID:** AUTHENTICATION-101

  **Level:** INFO

  **Description:** User based authentication is successful

  **Data:** message, authentication type, user name, no session

  **Triggers:** User authenticated with valid credentials

* LOGIN\_SUCCESS\_ROLE

  **ID:** AUTHENTICATION-102

  **Level:** INFO

  **Description:** Role based authentication is successful

  **Data:** message, authentication type, role name, no session

  **Triggers:** User belonging to role authenticated with valid credentials

* LOGIN\_SUCCESS\_SERVICE

  **ID:** AUTHENTICATION-103

  **Level:** INFO

  **Description:** Service based authentication is successful

  **Data:** message, authentication type, service name, no session

  **Triggers:** User authenticated with valid credentials to a configured service under realm

* LOGIN\_SUCCESS\_LEVEL

  **ID:** AUTHENTICATION-104

  **Level:** INFO

  **Description:** Authentication level based authentication is successful

  **Data:** message, authentication type, authentication level value, no session

  **Triggers:** User authenticated with valid credentials to one or more authentication modules having authentication level value greater than or equal to specified authentication level

* LOGIN\_SUCCESS\_MODULE\_INSTANCE

  **ID:** AUTHENTICATION-105

  **Level:** INFO

  **Description:** Module based authentication is successful

  **Data:** message, authentication type, module name, no session

  **Triggers:** User authenticated with valid credentials to authentication module under realm

* LOGIN\_FAILED

  **ID:** AUTHENTICATION-200

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message

  **Triggers:** Incorrect/invalid credentials presented; User locked out/not active

  **Actions:** Enter correct/valid credentials to required authentication module

* LOGIN\_FAILED\_INVALIDPASSWORD

  **ID:** AUTHENTICATION-201

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message

  **Triggers:** Invalid credentials entered.

  **Actions:** Enter the correct password.

* LOGIN\_FAILED\_NOCONFIG

  **ID:** AUTHENTICATION-202

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message

  **Triggers:** Named Configuration (Auth Chain) does not exist.

  **Actions:** Create and configure a named config for this org.

* LOGIN\_FAILED\_NOUSERPROFILE

  **ID:** AUTHENTICATION-203

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message

  **Triggers:** No user profile found for this user.

  **Actions:** User does not exist in the datastore plugin configured and hence configure the datastore plugin for this realm/org correctly.

* LOGIN\_FAILED\_USERINACTIVE

  **ID:** AUTHENTICATION-204

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message

  **Triggers:** This user is not active.

  **Actions:** Activate the user.

* LOGIN\_FAILED\_LOCKEDOUT

  **ID:** AUTHENTICATION-205

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message

  **Triggers:** Max number of failure attempts exceeded. User is Locked out.

  **Actions:** Contact system administrator.

* LOGIN\_FAILED\_ACCOUNTEXPIRED

  **ID:** AUTHENTICATION-206

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message

  **Triggers:** User account has expired.

  **Actions:** Contact system administrator.

* LOGIN\_FAILED\_LOGINTIMEOUT

  **ID:** AUTHENTICATION-207

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message

  **Triggers:** Login timed out.

  **Actions:** Try to login again.

* LOGIN\_FAILED\_MODULEDENIED

  **ID:** AUTHENTICATION-208

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message

  **Triggers:** Authentication module is denied.

  **Actions:** Configure this module or use some other module.

* LOGIN\_FAILED\_MAXSESSIONREACHED

  **ID:** AUTHENTICATION-209

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message

  **Triggers:** Limit for maximum number of allowed session has been reached.

  **Actions:** Logout of a session or increase the limit.

* LOGIN\_FAILED\_INVALIDDOMAIN

  **ID:** AUTHENTICATION-210

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message

  **Triggers:** Org/Realm does not exists.

  **Actions:** Use a valid Org/Realm.

* LOGIN\_FAILED\_ORGINACTIVE

  **ID:** AUTHENTICATION-211

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message

  **Triggers:** Org/Realm is not active.

  **Actions:** Activate the Org/Realm.

* LOGIN\_FAILED\_SESSIONCREATEERROR

  **ID:** AUTHENTICATION-212

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message

  **Triggers:** Cannot create a session.

  **Actions:** Ensure that session service is configured and maxsession is not reached.

* LOGIN\_FAILED\_USER

  **ID:** AUTHENTICATION-213

  **Level:** INFO

  **Description:** User based authentication failed

  **Data:** error message, authentication type, user name

  **Triggers:** No authentication configuration (chain of one or more authentication modules) configured for user; Incorrect/invalid credentials presented; User locked out/not active

  **Actions:** Configure authentication configuration (chain of one or more authentication modules) for user; Enter correct/valid credentials to required authentication module

* LOGIN\_FAILED\_USER\_INVALIDPASSWORD

  **ID:** AUTHENTICATION-214

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, user name

  **Triggers:** User based Auth. Invalid credentials entered.

  **Actions:** Enter the correct password.

* LOGIN\_FAILED\_USER\_NOCONFIG

  **ID:** AUTHENTICATION-215

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, user name

  **Triggers:** Named Configuration (Auth Chain) does not exist for this user

  **Actions:** Create and configure a named config for this user

* LOGIN\_FAILED\_USER\_NOUSERPROFILE

  **ID:** AUTHENTICATION-216

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, user name

  **Triggers:** User based Auth. No user profile found for this user.

  **Actions:** User does not exist in the datastore plugin configured and hence configure the datastore plugin for this realm/org correctly.

* LOGIN\_FAILED\_USER\_USERINACTIVE

  **ID:** AUTHENTICATION-217

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, user name

  **Triggers:** User based Auth. This user is not active.

  **Actions:** Activate the user.

* LOGIN\_FAILED\_USER\_LOCKEDOUT

  **ID:** AUTHENTICATION-218

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, user name

  **Triggers:** User based Auth. Max number of failure attempts exceeded. User is Locked out.

  **Actions:** Contact system administrator.

* LOGIN\_FAILED\_USER\_ACCOUNTEXPIRED

  **ID:** AUTHENTICATION-219

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, user name

  **Triggers:** User based Auth. User account has expired.

  **Actions:** Contact system administrator.

* LOGIN\_FAILED\_USER\_LOGINTIMEOUT

  **ID:** AUTHENTICATION-220

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, user name

  **Triggers:** User based Auth. Login timed out.

  **Actions:** Try to login again.

* LOGIN\_FAILED\_USER\_MODULEDENIED

  **ID:** AUTHENTICATION-221

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, user name

  **Triggers:** User based Auth. Authentication module is denied.

  **Actions:** Configure this module or use some other module.

* LOGIN\_FAILED\_USER\_MAXSESSIONREACHED

  **ID:** AUTHENTICATION-222

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, user name

  **Triggers:** User based auth. Limit for maximum number of allowed session has been reached.

  **Actions:** Logout of a session or increase the limit.

* LOGIN\_FAILED\_USER\_INVALIDDOMAIN

  **ID:** AUTHENTICATION-223

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, user name

  **Triggers:** User based auth. Org/Realm does not exists.

  **Actions:** Use a valid Org/Realm.

* LOGIN\_FAILED\_USER\_ORGINACTIVE

  **ID:** AUTHENTICATION-224

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, user name

  **Triggers:** User based auth. Org/Realm is not active.

  **Actions:** Activate the Org/Realm.

* LOGIN\_FAILED\_USER\_SESSIONCREATEERROR

  **ID:** AUTHENTICATION-225

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, user name

  **Triggers:** User based auth. Cannot create a session.

  **Actions:** Ensure that session service is configured and maxsession is not reached.

* LOGIN\_FAILED\_ROLE

  **ID:** AUTHENTICATION-226

  **Level:** INFO

  **Description:** Role based authentication failed

  **Data:** error message, authentication type, role name

  **Triggers:** No authentication configuration (chain of one or more authentication modules) configured for role; Incorrect/invalid credentials presented; User does not belong to this role; User locked out/not active

  **Actions:** Configure authentication configuration (chain of one or more authentication modules) for role; Enter correct/valid credentials to required authentication module; Assign this role to the authenticating user

* LOGIN\_FAILED\_ROLE\_INVALIDPASSWORD

  **ID:** AUTHENTICATION-227

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, role name

  **Triggers:** Role based Auth. Invalid credentials entered.

  **Actions:** Enter the correct password.

* LOGIN\_FAILED\_ROLE\_NOCONFIG

  **ID:** AUTHENTICATION-228

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, role name

  **Triggers:** Named Configuration (Auth Chain) does not exist for this role.

  **Actions:** Create and configure a named config for this role.

* LOGIN\_FAILED\_ROLE\_NOUSERPROFILE

  **ID:** AUTHENTICATION-229

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, role name

  **Triggers:** Role based Auth. No user profile found for this user.

  **Actions:** User does not exist in the datastore plugin configured and hence configure the datastore plugin for this realm/org correctly.

* LOGIN\_FAILED\_ROLE\_USERINACTIVE

  **ID:** AUTHENTICATION-230

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, role name

  **Triggers:** Role based Auth. This user is not active.

  **Actions:** Activate the user.

* LOGIN\_FAILED\_ROLE\_LOCKEDOUT

  **ID:** AUTHENTICATION-231

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, role name

  **Triggers:** Role based Auth. Max number of failure attempts exceeded. User is Locked out.

  **Actions:** Contact system administrator.

* LOGIN\_FAILED\_ROLE\_ACCOUNTEXPIRED

  **ID:** AUTHENTICATION-232

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, role name

  **Triggers:** Role based Auth. User account has expired.

  **Actions:** Contact system administrator.

* LOGIN\_FAILED\_ROLE\_LOGINTIMEOUT

  **ID:** AUTHENTICATION-233

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, role name

  **Triggers:** Role based Auth. Login timed out.

  **Actions:** Try to login again.

* LOGIN\_FAILED\_ROLE\_MODULEDENIED

  **ID:** AUTHENTICATION-234

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, role name

  **Triggers:** Role based Auth. Authentication module is denied.

  **Actions:** Configure this module or use some other module.

* LOGIN\_FAILED\_ROLE\_MAXSESSIONREACHED

  **ID:** AUTHENTICATION-235

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, role name

  **Triggers:** Role based auth. Limit for maximum number of allowed session has been reached.

  **Actions:** Logout of a session or increase the limit.

* LOGIN\_FAILED\_ROLE\_INVALIDDOMAIN

  **ID:** AUTHENTICATION-236

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, role name

  **Triggers:** Role based auth. Org/Realm does not exists.

  **Actions:** Use a valid Org/Realm.

* LOGIN\_FAILED\_ROLE\_ORGINACTIVE

  **ID:** AUTHENTICATION-237

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, role name

  **Triggers:** Role based auth. Org/Realm is not active.

  **Actions:** Activate the Org/Realm.

* LOGIN\_FAILED\_ROLE\_SESSIONCREATEERROR

  **ID:** AUTHENTICATION-238

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, role name

  **Triggers:** Role based auth. Cannot create a session.

  **Actions:** Ensure that session service is configured and maxsession is not reached.

* LOGIN\_FAILED\_ROLE\_USERNOTFOUND

  **ID:** AUTHENTICATION-239

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, role name

  **Triggers:** Role based auth. User does not belong to this role.

  **Actions:** Add the user to this role.

* LOGIN\_FAILED\_SERVICE

  **ID:** AUTHENTICATION-240

  **Level:** INFO

  **Description:** Service based authentication failed

  **Data:** error message, authentication type, service name

  **Triggers:** No authentication configuration (chain of one or more authentication modules) configured for service; Incorrect/invalid credentials presented; User locked out/not active

  **Actions:** Configure authentication configuration (chain of one or more authentication modules) for service; Enter correct/valid credentials to required authentication module

* LOGIN\_FAILED\_SERVICE\_INVALIDPASSWORD

  **ID:** AUTHENTICATION-241

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, service name

  **Triggers:** Service based Auth. Invalid credentials entered.

  **Actions:** Enter the correct password.

* LOGIN\_FAILED\_SERVICE\_NOCONFIG

  **ID:** AUTHENTICATION-242

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, service name

  **Triggers:** Named Configuration (Auth Chain) does not exist with this service name.

  **Actions:** Create and configure a named config.

* LOGIN\_FAILED\_SERVICE\_NOUSERPROFILE

  **ID:** AUTHENTICATION-243

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, service name

  **Triggers:** Service based Auth. No user profile found for this user.

  **Actions:** User does not exist in the datastore plugin configured and hence configure the datastore plugin for this realm/org correctly.

* LOGIN\_FAILED\_SERVICE\_USERINACTIVE

  **ID:** AUTHENTICATION-244

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, service name

  **Triggers:** Service based Auth. This user is not active.

  **Actions:** Activate the user.

* LOGIN\_FAILED\_SERVICE\_LOCKEDOUT

  **ID:** AUTHENTICATION-245

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, service name

  **Triggers:** Service based Auth. Max number of failure attempts exceeded. User is Locked out.

  **Actions:** Contact system administrator.

* LOGIN\_FAILED\_SERVICE\_ACCOUNTEXPIRED

  **ID:** AUTHENTICATION-246

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, service name

  **Triggers:** Service based Auth. User account has expired.

  **Actions:** Contact system administrator.

* LOGIN\_FAILED\_SERVICE\_LOGINTIMEOUT

  **ID:** AUTHENTICATION-247

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, service name

  **Triggers:** Service based Auth. Login timed out.

  **Actions:** Try to login again.

* LOGIN\_FAILED\_SERVICE\_MODULEDENIED

  **ID:** AUTHENTICATION-248

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, service name

  **Triggers:** Service based Auth. Authentication module is denied.

  **Actions:** Configure this module or use some other module.

* LOGIN\_FAILED\_SERVICE\_NOSERVICE

  **ID:** AUTHENTICATION-249

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, service name

  **Triggers:** Service based Auth. Service does not exist.

  **Actions:** Please use only valid Service.

* LOGIN\_FAILED\_SERVICE\_MAXSESSIONREACHED

  **ID:** AUTHENTICATION-250

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, service name

  **Triggers:** Service based auth. Limit for maximum number of allowed session has been reached.

  **Actions:** Logout of a session or increase the limit.

* LOGIN\_FAILED\_SERVICE\_INVALIDDOMAIN

  **ID:** AUTHENTICATION-251

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, service name

  **Triggers:** Service based auth. Org/Realm does not exists.

  **Actions:** Use a valid Org/Realm.

* LOGIN\_FAILED\_SERVICE\_ORGINACTIVE

  **ID:** AUTHENTICATION-252

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, service name

  **Triggers:** Service based auth. Org/Realm is not active.

  **Actions:** Activate the Org/Realm.

* LOGIN\_FAILED\_SERVICE\_SESSIONCREATEERROR

  **ID:** AUTHENTICATION-253

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, service name

  **Triggers:** Service based auth. Cannot create a session.

  **Actions:** Ensure that session service is configured and maxsession is not reached.

* LOGIN\_FAILED\_LEVEL

  **ID:** AUTHENTICATION-254

  **Level:** INFO

  **Description:** Authentication level based authentication failed

  **Data:** error message, authentication type, authentication level value

  **Triggers:** There are no authentication module(s) having authentication level value greater than or equal to specified authentication level; Incorrect/invalid credentials presented to one or more authentication modules having authentication level greater than or equal to specified authentication level; User locked out/not active

  **Actions:** Configure one or more authentication modules having authentication level value greater than or equal to required authentication level; Enter correct/valid credentials to one or more authentication modules having authentication level greater than or equal to specified authentication level

* LOGIN\_FAILED\_LEVEL\_INVALIDPASSWORD

  **ID:** AUTHENTICATION-255

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, authentication level value

  **Triggers:** Level based Auth. Invalid credentials entered.

  **Actions:** Enter the correct password.

* LOGIN\_FAILED\_LEVEL\_NOCONFIG

  **ID:** AUTHENTICATION-256

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, authentication level value

  **Triggers:** Level based Auth. No Auth Configuration available.

  **Actions:** Create an auth configuration.

* LOGIN\_FAILED\_LEVEL\_NOUSERPROFILE

  **ID:** AUTHENTICATION-257

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, authentication level value

  **Triggers:** Level based Auth. No user profile found for this user.

  **Actions:** User does not exist in the datastore plugin configured and hence configure the datastore plugin for this realm/org correctly.

* LOGIN\_FAILED\_LEVEL\_USERINACTIVE

  **ID:** AUTHENTICATION-258

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, authentication level value

  **Triggers:** Level based Auth. This user is not active.

  **Actions:** Activate the user.

* LOGIN\_FAILED\_LEVEL\_LOCKEDOUT

  **ID:** AUTHENTICATION-259

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, authentication level value

  **Triggers:** Level based Auth. Max number of failure attempts exceeded. User is Locked out.

  **Actions:** Contact system administrator.

* LOGIN\_FAILED\_LEVEL\_ACCOUNTEXPIRED

  **ID:** AUTHENTICATION-260

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, authentication level value

  **Triggers:** Level based Auth. User account has expired.

  **Actions:** Contact system administrator.

* LOGIN\_FAILED\_LEVEL\_LOGINTIMEOUT

  **ID:** AUTHENTICATION-261

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, authentication level value

  **Triggers:** Level based Auth. Login timed out.

  **Actions:** Try to login again.

* LOGIN\_FAILED\_LEVEL\_MODULEDENIED

  **ID:** AUTHENTICATION-262

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, authentication level value

  **Triggers:** Level based Auth. Authentication module is denied.

  **Actions:** Configure this module or use some other module.

* LOGIN\_FAILED\_LEVEL\_INCORRECTLEVEL

  **ID:** AUTHENTICATION-263

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, authentication level value

  **Triggers:** Level based Auth. Invalid Authg Level.

  **Actions:** Please specify valid auth level.

* LOGIN\_FAILED\_LEVEL\_MAXSESSIONREACHED

  **ID:** AUTHENTICATION-264

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, authentication level value

  **Triggers:** Level based auth. Limit for maximum number of allowed session has been reached.

  **Actions:** Logout of a session or increase the limit.

* LOGIN\_FAILED\_LEVEL\_INVALIDDOMAIN

  **ID:** AUTHENTICATION-265

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, authentication level value

  **Triggers:** Level based auth. Org/Realm does not exists.

  **Actions:** Use a valid Org/Realm.

* LOGIN\_FAILED\_LEVEL\_ORGINACTIVE

  **ID:** AUTHENTICATION-266

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, authentication level value

  **Triggers:** Level based auth. Org/Realm is not active.

  **Actions:** Activate the Org/Realm.

* LOGIN\_FAILED\_LEVEL\_SESSIONCREATEERROR

  **ID:** AUTHENTICATION-267

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, authentication level value

  **Triggers:** Level based auth. Cannot create a session.

  **Actions:** Ensure that session service is configured and maxsession is not reached.

* LOGIN\_FAILED\_MODULE\_INSTANCE

  **ID:** AUTHENTICATION-268

  **Level:** INFO

  **Description:** Module based authentication failed

  **Data:** error message, authentication type, module name

  **Triggers:** Module is not registered/configured under realm; Incorrect/invalid credentials presented; User locked out/not active

  **Actions:** Register/configure authentication module under realm; Enter correct/valid credentials to authentication module

* LOGIN\_FAILED\_MODULE\_INSTANCE\_INVALIDPASSWORD

  **ID:** AUTHENTICATION-269

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, module name

  **Triggers:** Module based Auth. Invalid credentials entered.

  **Actions:** Enter the correct password.

* LOGIN\_FAILED\_MODULE\_INSTANCE\_NOUSERPROFILE

  **ID:** AUTHENTICATION-270

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, module name

  **Triggers:** Module based Auth. No user profile found for this user.

  **Actions:** User does not exist in the datastore plugin configured and hence configure the datastore plugin for this realm/org correctly.

* LOGIN\_FAILED\_MODULE\_INSTANCE\_USERINACTIVE

  **ID:** AUTHENTICATION-271

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, module name

  **Triggers:** Module based Auth. This user is not active.

  **Actions:** Activate the user.

* LOGIN\_FAILED\_MODULE\_INSTANCE\_LOCKEDOUT

  **ID:** AUTHENTICATION-272

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, module name

  **Triggers:** Module based Auth. Max number of failure attempts exceeded. User is Locked out.

  **Actions:** Contact system administrator.

* LOGIN\_FAILED\_MODULE\_INSTANCE\_ACCOUNTEXPIRED

  **ID:** AUTHENTICATION-273

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, module name

  **Triggers:** Module based Auth. User account has expired.

  **Actions:** Contact system administrator.

* LOGIN\_FAILED\_MODULE\_INSTANCE\_LOGINTIMEOUT

  **ID:** AUTHENTICATION-274

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, module name

  **Triggers:** Module based Auth. Login timed out.

  **Actions:** Try to login again.

* LOGIN\_FAILED\_MODULE\_INSTANCE\_MODULEDENIED

  **ID:** AUTHENTICATION-275

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, module name

  **Triggers:** Module based Auth. Authentication module is denied.

  **Actions:** Configure this module or use some other module.

* LOGIN\_FAILED\_MODULE\_INSTANCE\_MAXSESSIONREACHED

  **ID:** AUTHENTICATION-276

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, module name

  **Triggers:** Module based auth. Limit for maximum number of allowed session has been reached.

  **Actions:** Logout of a session or increase the limit.

* LOGIN\_FAILED\_MODULE\_INSTANCE\_INVALIDDOMAIN

  **ID:** AUTHENTICATION-277

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, module name

  **Triggers:** Module based auth. Org/Realm does not exists.

  **Actions:** Use a valid Org/Realm.

* LOGIN\_FAILED\_MODULE\_INSTANCE\_ORGINACTIVE

  **ID:** AUTHENTICATION-278

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, module name

  **Triggers:** Module based auth. Org/Realm is not active.

  **Actions:** Activate the Org/Realm.

* LOGIN\_FAILED\_MODULE\_INSTANCE\_SESSIONCREATEERROR

  **ID:** AUTHENTICATION-279

  **Level:** INFO

  **Description:** Authentication Failed

  **Data:** error message, authentication type, module name

  **Triggers:** Module based auth. Cannot create a session.

  **Actions:** Ensure that session service is configured and maxsession is not reached.

* LOGOUT

  **ID:** AUTHENTICATION-300

  **Level:** INFO

  **Description:** User logout is Successful

  **Data:** message

  **Triggers:** User logged out

* LOGOUT\_USER

  **ID:** AUTHENTICATION-301

  **Level:** INFO

  **Description:** User logout is successful from user based authentication

  **Data:** message, authentication type, user name

  **Triggers:** User logged out

* LOGOUT\_ROLE

  **ID:** AUTHENTICATION-302

  **Level:** INFO

  **Description:** User logout is successful from role based authentication

  **Data:** message, authentication type, role name

  **Triggers:** User belonging to this role logged out

* LOGOUT\_SERVICE

  **ID:** AUTHENTICATION-303

  **Level:** INFO

  **Description:** User logout is successful from service based authentication

  **Data:** message, authentication type, service name

  **Triggers:** User logged out of a configured service under realm

* LOGOUT\_LEVEL

  **ID:** AUTHENTICATION-304

  **Level:** INFO

  **Description:** User logout is successful from authentication level based authentication

  **Data:** message, authentication type, authentication level value

  **Triggers:** User logged out of one or more authentication modules having authentication level value greater than or equal to specified authentication level

* LOGOUT\_MODULE\_INSTANCE

  **ID:** AUTHENTICATION-305

  **Level:** INFO

  **Description:** User logout is successful from module based authentication

  **Data:** message, authentication type, module name

  **Triggers:** User logged out of authentication module under realm

* CHANGE\_USER\_PASSWORD\_FAILED

  **ID:** AUTHENTICATION-306

  **Level:** INFO

  **Description:** Change user password failed

  **Data:** error message

  **Triggers:** Change user password in authentication screen due to directory server password policy.

  **Actions:** Enter password which meets directory server password policy

* CHANGE\_USER\_PASSWORD\_SUCCEEDED

  **ID:** AUTHENTICATION-307

  **Level:** INFO

  **Description:** Changing user password succeeded

  **Data:** message

  **Triggers:** Change user password in authentication screen due to directory server password policy.

* CREATE\_USER\_PROFILE\_FAILED

  **ID:** AUTHENTICATION-308

  **Level:** INFO

  **Description:** Create user password failed

  **Data:** error message, user name

  **Triggers:** Create new user in Membership module

  **Actions:** Make sure password entered meets directory server password policy

### AMCLI messages

* ATTEMPT\_LOGIN

  **ID:** AMCLI-1

  **Level:** INFO

  **Description:** Attempt to login to execute the commandline.

  **Data:** user ID

  **Triggers:** Run the Commandline tool.

* SUCCEED\_LOGIN

  **ID:** AMCLI-2

  **Level:** INFO

  **Description:** Login to execute the commandline.

  **Data:** user ID

  **Triggers:** Run the Commandline tool.

* FAILED\_LOGIN

  **ID:** AMCLI-3

  **Level:** INFO

  **Description:** Failed to login.

  **Data:** user ID, error message

  **Triggers:** Run the Commandline tool.

  **Actions:** Check your user ID and password.; Look under debug file for more information.

* ATTEMPT\_LOAD\_SCHEMA

  **ID:** AMCLI-20

  **Level:** INFO

  **Description:** Attempt to load schema to data store.

  **Data:** XML file name

  **Triggers:** Load Schema through Commandline interface.

* SUCCESS\_LOAD\_SCHEMA

  **ID:** AMCLI-21

  **Level:** INFO

  **Description:** Schema is loaded to data store.

  **Data:** XML file name

  **Triggers:** Load Schema through Commandline interface.

* FAILED\_LOAD\_SCHEMA

  **ID:** AMCLI-22

  **Level:** SEVERE

  **Description:** Schema is not loaded to data store.

  **Data:** XML file name, error message

  **Triggers:** Load Schema through Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_DELETE\_SERVICE

  **ID:** AMCLI-30

  **Level:** INFO

  **Description:** Attempt to delete service from data store.

  **Data:** service name

  **Triggers:** Delete Service through Commandline interface.

* SUCCESS\_DELETE\_SERVICE

  **ID:** AMCLI-31

  **Level:** INFO

  **Description:** Deleted service from data store.

  **Data:** service name

  **Triggers:** Delete Service through Commandline interface.

* FAILED\_DELETE\_SERVICE

  **ID:** AMCLI-32

  **Level:** SEVERE

  **Description:** Schema is not loaded to data store.

  **Data:** service name, error message

  **Triggers:** Delete Service Schema through Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_ADD\_ATTRIBUTE\_SCHEMA

  **ID:** AMCLI-40

  **Level:** INFO

  **Description:** Attempt to attribute schema to an existing service.

  **Data:** service name, schema type, XML file name

  **Triggers:** Add attribute schema through Commandline interface.

* SUCCESS\_ADD\_ATTRIBUTE\_SCHEMA

  **ID:** AMCLI-41

  **Level:** INFO

  **Description:** Added attribute schema to existing service.

  **Data:** service name, schema type, XML file name

  **Triggers:** Add attribute schema through Commandline interface.

* FAILED\_ADD\_ATTRIBUTE\_SCHEMA

  **ID:** AMCLI-42

  **Level:** SEVERE

  **Description:** Attribute schema is not added to existing service.

  **Data:** service name, schema type, XML file name, error message

  **Triggers:** Add attribute schema through Commandline interface.

  **Actions:** Check the service name, schema type and XML file.; Look under debug file for more information.

* ATTEMPT\_ADD\_RESOURCE\_BUNDLE

  **ID:** AMCLI-50

  **Level:** INFO

  **Description:** Attempt to add resource bundle to data store.

  **Data:** resource bundle name, file name, locale

  **Triggers:** Add Resource Bundle through Commandline interface.

* SUCCEED\_ADD\_RESOURCE\_BUNDLE

  **ID:** AMCLI-51

  **Level:** INFO

  **Description:** Resource bundle is added to data store.

  **Data:** resource bundle name, file name, locale

  **Triggers:** Add Resource Bundle through Commandline interface.

* FAILED\_ADD\_RESOURCE\_BUNDLE

  **ID:** AMCLI-52

  **Level:** SEVERE

  **Description:** Failed to add resource bundle to data store.

  **Data:** resource bundle name, file name, locale, error message

  **Triggers:** SDK for adding resource bundle failed.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_GET\_RESOURCE\_BUNDLE

  **ID:** AMCLI-60

  **Level:** INFO

  **Description:** Attempt to get resource bundle from data store.

  **Data:** resource bundle name, locale

  **Triggers:** Get Resource Bundle through Commandline interface.

* SUCCEED\_GET\_RESOURCE\_BUNDLE

  **ID:** AMCLI-61

  **Level:** INFO

  **Description:** Resource bundle retrieved from data store.

  **Data:** resource bundle name, locale

  **Triggers:** Get Resource Bundle through Commandline interface.

* FAILED\_GET\_RESOURCE\_BUNDLE

  **ID:** AMCLI-62

  **Level:** SEVERE

  **Description:** Failed to get resource bundle from data store.

  **Data:** resource bundle name, locale, error message

  **Triggers:** SDK for getting resource bundle failed.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_DELETE\_RESOURCE\_BUNDLE

  **ID:** AMCLI-70

  **Level:** INFO

  **Description:** Attempt to delete resource bundle from data store.

  **Data:** resource bundle name, locale

  **Triggers:** Delete Resource Bundle through Commandline interface.

* SUCCEED\_DELETE\_RESOURCE\_BUNDLE

  **ID:** AMCLI-71

  **Level:** INFO

  **Description:** Resource bundle deleted from data store.

  **Data:** resource bundle name, locale

  **Triggers:** Delete Resource Bundle through Commandline interface.

* FAILED\_DELETE\_RESOURCE\_BUNDLE

  **ID:** AMCLI-72

  **Level:** SEVERE

  **Description:** Failed to delete resource bundle from data store.

  **Data:** resource bundle name, locale, error message

  **Triggers:** SDK for deleting resource bundle failed.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_SESSION\_DESTROY

  **ID:** AMCLI-100

  **Level:** INFO

  **Description:** Attempt to destroy Session destroyed

  **Data:** name of user

  **Triggers:** Administrator invalidates session via Commandline interface.

* SUCCEED\_SESSION\_DESTROY

  **ID:** AMCLI-101

  **Level:** INFO

  **Description:** Session destroyed

  **Data:** name of user

  **Triggers:** Administrator invalidates session via Commandline interface.

* FAILED\_SESSION\_DESTROY

  **ID:** AMCLI-102

  **Level:** SEVERE

  **Description:** Failed to destroy session

  **Data:** name of user, error message

  **Triggers:** Session cannot be destroyed.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_MIGRATION\_ENTRY

  **ID:** AMCLI-1000

  **Level:** INFO

  **Description:** Attempt to migration organization to realm/

  **Data:** distinguished name of organization

  **Triggers:** Migration Commandline interface.

* SUCCEED\_MIGRATION\_ENTRY

  **ID:** AMCLI-1001

  **Level:** INFO

  **Description:** Migration completed.

  **Data:** distinguished name of organization

  **Triggers:** Migration Commandline interface.

* ATTEMPT\_DELETE\_REALM

  **ID:** AMCLI-2000

  **Level:** INFO

  **Description:** Attempt to delete realm/

  **Data:** name of realm, recursive

  **Triggers:** Delete realm command through Commandline interface.

* SUCCEED\_DELETE\_REALM

  **ID:** AMCLI-2001

  **Level:** INFO

  **Description:** Realm deleted.

  **Data:** name of realm, recursive

  **Triggers:** Delete realm command through Commandline interface.

* FAILED\_DELETE\_REALM

  **ID:** AMCLI-2002

  **Level:** INFO

  **Description:** Failed to delete realm.

  **Data:** name of realm, recursive, error message

  **Triggers:** Delete realm command through Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_CREATE\_REALM

  **ID:** AMCLI-2010

  **Level:** INFO

  **Description:** Attempt to create realm/

  **Data:** name of realm

  **Triggers:** Create realm command through Commandline interface.

* SUCCEED\_CREATE\_REALM

  **ID:** AMCLI-2011

  **Level:** INFO

  **Description:** Realm created.

  **Data:** name of realm

  **Triggers:** Create realm command through Commandline interface.

* FAILED\_CREATE\_REALM

  **ID:** AMCLI-2012

  **Level:** INFO

  **Description:** Failed to create realm.

  **Data:** name of realm, error message

  **Triggers:** Create realm command through Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_SEARCH\_REALM

  **ID:** AMCLI-3020

  **Level:** INFO

  **Description:** Attempt to search for realms by name.

  **Data:** name of realm, search pattern, recursive

  **Triggers:** Search realms command through Commandline interface.

* SUCCEED\_SEARCH\_REALM

  **ID:** AMCLI-3021

  **Level:** INFO

  **Description:** Completed searching for realms.

  **Data:** name of realm, search pattern, recursive

  **Triggers:** Search realms command through Commandline interface.

* FAILED\_SEARCH\_REALM

  **ID:** AMCLI-3022

  **Level:** INFO

  **Description:** Search for realms failed.

  **Data:** name of realm, search pattern, recursive, error message

  **Triggers:** Search realms command through Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_GET\_ASSIGNABLE\_SERVICES\_OF\_REALM

  **ID:** AMCLI-2020

  **Level:** INFO

  **Description:** Attempt to get assignable services of realm.

  **Data:** name of realm

  **Triggers:** Execute get assignable services of realm Commandline interface.

* SUCCEED\_GET\_ASSIGNABLE\_SERVICES\_OF\_REALM

  **ID:** AMCLI-2021

  **Level:** INFO

  **Description:** Assignable services command is serviced.

  **Data:** name of realm

  **Triggers:** Execute get assignable services of realm Commandline interface.

* FAILED\_GET\_ASSIGNABLE\_SERVICES\_OF\_REALM

  **ID:** AMCLI-2022

  **Level:** INFO

  **Description:** Unable to get assignable services of realm.

  **Data:** name of realm, error message

  **Triggers:** Execute get assignable services of realm Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_GET\_ASSIGNED\_SERVICES\_OF\_REALM

  **ID:** AMCLI-2030

  **Level:** INFO

  **Description:** Attempt to get services assigned to a realm.

  **Data:** name of realm, include mandatory services

  **Triggers:** Execute get services assigned to realm Commandline interface.

* SUCCEED\_GET\_ASSIGNED\_SERVICES\_OF\_REALM

  **ID:** AMCLI-2031

  **Level:** INFO

  **Description:** Assignable services command is serviced.

  **Data:** name of realm, include mandatory services

  **Triggers:** Execute get services assigned to realm Commandline interface.

* FAILED\_GET\_ASSIGNED\_SERVICES\_OF\_REALM

  **ID:** AMCLI-2032

  **Level:** INFO

  **Description:** Unable to get services assigned to realm.

  **Data:** name of realm, include mandatory services, error message

  **Triggers:** Execute get services assigned to realm Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_ASSIGN\_SERVICE\_TO\_REALM

  **ID:** AMCLI-2040

  **Level:** INFO

  **Description:** Attempt to assign service to a realm.

  **Data:** name of realm, name of service

  **Triggers:** Execute assign service to realm Commandline interface.

* SUCCEED\_ASSIGN\_SERVICE\_TO\_REALM

  **ID:** AMCLI-2041

  **Level:** INFO

  **Description:** Service is assigned to realm.

  **Data:** name of realm, name of service

  **Triggers:** Execute assign service to realm Commandline interface.

* FAILED\_ASSIGN\_SERVICE\_TO\_REALM

  **ID:** AMCLI-2042

  **Level:** INFO

  **Description:** Unable to assign service to realm.

  **Data:** name of realm, name of service, error message

  **Triggers:** Execute assign service to realm Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_UNASSIGN\_SERVICE\_FROM\_REALM

  **ID:** AMCLI-2050

  **Level:** INFO

  **Description:** Attempt to unassign service from a realm.

  **Data:** name of realm, name of service

  **Triggers:** Execute unassign service from realm Commandline interface.

* SUCCEED\_UNASSIGN\_SERVICE\_FROM\_REALM

  **ID:** AMCLI-2051

  **Level:** INFO

  **Description:** Service is unassigned from realm.

  **Data:** name of realm, name of service

  **Triggers:** Execute unassign service from realm Commandline interface.

* FAILED\_UNASSIGN\_SERVICE\_FROM\_REALM

  **ID:** AMCLI-2052

  **Level:** INFO

  **Description:** Unable to unassign service from realm.

  **Data:** name of realm, name of service, error message

  **Triggers:** Execute unassign service from realm Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_GET\_REALM\_SERVICE\_ATTR\_VALUES

  **ID:** AMCLI-2060

  **Level:** INFO

  **Description:** Attempt to get service attribute values from a realm.

  **Data:** name of realm, name of service

  **Triggers:** Execute get service attribute values from realm Commandline interface.

* SUCCEED\_GET\_REALM\_SERVICE\_ATTR\_VALUES

  **ID:** AMCLI-2061

  **Level:** INFO

  **Description:** Service attribute values of realm is returneed.

  **Data:** name of realm, name of service

  **Triggers:** Execute get service attribute values from realm Commandline interface.

* FAILED\_GET\_REALM\_SERVICE\_ATTR\_VALUES

  **ID:** AMCLI-2062

  **Level:** INFO

  **Description:** Unable to get service attribute values of realm.

  **Data:** name of realm, name of service, error message

  **Triggers:** Execute get service attribute values from realm Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_REMOVE\_REALM\_ATTRIBUTE

  **ID:** AMCLI-2070

  **Level:** INFO

  **Description:** Attempt to remove attribute from a realm.

  **Data:** name of realm, name of service, name of attribute

  **Triggers:** Execute remove attribute from realm Commandline interface.

* SUCCEED\_REMOVE\_REALM\_ATTRIBUTE

  **ID:** AMCLI-2071

  **Level:** INFO

  **Description:** Attribute of realm is removed.

  **Data:** name of realm, name of service, name of attribute

  **Triggers:** Execute remove attribute from realm Commandline interface.

* FAILED\_REMOVE\_REALM\_ATTRIBUTE

  **ID:** AMCLI-2072

  **Level:** INFO

  **Description:** Unable to remove attribute from realm.

  **Data:** name of realm, name of service, name of attribute, error message

  **Triggers:** Execute remove attribute from realm Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_MODIFY\_SERVICE\_REALM

  **ID:** AMCLI-2080

  **Level:** INFO

  **Description:** Attempt to modify service of realm.

  **Data:** name of realm, name of service

  **Triggers:** Execute modify service of realm Commandline interface.

* SUCCEED\_MODIFY\_SERVICE\_REALM

  **ID:** AMCLI-2081

  **Level:** INFO

  **Description:** Attribute of realm is modified.

  **Data:** name of realm, name of service

  **Triggers:** Execute modify service of realm Commandline interface.

* FAILED\_MODIFY\_SERVICE\_REALM

  **ID:** AMCLI-2082

  **Level:** INFO

  **Description:** Unable to modify service of realm.

  **Data:** name of realm, name of service, error message

  **Triggers:** Execute modify service of realm Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_ADD\_ATTR\_VALUES\_REALM

  **ID:** AMCLI-2090

  **Level:** INFO

  **Description:** Attempt to add attribute value to realm.

  **Data:** name of realm, name of service, name of attribute

  **Triggers:** Execute add attribute values to realm Commandline interface.

* SUCCEED\_ADD\_ATTR\_VALUES\_REALM

  **ID:** AMCLI-2091

  **Level:** INFO

  **Description:** Attribute values is added to realm.

  **Data:** name of realm, name of service, name of attribute

  **Triggers:** Execute add attribute values to realm Commandline interface.

* FAILED\_ADD\_ATTR\_VALUES\_REALM

  **ID:** AMCLI-2092

  **Level:** INFO

  **Description:** Unable to add attribute values to realm.

  **Data:** name of realm, name of service, name of attribute, error message

  **Triggers:** Execute add attribute values to realm Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_SET\_ATTR\_VALUES\_REALM

  **ID:** AMCLI-2100

  **Level:** INFO

  **Description:** Attempt to set attribute value to realm.

  **Data:** name of realm, name of service

  **Triggers:** Execute set attribute values to realm Commandline interface.

* SUCCEED\_SET\_ATTR\_VALUES\_REALM

  **ID:** AMCLI-2101

  **Level:** INFO

  **Description:** Attribute values is set to realm.

  **Data:** name of realm, name of service

  **Triggers:** Execute set attribute values to realm Commandline interface.

* FAILED\_SET\_ATTR\_VALUES\_REALM

  **ID:** AMCLI-2102

  **Level:** INFO

  **Description:** Unable to set attribute values to realm.

  **Data:** name of realm, name of service, error message

  **Triggers:** Execute set attribute values to realm Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_REMOVE\_SCHEMA\_ATTR\_DEFAULTS

  **ID:** AMCLI-2110

  **Level:** INFO

  **Description:** Attempt to remove schema attribute defaults.

  **Data:** name of service, schema type, name of sub schema, name of attribute

  **Triggers:** Execute remove schema attribute defaults Commandline interface.

* SUCCEED\_REMOVE\_SCHEMA\_ATTR\_DEFAULTS

  **ID:** AMCLI-2111

  **Level:** INFO

  **Description:** Schema attribute defaults is removed.

  **Data:** name of service, schema type, name of sub schema, name of attribute

  **Triggers:** Execute remove schema attribute defaults Commandline interface.

* FAILED\_REMOVE\_SCHEMA\_ATTR\_DEFAULTS

  **ID:** AMCLI-2112

  **Level:** INFO

  **Description:** Unable to remove schema attribute defaults.

  **Data:** name of service, schema type, name of sub schema, name of attribute, error message

  **Triggers:** Execute remove schema attribute defaults Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_ADD\_SCHEMA\_ATTR\_DEFAULTS

  **ID:** AMCLI-2120

  **Level:** INFO

  **Description:** Attempt to add schema attribute defaults.

  **Data:** name of service, schema type, name of sub schema, name of attribute

  **Triggers:** Execute add schema attribute defaults Commandline interface.

* SUCCEED\_ADD\_SCHEMA\_ATTR\_DEFAULTS

  **ID:** AMCLI-2121

  **Level:** INFO

  **Description:** Schema attribute defaults is added.

  **Data:** name of service, schema type, name of sub schema, name of attribute

  **Triggers:** Execute add schema attribute defaults Commandline interface.

* FAILED\_ADD\_SCHEMA\_ATTR\_DEFAULTS

  **ID:** AMCLI-2122

  **Level:** INFO

  **Description:** Unable to add schema attribute defaults.

  **Data:** name of service, schema type, name of sub schema, name of attribute, error message

  **Triggers:** Execute add schema attribute defaults Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_GET\_SCHEMA\_ATTR\_DEFAULTS

  **ID:** AMCLI-2130

  **Level:** INFO

  **Description:** Attempt to get schema attribute defaults.

  **Data:** name of service, schema type, name of sub schema

  **Triggers:** Execute get schema attribute defaults Commandline interface.

* SUCCEED\_GET\_SCHEMA\_ATTR\_DEFAULTS

  **ID:** AMCLI-2131

  **Level:** INFO

  **Description:** Schema attribute defaults is returned.

  **Data:** name of service, schema type, name of sub schema

  **Triggers:** Execute get schema attribute defaults Commandline interface.

* FAILED\_GET\_SCHEMA\_ATTR\_DEFAULTS

  **ID:** AMCLI-2132

  **Level:** INFO

  **Description:** Unable to get schema attribute defaults.

  **Data:** name of service, schema type, name of sub schema, error message

  **Triggers:** Execute get schema attribute defaults Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_SET\_SCHEMA\_ATTR\_DEFAULTS

  **ID:** AMCLI-2140

  **Level:** INFO

  **Description:** Attempt to set schema attribute defaults.

  **Data:** name of service, schema type, name of sub schema

  **Triggers:** Execute set schema attribute defaults Commandline interface.

* SUCCEED\_SET\_SCHEMA\_ATTR\_DEFAULTS

  **ID:** AMCLI-2141

  **Level:** INFO

  **Description:** Schema attribute defaults is set.

  **Data:** name of service, schema type, name of sub schema

  **Triggers:** Execute set schema attribute defaults Commandline interface.

* FAILED\_SET\_SCHEMA\_ATTR\_DEFAULTS

  **ID:** AMCLI-2142

  **Level:** INFO

  **Description:** Unable to set schema attribute defaults.

  **Data:** name of service, schema type, name of sub schema, error message

  **Triggers:** Execute set schema attribute defaults Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_ADD\_ATTRIBUTE\_SCHEMA\_CHOICE\_VALUES

  **ID:** AMCLI-2150

  **Level:** INFO

  **Description:** Attempt to add choice value to attribute schema.

  **Data:** name of service, schema type, name of sub schema, name of attribute schema

  **Triggers:** Execute add attribute schema choice values Commandline interface.

* SUCCEED\_ADD\_ATTRIBUTE\_SCHEMA\_CHOICE\_VALUES

  **ID:** AMCLI-2151

  **Level:** INFO

  **Description:** Choice values are added.

  **Data:** name of service, schema type, name of sub schema, name of attribute schema

  **Triggers:** Execute add attribute schema choice values Commandline interface.

* FAILED\_ADD\_ATTRIBUTE\_SCHEMA\_CHOICE\_VALUES

  **ID:** AMCLI-2152

  **Level:** INFO

  **Description:** Unable to add choice value to attribute schema.

  **Data:** name of service, schema type, name of sub schema, name of attribute schema, error message

  **Triggers:** Execute add attribute schema choice values Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_GET\_ATTRIBUTE\_SCHEMA\_CHOICE\_VALUES

  **ID:** AMCLI-2155

  **Level:** INFO

  **Description:** Attempt to get choice value to attribute schema.

  **Data:** name of service, schema type, name of sub schema, name of attribute schema

  **Triggers:** Execute get attribute schema choice values Commandline interface.

* SUCCEED\_GET\_ATTRIBUTE\_SCHEMA\_CHOICE\_VALUES

  **ID:** AMCLI-2156

  **Level:** INFO

  **Description:** Choice values are listed.

  **Data:** name of service, schema type, name of sub schema, name of attribute schema

  **Triggers:** Execute get attribute schema choice values Commandline interface.

* FAILED\_GET\_ATTRIBUTE\_SCHEMA\_CHOICE\_VALUES

  **ID:** AMCLI-2157

  **Level:** INFO

  **Description:** Unable to get choice value to attribute schema.

  **Data:** name of service, schema type, name of sub schema, name of attribute schema, error message

  **Triggers:** Execute get attribute schema choice values Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_REMOVE\_ATTRIBUTE\_SCHEMA\_CHOICE\_VALUE

  **ID:** AMCLI-2160

  **Level:** INFO

  **Description:** Attempt to remove choice value from attribute schema.

  **Data:** name of service, schema type, name of sub schema, name of attribute schema

  **Triggers:** Execute remove attribute schema choice values Commandline interface.

* SUCCEED\_REMOVE\_ATTRIBUTE\_SCHEMA\_CHOICE\_VALUE

  **ID:** AMCLI-2161

  **Level:** INFO

  **Description:** Choice value is removed.

  **Data:** name of service, schema type, name of sub schema, name of attribute schema

  **Triggers:** Execute remove attribute schema choice values Commandline interface.

* FAILED\_REMOVE\_ATTRIBUTE\_SCHEMA\_CHOICE\_VALUE

  **ID:** AMCLI-2162

  **Level:** INFO

  **Description:** Unable to remove choice value to attribute schema.

  **Data:** name of service, schema type, name of sub schema, name of attribute schema, error message

  **Triggers:** Execute remove attribute schema choice values Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_MODIFY\_ATTRIBUTE\_SCHEMA\_TYPE

  **ID:** AMCLI-2170

  **Level:** INFO

  **Description:** Attempt to modify attribute schema type.

  **Data:** name of service, schema type, name of sub schema, name of attribute schema, attribute schema type

  **Triggers:** Execute modify attribute schema type Commandline interface.

* SUCCEED\_MODIFY\_ATTRIBUTE\_SCHEMA\_TYPE

  **ID:** AMCLI-2171

  **Level:** INFO

  **Description:** Attribute schema type is modified.

  **Data:** name of service, schema type, name of sub schema, name of attribute schema, attribute schema type

  **Triggers:** Execute modify attribute schema type Commandline interface.

* FAILED\_MODIFY\_ATTRIBUTE\_SCHEMA\_TYPE

  **ID:** AMCLI-2172

  **Level:** INFO

  **Description:** Unable to modify attribute schema type.

  **Data:** name of service, schema type, name of sub schema, name of attribute schema, attribute schema type, error message

  **Triggers:** Execute modify attribute schema type Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_MODIFY\_ATTRIBUTE\_SCHEMA\_UI\_TYPE

  **ID:** AMCLI-2180

  **Level:** INFO

  **Description:** Attempt to modify attribute schema UI type.

  **Data:** name of service, schema type, name of sub schema, name of attribute schema, attribute schema UI type

  **Triggers:** Execute modify attribute schema UI type Commandline interface.

* SUCCEED\_MODIFY\_ATTRIBUTE\_SCHEMA\_UI\_TYPE

  **ID:** AMCLI-2181

  **Level:** INFO

  **Description:** Attribute schema UI type is modified.

  **Data:** name of service, schema type, name of sub schema, name of attribute schema, attribute schema UI type

  **Triggers:** Execute modify attribute schema UI type Commandline interface.

* FAILED\_MODIFY\_ATTRIBUTE\_SCHEMA\_UI\_TYPE

  **ID:** AMCLI-2182

  **Level:** INFO

  **Description:** Unable to modify attribute schema UI type.

  **Data:** name of service, schema type, name of sub schema, name of attribute schema, attribute schema UI type, error message

  **Triggers:** Execute modify attribute schema UI type Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_MODIFY\_ATTRIBUTE\_SCHEMA\_SYNTAX

  **ID:** AMCLI-2190

  **Level:** INFO

  **Description:** Attempt to modify attribute schema syntax.

  **Data:** name of service, schema type, name of sub schema, name of attribute schema, attribute schema syntax

  **Triggers:** Execute modify attribute schema syntax Commandline interface.

* SUCCEED\_MODIFY\_ATTRIBUTE\_SCHEMA\_SYNTAX

  **ID:** AMCLI-2191

  **Level:** INFO

  **Description:** Attribute schema syntax is modified.

  **Data:** name of service, schema type, name of sub schema, name of attribute schema, attribute schema syntax

  **Triggers:** Execute modify attribute schema syntax Commandline interface.

* FAILED\_MODIFY\_ATTRIBUTE\_SCHEMA\_SYNTAX

  **ID:** AMCLI-2192

  **Level:** INFO

  **Description:** Unable to modify attribute schema syntax.

  **Data:** name of service, schema type, name of sub schema, name of attribute schema, attribute schema syntax, error message

  **Triggers:** Execute modify attribute schema syntax Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_MODIFY\_ATTRIBUTE\_SCHEMA\_I18N\_KEY

  **ID:** AMCLI-2200

  **Level:** INFO

  **Description:** Attempt to modify attribute schema i18n Key.

  **Data:** name of service, schema type, name of sub schema, name of attribute schema, attribute schema i18n Key

  **Triggers:** Execute modify attribute schema i18n Key Commandline interface.

* SUCCEED\_MODIFY\_ATTRIBUTE\_SCHEMA\_I18N\_KEY

  **ID:** AMCLI-2201

  **Level:** INFO

  **Description:** Attribute schema i18n Key is modified.

  **Data:** name of service, schema type, name of sub schema, name of attribute schema, attribute schema i18n Key

  **Triggers:** Execute modify attribute schema i18n Key Commandline interface.

* FAILED\_MODIFY\_ATTRIBUTE\_SCHEMA\_I18N\_KEY

  **ID:** AMCLI-2202

  **Level:** INFO

  **Description:** Unable to modify attribute schema i18n Key.

  **Data:** name of service, schema type, name of sub schema, name of attribute schema, attribute schema i18n Key, error message

  **Triggers:** Execute modify attribute schema i18n Key Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_MODIFY\_ATTRIBUTE\_SCHEMA\_PROPERTIES\_VIEW\_BEAN\_URL

  **ID:** AMCLI-2210

  **Level:** INFO

  **Description:** Attempt to modify attribute schema properties view bean URL.

  **Data:** name of service, schema type, name of sub schema, name of attribute schema, attribute schema properties view bean URL

  **Triggers:** Execute modify attribute schema properties view bean URL Commandline interface.

* SUCCEED\_MODIFY\_ATTRIBUTE\_SCHEMA\_PROPERTIES\_VIEW\_BEAN\_URL

  **ID:** AMCLI-2211

  **Level:** INFO

  **Description:** Attribute schema properties view bean URL is modified.

  **Data:** name of service, schema type, name of sub schema, name of attribute schema, attribute schema properties view bean URL

  **Triggers:** Execute modify attribute schema properties view bean URL Commandline interface.

* FAILED\_MODIFY\_ATTRIBUTE\_SCHEMA\_PROPERTIES\_VIEW\_BEAN\_URL

  **ID:** AMCLI-2212

  **Level:** INFO

  **Description:** Unable to modify attribute schema properties view bean URL.

  **Data:** name of service, schema type, name of sub schema, name of attribute schema, attribute schema properties view bean URL, error message

  **Triggers:** Execute modify attribute schema properties view bean URL Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_MODIFY\_ATTRIBUTE\_SCHEMA\_ANY

  **ID:** AMCLI-2220

  **Level:** INFO

  **Description:** Attempt to modify attribute schema any value.

  **Data:** name of service, schema type, name of sub schema, name of attribute schema, attribute schema any

  **Triggers:** Execute modify attribute schema any Commandline interface.

* SUCCEED\_MODIFY\_ATTRIBUTE\_SCHEMA\_ANY

  **ID:** AMCLI-2221

  **Level:** INFO

  **Description:** Attribute schema any value is modified.

  **Data:** name of service, schema type, name of sub schema, name of attribute schema, attribute schema any

  **Triggers:** Execute modify attribute schema any Commandline interface.

* FAILED\_MODIFY\_ATTRIBUTE\_SCHEMA\_ANY

  **ID:** AMCLI-2222

  **Level:** INFO

  **Description:** Unable to modify attribute schema any value.

  **Data:** name of service, schema type, name of sub schema, name of attribute schema, attribute schema any, error message

  **Triggers:** Execute modify attribute schema any Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_REMOVE\_ATTRIBUTE\_SCHEMA\_DEFAULT\_VALUE

  **ID:** AMCLI-2230

  **Level:** INFO

  **Description:** Attempt to remove attribute schema default value.

  **Data:** name of service, schema type, name of sub schema, name of attribute schema, default value to be removed

  **Triggers:** Execute remove attribute schema default values Commandline interface.

* SUCCEED\_REMOVE\_ATTRIBUTE\_SCHEMA\_DEFAULT\_VALUE

  **ID:** AMCLI-2231

  **Level:** INFO

  **Description:** Attribute schema default value is removed.

  **Data:** name of service, schema type, name of sub schema, name of attribute schema, default value to be removed

  **Triggers:** Execute remove attribute schema default values Commandline interface.

* FAILED\_REMOVE\_ATTRIBUTE\_SCHEMA\_DEFAULT\_VALUE

  **ID:** AMCLI-2232

  **Level:** INFO

  **Description:** Unable to remove attribute schema default value.

  **Data:** name of service, schema type, name of sub schema, name of attribute schema, default value to be removed, error message

  **Triggers:** Execute remove attribute schema default values Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_SET\_ATTRIBUTE\_SCHEMA\_VALIDATOR

  **ID:** AMCLI-2240

  **Level:** INFO

  **Description:** Attempt to set attribute schema validator.

  **Data:** name of service, schema type, name of sub schema, name of attribute schema, validator

  **Triggers:** Execute set attribute schema validator Commandline interface.

* SUCCEED\_SET\_ATTRIBUTE\_SCHEMA\_VALIDATOR

  **ID:** AMCLI-2241

  **Level:** INFO

  **Description:** Attribute schema validator is set.

  **Data:** name of service, schema type, name of sub schema, name of attribute schema, validator

  **Triggers:** Execute set attribute schema validator Commandline interface.

* FAILED\_SET\_ATTRIBUTE\_SCHEMA\_VALIDATOR

  **ID:** AMCLI-2242

  **Level:** INFO

  **Description:** Unable to set attribute schema validator.

  **Data:** name of service, schema type, name of sub schema, name of attribute schema, validator, error message

  **Triggers:** Execute set attribute schema validator Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_SET\_ATTRIBUTE\_SCHEMA\_START\_RANGE

  **ID:** AMCLI-2250

  **Level:** INFO

  **Description:** Attempt to set attribute schema start range.

  **Data:** name of service, schema type, name of sub schema, name of attribute schema, start range

  **Triggers:** Execute set attribute schema start range Commandline interface.

* SUCCEED\_SET\_ATTRIBUTE\_SCHEMA\_START\_RANGE

  **ID:** AMCLI-2251

  **Level:** INFO

  **Description:** Attribute schema start range is set.

  **Data:** name of service, schema type, name of sub schema, name of attribute schema, start range

  **Triggers:** Execute set attribute schema start range Commandline interface.

* FAILED\_SET\_ATTRIBUTE\_SCHEMA\_START\_RANGE

  **ID:** AMCLI-2252

  **Level:** INFO

  **Description:** Unable to set attribute schema start range.

  **Data:** name of service, schema type, name of sub schema, name of attribute schema, start range, error message

  **Triggers:** Execute set attribute schema start range Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_SET\_ATTRIBUTE\_SCHEMA\_END\_RANGE

  **ID:** AMCLI-2250

  **Level:** INFO

  **Description:** Attempt to set attribute schema end range.

  **Data:** name of service, schema type, name of sub schema, name of attribute schema, end range

  **Triggers:** Execute set attribute schema end range Commandline interface.

* SUCCEED\_SET\_ATTRIBUTE\_SCHEMA\_END\_RANGE

  **ID:** AMCLI-2251

  **Level:** INFO

  **Description:** Attribute schema end range is set.

  **Data:** name of service, schema type, name of sub schema, name of attribute schema, end range

  **Triggers:** Execute set attribute schema end range Commandline interface.

* FAILED\_SET\_ATTRIBUTE\_SCHEMA\_END\_RANGE

  **ID:** AMCLI-2252

  **Level:** INFO

  **Description:** Unable to set attribute schema end range.

  **Data:** name of service, schema type, name of sub schema, name of attribute schema, end range, error message

  **Triggers:** Execute set attribute schema end range Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_SET\_SERVICE\_SCHEMA\_I18N\_KEY

  **ID:** AMCLI-2260

  **Level:** INFO

  **Description:** Attempt to set service schema i18n key.

  **Data:** name of service, i18n key

  **Triggers:** Execute set service schema i18n key Commandline interface.

* SUCCEED\_SET\_SERVICE\_SCHEMA\_I18N\_KEY

  **ID:** AMCLI-2261

  **Level:** INFO

  **Description:** Service schema i18n key is set.

  **Data:** name of service, i18n key

  **Triggers:** Execute set service schema i18n key Commandline interface.

* FAILED\_SET\_SERVICE\_SCHEMA\_I18N\_KEY

  **ID:** AMCLI-2262

  **Level:** INFO

  **Description:** Unable to set service schema i18n key.

  **Data:** name of service, i18n key, error message

  **Triggers:** Execute set service schema i18n key Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_SET\_SERVICE\_SCHEMA\_PROPERTIES\_VIEW\_BEAN\_URL

  **ID:** AMCLI-2270

  **Level:** INFO

  **Description:** Attempt to set service schema properties view bean URL.

  **Data:** name of service, properties view bean URL

  **Triggers:** Execute set service schema properties view bean URL Commandline interface.

* SUCCEED\_SET\_SERVICE\_SCHEMA\_PROPERTIES\_VIEW\_BEAN\_URL

  **ID:** AMCLI-2271

  **Level:** INFO

  **Description:** Service schema properties view bean URL is set.

  **Data:** name of service, properties view bean URL

  **Triggers:** Execute set service schema properties view bean URL Commandline interface.

* FAILED\_SET\_SERVICE\_SCHEMA\_PROPERTIES\_VIEW\_BEAN\_URL

  **ID:** AMCLI-2272

  **Level:** INFO

  **Description:** Unable to set service schema properties view bean URL.

  **Data:** name of service, properties view bean URL, error message

  **Triggers:** Execute set service schema properties view bean URL Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_SET\_SERVICE\_REVISION\_NUMBER

  **ID:** AMCLI-2280

  **Level:** INFO

  **Description:** Attempt to set service revision number.

  **Data:** name of service, revision number

  **Triggers:** Execute set service revision number Commandline interface.

* SUCCEED\_SET\_SERVICE\_REVISION\_NUMBER

  **ID:** AMCLI-2281

  **Level:** INFO

  **Description:** Service revision number is set.

  **Data:** name of service, revision number

  **Triggers:** Execute set service revision number Commandline interface.

* FAILED\_SET\_SERVICE\_REVISION\_NUMBER

  **ID:** AMCLI-2282

  **Level:** INFO

  **Description:** Unable to set service revision number.

  **Data:** name of service, revision number, error message

  **Triggers:** Execute set service revision number Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_GET\_SERVICE\_REVISION\_NUMBER

  **ID:** AMCLI-2290

  **Level:** INFO

  **Description:** Attempt to get service revision number.

  **Data:** name of service

  **Triggers:** Execute get service revision number Commandline interface.

* SUCCEED\_GET\_SERVICE\_REVISION\_NUMBER

  **ID:** AMCLI-2291

  **Level:** INFO

  **Description:** Service revision number is returned.

  **Data:** name of service

  **Triggers:** Execute get service revision number Commandline interface.

* FAILED\_GET\_SERVICE\_REVISION\_NUMBER

  **ID:** AMCLI-2292

  **Level:** INFO

  **Description:** Unable to get service revision number.

  **Data:** name of service, error message

  **Triggers:** Execute get service revision number Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_REMOVE\_ATTRIBUTE\_SCHEMA

  **ID:** AMCLI-2300

  **Level:** INFO

  **Description:** Attempt to remove attribute schema.

  **Data:** name of service, schema type, name of sub schema, name of attribute schema

  **Triggers:** Execute remove attribute schema Commandline interface.

* SUCCEED\_REMOVE\_ATTRIBUTE\_SCHEMA

  **ID:** AMCLI-2301

  **Level:** INFO

  **Description:** Attribute schema is removed.

  **Data:** name of service, schema type, name of sub schema, name of attribute schema

  **Triggers:** Execute remove attribute schema Commandline interface.

* FAILED\_REMOVE\_ATTRIBUTE\_SCHEMA

  **ID:** AMCLI-2302

  **Level:** INFO

  **Description:** Unable to remove attribute schema.

  **Data:** name of service, schema type, name of sub schema, name of attribute schema, error message

  **Triggers:** Execute remove attribute schema Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_ADD\_SUB\_CONFIGURATION

  **ID:** AMCLI-2310

  **Level:** INFO

  **Description:** Attempt to add sub configuration.

  **Data:** name of sub configuration, name of service

  **Triggers:** Execute add sub configuration Commandline interface.

* SUCCEED\_ADD\_SUB\_CONFIGURATION

  **ID:** AMCLI-2311

  **Level:** INFO

  **Description:** Sub configuration is added.

  **Data:** name of sub configuration, name of service

  **Triggers:** Execute add sub configuration Commandline interface.

* FAILED\_ADD\_SUB\_CONFIGURATION

  **ID:** AMCLI-2312

  **Level:** INFO

  **Description:** Unable to add sub configuration.

  **Data:** name of sub configuration, name of service, error message

  **Triggers:** Execute add sub configuration Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_ADD\_SUB\_CONFIGURATION\_TO\_REALM

  **ID:** AMCLI-2320

  **Level:** INFO

  **Description:** Attempt to add sub configuration to realm.

  **Data:** name of realm, name of sub configuration, name of service

  **Triggers:** Execute add sub configuration Commandline interface.

* SUCCEED\_ADD\_SUB\_CONFIGURATION\_TO\_REALM

  **ID:** AMCLI-2321

  **Level:** INFO

  **Description:** Sub configuration is added to realm.

  **Data:** name of realm, name of sub configuration, name of service

  **Triggers:** Execute add sub configuration Commandline interface.

* FAILED\_ADD\_SUB\_CONFIGURATION\_TO\_REALM

  **ID:** AMCLI-2322

  **Level:** INFO

  **Description:** Unable to add sub configuration.

  **Data:** name of realm, name of sub configuration, name of service, error message

  **Triggers:** Execute add sub configuration Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_DELETE\_SUB\_CONFIGURATION

  **ID:** AMCLI-2330

  **Level:** INFO

  **Description:** Attempt to delete sub configuration.

  **Data:** name of sub configuration, name of service

  **Triggers:** Execute delete sub configuration Commandline interface.

* SUCCEED\_DELETE\_SUB\_CONFIGURATION

  **ID:** AMCLI-2331

  **Level:** INFO

  **Description:** Sub configuration is deleted.

  **Data:** name of sub configuration, name of service

  **Triggers:** Execute delete sub configuration Commandline interface.

* FAILED\_ADELETE\_SUB\_CONFIGURATION

  **ID:** AMCLI-2332

  **Level:** INFO

  **Description:** Unable to delete sub configuration.

  **Data:** name of sub configuration, name of service, error message

  **Triggers:** Execute delete sub configuration Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_DELETE\_SUB\_CONFIGURATION\_TO\_REALM

  **ID:** AMCLI-2340

  **Level:** INFO

  **Description:** Attempt to delete sub configuration from realm.

  **Data:** name of realm, name of sub configuration, name of service

  **Triggers:** Execute delete sub configuration Commandline interface.

* SUCCEED\_DELETE\_SUB\_CONFIGURATION\_TO\_REALM

  **ID:** AMCLI-2341

  **Level:** INFO

  **Description:** Sub configuration is deleted from realm.

  **Data:** name of realm, name of sub configuration, name of service

  **Triggers:** Execute delete sub configuration Commandline interface.

* FAILED\_DELETE\_SUB\_CONFIGURATIONT\_TO\_REALM

  **ID:** AMCLI-2342

  **Level:** INFO

  **Description:** Unable to delete sub configuration.

  **Data:** name of realm, name of sub configuration, name of service, error message

  **Triggers:** Execute delete sub configuration Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_ADD\_SUB\_SCHEMA

  **ID:** AMCLI-2350

  **Level:** INFO

  **Description:** Attempt to add sub schema.

  **Data:** name of service, schema type, name of sub schema

  **Triggers:** Execute add sub schema Commandline interface.

* SUCCEED\_ADD\_SUB\_SCHEMA

  **ID:** AMCLI-2351

  **Level:** INFO

  **Description:** Sub schema is added.

  **Data:** name of service, schema type, name of sub schema

  **Triggers:** Execute add sub schema Commandline interface.

* FAILED\_ADD\_SUB\_SCHEMA

  **ID:** AMCLI-2352

  **Level:** INFO

  **Description:** Unable to add sub schema.

  **Data:** name of service, schema type, name of sub schema, error message

  **Triggers:** Execute add sub schema configurations Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_REMOVE\_SUB\_SCHEMA

  **ID:** AMCLI-2360

  **Level:** INFO

  **Description:** Attempt to remove sub schema.

  **Data:** name of service, schema type, name of parent sub schema, name of sub schema

  **Triggers:** Execute remove sub schema Commandline interface.

* SUCCEED\_REMOVE\_SUB\_SCHEMA

  **ID:** AMCLI-2361

  **Level:** INFO

  **Description:** Sub schema is removed.

  **Data:** name of service, schema type, name of parent sub schema, name of sub schema

  **Triggers:** Execute remove sub schema Commandline interface.

* FAILED\_REMOVE\_SUB\_SCHEMA

  **ID:** AMCLI-2362

  **Level:** INFO

  **Description:** Unable to remove sub schema.

  **Data:** name of service, schema type, name of parent sub schema, name of sub schema, error message

  **Triggers:** Execute remove sub schema configurations Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_MODIFY\_INHERITANCE\_SUB\_SCHEMA

  **ID:** AMCLI-2370

  **Level:** INFO

  **Description:** Attempt to modify inheritance of sub schema.

  **Data:** name of service, schema type, name of sub schema

  **Triggers:** Execute modify inheritance of sub schema Commandline interface.

* SUCCEED\_MODIFY\_INHERITANCE\_SUB\_SCHEMA

  **ID:** AMCLI-2371

  **Level:** INFO

  **Description:** Sub schema is modified.

  **Data:** name of service, schema type, name of sub schema

  **Triggers:** Execute modify inheritance of sub schema Commandline interface.

* FAILED\_MODIFY\_INHERITANCE\_SUB\_SCHEMA

  **ID:** AMCLI-2372

  **Level:** INFO

  **Description:** Unable to modify sub schema.

  **Data:** name of service, schema type, name of sub schema, error message

  **Triggers:** Execute modify inheritance of sub schema configurations Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_MODIFY\_SUB\_CONFIGURATION

  **ID:** AMCLI-2380

  **Level:** INFO

  **Description:** Attempt to modify sub configuration.

  **Data:** name of sub configuration, name of service

  **Triggers:** Execute modify sub configuration Commandline interface.

* SUCCEED\_MODIFY\_SUB\_CONFIGURATION

  **ID:** AMCLI-2381

  **Level:** INFO

  **Description:** Sub configuration is modified.

  **Data:** name of sub configuration, name of service

  **Triggers:** Execute modify sub configuration Commandline interface.

* FAILED\_MODIFY\_SUB\_CONFIGURATION

  **ID:** AMCLI-2382

  **Level:** INFO

  **Description:** Unable to modify sub configuration.

  **Data:** name of sub configuration, name of service, error message

  **Triggers:** Execute modify sub configuration Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_GET\_SUB\_CONFIGURATION

  **ID:** AMCLI-2383

  **Level:** INFO

  **Description:** Attempt to retrieve sub configuration.

  **Data:** name of sub configuration, name of service

  **Triggers:** Execute get sub configuration Commandline interface.

* SUCCEED\_GET\_SUB\_CONFIGURATION

  **ID:** AMCLI-2384

  **Level:** INFO

  **Description:** Sub configuration is retrieved.

  **Data:** name of sub configuration, name of service

  **Triggers:** Execute get sub configuration Commandline interface.

* FAILED\_GET\_SUB\_CONFIGURATION

  **ID:** AMCLI-2385

  **Level:** INFO

  **Description:** Unable to retrieve sub configuration.

  **Data:** name of sub configuration, name of service, error message

  **Triggers:** Execute get sub configuration Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_MODIFY\_SUB\_CONFIGURATION\_IN\_REALM

  **ID:** AMCLI-2390

  **Level:** INFO

  **Description:** Attempt to modify sub configuration in realm.

  **Data:** name of realm, name of sub configuration, name of service

  **Triggers:** Execute modify sub configuration Commandline interface.

* SUCCEED\_MODIFY\_SUB\_CONFIGURATION\_IN\_REALM

  **ID:** AMCLI-2391

  **Level:** INFO

  **Description:** Sub configuration is modified.

  **Data:** name of realm, name of sub configuration, name of service

  **Triggers:** Execute modify sub configuration Commandline interface.

* FAILED\_MODIFY\_SUB\_CONFIGURATION\_IN\_REALM

  **ID:** AMCLI-2392

  **Level:** INFO

  **Description:** Unable to modify sub configuration in realm.

  **Data:** name of realm, name of sub configuration, name of service, error message

  **Triggers:** Execute modify sub configuration Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_GET\_SUB\_CONFIGURATION\_IN\_REALM

  **ID:** AMCLI-2393

  **Level:** INFO

  **Description:** Attempt to retrieve sub configuration in realm.

  **Data:** name of realm, name of sub configuration, name of service

  **Triggers:** Execute get sub configuration Commandline interface.

* SUCCEED\_GET\_SUB\_CONFIGURATION\_IN\_REALM

  **ID:** AMCLI-2394

  **Level:** INFO

  **Description:** Sub configuration is retrieved.

  **Data:** name of realm, name of sub configuration, name of service

  **Triggers:** Execute get sub configuration Commandline interface.

* FAILED\_GET\_SUB\_CONFIGURATION\_IN\_REALM

  **ID:** AMCLI-2395

  **Level:** INFO

  **Description:** Unable to retrieve sub configuration in realm.

  **Data:** name of realm, name of sub configuration, name of service, error message

  **Triggers:** Execute get sub configuration Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_ADD\_PLUGIN\_INTERFACE

  **ID:** AMCLI-2400

  **Level:** INFO

  **Description:** Attempt to add Plug-in interface to service.

  **Data:** name of service, name of plugin

  **Triggers:** Execute add Plug-in interface Commandline interface.

* SUCCEED\_ADD\_PLUGIN\_INTERFACE

  **ID:** AMCLI-2401

  **Level:** INFO

  **Description:** Plug-in interface is added.

  **Data:** name of service, name of plugin

  **Triggers:** Execute add Plug-in interface Commandline interface.

* FAILED\_ADD\_PLUGIN\_INTERFACE

  **ID:** AMCLI-2402

  **Level:** INFO

  **Description:** Unable to add Plug-in interface to service.

  **Data:** name of service, name of plugin, error message

  **Triggers:** Execute add Plug-in interface Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_SET\_PLUGIN\_SCHEMA\_PROP\_VIEWBEAN\_URL

  **ID:** AMCLI-2410

  **Level:** INFO

  **Description:** Attempt to set Plug-in schema's properties view bean.

  **Data:** name of service, name of plugin

  **Triggers:** Execute set Plug-in schema's properties view bean Commandline interface.

* SUCCEED\_SET\_PLUGIN\_SCHEMA\_PROP\_VIEWBEAN\_URL

  **ID:** AMCLI-2411

  **Level:** INFO

  **Description:** Plug-in schema's properties view bean is set.

  **Data:** name of service, name of plugin

  **Triggers:** Execute set Plug-in schema's properties view bean Commandline interface.

* FAILED\_SET\_PLUGIN\_SCHEMA\_PROP\_VIEWBEAN\_URL

  **ID:** AMCLI-2412

  **Level:** INFO

  **Description:** Unable to set Plug-in schema's properties view bean.

  **Data:** name of service, name of plugin, error message

  **Triggers:** Execute set Plug-in schema's properties view bean Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_CREATE\_POLICY\_IN\_REALM

  **ID:** AMCLI-2420

  **Level:** INFO

  **Description:** Attempt to create policies under realm.

  **Data:** name of realm

  **Triggers:** Execute create policies under realm Commandline interface.

* SUCCEED\_CREATE\_POLICY\_IN\_REALM

  **ID:** AMCLI-2421

  **Level:** INFO

  **Description:** Policies are created.

  **Data:** name of realm

  **Triggers:** Execute create policies under realm Commandline interface.

* FAILED\_CREATE\_POLICY\_IN\_REALM

  **ID:** AMCLI-2422

  **Level:** INFO

  **Description:** Unable to create policies under realm.

  **Data:** name of realm, error message

  **Triggers:** Execute create policies under realm Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_DELETE\_POLICY\_IN\_REALM

  **ID:** AMCLI-2430

  **Level:** INFO

  **Description:** Attempt to delete policy in realm.

  **Data:** name of realm, name of policy

  **Triggers:** Execute delete policy in realm Commandline interface.

* SUCCEED\_DELETE\_POLICY\_IN\_REALM

  **ID:** AMCLI-2431

  **Level:** INFO

  **Description:** Policy is deleted.

  **Data:** name of realm, name of policy

  **Triggers:** Execute delete policy in realm Commandline interface.

* FAILED\_DELETE\_POLICY\_IN\_REALM

  **ID:** AMCLI-2432

  **Level:** INFO

  **Description:** Unable to delete policy under realm.

  **Data:** name of realm, name of policy, error message

  **Triggers:** Execute delete policy under realm Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_TO\_GET\_POLICY\_NAMES\_IN\_REALM

  **ID:** AMCLI-2433

  **Level:** INFO

  **Description:** Attempt to get policy names in realm.

  **Data:** name of realm

  **Triggers:** Execute get policy names in realm Commandline interface.

* GOT\_POLICY\_NAMES\_IN\_REALM

  **ID:** AMCLI-2434

  **Level:** INFO

  **Description:** Got policy names in realm.

  **Data:** name of realm

  **Triggers:** Execute get policy names in realm Commandline interface.

* FAILED\_GET\_POLICY\_NAMES\_IN\_REALM

  **ID:** AMCLI-2435

  **Level:** INFO

  **Description:** Unable to get policy names in realm.

  **Data:** name of realm

  **Triggers:** Execute get policy names in realm Commandline interface.

* ATTEMPT\_GET\_POLICY\_IN\_REALM

  **ID:** AMCLI-2440

  **Level:** INFO

  **Description:** Attempt to get policy definition in realm.

  **Data:** name of realm, name of policy

  **Triggers:** Execute get policy definition in realm Commandline interface.

* SUCCEED\_GET\_POLICY\_IN\_REALM

  **ID:** AMCLI-2441

  **Level:** INFO

  **Description:** Policy definition is returned.

  **Data:** name of realm, name of policy

  **Triggers:** Execute get policy definition in realm Commandline interface.

* FAILED\_GET\_POLICY\_IN\_REALM

  **ID:** AMCLI-2442

  **Level:** INFO

  **Description:** Unable to get policy definition under realm.

  **Data:** name of realm, name of policy, error message

  **Triggers:** Execute get policy definition under realm Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_CREATE\_IDENTITY

  **ID:** AMCLI-2450

  **Level:** INFO

  **Description:** Attempt to create an identity in realm.

  **Data:** name of realm, identity type, name of identity

  **Triggers:** Execute create identity in realm Commandline interface.

* SUCCEED\_CREATE\_IDENTITY

  **ID:** AMCLI-2451

  **Level:** INFO

  **Description:** Identity is created.

  **Data:** name of realm, identity type, name of identity

  **Triggers:** Execute create identity in realm Commandline interface.

* FAILED\_CREATE\_IDENTITY

  **ID:** AMCLI-2452

  **Level:** INFO

  **Description:** Unable to create identity in realm.

  **Data:** name of realm, identity type, name of identity, error message

  **Triggers:** Execute create identity in realm Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_DELETE\_IDENTITY

  **ID:** AMCLI-2460

  **Level:** INFO

  **Description:** Attempt to delete an identity in realm.

  **Data:** name of realm, identity type, name of identity

  **Triggers:** Execute delete identity in realm Commandline interface.

* SUCCEED\_DELETE\_IDENTITY

  **ID:** AMCLI-2461

  **Level:** INFO

  **Description:** Identity is deleted.

  **Data:** name of realm, identity type, name of identity

  **Triggers:** Execute delete identity in realm Commandline interface.

* FAILED\_DELETE\_IDENTITY

  **ID:** AMCLI-2462

  **Level:** INFO

  **Description:** Unable to delete identity in realm.

  **Data:** name of realm, identity type, name of identity, error message

  **Triggers:** Execute delete identity in realm Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_SEARCH\_IDENTITIES

  **ID:** AMCLI-2470

  **Level:** INFO

  **Description:** Attempt to search identities in realm.

  **Data:** name of realm, identity type, search pattern

  **Triggers:** Execute search identities in realm Commandline interface.

* SUCCEED\_SEARCH\_IDENTITIES

  **ID:** AMCLI-2471

  **Level:** INFO

  **Description:** Search Result is returned.

  **Data:** name of realm, identity type, search pattern

  **Triggers:** Execute search identities in realm Commandline interface.

* FAILED\_SEARCH\_IDENTITIES

  **ID:** AMCLI-2472

  **Level:** INFO

  **Description:** Unable to search identities in realm.

  **Data:** name of realm, identity type, search pattern, error message

  **Triggers:** Execute search identities in realm Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_GET\_ALLOWED\_OPS

  **ID:** AMCLI-2480

  **Level:** INFO

  **Description:** Attempt to get the allowed operation of an identity type in realm.

  **Data:** name of realm, identity type

  **Triggers:** Execute get the allowed operation of an identity type in realm Commandline interface.

* SUCCEED\_GET\_ALLOWED\_OPS

  **ID:** AMCLI-2481

  **Level:** INFO

  **Description:** Allowed operations are returned.

  **Data:** name of realm, identity type

  **Triggers:** Execute get the allowed operation of an identity type in realm Commandline interface.

* FAILED\_GET\_ALLOWED\_OPS

  **ID:** AMCLI-2482

  **Level:** INFO

  **Description:** Unable to get the allowed operation of an identity type in realm.

  **Data:** name of realm, identity type, error message

  **Triggers:** Execute get the allowed operation of an identity type in realm Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_GET\_SUPPORTED\_IDTYPES

  **ID:** AMCLI-2490

  **Level:** INFO

  **Description:** Attempt to get the supported identity type in realm.

  **Data:** name of realm

  **Triggers:** Execute get the supported identity type in realm Commandline interface.

* SUCCEED\_GET\_SUPPORTED\_IDTYPES

  **ID:** AMCLI-2491

  **Level:** INFO

  **Description:** Allowed identity types are returned.

  **Data:** name of realm

  **Triggers:** Execute get the supported identity type in realm Commandline interface.

* FAILED\_GET\_SUPPORTED\_IDTYPES

  **ID:** AMCLI-2492

  **Level:** INFO

  **Description:** Unable to get the supported identity type in realm.

  **Data:** name of realm, error message

  **Triggers:** Execute get the supported identity type in realm Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_GET\_ASSIGNABLE\_SERVICES

  **ID:** AMCLI-2500

  **Level:** INFO

  **Description:** Attempt to get the assignable services of an identity.

  **Data:** name of realm, name of identity type, name of identity

  **Triggers:** Execute get the assignable services of an identity Commandline interface.

* SUCCEED\_GET\_ASSIGNABLE\_SERVICES

  **ID:** AMCLI-2501

  **Level:** INFO

  **Description:** Assignable services are returned.

  **Data:** name of realm, name of identity type, name of identity

  **Triggers:** Execute get the assignable services of an identity Commandline interface.

* FAILED\_GET\_ASSIGNABLE\_SERVICES

  **ID:** AMCLI-2502

  **Level:** INFO

  **Description:** Unable to get the assignable services of an identity.

  **Data:** name of realm, name of identity type, name of identity, error message

  **Triggers:** Execute get the assignable services of an identity Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_GET\_ASSIGNED\_SERVICES

  **ID:** AMCLI-2510

  **Level:** INFO

  **Description:** Attempt to get the assigned services of an identity.

  **Data:** name of realm, name of identity type, name of identity

  **Triggers:** Execute get the assigned services of an identity Commandline interface.

* SUCCEED\_GET\_ASSIGNED\_SERVICES

  **ID:** AMCLI-2511

  **Level:** INFO

  **Description:** Assigned services are returned.

  **Data:** name of realm, name of identity type, name of identity

  **Triggers:** Execute get the assigned services of an identity Commandline interface.

* FAILED\_GET\_ASSIGNED\_SERVICES

  **ID:** AMCLI-2512

  **Level:** INFO

  **Description:** Unable to get the assigned services of an identity.

  **Data:** name of realm, name of identity type, name of identity, error message

  **Triggers:** Execute get the assigned services of an identity Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_IDREPO\_GET\_SERVICE\_ATTRIBUTES

  **ID:** AMCLI-2520

  **Level:** INFO

  **Description:** Attempt to get service attribute values of an identity.

  **Data:** name of realm, name of identity type, name of identity, name of service

  **Triggers:** Execute get the service attribute values of an identity Commandline interface.

* SUCCEED\_IDREPO\_GET\_SERVICE\_ATTRIBUTES

  **ID:** AMCLI-2521

  **Level:** INFO

  **Description:** Service attribute values are returned.

  **Data:** name of realm, name of identity type, name of identity, name of service

  **Triggers:** Execute get the service attribute values of an identity Commandline interface.

* FAILED\_IDREPO\_GET\_SERVICE\_ATTRIBUTES

  **ID:** AMCLI-2522

  **Level:** INFO

  **Description:** Unable to get the service attribute values of an identity.

  **Data:** name of realm, name of identity type, name of identity, name of service, error message

  **Triggers:** Execute get the service attribute values of an identity Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_IDREPO\_GET\_ATTRIBUTES

  **ID:** AMCLI-2530

  **Level:** INFO

  **Description:** Attempt to get attribute values of an identity.

  **Data:** name of realm, name of identity type, name of identity

  **Triggers:** Execute get the attribute values of an identity Commandline interface.

* SUCCEED\_IDREPO\_GET\_ATTRIBUTES

  **ID:** AMCLI-2531

  **Level:** INFO

  **Description:** Attribute values are returned.

  **Data:** name of realm, name of identity type, name of identity

  **Triggers:** Execute get the attribute values of an identity Commandline interface.

* FAILED\_IDREPO\_GET\_ATTRIBUTES

  **ID:** AMCLI-2532

  **Level:** INFO

  **Description:** Unable to get the attribute values of an identity.

  **Data:** name of realm, name of identity type, name of identity, error message

  **Triggers:** Execute get the attribute values of an identity Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_IDREPO\_GET\_MEMBERSHIPS

  **ID:** AMCLI-2540

  **Level:** INFO

  **Description:** Attempt to get memberships of an identity.

  **Data:** name of realm, name of identity type, name of identity, name of membership identity type

  **Triggers:** Execute get the memberships of an identity Commandline interface.

* SUCCEED\_IDREPO\_GET\_MEMBERSHIPS

  **ID:** AMCLI-2541

  **Level:** INFO

  **Description:** Memberships are returned.

  **Data:** name of realm, name of identity type, name of identity, name of membership identity type

  **Triggers:** Execute get the memberships of an identity Commandline interface.

* FAILED\_IDREPO\_GET\_MEMBERSHIPS

  **ID:** AMCLI-2542

  **Level:** INFO

  **Description:** Unable to get the memberships of an identity.

  **Data:** name of realm, name of identity type, name of identity, name of membership identity type, error message

  **Triggers:** Execute get the memberships of an identity Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_IDREPO\_GET\_MEMBERS

  **ID:** AMCLI-2550

  **Level:** INFO

  **Description:** Attempt to get members of an identity.

  **Data:** name of realm, name of identity type, name of identity, name of membership identity type

  **Triggers:** Execute get the members of an identity Commandline interface.

* SUCCEED\_IDREPO\_GET\_MEMBERS

  **ID:** AMCLI-2551

  **Level:** INFO

  **Description:** Members are returned.

  **Data:** name of realm, name of identity type, name of identity, name of membership identity type

  **Triggers:** Execute get the members of an identity Commandline interface.

* FAILED\_IDREPO\_GET\_MEMBERS

  **ID:** AMCLI-2552

  **Level:** INFO

  **Description:** Unable to get the members of an identity.

  **Data:** name of realm, name of identity type, name of identity, name of membership identity type, error message

  **Triggers:** Execute get the members of an identity Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_IDREPO\_IS\_MEMBER

  **ID:** AMCLI-2560

  **Level:** INFO

  **Description:** Attempt to determine if an identity is a member of another identity.

  **Data:** name of realm, name of identity type, name of identity, name of member identity type, name of member identity

  **Triggers:** Execute determine if an identity is a member of another identity Commandline interface.

* SUCCEED\_IDREPO\_IS\_MEMBER

  **ID:** AMCLI-2561

  **Level:** INFO

  **Description:** Membership is determined.

  **Data:** name of realm, name of identity type, name of identity, name of member identity type, name of member identity

  **Triggers:** Execute determine if an identity is a member of another identity Commandline interface.

* FAILED\_IDREPO\_IS\_MEMBER

  **ID:** AMCLI-2562

  **Level:** INFO

  **Description:** Unable to determine the membership of an identity of another.

  **Data:** name of realm, name of identity type, name of identity, name of member identity type, name of member identity, error message

  **Triggers:** Execute determine if an identity is a member of another identity Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_IDREPO\_IS\_ACTIVE

  **ID:** AMCLI-2570

  **Level:** INFO

  **Description:** Attempt to determine if an identity is active.

  **Data:** name of realm, name of identity type, name of identity

  **Triggers:** Execute determine if an identity is active Commandline interface.

* SUCCEED\_IDREPO\_IS\_ACTIVE

  **ID:** AMCLI-2571

  **Level:** INFO

  **Description:** Active status of identity is determined.

  **Data:** name of realm, name of identity type, name of identity

  **Triggers:** Execute determine if an identity is active Commandline interface.

* FAILED\_IDREPO\_IS\_ACTIVE

  **ID:** AMCLI-2572

  **Level:** INFO

  **Description:** Unable to determine if an identity is active.

  **Data:** name of realm, name of identity type, name of identity, error message

  **Triggers:** Execute determine if an identity is a active Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_IDREPO\_ADD\_MEMBER

  **ID:** AMCLI-2580

  **Level:** INFO

  **Description:** Attempt to make an identity a member of another identity.

  **Data:** name of realm, name of identity type, name of identity, name of member identity type, name of member identity

  **Triggers:** Execute make an identity a member of another identity Commandline interface.

* SUCCEED\_IDREPO\_ADD\_MEMBER

  **ID:** AMCLI-2581

  **Level:** INFO

  **Description:** Membership is set.

  **Data:** name of realm, name of identity type, name of identity, name of member identity type, name of member identity

  **Triggers:** Execute make an identity a member of another identity Commandline interface.

* FAILED\_IDREPO\_ADD\_MEMBER

  **ID:** AMCLI-2582

  **Level:** INFO

  **Description:** Unable to add member of an identity to another.

  **Data:** name of realm, name of identity type, name of identity, name of member identity type, name of member identity, error message

  **Triggers:** Execute make an identity a member of another identity Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_IDREPO\_REMOVE\_MEMBER

  **ID:** AMCLI-2590

  **Level:** INFO

  **Description:** Attempt to remove membership an identity from another identity.

  **Data:** name of realm, name of identity type, name of identity, name of member identity type, name of member identity

  **Triggers:** Execute remove membership an identity from another identity Commandline interface.

* SUCCEED\_IDREPO\_REMOVE\_MEMBER

  **ID:** AMCLI-2591

  **Level:** INFO

  **Description:** Membership is removed.

  **Data:** name of realm, name of identity type, name of identity, name of member identity type, name of member identity

  **Triggers:** Execute remove membership an identity from another identity Commandline interface.

* FAILED\_IDREPO\_REMOVE\_MEMBER

  **ID:** AMCLI-2592

  **Level:** INFO

  **Description:** Unable to remove membership of an identity.

  **Data:** name of realm, name of identity type, name of identity, name of member identity type, name of member identity, error message

  **Triggers:** Execute remove membership an identity from another identity Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_IDREPO\_ASSIGN\_SERVICE

  **ID:** AMCLI-2600

  **Level:** INFO

  **Description:** Attempt to assign service to an identity.

  **Data:** name of realm, identity type, name of identity, name of service

  **Triggers:** Execute assign service to an identity Commandline interface.

* SUCCEED\_IDREPO\_ASSIGN\_SERVICE

  **ID:** AMCLI-2601

  **Level:** INFO

  **Description:** Service is assigned to an identity.

  **Data:** name of realm, identity type, name of identity, name of service

  **Triggers:** Execute assign service to an identity Commandline interface.

* FAILED\_IDREPO\_ASSIGN\_SERVICE

  **ID:** AMCLI-2602

  **Level:** INFO

  **Description:** Unable to assign service to an identity.

  **Data:** name of realm, identity type, name of identity, name of service, error message

  **Triggers:** Execute assign service to an identity Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_IDREPO\_UNASSIGN\_SERVICE

  **ID:** AMCLI-2610

  **Level:** INFO

  **Description:** Attempt to unassign service from an identity.

  **Data:** name of realm, identity type, name of identity, name of service

  **Triggers:** Execute unassign service from an identity Commandline interface.

* SUCCEED\_IDREPO\_UNASSIGN\_SERVICE

  **ID:** AMCLI-2611

  **Level:** INFO

  **Description:** Service is unassigned from an identity.

  **Data:** name of realm, identity type, name of identity, name of service

  **Triggers:** Execute unassign service from an identity Commandline interface.

* FAILED\_IDREPO\_UNASSIGN\_SERVICE

  **ID:** AMCLI-2612

  **Level:** INFO

  **Description:** Unable to unassign service to an identity.

  **Data:** name of realm, identity type, name of identity, name of service, error message

  **Triggers:** Execute unassign service from an identity Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_IDREPO\_MODIFY\_SERVICE

  **ID:** AMCLI-2620

  **Level:** INFO

  **Description:** Attempt to modify service attribute values of an identity.

  **Data:** name of realm, identity type, name of identity, name of service

  **Triggers:** Execute modify service attribute values of an identity Commandline interface.

* SUCCEED\_IDREPO\_MODIFY\_SERVICE

  **ID:** AMCLI-2621

  **Level:** INFO

  **Description:** Service attribute values are modified.

  **Data:** name of realm, identity type, name of identity, name of service

  **Triggers:** Execute modify service attribute values of an identity Commandline interface.

* FAILED\_IDREPO\_MODIFY\_SERVICE

  **ID:** AMCLI-2622

  **Level:** INFO

  **Description:** Unable to modify service attribute values of an identity.

  **Data:** name of realm, identity type, name of identity, name of service, error message

  **Triggers:** Execute modify service attribute values of an identity Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_IDREPO\_SET\_ATTRIBUTE\_VALUES

  **ID:** AMCLI-2630

  **Level:** INFO

  **Description:** Attempt to set attribute values of an identity.

  **Data:** name of realm, identity type, name of identity

  **Triggers:** Execute set attribute values of an identity Commandline interface.

* SUCCEED\_IDREPO\_SET\_ATTRIBUTE\_VALUES

  **ID:** AMCLI-2631

  **Level:** INFO

  **Description:** Attribute values are modified.

  **Data:** name of realm, identity type, name of identity

  **Triggers:** Execute set attribute values of an identity Commandline interface.

* FAILED\_IDREPO\_SET\_ATTRIBUTE\_VALUES

  **ID:** AMCLI-2632

  **Level:** INFO

  **Description:** Unable to set attribute values of an identity.

  **Data:** name of realm, identity type, name of identity, error message

  **Triggers:** Execute set attribute values of an identity Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_IDREPO\_GET\_PRIVILEGES

  **ID:** AMCLI-2640

  **Level:** INFO

  **Description:** Attempt to get privileges of an identity.

  **Data:** name of realm, identity type, name of identity

  **Triggers:** Execute get privileges of an identity Commandline interface.

* SUCCEED\_IDREPO\_GET\_PRIVILEGES

  **ID:** AMCLI-2641

  **Level:** INFO

  **Description:** Privileges are returned.

  **Data:** name of realm, identity type, name of identity

  **Triggers:** Execute get privileges of an identity Commandline interface.

* FAILED\_IDREPO\_GET\_PRIVILEGES

  **ID:** AMCLI-2642

  **Level:** INFO

  **Description:** Unable to get privileges of an identity.

  **Data:** name of realm, identity type, name of identity, error message

  **Triggers:** Execute get privileges of an identity Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_IDREPO\_ADD\_PRIVILEGES

  **ID:** AMCLI-2650

  **Level:** INFO

  **Description:** Attempt to add privileges to an identity.

  **Data:** name of realm, identity type, name of identity

  **Triggers:** Execute add privileges to an identity Commandline interface.

* SUCCEED\_IDREPO\_ADD\_PRIVILEGES

  **ID:** AMCLI-2651

  **Level:** INFO

  **Description:** Privileges are added.

  **Data:** name of realm, identity type, name of identity

  **Triggers:** Execute add privileges to an identity Commandline interface.

* FAILED\_IDREPO\_ADD\_PRIVILEGES

  **ID:** AMCLI-2652

  **Level:** INFO

  **Description:** Unable to add privileges to an identity.

  **Data:** name of realm, identity type, name of identity, error message

  **Triggers:** Execute add privileges to an identity Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_IDREPO\_REMOVE\_PRIVILEGES

  **ID:** AMCLI-2660

  **Level:** INFO

  **Description:** Attempt to remove privileges from an identity.

  **Data:** name of realm, identity type, name of identity

  **Triggers:** Execute remove privileges from an identity Commandline interface.

* SUCCEED\_IDREPO\_REMOVE\_PRIVILEGES

  **ID:** AMCLI-2661

  **Level:** INFO

  **Description:** Privileges are removed.

  **Data:** name of realm, identity type, name of identity

  **Triggers:** Execute remove privileges from an identity Commandline interface.

* FAILED\_IDREPO\_REMOVE\_PRIVILEGES

  **ID:** AMCLI-2662

  **Level:** INFO

  **Description:** Unable to remove privileges from an identity.

  **Data:** name of realm, identity type, name of identity, error message

  **Triggers:** Execute remove privileges from an identity Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_SET\_ATTRIBUTE\_SCHEMA\_BOOLEAN\_VALUES

  **ID:** AMCLI-2670

  **Level:** INFO

  **Description:** Attempt to set boolean values to attribute schema.

  **Data:** name of service, schema type, name of sub schema, name of attribute schema

  **Triggers:** Execute set attribute schema boolean values Commandline interface.

* SUCCEED\_SET\_ATTRIBUTE\_SCHEMA\_BOOLEAN\_VALUES

  **ID:** AMCLI-2671

  **Level:** INFO

  **Description:** Boolean values are set.

  **Data:** name of service, schema type, name of sub schema, name of attribute schema

  **Triggers:** Execute set attribute schema boolean values Commandline interface.

* FAILED\_SET\_ATTRIBUTE\_SCHEMA\_BOOLEAN\_VALUES

  **ID:** AMCLI-2672

  **Level:** INFO

  **Description:** Unable to set boolean values to attribute schema.

  **Data:** name of service, schema type, name of sub schema, name of attribute schema, error message

  **Triggers:** Execute set attribute schema boolean values Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_LIST\_AUTH\_INSTANCES

  **ID:** AMCLI-2680

  **Level:** INFO

  **Description:** Attempt to list authentication instances.

  **Data:** name of realm

  **Triggers:** Execute list authentication instances Commandline interface.

* SUCCEEDED\_LIST\_AUTH\_INSTANCES

  **ID:** AMCLI-2681

  **Level:** INFO

  **Description:** List authentication instances succeeded.

  **Data:** name of realm

  **Triggers:** Execute list authentication instances Commandline interface.

* FAILED\_LIST\_AUTH\_INSTANCES

  **ID:** AMCLI-2682

  **Level:** INFO

  **Description:** Failed to list authentication instances.

  **Data:** name of realm

  **Triggers:** Execute list authentication instances Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_CREATE\_AUTH\_INSTANCE

  **ID:** AMCLI-2690

  **Level:** INFO

  **Description:** Attempt to create authentication instance.

  **Data:** name of realm, name of authentication instance, type of authentication instance

  **Triggers:** Execute create authentication instance Commandline interface.

* SUCCEEDED\_CREATE\_AUTH\_INSTANCE

  **ID:** AMCLI-2691

  **Level:** INFO

  **Description:** Authentication instance created.

  **Data:** name of realm, name of authentication instance, type of authentication instance

  **Triggers:** Execute create authentication instance Commandline interface.

* FAILED\_CREATE\_AUTH\_INSTANCE

  **ID:** AMCLI-2692

  **Level:** INFO

  **Description:** Failed to create authentication instance.

  **Data:** name of realm, name of authentication instance, type of authentication instance

  **Triggers:** Execute create authentication instance Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_DELETE\_AUTH\_INSTANCES

  **ID:** AMCLI-2700

  **Level:** INFO

  **Description:** Attempt to delete authentication instances.

  **Data:** name of realm, name of authentication instances

  **Triggers:** Execute delete authentication instance Commandline interface.

* SUCCEEDED\_DELETE\_AUTH\_INSTANCES

  **ID:** AMCLI-2701

  **Level:** INFO

  **Description:** Authentication instances are deleted.

  **Data:** name of realm, name of authentication instances

  **Triggers:** Execute delete authentication instances Commandline interface.

* FAILED\_DELETE\_AUTH\_INSTANCES

  **ID:** AMCLI-2702

  **Level:** INFO

  **Description:** Failed to delete authentication instance.

  **Data:** name of realm, name of authentication instances

  **Triggers:** Execute delete authentication instances Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_UPDATE\_AUTH\_INSTANCE

  **ID:** AMCLI-2710

  **Level:** INFO

  **Description:** Attempt to update authentication instance.

  **Data:** name of realm, name of authentication instance

  **Triggers:** Execute update authentication instance Commandline interface.

* SUCCEEDED\_UPDATE\_AUTH\_INSTANCE

  **ID:** AMCLI-2711

  **Level:** INFO

  **Description:** Authentication instance is updated.

  **Data:** name of realm, name of authentication instance

  **Triggers:** Execute update authentication instance Commandline interface.

* FAILED\_UPDATE\_AUTH\_INSTANCE

  **ID:** AMCLI-2712

  **Level:** INFO

  **Description:** Failed to update authentication instance.

  **Data:** name of realm, name of authentication instance

  **Triggers:** Execute update authentication instance Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_GET\_AUTH\_INSTANCE

  **ID:** AMCLI-2710

  **Level:** INFO

  **Description:** Attempt to get authentication instance.

  **Data:** name of realm, name of authentication instance

  **Triggers:** Execute get authentication instance Commandline interface.

* SUCCEEDED\_GET\_AUTH\_INSTANCE

  **ID:** AMCLI-2711

  **Level:** INFO

  **Description:** Authentication instance profile is displayed.

  **Data:** name of realm, name of authentication instance

  **Triggers:** Execute get authentication instance Commandline interface.

* FAILED\_GET\_AUTH\_INSTANCE

  **ID:** AMCLI-2712

  **Level:** INFO

  **Description:** Failed to get authentication instance.

  **Data:** name of realm, name of authentication instance

  **Triggers:** Execute get authentication instance Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_LIST\_AUTH\_CONFIGURATIONS

  **ID:** AMCLI-2720

  **Level:** INFO

  **Description:** Attempt to list authentication configurations.

  **Data:** name of realm

  **Triggers:** Execute list authentication configurations Commandline interface.

* SUCCEEDED\_LIST\_AUTH\_CONFIGURATIONS

  **ID:** AMCLI-2721

  **Level:** INFO

  **Description:** List authentication configurations succeeded.

  **Data:** name of realm

  **Triggers:** Execute list authentication configurations Commandline interface.

* FAILED\_LIST\_AUTH\_CONFIGURATIONS

  **ID:** AMCLI-2722

  **Level:** INFO

  **Description:** Failed to list authentication configurations.

  **Data:** name of realm

  **Triggers:** Execute list authentication configurations Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_CREATE\_AUTH\_CONFIGURATION

  **ID:** AMCLI-2730

  **Level:** INFO

  **Description:** Attempt to create authentication configuration.

  **Data:** name of realm, name of authentication configuration

  **Triggers:** Execute create authentication configuration Commandline interface.

* SUCCEEDED\_CREATE\_AUTH\_CONFIGURATION

  **ID:** AMCLI-2731

  **Level:** INFO

  **Description:** Authentication configuration created.

  **Data:** name of realm, name of authentication configuration

  **Triggers:** Execute create authentication configuration Commandline interface.

* FAILED\_CREATE\_AUTH\_CONFIGURATION

  **ID:** AMCLI-2732

  **Level:** INFO

  **Description:** Failed to create authentication configuration.

  **Data:** name of realm, name of authentication configuration

  **Triggers:** Execute create authentication configuration Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_DELETE\_AUTH\_CONFIGURATIONS

  **ID:** AMCLI-2740

  **Level:** INFO

  **Description:** Attempt to delete authentication configurations.

  **Data:** name of realm, name of authentication configurations

  **Triggers:** Execute delete authentication configurations Commandline interface.

* SUCCEEDED\_DELETE\_AUTH\_CONFIGURATIONS

  **ID:** AMCLI-2741

  **Level:** INFO

  **Description:** Authentication configurations are deleted.

  **Data:** name of realm, name of authentication configurations

  **Triggers:** Execute delete authentication configurations Commandline interface.

* FAILED\_DELETE\_AUTH\_CONFIGURATIONS

  **ID:** AMCLI-2742

  **Level:** INFO

  **Description:** Failed to delete authentication instance.

  **Data:** name of realm, name of authentication configurations

  **Triggers:** Execute delete authentication configurations Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_GET\_AUTH\_CONFIG\_ENTRIES

  **ID:** AMCLI-2750

  **Level:** INFO

  **Description:** Attempt to get authentication configuration entries.

  **Data:** name of realm, name of authentication configuration

  **Triggers:** Execute get authentication configuration entries Commandline interface.

* SUCCEEDED\_GET\_AUTH\_CONFIG\_ENTRIES

  **ID:** AMCLI-2751

  **Level:** INFO

  **Description:** Authentication instance configuration entries are displayed.

  **Data:** name of realm, name of authentication configuration

  **Triggers:** Execute get authentication configuration entries Commandline interface.

* FAILED\_GET\_AUTH\_CONFIG\_ENTRIES

  **ID:** AMCLI-2752

  **Level:** INFO

  **Description:** Failed to get authentication configuration entries.

  **Data:** name of realm, name of authentication configuration

  **Triggers:** Execute get authentication configuration entries Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_SET\_AUTH\_CONFIG\_ENTRIES

  **ID:** AMCLI-2760

  **Level:** INFO

  **Description:** Attempt to set authentication configuration entries.

  **Data:** name of realm, name of authentication configuration

  **Triggers:** Execute set authentication configuration entries Commandline interface.

* SUCCEEDED\_SET\_AUTH\_CONFIG\_ENTRIES

  **ID:** AMCLI-2761

  **Level:** INFO

  **Description:** Authentication instance configuration entries are displayed.

  **Data:** name of realm, name of authentication configuration

  **Triggers:** Execute set authentication configuration entries Commandline interface.

* FAILED\_SET\_AUTH\_CONFIG\_ENTRIES

  **ID:** AMCLI-2762

  **Level:** INFO

  **Description:** Failed to set authentication configuration entries.

  **Data:** name of realm, name of authentication configuration

  **Triggers:** Execute set authentication configuration entries Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_LIST\_DATASTORES

  **ID:** AMCLI-2770

  **Level:** INFO

  **Description:** Attempt to list datastores.

  **Data:** name of realm

  **Triggers:** Execute list datastores Commandline interface.

* SUCCEEDED\_LIST\_DATASTORES

  **ID:** AMCLI-2771

  **Level:** INFO

  **Description:** List datastores succeeded.

  **Data:** name of realm

  **Triggers:** Execute list datastores Commandline interface.

* FAILED\_LIST\_DATASTORES

  **ID:** AMCLI-2772

  **Level:** INFO

  **Description:** Failed to list datastores.

  **Data:** name of realm, error message

  **Triggers:** Execute list datastores Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_CREATE\_DATASTORE

  **ID:** AMCLI-2780

  **Level:** INFO

  **Description:** Attemp to create datastore.

  **Data:** name of realm, name of datastore, type of datastore

  **Triggers:** Execute create datastore Commandline interface.

* SUCCEEDED\_CREATE\_DATASTORE

  **ID:** AMCLI-2781

  **Level:** INFO

  **Description:** Create datastore succeeded.

  **Data:** name of realm, name of datastore, type of datastore

  **Triggers:** Execute create datastore Commandline interface.

* FAILED\_CREATE\_DATASTORE

  **ID:** AMCLI-2782

  **Level:** INFO

  **Description:** Failed to create datastore.

  **Data:** name of realm, name of datastore, type of datastore

  **Triggers:** Execute create datastore Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_DELETE\_DATASTORES

  **ID:** AMCLI-2790

  **Level:** INFO

  **Description:** Attempt to delete datastores.

  **Data:** name of realm, names of datastore

  **Triggers:** Execute delete datastores Commandline interface.

* SUCCEEDED\_DELETE\_DATASTORES

  **ID:** AMCLI-2791

  **Level:** INFO

  **Description:** Delete datastores succeeded.

  **Data:** name of realm, names of datastore

  **Triggers:** Execute delete datastores Commandline interface.

* FAILED\_DELETE\_DATASTORES

  **ID:** AMCLI-2792

  **Level:** INFO

  **Description:** Failed to delete datastores.

  **Data:** name of realm, names of datastore

  **Triggers:** Execute delete datastore Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_UPDATE\_DATASTORE

  **ID:** AMCLI-2800

  **Level:** INFO

  **Description:** Attempt to update datastore profile.

  **Data:** name of realm, name of datastore

  **Triggers:** Execute update datastore Commandline interface.

* SUCCEEDED\_UPDATE\_DATASTORE

  **ID:** AMCLI-2801

  **Level:** INFO

  **Description:** Update datastore succeeded.

  **Data:** name of realm, name of datastore

  **Triggers:** Execute update datastore Commandline interface.

* FAILED\_UPDATE\_DATASTORE

  **ID:** AMCLI-2802

  **Level:** INFO

  **Description:** Failed to update datastore.

  **Data:** name of realm, name of datastore, error message

  **Triggers:** Execute update datastore Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_IMPORT\_SM\_CONFIG\_DATA

  **ID:** AMCLI-2900

  **Level:** INFO

  **Description:** Attempt to import service management configuration data.

  **Data:** name of file

  **Triggers:** Execute export configuration data Commandline interface.

* SUCCEEDED\_IMPORT\_SM\_CONFIG\_DATA

  **ID:** AMCLI-2901

  **Level:** INFO

  **Description:** Import service management configuration data succeeded.

  **Data:** name of file

  **Triggers:** Execute export configuration data Commandline interface.

* FAILED\_IMPORT\_SM\_CONFIG\_DATA

  **ID:** AMCLI-2902

  **Level:** INFO

  **Description:** Failed to import service management configuration data.

  **Data:** name of file, error message

  **Triggers:** Execute export configuration data Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_EXPORT\_SM\_CONFIG\_DATA

  **ID:** AMCLI-3000

  **Level:** INFO

  **Description:** Attempt to export service management configuration data.

  **Data:** name of file

  **Triggers:** Execute export configuration data Commandline interface.

* SUCCEEDED\_IMPORT\_SM\_CONFIG\_DATA

  **ID:** AMCLI-3001

  **Level:** INFO

  **Description:** Export service management configuration data succeeded.

  **Data:** name of file

  **Triggers:** Execute export configuration data Commandline interface.

* FAILED\_EXPORT\_SM\_CONFIG\_DATA

  **ID:** AMCLI-3002

  **Level:** INFO

  **Description:** Failed to export service management configuration data.

  **Data:** name of file, error message

  **Triggers:** Execute export configuration data Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_CREATE\_SERVERCONFIG\_XML

  **ID:** AMCLI-3010

  **Level:** INFO

  **Description:** Attempt to create server configuration xml.

  **Data:** name of file

  **Triggers:** Execute create server configuration xml Commandline interface.

* SUCCEEDED\_CREATE\_SERVERCONFIG\_XML

  **ID:** AMCLI-3011

  **Level:** INFO

  **Description:** Create server configuration xml succeeded.

  **Data:** name of file

  **Triggers:** Execute create server configuration xml Commandline interface.

* FAILED\_CREATE\_SERVERCONFIG\_XML

  **ID:** AMCLI-3012

  **Level:** INFO

  **Description:** Failed to create server configuration xml.

  **Data:** name of file, error message

  **Triggers:** Execute create server configuration xml Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_REALM\_REMOVE\_SERVICE\_ATTR\_VALUES

  **ID:** AMCLI-3020

  **Level:** INFO

  **Description:** Attempt to remove service attribute values of realm.

  **Data:** name of realm, name of service

  **Triggers:** Execute remove service attribute values of realm Commandline interface.

* SUCCEED\_REALM\_REMOVE\_SERVICE\_ATTR\_VALUES

  **ID:** AMCLI-3021

  **Level:** INFO

  **Description:** Service attribute values of realm are removed.

  **Data:** name of realm, name of service

  **Triggers:** Execute remove service attribute values of realm Commandline interface.

* FAILED\_REALM\_REMOVE\_SERVICE\_ATTR\_VALUES

  **ID:** AMCLI-3022

  **Level:** INFO

  **Description:** Unable to remove service attribute values of realm.

  **Data:** name of realm, name of service, error message

  **Triggers:** Execute remove service attribute values of realm Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_REALM\_ADD\_SERVICE\_ATTR\_VALUES

  **ID:** AMCLI-3030

  **Level:** INFO

  **Description:** Attempt to add service attribute values of realm.

  **Data:** name of realm, name of service

  **Triggers:** Execute add service attribute values of realm Commandline interface.

* SUCCEED\_REALM\_ADD\_SERVICE\_ATTR\_VALUES

  **ID:** AMCLI-3031

  **Level:** INFO

  **Description:** Service attribute values of realm are added.

  **Data:** name of realm, name of service

  **Triggers:** Execute add service attribute values of realm Commandline interface.

* FAILED\_REALM\_ADD\_SERVICE\_ATTR\_VALUES

  **ID:** AMCLI-3032

  **Level:** INFO

  **Description:** Unable to add service attribute values of realm.

  **Data:** name of realm, name of service, error message

  **Triggers:** Execute add service attribute values of realm Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_LIST\_SERVER\_CONFIG

  **ID:** AMCLI-3040

  **Level:** INFO

  **Description:** Attempt to list server configuration.

  **Data:** name of server

  **Triggers:** Execute list server configuration Commandline interface.

* SUCCEED\_LIST\_SERVER\_CONFIG

  **ID:** AMCLI-3041

  **Level:** INFO

  **Description:** Server configuration is displayed.

  **Data:** name of server

  **Triggers:** Execute list server configuration Commandline interface.

* FAILED\_LIST\_SERVER\_CONFIG

  **ID:** AMCLI-3042

  **Level:** INFO

  **Description:** Unable to list server configuration.

  **Data:** name of server, error message

  **Triggers:** Execute list server configuration Commandline interface.

  **Actions:** Check if servername is correct.; Look under debug file for more information.

* ATTEMPT\_UPDATE\_SERVER\_CONFIG

  **ID:** AMCLI-3050

  **Level:** INFO

  **Description:** Attempt to update server configuration.

  **Data:** name of server

  **Triggers:** Execute update server configuration Commandline interface.

* SUCCEED\_UPDATE\_SERVER\_CONFIG

  **ID:** AMCLI-3051

  **Level:** INFO

  **Description:** Server configuration is updated.

  **Data:** name of server

  **Triggers:** Execute update server configuration Commandline interface.

* FAILED\_UPDATE\_SERVER\_CONFIG

  **ID:** AMCLI-3052

  **Level:** INFO

  **Description:** Unable to update server configuration.

  **Data:** name of server, error message

  **Triggers:** Execute update server configuration Commandline interface.

  **Actions:** Check if servername is correct.; Look under debug file for more information.

* ATTEMPT\_REMOVE\_SERVER\_CONFIG

  **ID:** AMCLI-3060

  **Level:** INFO

  **Description:** Attempt to remove server configuration.

  **Data:** name of server

  **Triggers:** Execute remove server configuration Commandline interface.

* SUCCEED\_REMOVE\_SERVER\_CONFIG

  **ID:** AMCLI-3061

  **Level:** INFO

  **Description:** Server configuration is removed.

  **Data:** name of server

  **Triggers:** Execute remove server configuration Commandline interface.

* FAILED\_REMOVE\_SERVER\_CONFIG

  **ID:** AMCLI-3062

  **Level:** INFO

  **Description:** Remove server configuration.

  **Data:** name of server, error message

  **Triggers:** Execute remove server configuration Commandline interface.

  **Actions:** Check if servername is correct.; Look under debug file for more information.

* ATTEMPT\_CREATE\_SERVER

  **ID:** AMCLI-3070

  **Level:** INFO

  **Description:** Attempt to create server.

  **Data:** name of server

  **Triggers:** Execute create server Commandline interface.

* SUCCEED\_CREATE\_SERVER

  **ID:** AMCLI-3071

  **Level:** INFO

  **Description:** Server is created.

  **Data:** name of server

  **Triggers:** Execute create server Commandline interface.

* FAILED\_CREATE\_SERVER

  **ID:** AMCLI-3072

  **Level:** INFO

  **Description:** Unable to create server.

  **Data:** name of server, error message

  **Triggers:** Execute create server Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_DELETE\_SERVER

  **ID:** AMCLI-3080

  **Level:** INFO

  **Description:** Attempt to delete server.

  **Data:** name of server

  **Triggers:** Execute delete server Commandline interface.

* SUCCEED\_DELETE\_SERVER

  **ID:** AMCLI-3081

  **Level:** INFO

  **Description:** Server is deleted.

  **Data:** name of server

  **Triggers:** Execute delete server Commandline interface.

* FAILED\_DELETE\_SERVER

  **ID:** AMCLI-3082

  **Level:** INFO

  **Description:** Unable to delete server.

  **Data:** name of server, error message

  **Triggers:** Execute delete server Commandline interface.

  **Actions:** Check the name of the server.; Look under debug file for more information.

* ATTEMPT\_LIST\_SERVERS

  **ID:** AMCLI-3090

  **Level:** INFO

  **Description:** Attempt to list servers.

  **Triggers:** Execute list servers Commandline interface.

* SUCCEED\_LIST\_SERVERS

  **ID:** AMCLI-3091

  **Level:** INFO

  **Description:** Servers are displayed.

  **Triggers:** Execute list servers Commandline interface.

* FAILED\_LIST\_SERVERS

  **ID:** AMCLI-3092

  **Level:** INFO

  **Description:** Unable to list servers.

  **Data:** error message

  **Triggers:** Execute list servers Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_CREATE\_SITE

  **ID:** AMCLI-3100

  **Level:** INFO

  **Description:** Attempt to create site.

  **Data:** name of site, primary URL of site

  **Triggers:** Execute create site Commandline interface.

* SUCCEED\_CREATE\_SITE

  **ID:** AMCLI-3101

  **Level:** INFO

  **Description:** Site is created.

  **Data:** name of site, primary URL of site

  **Triggers:** Execute create site Commandline interface.

* FAILED\_CREATE\_SITE

  **ID:** AMCLI-3102

  **Level:** INFO

  **Description:** Unable to create site.

  **Data:** name of site, primary URL of site, error message

  **Triggers:** Execute create site Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_LIST\_SITES

  **ID:** AMCLI-3110

  **Level:** INFO

  **Description:** Attempt to list sites.

  **Triggers:** Execute list sites Commandline interface.

* SUCCEED\_LIST\_SITES

  **ID:** AMCLI-3111

  **Level:** INFO

  **Description:** Sites are displayed.

  **Triggers:** Execute list sites Commandline interface.

* FAILED\_LIST\_SITES

  **ID:** AMCLI-3112

  **Level:** INFO

  **Description:** Unable to list sites.

  **Data:** error message

  **Triggers:** Execute list sites Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_SHOW\_SITE\_MEMBERS

  **ID:** AMCLI-3120

  **Level:** INFO

  **Description:** Attempt to show site members.

  **Data:** name of site

  **Triggers:** Execute show site members Commandline interface.

* SUCCEED\_SHOW\_SITE\_MEMBERS

  **ID:** AMCLI-3121

  **Level:** INFO

  **Description:** Site members are displayed.

  **Data:** name of site

  **Triggers:** Execute show site members Commandline interface.

* FAILED\_SHOW\_SITE\_MEMBERS

  **ID:** AMCLI-3122

  **Level:** INFO

  **Description:** Unable to show site members.

  **Data:** name of site, error message

  **Triggers:** Execute show site members Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_ADD\_SITE\_MEMBERS

  **ID:** AMCLI-3130

  **Level:** INFO

  **Description:** Attempt to add members to site.

  **Data:** name of site

  **Triggers:** Execute add members to site Commandline interface.

* SUCCEED\_ADD\_SITE\_MEMBERS

  **ID:** AMCLI-3131

  **Level:** INFO

  **Description:** Members are added to site.

  **Data:** name of site

  **Triggers:** Execute add members to site Commandline interface.

* FAILED\_ADD\_SITE\_MEMBERS

  **ID:** AMCLI-3132

  **Level:** INFO

  **Description:** Unable to add members to site.

  **Data:** name of site, error message

  **Triggers:** Execute add members to site Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_REMOVE\_SITE\_MEMBERS

  **ID:** AMCLI-3140

  **Level:** INFO

  **Description:** Attempt to remove members from site.

  **Data:** name of site

  **Triggers:** Execute remove members from site Commandline interface.

* SUCCEED\_REMOVE\_SITE\_MEMBERS

  **ID:** AMCLI-3141

  **Level:** INFO

  **Description:** Members are removed from site.

  **Data:** name of site

  **Triggers:** Execute remove members from site Commandline interface.

* FAILED\_REMOVE\_SITE\_MEMBERS

  **ID:** AMCLI-3142

  **Level:** INFO

  **Description:** Unable to remove members from site.

  **Data:** name of site, error message

  **Triggers:** Execute remove members from site Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_DELETE\_SITE

  **ID:** AMCLI-3150

  **Level:** INFO

  **Description:** Attempt to delete site.

  **Data:** name of site

  **Triggers:** Execute delete site Commandline interface.

* SUCCEED\_DELETE\_SITE

  **ID:** AMCLI-3151

  **Level:** INFO

  **Description:** Site is deleted.

  **Data:** name of site

  **Triggers:** Execute delete site Commandline interface.

* FAILED\_DELETE\_SITE

  **ID:** AMCLI-3152

  **Level:** INFO

  **Description:** Unable to delete members from site.

  **Data:** name of site, error message

  **Triggers:** Execute delete site Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_SET\_SITE\_PRIMARY\_URL

  **ID:** AMCLI-3160

  **Level:** INFO

  **Description:** Attempt to set site primary URL.

  **Data:** name of site, primary URL of site

  **Triggers:** Execute set site primary URL Commandline interface.

* SUCCEED\_SET\_SITE\_PRIMARY\_URL

  **ID:** AMCLI-3161

  **Level:** INFO

  **Description:** Site primary URL is set.

  **Data:** name of site, primary URL of site

  **Triggers:** Execute set site primary URL Commandline interface.

* FAILED\_SET\_SITE\_PRIMARY\_URL

  **ID:** AMCLI-3162

  **Level:** INFO

  **Description:** Unable to set site primary URL.

  **Data:** name of site, primary URL of site, error message

  **Triggers:** Execute set site primary URL Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_SHOW\_SITE

  **ID:** AMCLI-3170

  **Level:** INFO

  **Description:** Attempt to show site profile.

  **Data:** name of site

  **Triggers:** Execute show site profile Commandline interface.

* SUCCEED\_SHOW\_SITE

  **ID:** AMCLI-3171

  **Level:** INFO

  **Description:** Site profile is displayed.

  **Data:** name of site

  **Triggers:** Execute show site profile Commandline interface.

* FAILED\_SHOW\_SITE

  **ID:** AMCLI-3172

  **Level:** INFO

  **Description:** Unable to show site profile.

  **Data:** name of site, error message

  **Triggers:** Execute show site profile Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_SET\_SITE\_FAILOVER\_URLS

  **ID:** AMCLI-3180

  **Level:** INFO

  **Description:** Attempt to set site failover URLs.

  **Data:** name of site

  **Triggers:** Execute set site failover URLs Commandline interface.

* SUCCEED\_SET\_SITE\_FAILOVER\_URLS

  **ID:** AMCLI-3181

  **Level:** INFO

  **Description:** Site failover URLs are set.

  **Data:** name of site

  **Triggers:** Execute set site failover URLs Commandline interface.

* FAILED\_SET\_SITE\_FAILOVER\_URLS

  **ID:** AMCLI-3182

  **Level:** INFO

  **Description:** Unable to set site failover URLs.

  **Data:** name of site, error message

  **Triggers:** Execute set site failover URLs Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_ADD\_SITE\_FAILOVER\_URLS

  **ID:** AMCLI-3190

  **Level:** INFO

  **Description:** Attempt to add site failover URLs.

  **Data:** name of site

  **Triggers:** Execute add site failover URLs Commandline interface.

* SUCCEED\_ADD\_SITE\_FAILOVER\_URLS

  **ID:** AMCLI-3191

  **Level:** INFO

  **Description:** Site failover URLs are added.

  **Data:** name of site

  **Triggers:** Execute add site failover URLs Commandline interface.

* FAILED\_ADD\_SITE\_FAILOVER\_URLS

  **ID:** AMCLI-3192

  **Level:** INFO

  **Description:** Unable to add site failover URLs.

  **Data:** name of site, error message

  **Triggers:** Execute add site failover URLs Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_REMOVE\_SITE\_FAILOVER\_URLS

  **ID:** AMCLI-3200

  **Level:** INFO

  **Description:** Attempt to remove site failover URLs.

  **Data:** name of site

  **Triggers:** Execute remove site failover URLs Commandline interface.

* SUCCEED\_REMOVE\_SITE\_FAILOVER\_URLS

  **ID:** AMCLI-3201

  **Level:** INFO

  **Description:** Site failover URLs are removed.

  **Data:** name of site

  **Triggers:** Execute remove site failover URLs Commandline interface.

* FAILED\_REMOVE\_SITE\_FAILOVER\_URLS

  **ID:** AMCLI-3202

  **Level:** INFO

  **Description:** Unable to remove site failover URLs.

  **Data:** name of site, error message

  **Triggers:** Execute remove site failover URLs Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_CLONE\_SERVER

  **ID:** AMCLI-3210

  **Level:** INFO

  **Description:** Attempt to clone server.

  **Data:** name of server, name of cloned server

  **Triggers:** Execute clone server Commandline interface.

* SUCCEED\_CLONE\_SERVER

  **ID:** AMCLI-3211

  **Level:** INFO

  **Description:** Server is cloned.

  **Data:** name of server, name of cloned server

  **Triggers:** Execute clone server Commandline interface.

* FAILED\_CLONE\_SERVER

  **ID:** AMCLI-3212

  **Level:** INFO

  **Description:** Unable to clone server.

  **Data:** name of server, name of cloned server, error message

  **Triggers:** Execute clone server Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_EXPORT\_SERVER

  **ID:** AMCLI-3220

  **Level:** INFO

  **Description:** Attempt to export server.

  **Data:** name of server

  **Triggers:** Execute export server Commandline interface.

* SUCCEED\_EXPORT\_SERVER

  **ID:** AMCLI-3221

  **Level:** INFO

  **Description:** Server is cloned.

  **Data:** name of server

  **Triggers:** Execute export server Commandline interface.

* FAILED\_EXPORT\_SERVER

  **ID:** AMCLI-3222

  **Level:** INFO

  **Description:** Unable to export server.

  **Data:** name of server, error message

  **Triggers:** Execute export server Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_IMPORT\_SERVER

  **ID:** AMCLI-3230

  **Level:** INFO

  **Description:** Attempt to import server configuration.

  **Data:** name of server

  **Triggers:** Execute import server configuration Commandline interface.

* SUCCEED\_IMPORT\_SERVER

  **ID:** AMCLI-3231

  **Level:** INFO

  **Description:** Server configuration is imported.

  **Data:** name of server

  **Triggers:** Execute import server configuration Commandline interface.

* FAILED\_IMPORT\_SERVER

  **ID:** AMCLI-3232

  **Level:** INFO

  **Description:** Unable to import server configuration.

  **Data:** name of server, error message

  **Triggers:** Execute import server configuration Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_GET\_SUPPORTED\_DATA\_TYPES

  **ID:** AMCLI-5000

  **Level:** INFO

  **Description:** Attempt to get the supported data types.

  **Triggers:** Execute get the supported data type Commandline interface.

* SUCCEED\_GET\_SUPPORTED\_DATA\_TYPES

  **ID:** AMCLI-5001

  **Level:** INFO

  **Description:** The supported data types are retrieved.

  **Triggers:** Execute add service attribute values Commandline interface.

* FAILED\_GET\_SUPPORTED\_DATA\_TYPES

  **ID:** AMCLI-5002

  **Level:** INFO

  **Description:** Unable to get the supported data types.

  **Data:** error message

  **Triggers:** Execute get the supported data types Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_CREATE\_AGENT

  **ID:** AMCLI-4000

  **Level:** INFO

  **Description:** Attempt to create an agent.

  **Data:** realm, agent type, name of agent

  **Triggers:** Execute create agent Commandline interface.

* SUCCEED\_CREATE\_AGENT

  **ID:** AMCLI-4001

  **Level:** INFO

  **Description:** Agent is created.

  **Data:** realm, agent type, name of agent

  **Triggers:** Execute create agent Commandline interface.

* FAILED\_CREATE\_AGENT

  **ID:** AMCLI-4002

  **Level:** INFO

  **Description:** Unable to create agent.

  **Data:** realm, agent type, name of agent, error message

  **Triggers:** Execute create agent Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_DELETE\_AGENTS

  **ID:** AMCLI-4010

  **Level:** INFO

  **Description:** Attempt to delete agents.

  **Data:** name of realm, name of agents

  **Triggers:** Execute delete agents Commandline interface.

* SUCCEED\_DELETE\_AGENTS

  **ID:** AMCLI-4011

  **Level:** INFO

  **Description:** Agents are deleted.

  **Data:** name of realm, name of agents

  **Triggers:** Execute delete agents Commandline interface.

* FAILED\_DELETE\_AGENTS

  **ID:** AMCLI-4012

  **Level:** INFO

  **Description:** Unable to delete agents.

  **Data:** name of realm, name of agents, error message

  **Triggers:** Execute delete agents Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_UPDATE\_AGENT

  **ID:** AMCLI-4020

  **Level:** INFO

  **Description:** Attempt to set attribute values of an agent.

  **Data:** name of realm, name of agent

  **Triggers:** Execute update agent Commandline interface.

* SUCCEED\_UPDATE\_AGENT

  **ID:** AMCLI-4021

  **Level:** INFO

  **Description:** Agent profile is modified.

  **Data:** name of realm, name of agent

  **Triggers:** Execute update agent Commandline interface.

* FAILED\_UPDATE\_AGENT

  **ID:** AMCLI-4022

  **Level:** INFO

  **Description:** Unable to update an agent.

  **Data:** name of realm, name of agent, error message

  **Triggers:** Execute update agent Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_LIST\_AGENTS

  **ID:** AMCLI-4030

  **Level:** INFO

  **Description:** Attempt to list agents.

  **Data:** name of realm, agent type, search pattern

  **Triggers:** Execute list agents Commandline interface.

* SUCCEED\_LIST\_AGENTS

  **ID:** AMCLI-4031

  **Level:** INFO

  **Description:** Search Result is returned.

  **Data:** name of realm, agent type, search pattern

  **Triggers:** Execute list agents Commandline interface.

* FAILED\_LIST\_AGENTS

  **ID:** AMCLI-4032

  **Level:** INFO

  **Description:** Unable to list agents.

  **Data:** name of realm, agent type, search pattern, error message

  **Triggers:** Execute list agents Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_SHOW\_AGENT

  **ID:** AMCLI-4040

  **Level:** INFO

  **Description:** Attempt to get attribute values of an agent.

  **Data:** name of realm, name of agent

  **Triggers:** Execute get the attribute values of an agent Commandline interface.

* SUCCEED\_SHOW\_AGENT

  **ID:** AMCLI-4041

  **Level:** INFO

  **Description:** Attribute values are returned.

  **Data:** name of realm, name of agent

  **Triggers:** Execute get the attribute values of an agent Commandline interface.

* FAILED\_SHOW\_AGENT

  **ID:** AMCLI-4042

  **Level:** INFO

  **Description:** Unable to get the attribute values of an agent.

  **Data:** name of realm, name of agent, error message

  **Triggers:** Execute get the attribute values of an agent Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_CREATE\_AGENT\_GROUP

  **ID:** AMCLI-4050

  **Level:** INFO

  **Description:** Attempt to create an agent group.

  **Data:** realm, agent type, name of agent group

  **Triggers:** Execute create agent group Commandline interface.

* SUCCEED\_CREATE\_AGENT\_GROUP

  **ID:** AMCLI-4051

  **Level:** INFO

  **Description:** Agent group is created.

  **Data:** realm, agent type, name of agent group

  **Triggers:** Execute create agent group Commandline interface.

* FAILED\_CREATE\_AGENT\_GROUP

  **ID:** AMCLI-4052

  **Level:** INFO

  **Description:** Unable to create agent group.

  **Data:** realm, agent type, name of agent group, error message

  **Triggers:** Execute create agent group Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_DELETE\_AGENT\_GROUPS

  **ID:** AMCLI-4060

  **Level:** INFO

  **Description:** Attempt to delete agent groups.

  **Data:** name of realm, name of agent groups

  **Triggers:** Execute delete agent groups Commandline interface.

* SUCCEED\_DELETE\_AGENT\_GROUPS

  **ID:** AMCLI-4061

  **Level:** INFO

  **Description:** Agent groups are deleted.

  **Data:** name of realm, name of agent groups

  **Triggers:** Execute delete agent groups Commandline interface.

* FAILED\_DELETE\_AGENT\_GROUPS

  **ID:** AMCLI-4062

  **Level:** INFO

  **Description:** Unable to delete agent groups.

  **Data:** name of realm, name of agent groups, error message

  **Triggers:** Execute delete agent groups Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_LIST\_AGENT\_GROUPS

  **ID:** AMCLI-4070

  **Level:** INFO

  **Description:** Attempt to list agent groups.

  **Data:** name of realm, agent type, search pattern

  **Triggers:** Execute list agent groups Commandline interface.

* SUCCEED\_LIST\_AGENT\_GROUPS

  **ID:** AMCLI-4071

  **Level:** INFO

  **Description:** Search Result is returned.

  **Data:** name of realm, agent type, search pattern

  **Triggers:** Execute list agent groups Commandline interface.

* FAILED\_LIST\_AGENT\_GROUPS

  **ID:** AMCLI-4072

  **Level:** INFO

  **Description:** Unable to list agent groups.

  **Data:** name of realm, agent type, search pattern, error message

  **Triggers:** Execute list agent groups Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_ADD\_AGENT\_TO\_GROUP

  **ID:** AMCLI-4080

  **Level:** INFO

  **Description:** Attempt to add agent to group.

  **Data:** name of realm, name of agent group, name of agent

  **Triggers:** Execute add agents to group Commandline interface.

* SUCCEED\_ADD\_AGENT\_TO\_GROUP

  **ID:** AMCLI-4081

  **Level:** INFO

  **Description:** Agent is added to group.

  **Data:** name of realm, name of agent group, name of agent

  **Triggers:** Execute add agent to group Commandline interface.

* FAILED\_ADD\_AGENT\_TO\_GROUP

  **ID:** AMCLI-4082

  **Level:** INFO

  **Description:** Unable to add agent to group.

  **Data:** name of realm, name of agent group, name of agent, error message

  **Triggers:** Execute add agent to group Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_REMOVE\_AGENT\_FROM\_GROUP

  **ID:** AMCLI-4090

  **Level:** INFO

  **Description:** Attempt to remove agent from group.

  **Data:** name of realm, name of agent group, name of agent

  **Triggers:** Execute remove agent from group Commandline interface.

* SUCCEED\_REMOVE\_AGENT\_FROM\_GROUP

  **ID:** AMCLI-4091

  **Level:** INFO

  **Description:** Agent is removed to group.

  **Data:** name of realm, name of agent group, name of agent

  **Triggers:** Execute remove agent from group Commandline interface.

* FAILED\_REMOVE\_AGENT\_FROM\_GROUP

  **ID:** AMCLI-4092

  **Level:** INFO

  **Description:** Unable to remove agent from group.

  **Data:** name of realm, name of agent group, name of agent, error message

  **Triggers:** Execute remove agent from group Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_SET\_AGENT\_PWD

  **ID:** AMCLI-4100

  **Level:** INFO

  **Description:** Attempt to set agent password.

  **Data:** realm, name of agent

  **Triggers:** Execute set agent password Commandline interface.

* SUCCEED\_SET\_AGENT\_PWD

  **ID:** AMCLI-4101

  **Level:** INFO

  **Description:** Agent password is modified.

  **Data:** realm, name of agent

  **Triggers:** Execute set agent password Commandline interface.

* FAILED\_SET\_AGENT\_PWD

  **ID:** AMCLI-4102

  **Level:** INFO

  **Description:** Unable to set agent password.

  **Data:** realm, name of agent, error message

  **Triggers:** Execute set agent password Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_SHOW\_AGENT\_GROUP

  **ID:** AMCLI-4110

  **Level:** INFO

  **Description:** Attempt to get attribute values of an agent group.

  **Data:** name of realm, name of agent group

  **Triggers:** Execute get the attribute values of an agent group Commandline interface.

* SUCCEED\_SHOW\_AGENT\_GROUP

  **ID:** AMCLI-4111

  **Level:** INFO

  **Description:** Attribute values are returned.

  **Data:** name of realm, name of agent group

  **Triggers:** Execute get the attribute values of an agent group Commandline interface.

* FAILED\_SHOW\_AGENT\_GROUP

  **ID:** AMCLI-4112

  **Level:** INFO

  **Description:** Unable to get the attribute values of an agent group.

  **Data:** name of realm, name of agent group, error message

  **Triggers:** Execute get the attribute values of an agent group Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_UPDATE\_AGENT\_GROUP

  **ID:** AMCLI-4120

  **Level:** INFO

  **Description:** Attempt to set attribute values of an agent group.

  **Data:** name of realm, name of agent group

  **Triggers:** Execute update agent group Commandline interface.

* SUCCEED\_UPDATE\_AGENT\_GROUP

  **ID:** AMCLI-4121

  **Level:** INFO

  **Description:** Agent group profile is modified.

  **Data:** name of realm, name of agent group

  **Triggers:** Execute update agent group Commandline interface.

* FAILED\_UPDATE\_AGENT\_GROUP

  **ID:** AMCLI-4122

  **Level:** INFO

  **Description:** Unable to update an agent.

  **Data:** name of realm, name of agent group, error message

  **Triggers:** Execute update agent group Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_SHOW\_AGENT\_TYPES

  **ID:** AMCLI-4130

  **Level:** INFO

  **Description:** Attempt to show supported agent types.

  **Triggers:** Execute show supported agent types Commandline interface.

* SUCCEED\_SHOW\_AGENT\_TYPES

  **ID:** AMCLI-4131

  **Level:** INFO

  **Description:** Supported agent types is displayed.

  **Triggers:** Execute show supported agent types Commandline interface.

* FAILED\_SHOW\_AGENT\_TYPES

  **ID:** AMCLI-4132

  **Level:** INFO

  **Description:** Unable to show supported agent types.

  **Data:** error message

  **Triggers:** Execute show supported agent types Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_SHOW\_AGENT\_GROUP\_MEMBERS

  **ID:** AMCLI-4140

  **Level:** INFO

  **Description:** Attempt to show agent group members.

  **Data:** name of realm, name of agent group

  **Triggers:** Execute show agent group members Commandline interface.

* SUCCEED\_SHOW\_AGENT\_GROUP\_MEMBERS

  **ID:** AMCLI-4141

  **Level:** INFO

  **Description:** Agent group's members are displayed.

  **Data:** name of realm, name of agent group

  **Triggers:** Execute show agent group members Commandline interface.

* FAILED\_SHOW\_AGENT\_GROUP\_MEMBERS

  **ID:** AMCLI-4142

  **Level:** INFO

  **Description:** Unable to show agent group members.

  **Data:** name of realm, name of agent group, error message

  **Triggers:** Execute show agent group members Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_LIST\_AGENT\_MEMBERSHIP

  **ID:** AMCLI-4150

  **Level:** INFO

  **Description:** Attempt to show agent's membership.

  **Data:** name of realm, name of agent

  **Triggers:** Execute show agent's membership Commandline interface.

* SUCCEED\_LIST\_AGENT\_MEMBERSHIP

  **ID:** AMCLI-4151

  **Level:** INFO

  **Description:** Agent's membership are displayed.

  **Data:** name of realm, name of agent

  **Triggers:** Execute show agent's membership Commandline interface.

* FAILED\_LIST\_AGENT\_MEMBERSHIP

  **ID:** AMCLI-4152

  **Level:** INFO

  **Description:** Unable to show agent's membership.

  **Data:** name of realm, name of agent, error message

  **Triggers:** Execute show agent's membership Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_REGISTER\_AUTH\_MODULE

  **ID:** AMCLI-4500

  **Level:** INFO

  **Description:** Attempt to register authentication module.

  **Data:** name of service

  **Triggers:** Execute register authentication module Commandline interface.

* SUCCEED\_REGISTER\_AUTH\_MODULE

  **ID:** AMCLI-4501

  **Level:** INFO

  **Description:** Authentication module is registered.

  **Data:** name of service

  **Triggers:** Execute register authentication module Commandline interface.

* FAILED\_REGISTER\_AUTH\_MODULE

  **ID:** AMCLI-4502

  **Level:** INFO

  **Description:** Unable to register authentication module.

  **Data:** name of service, error message

  **Triggers:** Execute register authentication module Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_UNREGISTER\_AUTH\_MODULE

  **ID:** AMCLI-4510

  **Level:** INFO

  **Description:** Attempt to unregister authentication module.

  **Data:** name of service

  **Triggers:** Execute unregister authentication module Commandline interface.

* SUCCEED\_UNREGISTER\_AUTH\_MODULE

  **ID:** AMCLI-4511

  **Level:** INFO

  **Description:** Authentication module is unregistered.

  **Data:** name of service

  **Triggers:** Execute unregister authentication module Commandline interface.

* FAILED\_UNREGISTER\_AUTH\_MODULE

  **ID:** AMCLI-4512

  **Level:** INFO

  **Description:** Unable to unregister authentication module.

  **Data:** name of service, error message

  **Triggers:** Execute unregister authentication module Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_GET\_SUPPORTED\_AUTH\_MODULES

  **ID:** AMCLI-4515

  **Level:** INFO

  **Description:** Attempt to get supported authentication modules in the system.

  **Triggers:** Execute get supported authentication modules in the system Commandline interface.

* SUCCEED\_GET\_SUPPORTED\_AUTH\_MODULES

  **ID:** AMCLI-4516

  **Level:** INFO

  **Description:** Supported authentication modules in the system are displayed.

  **Triggers:** Execute get supported authentication modules in the system module Commandline interface.

* FAILED\_GET\_SUPPORTED\_AUTH\_MODULES

  **ID:** AMCLI-4517

  **Level:** INFO

  **Description:** Failed to get supported authentication modules in the system.

  **Data:** error message

  **Triggers:** Execute get supported authentication modules in the system Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_REMOVE\_AGENT\_PROPERTIES

  **ID:** AMCLI-4520

  **Level:** INFO

  **Description:** Attempt to remove property values of an agent.

  **Data:** name of realm, name of agent, property names

  **Triggers:** Execute remove property values of an agent Commandline interface.

* SUCCEED\_REMOVE\_AGENT\_PROPERTIES

  **ID:** AMCLI-4521

  **Level:** INFO

  **Description:** Property values are removed.

  **Data:** name of realm, name of agent, property names

  **Triggers:** Execute remove property values of an agent Commandline interface.

* FAILED\_REMOVE\_AGENT\_PROPERTIES

  **ID:** AMCLI-4522

  **Level:** INFO

  **Description:** Unable to remove property values of an agent.

  **Data:** name of realm, name of agent, property names, error message

  **Triggers:** Execute remove property values of an agent Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_GET\_SERVER\_CONFIG\_XML

  **ID:** AMCLI-4600

  **Level:** INFO

  **Description:** Attempt to get server configuration XML.

  **Data:** name of server

  **Triggers:** Execute get server configuration XML Commandline interface.

* SUCCEED\_GET\_SERVER\_CONFIG\_XML

  **ID:** AMCLI-4601

  **Level:** INFO

  **Description:** Server configuration XML is displayed.

  **Data:** name of server

  **Triggers:** Execute get server configuration XML Commandline interface.

* FAILED\_GET\_SERVER\_CONFIG\_XML

  **ID:** AMCLI-4602

  **Level:** INFO

  **Description:** Unable to get server configuration XML.

  **Data:** name of server, error message

  **Triggers:** Execute get server configuration XML Commandline interface.

  **Actions:** Check if servername is correct.; Look under debug file for more information.

* ATTEMPT\_SET\_SERVER\_CONFIG\_XML

  **ID:** AMCLI-4610

  **Level:** INFO

  **Description:** Attempt to set server configuration XML.

  **Data:** name of server

  **Triggers:** Execute set server configuration XML Commandline interface.

* SUCCEED\_SET\_SERVER\_CONFIG\_XML

  **ID:** AMCLI-4611

  **Level:** INFO

  **Description:** Server configuration XML is set.

  **Data:** name of server

  **Triggers:** Execute set server configuration XML Commandline interface.

* FAILED\_SET\_SERVER\_CONFIG\_XML

  **ID:** AMCLI-4612

  **Level:** INFO

  **Description:** Unable to set server configuration XML.

  **Data:** name of server, error message

  **Triggers:** Execute set server configuration XML Commandline interface.

  **Actions:** Check if servername is correct.; Look under debug file for more information.

* ATTEMPT\_LIST\_DATASTORE\_TYPES

  **ID:** AMCLI-4700

  **Level:** INFO

  **Description:** Attempt to list supported datastore types.

  **Triggers:** Execute list supported datastore types Commandline interface.

* SUCCEEDED\_LIST\_DATASTORE\_TYPES

  **ID:** AMCLI-4701

  **Level:** INFO

  **Description:** List supported datastore types succeeded.

  **Triggers:** Execute list supported datastore types Commandline interface.

* FAILED\_LIST\_DATASTORE\_TYPES

  **ID:** AMCLI-4702

  **Level:** INFO

  **Description:** Failed to list supported datastore types.

  **Data:** error message

  **Triggers:** Execute list supported datastore types Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_ADD\_AUTH\_CONFIG\_ENTRY

  **ID:** AMCLI-4800

  **Level:** INFO

  **Description:** Attempt to add authentication configuration entry.

  **Data:** name of realm, name of authentication configuration, name of module

  **Triggers:** Execute add authentication configuration entry Commandline interface.

* SUCCEEDED\_ADD\_AUTH\_CONFIG\_ENTRY

  **ID:** AMCLI-4801

  **Level:** INFO

  **Description:** Authentication instance configuration entry is created.

  **Data:** name of realm, name of authentication configuration, name of module

  **Triggers:** Execute add authentication configuration entry Commandline interface.

* FAILED\_ADD\_AUTH\_CONFIG\_ENTRY

  **ID:** AMCLI-4802

  **Level:** INFO

  **Description:** Failed to add authentication configuration entry.

  **Data:** name of realm, name of authentication configuration, name of module, error message

  **Triggers:** Execute add authentication configuration entry Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_SHOW\_DATASTORE

  **ID:** AMCLI-5000

  **Level:** INFO

  **Description:** Attempt to show datastore profile.

  **Data:** name of realm, name of datastore

  **Triggers:** Execute show datastore Commandline interface.

* SUCCEEDED\_SHOW\_DATASTORE

  **ID:** AMCLI-5001

  **Level:** INFO

  **Description:** Show datastore succeeded.

  **Data:** name of realm, name of datastore

  **Triggers:** Execute show datastore Commandline interface.

* FAILED\_SHOW\_DATASTORE

  **ID:** AMCLI-5002

  **Level:** INFO

  **Description:** Failed to show datastore profile.

  **Data:** name of realm, name of datastore, error message

  **Triggers:** Execute show datastore Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_SET\_SVC\_ATTR\_VALUES\_REALM

  **ID:** AMCLI-5200

  **Level:** INFO

  **Description:** Attempt to set attribute value to a service that is assigned to a realm.

  **Data:** name of realm, name of service

  **Triggers:** Execute set attribute values a service that is assigned to a to realm Commandline interface.

* SUCCEED\_SET\_SVC\_ATTR\_VALUES\_REALM

  **ID:** AMCLI-5201

  **Level:** INFO

  **Description:** Attribute values is set to a service that is assigned to a realm.

  **Data:** name of realm, name of service

  **Triggers:** Execute set attribute values to a service that is assigned to a realm Commandline interface.

* FAILED\_SET\_SVC\_ATTR\_VALUES\_REALM

  **ID:** AMCLI-5202

  **Level:** INFO

  **Description:** Unable to set attribute values to a service that is assigned to a realm.

  **Data:** name of realm, name of service, error message

  **Triggers:** Execute set attribute values to a service that is assigned to a realm Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_EMBEDDED\_STATUS

  **ID:** AMCLI-5103

  **Level:** INFO

  **Description:** Get Embedded Status.

  **Data:** port number of embedded store

  **Triggers:** Execute Embedded Status Commandline interface.

* SUCCEEDED\_EMBEDDED\_STATUS

  **ID:** AMCLI-5104

  **Level:** INFO

  **Description:** Embedded Status Successful.

  **Data:** port number of embedded store

  **Triggers:** Execute Embedded Status Commandline interface.

* FAILED\_EMBEDDED\_STATUS

  **ID:** AMCLI-5105

  **Level:** INFO

  **Description:** Failed to get embedded status.

  **Data:** port number of embedded store, error message

  **Triggers:** Execute Embedded Status Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_ADD\_COT\_MEMBER

  **ID:** AMCLI-5106

  **Level:** INFO

  **Description:** Attempt to add a member to a Circle of Trust.

  **Data:** realm, entity ID, circle of trust, protocol specification

  **Triggers:** Execute add a member to a Circle of Trust Commandline interface.

* SUCCEEDED\_ADD\_COT\_MEMBER

  **ID:** AMCLI-5107

  **Level:** INFO

  **Description:** Adding a member to a Circle of Trust succeeded.

  **Data:** realm, entity ID, circle of trust, protocol specification

  **Triggers:** Execute add a member to a Circle of Trust Commandline interface.

* FAILED\_ADD\_COT\_MEMBER

  **ID:** AMCLI-5108

  **Level:** INFO

  **Description:** Failed to add a member to a circle of trust.

  **Data:** realm, entity ID, circle of trust, protocol specification, error message

  **Triggers:** Execute add a member to a Circle of Trust Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_DO\_BULK\_FEDERATION

  **ID:** AMCLI-5109

  **Level:** INFO

  **Description:** Attempt to do bulk federation.

  **Data:** metaAlias for local provider, Remote entity Id, File name of local to remote user Id mapping, Name of file that will be created by this sub command, protocol specification

  **Triggers:** Execute Do Bulk Federation Commandline interface.

* SUCCEEDED\_DO\_BULK\_FEDERATION

  **ID:** AMCLI-5110

  **Level:** INFO

  **Description:** Bulk Federation succeeded.

  **Data:** metaAlias for local provider, Remote entity Id, File name of local to remote user Id mapping, Name of file that will be created by this sub command, protocol specification

  **Triggers:** Execute Do Bulk Federation Commandline interface.

* FAILED\_DO\_BULK\_FEDERATION

  **ID:** AMCLI-5111

  **Level:** INFO

  **Description:** Failed to do bulk federation.

  **Data:** metaAlias for local provider, Remote entity Id, File name of local to remote user Id mapping, Name of file that will be created by this sub command, protocol specification, error message

  **Triggers:** Execute Do Bulk Federation Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_CREATE\_COT

  **ID:** AMCLI-5112

  **Level:** INFO

  **Description:** Attempt to create Circle of Trust.

  **Data:** Realm, Circle of Trust, Trusted Providers, Prefix URL for idp discovery reader and writer URL

  **Triggers:** Execute Create Circle of Trust Commandline interface.

* SUCCEEDED\_CREATE\_COT

  **ID:** AMCLI-5113

  **Level:** INFO

  **Description:** Creating Circle of Trust succeeded.

  **Data:** Realm, Circle of Trust, Trusted Providers, Prefix URL for idp discovery reader and writer URL

  **Triggers:** Execute Create Circle of Trust Commandline interface.

* FAILED\_CREATE\_COT

  **ID:** AMCLI-5114

  **Level:** INFO

  **Description:** Failed to create Circle of Trust.

  **Data:** Realm, Circle of Trust, Trusted Providers, Prefix URL for idp discovery reader and writer URL, error message

  **Triggers:** Execute Create Circle of Trust Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_CREATE\_METADATA\_TEMPL

  **ID:** AMCLI-5115

  **Level:** INFO

  **Description:** Attempt to create metadata template.

  **Data:** Entity ID, file name for the standard metadata to be created, file name for the extended metadata to be created, metaAlias for hosted identity provider to be created, metaAlias for hosted service provider to be created, metaAlias for hosted attribute authority to be created, metaAlias for hosted attribute query provider to be created, metaAlias for hosted authentication authority to be created, metaAlias for policy decision point to be created, metaAlias for policy enforcement point to be created, metaAlias for hosted affiliation, protocol specification

  **Triggers:** Execute Create MetaData Template Commandline interface.

* SUCCEEDED\_CREATE\_METADATA\_TEMPL

  **ID:** AMCLI-5116

  **Level:** INFO

  **Description:** Creating MetaData Template succeeded.

  **Data:** Entity ID, file name for the standard metadata to be created, file name for the extended metadata to be created, metaAlias for hosted identity provider to be created, metaAlias for hosted service provider to be created, metaAlias for hosted attribute authority to be created, metaAlias for hosted attribute query provider to be created, metaAlias for hosted authentication authority to be created, metaAlias for policy decision point to be created, metaAlias for policy enforcement point to be created, metaAlias for hosted affiliation, protocol specification

  **Triggers:** Execute Create MetaData Template Commandline interface.

* FAILED\_CREATE\_METADATA\_TEMPL

  **ID:** AMCLI-5117

  **Level:** INFO

  **Description:** Failed to create metaData template.

  **Data:** Entity ID, protocol specification, error message

  **Triggers:** Execute Create MetaData Template Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_DELETE\_COT

  **ID:** AMCLI-5118

  **Level:** INFO

  **Description:** Attempt to delete Circle of Trust.

  **Data:** Realm, Circle of Trust

  **Triggers:** Execute Delete Circle of Trust Commandline interface.

* SUCCEEDED\_DELETE\_COT

  **ID:** AMCLI-5119

  **Level:** INFO

  **Description:** Deleting Circle of Trust succeeded.

  **Data:** Realm, Circle of Trust

  **Triggers:** Execute Delete Circle of Trust Commandline interface.

* FAILED\_DELETE\_COT

  **ID:** AMCLI-5120

  **Level:** INFO

  **Description:** Failed to delete Circle of Trust.

  **Data:** Realm, Circle of Trust, error message

  **Triggers:** Execute Delete Circle of Trust Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_DELETE\_ENTITY

  **ID:** AMCLI-5121

  **Level:** INFO

  **Description:** Attempt to delete metadata.

  **Data:** Realm, Entity ID, protocol specification

  **Triggers:** Execute Delete Metadata Commandline interface.

* SUCCEEDED\_DELETE\_ENTITY

  **ID:** AMCLI-5122

  **Level:** INFO

  **Description:** Deleting Metadata succeeded.

  **Data:** Realm, Entity ID, protocol specification

  **Triggers:** Execute Delete Metadata Commandline interface.

* FAILED\_DELETE\_ENTITY

  **ID:** AMCLI-5123

  **Level:** INFO

  **Description:** Failed to delete metadata.

  **Data:** Realm, Entity ID, protocol specification, error message

  **Triggers:** Execute Delete Metadata Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_EXPORT\_ENTITY

  **ID:** AMCLI-5124

  **Level:** INFO

  **Description:** Attempt to export entity.

  **Data:** Realm, Entity ID, Name of file to save the standard metadata XML, Name of file to save the extended metadata XML, protocol specification

  **Triggers:** Execute export entity Commandline interface.

* SUCCEEDED\_EXPORT\_ENTITY

  **ID:** AMCLI-5125

  **Level:** INFO

  **Description:** Exporting entity succeeded.

  **Data:** Realm, Entity ID, Name of file to save the standard metadata XML, Name of file to save the extended metadata XML, protocol specification

  **Triggers:** Execute export entity Commandline interface.

* FAILED\_EXPORT\_ENTITY

  **ID:** AMCLI-5126

  **Level:** INFO

  **Description:** Failed to export entity.

  **Data:** Realm, Entity ID, Name of file to save the standard metadata XML, Name of file to save the extended metadata XML, protocol specification, error message

  **Triggers:** Execute export entity Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_IMPORT\_BULK\_FED\_DATA

  **ID:** AMCLI-5127

  **Level:** INFO

  **Description:** Attempt to import bulk federation data.

  **Data:** metaAlias for local provider, File name of bulk federation data which is generated by this command, protocol specification

  **Triggers:** Execute import bulk federation data Commandline interface.

* SUCCEEDED\_IMPORT\_BULK\_FED\_DATA

  **ID:** AMCLI-5128

  **Level:** INFO

  **Description:** Importing bulk federation data succeeded.

  **Data:** metaAlias for local provider, File name of bulk federation data which is generated by this command, protocol specification

  **Triggers:** Execute import bulk federation data Commandline interface.

* FAILED\_IMPORT\_BULK\_FED\_DATA

  **ID:** AMCLI-5129

  **Level:** INFO

  **Description:** Failed to import bulk federation data.

  **Data:** metaAlias for local provider, File name of bulk federation data which is generated by this command, protocol specification, error message

  **Triggers:** Execute import bulk federation data Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_IMPORT\_ENTITY

  **ID:** AMCLI-5130

  **Level:** INFO

  **Description:** Attempt to import entity.

  **Data:** Realm where entity resides, file name for the standard metadata to be imported, file name for the extended entity configuration to be imported, name of the Circle of Trust this entity belongs, protocol specification

  **Triggers:** Execute import entity Commandline interface.

* SUCCEEDED\_IMPORT\_ENTITY

  **ID:** AMCLI-5131

  **Level:** INFO

  **Description:** Importing entity succeeded.

  **Data:** Realm where entity resides, file name for the standard metadata to be imported, file name for the extended entity configuration to be imported, name of the Circle of Trust this entity belongs, protocol specification

  **Triggers:** Execute import entity Commandline interface.

* FAILED\_IMPORT\_ENTITY

  **ID:** AMCLI-5132

  **Level:** INFO

  **Description:** Failed to import entity.

  **Data:** Realm where entity resides, file name for the standard metadata to be imported, file name for the extended entity configuration to be imported, name of the Circle of Trust this entity belongs, protocol specification, error message

  **Triggers:** Execute import entity Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_LIST\_COT\_MEMBERS

  **ID:** AMCLI-5133

  **Level:** INFO

  **Description:** Attempt to list members in a circle of trust.

  **Data:** Realm, Circle of trust, protocol specification

  **Triggers:** Execute list members in a circle of trust Commandline interface.

* SUCCEEDED\_LIST\_COT\_MEMBERS

  **ID:** AMCLI-5134

  **Level:** INFO

  **Description:** Listing members in a circle of trust succeeded.

  **Data:** Realm, Circle of trust, protocol specification

  **Triggers:** Execute list members in a circle of trust Commandline interface.

* FAILED\_LIST\_COT\_MEMBERS

  **ID:** AMCLI-5135

  **Level:** INFO

  **Description:** Failed to list members in a circle of trust.

  **Data:** Realm, Circle of trust, protocol specification, error message

  **Triggers:** Execute list members in a circle of trust Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_LIST\_COTS

  **ID:** AMCLI-5136

  **Level:** INFO

  **Description:** Attempt to list circles of trust.

  **Data:** realm

  **Triggers:** Execute list circles of trust Commandline interface.

* SUCCEEDED\_LIST\_COTS

  **ID:** AMCLI-5137

  **Level:** INFO

  **Description:** Listing circles of trust succeeded.

  **Data:** realm

  **Triggers:** Execute list circles of trust Commandline interface.

* FAILED\_LIST\_COTS

  **ID:** AMCLI-5138

  **Level:** INFO

  **Description:** Failed to list circles of trust.

  **Data:** realm, error message

  **Triggers:** Execute list circles of trust Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_LIST\_ENTITIES

  **ID:** AMCLI-5139

  **Level:** INFO

  **Description:** Attempt to list entities under a realm.

  **Data:** realm, protocol specification

  **Triggers:** Execute list entities under a realm Commandline interface.

* SUCCEEDED\_LIST\_ENTITIES

  **ID:** AMCLI-5140

  **Level:** INFO

  **Description:** Listing entities under a realm succeeded.

  **Data:** realm, protocol specification

  **Triggers:** Execute list entities under a realm Commandline interface.

* FAILED\_LIST\_ENTITIES

  **ID:** AMCLI-5141

  **Level:** INFO

  **Description:** Failed to list entities under a realm.

  **Data:** realm, protocol specification, error message

  **Triggers:** Execute list entities under a realm Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_REMOVE\_COT\_MEMBER

  **ID:** AMCLI-5142

  **Level:** INFO

  **Description:** Attempt to remove a member from a circle of trust.

  **Data:** Realm where circle of trust resides, Circle of trust, Entity ID, protocol specification

  **Triggers:** Execute remove a member from a circle of trust Commandline interface.

* SUCCEEDED\_REMOVE\_COT\_MEMBER

  **ID:** AMCLI-5143

  **Level:** INFO

  **Description:** Removing a member from a circle of trust successful.

  **Data:** Realm where circle of trust resides, Circle of trust, Entity ID, protocol specification

  **Triggers:** Execute remove a member from a circle of trust Commandline interface.

* FAILED\_REMOVE\_COT\_MEMBER

  **ID:** AMCLI-5144

  **Level:** INFO

  **Description:** Failed to remove a member from a circle of trust.

  **Data:** Realm where circle of trust resides, Circle of trust, Entity ID, protocol specification, error message

  **Triggers:** Execute remove a member from a circle of trust Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_UPDATE\_ENTITY\_KEYINFO

  **ID:** AMCLI-5145

  **Level:** INFO

  **Description:** Attempt to update XML signing and encryption key information in hosted entity metadata.

  **Data:** Realm, Entity ID, Service provider signing certificate alias, Identity provider signing certificate alias, Service provider encryption certificate alias, Identity provider encryption certificate alias, protocol specification

  **Triggers:** Execute Commandline interface.

* SUCCEEDED\_UPDATE\_ENTITY\_KEYINFO

  **ID:** AMCLI-5146

  **Level:** INFO

  **Description:** Updating XML signing and encryption key information in hosted entity metadata succeeded.

  **Data:** Realm, Entity ID, Service provider signing certificate alias, Identity provider signing certificate alias, Service provider encryption certificate alias, Identity provider encryption certificate alias

  **Triggers:** Execute update XML signing and encryption key information in hosted entity metadata Commandline interface.

* FAILED\_UPDATE\_ENTITY\_KEYINFO

  **ID:** AMCLI-5147

  **Level:** INFO

  **Description:** Failed to update XML signing and encryption key information in hosted entity metadata.

  **Data:** Realm, Entity ID, Service provider signing certificate alias, Identity provider signing certificate alias, Service provider encryption certificate alias, Identity provider encryption certificate alias, error message

  **Triggers:** Execute update XML signing and encryption key information in hosted entity metadata Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_CREATE\_APPLICATION

  **ID:** AMCLI-5500

  **Level:** INFO

  **Description:** Attempt to create application.

  **Data:** Realm, Application name

  **Triggers:** Execute create application Commandline interface.

* SUCCEEDED\_CREATE\_APPLICATION

  **ID:** AMCLI-5501

  **Level:** INFO

  **Description:** Create application succeeded.

  **Data:** Realm, Application name

  **Triggers:** Execute create application Commandline interface.

* FAILED\_CREATE\_APPLICATION

  **ID:** AMCLI-5502

  **Level:** INFO

  **Description:** Failed to create application.

  **Data:** Realm, Application name, error message

  **Triggers:** Execute create application Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_LIST\_APPLICATIONS

  **ID:** AMCLI-5510

  **Level:** INFO

  **Description:** Attempt to list applications in a realm.

  **Data:** Realm

  **Triggers:** Execute list applications Commandline interface.

* SUCCEEDED\_LIST\_APPLICATIONS

  **ID:** AMCLI-5511

  **Level:** INFO

  **Description:** List applications in a realm succeeded.

  **Data:** Realm

  **Triggers:** Execute list applications Commandline interface.

* FAILED\_LIST\_APPLICATIONS

  **ID:** AMCLI-5512

  **Level:** INFO

  **Description:** Failed to list applications.

  **Data:** Realm, error message

  **Triggers:** Execute list applications Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_LIST\_APPLICATION\_TYPES

  **ID:** AMCLI-5520

  **Level:** INFO

  **Description:** Attempt to list application types.

  **Triggers:** Execute list application types Commandline interface.

* SUCCEEDED\_LIST\_APPLICATION\_TYPES

  **ID:** AMCLI-5521

  **Level:** INFO

  **Description:** List application types succeeded.

  **Triggers:** Execute list application types Commandline interface.

* FAILED\_LIST\_APPLICATION\_TYPES

  **ID:** AMCLI-5522

  **Level:** INFO

  **Description:** Failed to list application types.

  **Data:** error message

  **Triggers:** Execute list application types Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_SHOW\_APPLICATION

  **ID:** AMCLI-5530

  **Level:** INFO

  **Description:** Attempt to show application attributes.

  **Data:** Realm, Application Name

  **Triggers:** Execute show application Commandline interface.

* SUCCEEDED\_SHOW\_APPLICATION

  **ID:** AMCLI-5531

  **Level:** INFO

  **Description:** Attributes of application is displayed succeeded.

  **Data:** Realm, Application Name

  **Triggers:** Execute show application Commandline interface.

* FAILED\_SHOW\_APPLICATION

  **ID:** AMCLI-5532

  **Level:** INFO

  **Description:** Failed to show application attributes.

  **Data:** Realm, Application Name, error message

  **Triggers:** Execute show application Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_SET\_APPLICATION

  **ID:** AMCLI-5540

  **Level:** INFO

  **Description:** Attempt to set application attributes.

  **Data:** Realm, Application Name

  **Triggers:** Execute set application attributes Commandline interface.

* SUCCEEDED\_SET\_APPLICATION

  **ID:** AMCLI-5541

  **Level:** INFO

  **Description:** Attributes of application is modified succeeded.

  **Data:** Realm, Application Name

  **Triggers:** Execute set application attributes Commandline interface.

* FAILED\_SET\_APPLICATION

  **ID:** AMCLI-5542

  **Level:** INFO

  **Description:** Failed to set application attributes.

  **Data:** Realm, Application Name, error message

  **Triggers:** Execute set application attributes Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_DELETE\_APPLICATIONS

  **ID:** AMCLI-5550

  **Level:** INFO

  **Description:** Attempt to delete applications.

  **Data:** Realm

  **Triggers:** Execute delete applications Commandline interface.

* SUCCEEDED\_DELETE\_APPLICATIONS

  **ID:** AMCLI-5551

  **Level:** INFO

  **Description:** Application are deleted.

  **Data:** Realm

  **Triggers:** Execute delete applications Commandline interface.

* FAILED\_DELETE\_APPLICATIONS

  **ID:** AMCLI-5552

  **Level:** INFO

  **Description:** Failed to delete applications.

  **Data:** Realm, error message

  **Triggers:** Execute delete applications Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_SHOW\_APPLICATION\_TYPE

  **ID:** AMCLI-5553

  **Level:** INFO

  **Description:** Attempt to show application type details.

  **Data:** Application Type name

  **Triggers:** Execute show application type Commandline interface.

* SUCCEEDED\_SHOW\_APPLICATION\_TYPE

  **ID:** AMCLI-5554

  **Level:** INFO

  **Description:** Show application type details succeded.

  **Data:** Application Type name

  **Triggers:** Execute show application type Commandline interface.

* ATTEMPT\_DELETE\_APPLICATION\_TYPES

  **ID:** AMCLI-5555

  **Level:** INFO

  **Description:** Attempt to delete application types.

  **Data:** Application Type names

  **Triggers:** Execute delete application types Commandline interface.

* SUCCEEDED\_DELETE\_APPLICATION\_TYPES

  **ID:** AMCLI-5556

  **Level:** INFO

  **Description:** Delete application types succeeded.

  **Data:** Application Type names

  **Triggers:** Execute delete application types Commandline interface.

* FAILED\_DELETE\_APPLICATION\_TYPES

  **ID:** AMCLI-5557

  **Level:** INFO

  **Description:** Delete application types failed.

  **Data:** Application Type names, error message

  **Triggers:** Execute delete application types Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_CREATE\_APPLICATION\_TYPE

  **ID:** AMCLI-5558

  **Level:** INFO

  **Description:** Attempt to create application type.

  **Data:** Application Type name

  **Triggers:** Execute create application type Commandline interface.

* SUCCEEDED\_CREATE\_APPLICATION\_TYPE

  **ID:** AMCLI-5559

  **Level:** INFO

  **Description:** Create application type succeeded.

  **Data:** Application Type name

  **Triggers:** Execute create application type Commandline interface.

* FAILED\_CREATE\_APPLICATION\_TYPE

  **ID:** AMCLI-5560

  **Level:** INFO

  **Description:** Failed to create application type.

  **Data:** Application Type name, error message

  **Triggers:** Execute create application type Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_SHOW\_ENTITLEMENT\_SVC

  **ID:** AMCLI-5600

  **Level:** INFO

  **Description:** Attempt to show entitlement service configuration.

  **Triggers:** Execute show entitlement service configuration Commandline interface.

* SUCCEEDED\_SHOW\_ENTITLEMENT\_SVC

  **ID:** AMCLI-5601

  **Level:** INFO

  **Description:** Entitlement service configuration is displayed.

  **Triggers:** Execute show entitlement service configuration Commandline interface.

* FAILED\_SHOW\_ENTITLEMENT\_SVC

  **ID:** AMCLI-5602

  **Level:** INFO

  **Description:** Failed to display entitlement service configuration.

  **Data:** error message

  **Triggers:** Execute show entitlement service configuration Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_MODIFY\_ENTITLEMENT\_SVC

  **ID:** AMCLI-5610

  **Level:** INFO

  **Description:** Attempt to modify entitlement service configuration.

  **Triggers:** Execute set entitlement service configuration Commandline interface.

* SUCCEEDED\_MODIFY\_ENTITLEMENT\_SVC

  **ID:** AMCLI-5611

  **Level:** INFO

  **Description:** Entitlement service configuration is modified.

  **Triggers:** Execute set entitlement service configuration Commandline interface.

* FAILED\_MODIFY\_ENTITLEMENT\_SVC

  **ID:** AMCLI-5612

  **Level:** INFO

  **Description:** Failed to modify entitlement service configuration.

  **Data:** error message

  **Triggers:** Execute set entitlement service configuration Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_CREATE\_APPLICATION\_PRIVILEGE

  **ID:** AMCLI-6010

  **Level:** INFO

  **Description:** Attempt to create application privilege.

  **Data:** realm, application privilege name

  **Triggers:** Execute create application privilege Commandline interface.

* SUCCEEDED\_CREATE\_APPLICATION\_PRIVILEGE

  **ID:** AMCLI-6011

  **Level:** INFO

  **Description:** Application privilege is created.

  **Data:** realm, application privilege name

  **Triggers:** Execute create application privilege Commandline interface.

* FAILED\_CREATE\_APPLICATION\_PRIVILEGE

  **ID:** AMCLI-6012

  **Level:** INFO

  **Description:** Failed to create application privilege.

  **Data:** realm, application privilege name, error message

  **Triggers:** Execute create application privilege Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_DELETE\_APPLICATION\_PRIVILEGE

  **ID:** AMCLI-6020

  **Level:** INFO

  **Description:** Attempt to delete application privilege.

  **Data:** realm, application privilege name

  **Triggers:** Execute delete application privilege Commandline interface.

* SUCCEEDED\_DELETE\_APPLICATION\_PRIVILEGE

  **ID:** AMCLI-6021

  **Level:** INFO

  **Description:** Application privilege is deleted.

  **Data:** realm, application privilege name

  **Triggers:** Execute delete application privilege Commandline interface.

* FAILED\_DELETE\_APPLICATION\_PRIVILEGE

  **ID:** AMCLI-6022

  **Level:** INFO

  **Description:** Failed to delete application privilege.

  **Data:** realm, application privilege name, error message

  **Triggers:** Execute delete application privilege Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_SHOW\_APPLICATION\_PRIVILEGE

  **ID:** AMCLI-6020

  **Level:** INFO

  **Description:** Attempt to show application privilege.

  **Data:** realm, application privilege name

  **Triggers:** Execute show application privilege Commandline interface.

* SUCCEEDED\_SHOW\_APPLICATION\_PRIVILEGE

  **ID:** AMCLI-6021

  **Level:** INFO

  **Description:** Application privilege is displayed.

  **Data:** realm, application privilege name

  **Triggers:** Execute show application privilege Commandline interface.

* FAILED\_SHOW\_APPLICATION\_PRIVILEGE

  **ID:** AMCLI-6022

  **Level:** INFO

  **Description:** Failed to show application privilege.

  **Data:** realm, application privilege name, error message

  **Triggers:** Execute show application privilege Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_LIST\_APPLICATION\_PRIVILEGES

  **ID:** AMCLI-6030

  **Level:** INFO

  **Description:** Attempt to list application privileges in a realm.

  **Data:** realm

  **Triggers:** Execute list application privileges Commandline interface.

* SUCCEEDED\_LIST\_APPLICATION\_PRIVILEGES

  **ID:** AMCLI-6031

  **Level:** INFO

  **Description:** Application privileges are displayed.

  **Data:** realm

  **Triggers:** Execute list application privileges Commandline interface.

* FAILED\_LIST\_APPLICATION\_PRIVILEGES

  **ID:** AMCLI-6032

  **Level:** INFO

  **Description:** Failed to list application privileges.

  **Data:** realm, error message

  **Triggers:** Execute list application privileges Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_UPDATE\_APPLICATION\_PRIVILEGE

  **ID:** AMCLI-6040

  **Level:** INFO

  **Description:** Attempt to update application privilege.

  **Data:** realm, application privilege name

  **Triggers:** Execute update application privilege Commandline interface.

* SUCCEEDED\_UPDATE\_APPLICATION\_PRIVILEGE

  **ID:** AMCLI-6041

  **Level:** INFO

  **Description:** Application privilege is updated.

  **Data:** realm, application privilege name

  **Triggers:** Execute update application privilege Commandline interface.

* FAILED\_UPDATE\_APPLICATION\_PRIVILEGE

  **ID:** AMCLI-6042

  **Level:** INFO

  **Description:** Failed to update application privilege.

  **Data:** realm, application privilege name, error message

  **Triggers:** Execute update application privileges Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_ADD\_PLUGIN\_SCHEMA

  **ID:** AMCLI-6043

  **Level:** INFO

  **Description:** Attempt to add Plug-in schema.

  **Data:** name of service, name of interface, name of plugin, name of i18n key, name of i18n name, name of class

  **Triggers:** Execute add Plug-in schema Commandline interface.

* SUCCEED\_ADD\_PLUGIN\_SCHEMA

  **ID:** AMCLI-6044

  **Level:** INFO

  **Description:** Added Plug-in schema.

  **Data:** name of service, name of plugin

  **Triggers:** Execute add Plug-in schema Commandline interface.

* FAILED\_ADD\_PLUGIN\_SCHEMA

  **ID:** AMCLI-6045

  **Level:** INFO

  **Description:** Failed to add Plug-in schema.

  **Data:** name of service, name of plugin, error message

  **Triggers:** Execute add Plug-in schema Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_REMOVE\_PLUGIN\_SCHEMA

  **ID:** AMCLI-6046

  **Level:** INFO

  **Description:** Attempt to remove Plug-in schema.

  **Data:** name of service, name of interface, name of plugin, name of i18n key, name of i18n name, name of class

  **Triggers:** Execute remove Plug-in schema Commandline interface.

* SUCCEED\_REMOVE\_PLUGIN\_SCHEMA

  **ID:** AMCLI-6047

  **Level:** INFO

  **Description:** Removed Plug-in schema.

  **Data:** name of service, name of plugin

  **Triggers:** Execute remove Plug-in schema Commandline interface.

* FAILED\_REMOVE\_PLUGIN\_SCHEMA

  **ID:** AMCLI-6048

  **Level:** INFO

  **Description:** Failed to remove Plug-in schema.

  **Data:** name of service, name of plugin, error message

  **Triggers:** Execute remove Plug-in schema Commandline interface.

  **Actions:** Look under debug file for more information.

* SUCCEED\_SET\_SITE\_ID

  **ID:** AMCLI-6049

  **Level:** INFO

  **Description:** Site ID is set.

  **Data:** name of site, id of site

  **Triggers:** Execute set site ID Commandline interface.

* FAILED\_SET\_SITE\_ID

  **ID:** AMCLI-6050

  **Level:** INFO

  **Description:** Unable to set site ID.

  **Data:** name of site, site ID, error message

  **Triggers:** Execute set site ID Commandline interface.

  **Actions:** Look under debug file for more information.

* FAILED\_START\_RECORD

  **ID:** AMCLI-6051

  **Level:** INFO

  **Description:** Unable to start the record.

  **Data:** Server name, Json record, error message

  **Triggers:** Execute start record Commandline interface.

  **Actions:** Look under debug file for more information.

* FAILED\_STATUS\_RECORD

  **ID:** AMCLI-6052

  **Level:** INFO

  **Description:** Unable to get the status of the recording

  **Data:** Server name, error message

  **Triggers:** Execute status record Commandline interface.

  **Actions:** Look under debug file for more information.

* FAILED\_STOP\_RECORD

  **ID:** AMCLI-6054

  **Level:** INFO

  **Description:** Recording can't be stopped

  **Data:** Server name, error message

  **Triggers:** Execute stop record Commandline interface.

  **Actions:** Look under debug file for more information.

* SUCCESS\_START\_RECORD

  **ID:** AMCLI-6055

  **Level:** INFO

  **Description:** Start recording

  **Data:** Server name, Json record, Json result

  **Triggers:** Execute start record Commandline interface.

  **Actions:** Look under debug file for more information.

* SUCCESS\_STATUS\_RECORD

  **ID:** AMCLI-6056

  **Level:** INFO

  **Description:** Get the status of the record with success

  **Data:** Server name, Json result

  **Triggers:** Execute status record Commandline interface.

  **Actions:** Look under debug file for more information.

* SUCCESS\_STOP\_RECORD

  **ID:** AMCLI-6057

  **Level:** INFO

  **Description:** Stop recording

  **Data:** Server name, Json result

  **Triggers:** Execute stop record Commandline interface.

  **Actions:** Look under debug file for more information.

* ATTEMPT\_STOP\_RECORD

  **ID:** AMCLI-6058

  **Level:** INFO

  **Description:** Attempt to stop recording.

  **Data:** Server name

  **Triggers:** Stop recording OpenAM.

* ATTEMPT\_STATUS\_RECORD

  **ID:** AMCLI-6059

  **Level:** INFO

  **Description:** Attempt to get the status of the recording.

  **Data:** Server name

  **Triggers:** Get the status of the current record.

* ATTEMPT\_START\_RECORD

  **ID:** AMCLI-6060

  **Level:** INFO

  **Description:** Attempt to start recording.

  **Data:** Server name, Json record, Json result

  **Triggers:** Start record.

* RESOURCE\_READ\_FAILED

  **ID:** AMCLI-6100

  **Level:** INFO

  **Description:** Failed to read resource.

  **Data:** Resource Id, Resource type, Http code

  **Triggers:** Attempting to read resource to determine whether to create or update.

* RESOURCE\_UPDATE\_SUCCESS

  **ID:** AMCLI-6101

  **Level:** INFO

  **Description:** Successfully updated resource.

  **Data:** Resource Id, Resource type

  **Triggers:** Attempting to update an existing resource.

* RESOURCE\_UPDATE\_FAILED

  **ID:** AMCLI-6102

  **Level:** INFO

  **Description:** Failed to update resource.

  **Data:** Resource Id, Resource type, Http code

  **Triggers:** Attempting to update an existing resource.

* RESOURCE\_CREATE\_SUCCESS

  **ID:** AMCLI-6103

  **Level:** INFO

  **Description:** Successfully created resource.

  **Data:** Resource Id, Resource type

  **Triggers:** Attempting to create a new resource.

* RESOURCE\_CREATE\_FAILED

  **ID:** AMCLI-6104

  **Level:** INFO

  **Description:** Failed to create resource.

  **Data:** Resource Id, Resource type, Http code

  **Triggers:** Attempting to create a new resource.

* POLICY\_EXPORT\_SUCCESS

  **ID:** AMCLI-6105

  **Level:** INFO

  **Description:** Successfully exported policy model resources.

  **Data:** Realm, Exported File

  **Triggers:** Executes export resource Commandline interface.

### CONSOLE messages

* ATTEMPT\_IDENTITY\_CREATION

  **ID:** CONSOLE-1

  **Level:** INFO

  **Description:** Attempt to create Identity

  **Data:** identity name, identity type, realm name

  **Triggers:** Click on create button in Realm Creation Page.

* IDENTITY\_CREATED

  **ID:** CONSOLE-2

  **Level:** INFO

  **Description:** Creation of Identity succeeded.

  **Data:** identity name, identity type, realm name

  **Triggers:** Click on create button in Realm Creation Page.

* SSO\_EXCEPTION\_IDENTITY\_CREATION

  **ID:** CONSOLE-3

  **Level:** SEVERE

  **Description:** Creation of Identity failed

  **Data:** identity name, identity type, realm name, error message

  **Triggers:** Unable to create an identity under a realm. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under data store log for more information.

* IDM\_EXCEPTION\_IDENTITY\_CREATION

  **ID:** CONSOLE-4

  **Level:** SEVERE

  **Description:** Creation of Identity failed

  **Data:** identity name, identity type, realm name, error message

  **Triggers:** Unable to create an identity under a realm due to data store error.

  **Actions:** Look under data store log for more information.

* ATTEMPT\_SEARCH\_IDENTITY

  **ID:** CONSOLE-11

  **Level:** INFO

  **Description:** Attempt to search for Identities

  **Data:** base realm, identity type, search pattern, search size limit, search time limit

  **Triggers:** Click on Search button in identity search view.

* SUCCEED\_SEARCH\_IDENTITY

  **ID:** CONSOLE-12

  **Level:** INFO

  **Description:** Searching for Identities succeeded

  **Data:** base realm, identity type, search pattern, search size limit, search time limit

  **Triggers:** Click on Search button in identity search view.

* SSO\_EXCEPTION\_SEARCH\_IDENTITY

  **ID:** CONSOLE-13

  **Level:** SEVERE

  **Description:** Searching for identities failed

  **Data:** identity name, identity type, realm name, error message

  **Triggers:** Unable to perform search operation on identities under a realm. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under data store log for more information.

* IDM\_EXCEPTION\_SEARCH\_IDENTITY

  **ID:** CONSOLE-14

  **Level:** SEVERE

  **Description:** Searching for identities failed

  **Data:** identity name, identity type, realm name, error message

  **Triggers:** Unable to perform search operation on identities under a realm due to data store error.

  **Actions:** Look under data store log for more information.

* ATTEMPT\_READ\_IDENTITY\_ATTRIBUTE\_VALUE

  **ID:** CONSOLE-21

  **Level:** INFO

  **Description:** Attempt to read attribute values of an identity

  **Data:** identity name, name of attributes

  **Triggers:** View identity profile view.

* SUCCEED\_READ\_IDENTITY\_ATTRIBUTE\_VALUE

  **ID:** CONSOLE-22

  **Level:** INFO

  **Description:** Reading of attribute values of an identity succeeded

  **Data:** identity name, name of attributes

  **Triggers:** View identity profile view.

* SSO\_EXCEPTION\_READ\_IDENTITY\_ATTRIBUTE\_VALUE

  **ID:** CONSOLE-23

  **Level:** SEVERE

  **Description:** Reading of attribute values of an identity failed

  **Data:** identity name, name of attributes, error message

  **Triggers:** Unable to read attribute values of an identity. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under data store log for more information.

* IDM\_EXCEPTION\_READ\_IDENTITY\_ATTRIBUTE\_VALUE

  **ID:** CONSOLE-24

  **Level:** SEVERE

  **Description:** Reading of attribute values of an identity failed

  **Data:** identity name, name of attributes, error message

  **Triggers:** Unable to read attribute values of an identity due to data store error.

  **Actions:** Look under data store log for more information.

* SMS\_EXCEPTION\_READ\_IDENTITY\_ATTRIBUTE\_VALUE

  **ID:** CONSOLE-25

  **Level:** SEVERE

  **Description:** Reading of attribute values of an identity failed

  **Data:** identity name, name of attributes, error message

  **Triggers:** Unable to read attribute values of an identity due to exception service manager API.

  **Actions:** Look under service manage log for more information.

* ATTEMPT\_MODIFY\_IDENTITY\_ATTRIBUTE\_VALUE

  **ID:** CONSOLE-31

  **Level:** INFO

  **Description:** Attempt to modify attribute values of an identity

  **Data:** identity name, name of attributes

  **Triggers:** Click on Save button in identity profile view.

* SUCCEED\_MODIFY\_IDENTITY\_ATTRIBUTE\_VALUE

  **ID:** CONSOLE-32

  **Level:** INFO

  **Description:** Modification of attribute values of an identity succeeded

  **Data:** identity name, name of attributes

  **Triggers:** Click on Save button in identity profile view.

* SSO\_EXCEPTION\_MODIFY\_IDENTITY\_ATTRIBUTE\_VALUE

  **ID:** CONSOLE-33

  **Level:** SEVERE

  **Description:** Modification of attribute values of an identity failed

  **Data:** identity name, name of attributes, error message

  **Triggers:** Unable to modify attribute values of an identity. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under data store log for more information.

* IDM\_EXCEPTION\_MODIFY\_IDENTITY\_ATTRIBUTE\_VALUE

  **ID:** CONSOLE-34

  **Level:** SEVERE

  **Description:** Modification of attribute values of an identity failed

  **Data:** identity name, name of attributes, error message

  **Triggers:** Unable to modify attribute values of an identity due to data store error.

  **Actions:** Look under data store log for more information.

* ATTEMPT\_DELETE\_IDENTITY

  **ID:** CONSOLE-41

  **Level:** INFO

  **Description:** Attempt to delete identities

  **Data:** realm name, name of identities to be deleted

  **Triggers:** Click on Delete button in identity search view.

* SUCCEED\_DELETE\_IDENTITY

  **ID:** CONSOLE-42

  **Level:** INFO

  **Description:** Deletion of identities succeeded

  **Data:** realm name, name of identities to be deleted

  **Triggers:** Click on Delete button in identity search view.

* SSO\_EXCEPTION\_DELETE\_IDENTITY

  **ID:** CONSOLE-43

  **Level:** SEVERE

  **Description:** Deletion of identities failed

  **Data:** realm name, name of identities to be deleted, error message

  **Triggers:** Unable to delete identities. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under data store log for more information.

* IDM\_EXCEPTION\_DELETE\_IDENTITY

  **ID:** CONSOLE-44

  **Level:** SEVERE

  **Description:** Deletion of identities failed

  **Data:** realm name, name of identities to be deleted, error message

  **Triggers:** Unable to delete identities due to data store error.

  **Actions:** Look under data store log for more information.

* ATTEMPT\_READ\_IDENTITY\_MEMBERSHIP

  **ID:** CONSOLE-51

  **Level:** INFO

  **Description:** Attempt to read identity's memberships information

  **Data:** name of identity, membership identity type

  **Triggers:** View membership page of an identity.

* SUCCEED\_READ\_IDENTITY\_MEMBERSHIP

  **ID:** CONSOLE-52

  **Level:** INFO

  **Description:** Reading of identity's memberships information succeeded

  **Data:** name of identity, membership identity type

  **Triggers:** View membership page of an identity.

* SSO\_EXCEPTION\_READ\_IDENTITY\_MEMBERSHIP

  **ID:** CONSOLE-53

  **Level:** SEVERE

  **Description:** Reading of identity's memberships information failed.

  **Data:** name of identity, membership identity type, error message

  **Triggers:** Unable to read identity's memberships information. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under data store log for more information.

* IDM\_EXCEPTION\_READ\_IDENTITY\_MEMBERSHIP

  **ID:** CONSOLE-54

  **Level:** SEVERE

  **Description:** Reading of identity's memberships information failed.

  **Data:** name of identity, membership identity type, error message

  **Triggers:** Unable to read identity's memberships information due to data store error.

  **Actions:** Look under data store log for more information.

* ATTEMPT\_READ\_IDENTITY\_MEMBER

  **ID:** CONSOLE-61

  **Level:** INFO

  **Description:** Attempt to read identity's members information

  **Data:** name of identity, members identity type

  **Triggers:** View members page of an identity.

* SUCCEED\_READ\_IDENTITY\_MEMBER

  **ID:** CONSOLE-62

  **Level:** INFO

  **Description:** Reading of identity's members information succeeded

  **Data:** name of identity, members identity type

  **Triggers:** View members page of an identity.

* SSO\_EXCEPTION\_READ\_IDENTITY\_MEMBER

  **ID:** CONSOLE-63

  **Level:** SEVERE

  **Description:** Reading of identity's members information failed.

  **Data:** name of identity, member identity type, error message

  **Triggers:** Unable to read identity's members information. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under data store log for more information.

* IDM\_EXCEPTION\_READ\_IDENTITY\_MEMBER

  **ID:** CONSOLE-64

  **Level:** SEVERE

  **Description:** Reading of identity's members information failed.

  **Data:** name of identity, member identity type, error message

  **Triggers:** Unable to read identity's members information due to data store error.

  **Actions:** Look under data store log for more information.

* ATTEMPT\_ADD\_IDENTITY\_MEMBER

  **ID:** CONSOLE-71

  **Level:** INFO

  **Description:** Attempt to add member to an identity

  **Data:** name of identity, name of identity to be added.

  **Triggers:** Select members to be added to an identity.

* SUCCEED\_ADD\_IDENTITY\_MEMBER

  **ID:** CONSOLE-72

  **Level:** INFO

  **Description:** Addition of member to an identity succeeded

  **Data:** name of identity, name of identity added.

  **Triggers:** Select members to be added to an identity.

* SSO\_EXCEPTION\_ADD\_IDENTITY\_MEMBER

  **ID:** CONSOLE-73

  **Level:** SEVERE

  **Description:** Addition of member to an identity failed.

  **Data:** name of identity, name of identity to be added., error message

  **Triggers:** Unable to add member to an identity. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under data store log for more information.

* IDM\_EXCEPTION\_ADD\_IDENTITY\_MEMBER

  **ID:** CONSOLE-74

  **Level:** SEVERE

  **Description:** Addition of member to an identity failed.

  **Data:** name of identity, name of identity to be added., error message

  **Triggers:** Unable to add member to an identity due to data store error.

  **Actions:** Look under data store log for more information.

* ATTEMPT\_REMOVE\_IDENTITY\_MEMBER

  **ID:** CONSOLE-81

  **Level:** INFO

  **Description:** Attempt to remove member from an identity

  **Data:** name of identity, name of identity to be removed.

  **Triggers:** Select members to be removed from an identity.

* SUCCEED\_REMOVE\_IDENTITY\_MEMBER

  **ID:** CONSOLE-82

  **Level:** INFO

  **Description:** Removal of member from an identity succeeded

  **Data:** name of identity, name of identity removed.

  **Triggers:** Select members to be removed from an identity.

* SSO\_EXCEPTION\_REMOVE\_IDENTITY\_MEMBER

  **ID:** CONSOLE-83

  **Level:** SEVERE

  **Description:** Removal of member to an identity failed.

  **Data:** name of identity, name of identity to be removed., error message

  **Triggers:** Unable to remove member from an identity. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under data store log for more information.

* IDM\_EXCEPTION\_REMOVE\_IDENTITY\_MEMBER

  **ID:** CONSOLE-84

  **Level:** SEVERE

  **Description:** Removal of member from an identity failed.

  **Data:** name of identity, name of identity to be removed., error message

  **Triggers:** Unable to remove member to an identity due to data store error.

  **Actions:** Look under data store log for more information.

* ATTEMPT\_READ\_IDENTITY\_ASSIGNED\_SERVICE

  **ID:** CONSOLE-91

  **Level:** INFO

  **Description:** Attempt to read assigned service names of an identity

  **Data:** name of identity

  **Triggers:** Click on Add button in service assignment view of an identity.

* SUCCEED\_READ\_IDENTITY\_ASSIGNED\_SERVICE

  **ID:** CONSOLE-92

  **Level:** INFO

  **Description:** Reading assigned service names of an identity succeeded

  **Data:** name of identity

  **Triggers:** Click on Add button in service assignment view of an identity.

* SSO\_EXCEPTION\_READ\_IDENTITY\_ASSIGNED\_SERVICE

  **ID:** CONSOLE-93

  **Level:** SEVERE

  **Description:** Reading assigned service names of an identity failed.

  **Data:** name of identity, error message

  **Triggers:** Unable to read assigned service names of an identity. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under data store log for more information.

* IDM\_EXCEPTION\_READ\_IDENTITY\_ASSIGNED\_SERVICE

  **ID:** CONSOLE-94

  **Level:** SEVERE

  **Description:** Reading assigned service names of an identity failed.

  **Data:** name of identity, error message

  **Triggers:** Unable to read assigned service names of an identity due to data store error.

  **Actions:** Look under data store log for more information.

* ATTEMPT\_READ\_IDENTITY\_ASSIGNABLE\_SERVICE

  **ID:** CONSOLE-101

  **Level:** INFO

  **Description:** Attempt to read assignable service names of an identity

  **Data:** name of identity

  **Triggers:** View the services page of an identity.

* SUCCEED\_READ\_IDENTITY\_ASSIGNABLE\_SERVICE

  **ID:** CONSOLE-102

  **Level:** INFO

  **Description:** Reading assignable service names of an identity succeeded

  **Data:** name of identity

  **Triggers:** View the services page of an identity.

* SSO\_EXCEPTION\_READ\_IDENTITY\_ASSIGNABLE\_SERVICE

  **ID:** CONSOLE-103

  **Level:** SEVERE

  **Description:** Reading assignable service names of an identity failed.

  **Data:** name of identity, error message

  **Triggers:** Unable to read assignable service names of an identity. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under data store log for more information.

* IDM\_EXCEPTION\_READ\_IDENTITY\_ASSIGNABLE\_SERVICE

  **ID:** CONSOLE-104

  **Level:** SEVERE

  **Description:** Reading assignable service names of an identity failed.

  **Data:** name of identity, error message

  **Triggers:** Unable to read assignable service names of an identity due to data store error.

  **Actions:** Look under data store log for more information.

* ATTEMPT\_IDENTITY\_ASSIGN\_SERVICE

  **ID:** CONSOLE-111

  **Level:** INFO

  **Description:** Attempt to assign a service to an identity

  **Data:** name of identity, name of service

  **Triggers:** Click Add button of service view of an identity.

* SUCCEED\_IDENTITY\_ASSIGN\_SERVICE

  **ID:** CONSOLE-112

  **Level:** INFO

  **Description:** Assignment of service to an identity succeeded

  **Data:** name of identity, name of service

  **Triggers:** Click Add button of service view of an identity.

* SSO\_EXCEPTION\_IDENTITY\_ASSIGN\_SERVICE

  **ID:** CONSOLE-113

  **Level:** SEVERE

  **Description:** Assignment of service to an identity failed.

  **Data:** name of identity, name of service, error message

  **Triggers:** Unable to assign service to an identity. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under data store log for more information.

* IDM\_EXCEPTION\_IDENTITY\_ASSIGN\_SERVICE

  **ID:** CONSOLE-114

  **Level:** SEVERE

  **Description:** Assignment of service to an identity failed.

  **Data:** name of identity, name of service, error message

  **Triggers:** Unable to assign service to an identity due to data store error.

  **Actions:** Look under data store log for more information.

* ATTEMPT\_IDENTITY\_UNASSIGN\_SERVICE

  **ID:** CONSOLE-121

  **Level:** INFO

  **Description:** Attempt to unassign a service from an identity

  **Data:** name of identity, name of service

  **Triggers:** Click Remove button in service view of an identity.

* SUCCEED\_IDENTITY\_UNASSIGN\_SERVICE

  **ID:** CONSOLE-122

  **Level:** INFO

  **Description:** Unassignment of service to an identity succeeded

  **Data:** name of identity, name of service

  **Triggers:** Click Remove button in service view of an identity.

* SSO\_EXCEPTION\_IDENTITY\_UNASSIGN\_SERVICE

  **ID:** CONSOLE-123

  **Level:** SEVERE

  **Description:** Unassignment of service from an identity failed.

  **Data:** name of identity, name of service, error message

  **Triggers:** Unable to unassign service from an identity. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under data store log for more information.

* IDM\_EXCEPTION\_IDENTITY\_UNASSIGN\_SERVICE

  **ID:** CONSOLE-124

  **Level:** SEVERE

  **Description:** Unassignment of service from an identity failed.

  **Data:** name of identity, name of service, error message

  **Triggers:** Unable to unassign service from an identity due to data store error.

  **Actions:** Look under data store log for more information.

* ATTEMPT\_IDENTITY\_READ\_SERVICE\_ATTRIBUTE\_VALUES

  **ID:** CONSOLE-131

  **Level:** INFO

  **Description:** Attempt to read service attribute values of an identity

  **Data:** name of identity, name of service

  **Triggers:** View service profile view of an identity.

* SUCCEED\_IDENTITY\_READ\_SERVICE\_ATTRIBUTE\_VALUES

  **ID:** CONSOLE-132

  **Level:** INFO

  **Description:** Reading of service attribute values of an identity succeeded

  **Data:** name of identity, name of service

  **Triggers:** View service profile view of an identity.

* SSO\_EXCEPTION\_IDENTITY\_READ\_SERVICE\_ATTRIBUTE\_VALUES

  **ID:** CONSOLE-133

  **Level:** SEVERE

  **Description:** Reading of service attribute values of an identity failed.

  **Data:** name of identity, name of service, error message

  **Triggers:** Unable to read service attribute values of an identity. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation

  **Actions:** Look under data store log for more information.

* IDM\_EXCEPTION\_IDENTITY\_READ\_SERVICE\_ATTRIBUTE\_VALUES

  **ID:** CONSOLE-134

  **Level:** SEVERE

  **Description:** Reading of service attribute values of an identity failed.

  **Data:** name of identity, name of service, error message

  **Triggers:** Unable to read service attribute values of an identity due to data store error.

  **Actions:** Look under data store log for more information.

* ATTEMPT\_IDENTITY\_WRITE\_SERVICE\_ATTRIBUTE\_VALUES

  **ID:** CONSOLE-141

  **Level:** INFO

  **Description:** Attempt to write service attribute values to an identity

  **Data:** name of identity, name of service

  **Triggers:** Click on Save button in service profile view of an identity.

* SUCCEED\_IDENTITY\_WRITE\_SERVICE\_ATTRIBUTE\_VALUES

  **ID:** CONSOLE-142

  **Level:** INFO

  **Description:** Writing of service attribute values to an identity succeeded

  **Data:** name of identity, name of service

  **Triggers:** Click on Save button in service profile view of an identity.

* SSO\_EXCEPTION\_IDENTITY\_WRITE\_SERVICE\_ATTRIBUTE\_VALUES

  **ID:** CONSOLE-143

  **Level:** SEVERE

  **Description:** Writing of service attribute values to an identity failed.

  **Data:** name of identity, name of service, error message

  **Triggers:** Unable to write service attribute values to an identity. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under data store log for more information.

* IDM\_EXCEPTION\_IDENTITY\_WRITE\_SERVICE\_ATTRIBUTE\_VALUES

  **ID:** CONSOLE-144

  **Level:** SEVERE

  **Description:** Writing of service attribute values to an identity failed.

  **Data:** name of identity, name of service, error message

  **Triggers:** Unable to write service attribute values to an identity due to data store error.

  **Actions:** Look under data store log for more information.

* ATTEMPT\_READ\_ALL\_GLOBAL\_DEFAULT\_ATTRIBUTE\_VALUES

  **ID:** CONSOLE-201

  **Level:** INFO

  **Description:** Attempt to read all global service default attribute values

  **Data:** name of service

  **Triggers:** View global configuration view of a service.

* SUCCEED\_READ\_ALL\_GLOBAL\_DEFAULT\_ATTRIBUTE\_VALUES

  **ID:** CONSOLE-202

  **Level:** INFO

  **Description:** Reading of all global service default attribute values succeeded

  **Data:** name of service

  **Triggers:** View global configuration view of a service.

* ATTEMPT\_READ\_GLOBAL\_DEFAULT\_ATTRIBUTE\_VALUES

  **ID:** CONSOLE-203

  **Level:** INFO

  **Description:** Attempt to read global service default attribute values

  **Data:** name of service, name of attribute

  **Triggers:** View global configuration view of a service.

* SUCCEED\_READ\_GLOBAL\_DEFAULT\_ATTRIBUTE\_VALUES

  **ID:** CONSOLE-204

  **Level:** INFO

  **Description:** Reading of global service default attribute values succeeded

  **Data:** name of service, name of attribute

  **Triggers:** View global configuration view of a service.

* FAILED\_READ\_GLOBAL\_DEFAULT\_ATTRIBUTE\_VALUES

  **ID:** CONSOLE-205

  **Level:** INFO

  **Description:** Reading of global service default attribute values failed

  **Data:** name of service, name of attribute

  **Triggers:** View global configuration view of a service.

  **Actions:** Look under service management log for more information.

* ATTEMPT\_WRITE\_GLOBAL\_DEFAULT\_ATTRIBUTE\_VALUES

  **ID:** CONSOLE-211

  **Level:** INFO

  **Description:** Attempt to write global service default attribute values

  **Data:** name of service, name of attribute

  **Triggers:** Click on Save button in global configuration view of a service.

* SUCCEED\_WRITE\_GLOBAL\_DEFAULT\_ATTRIBUTE\_VALUES

  **ID:** CONSOLE-212

  **Level:** INFO

  **Description:** Writing of global service default attribute values succeeded

  **Data:** name of service, name of attribute

  **Triggers:** Click on Save button in global configuration view of a service.

* SSO\_EXCEPTION\_WRITE\_GLOBAL\_DEFAULT\_ATTRIBUTE\_VALUES

  **ID:** CONSOLE-213

  **Level:** SEVERE

  **Description:** Writing of global service default attribute values failed.

  **Data:** name of service, name of attribute, error message

  **Triggers:** Unable to write global service default attribute values. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under service management log for more information.

* SMS\_EXCEPTION\_WRITE\_GLOBAL\_DEFAULT\_ATTRIBUTE\_VALUES

  **ID:** CONSOLE-214

  **Level:** SEVERE

  **Description:** Writing of global service default attribute values failed.

  **Data:** name of service, name of attribute, error message

  **Triggers:** Unable to write service default attribute values due to service management error.

  **Actions:** Look under service management log for more information.

* ATTEMPT\_READ\_GLOBAL\_SUB\_CONFIGURATION\_NAMES

  **ID:** CONSOLE-221

  **Level:** INFO

  **Description:** Attempt to get sub configuration names

  **Data:** name of service, name of base global sub configuration

  **Triggers:** View a global service view of which its service has sub schema.

* SUCCEED\_READ\_GLOBAL\_SUB\_CONFIGURATION\_NAMES

  **ID:** CONSOLE-222

  **Level:** INFO

  **Description:** Reading of global sub configuration names succeeded

  **Data:** name of service, name of base global sub configuration

  **Triggers:** View a global service view of which its service has sub schema.

* SSO\_EXCEPTION\_READ\_GLOBAL\_SUB\_CONFIGURATION\_NAMES

  **ID:** CONSOLE-223

  **Level:** SEVERE

  **Description:** Reading of global sub configuration names failed.

  **Data:** name of service, name of base global sub configuration, error message

  **Triggers:** Unable to get global sub configuration names. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under service management log for more information.

* SMS\_EXCEPTION\_READ\_GLOBAL\_SUB\_CONFIGURATION\_NAMES

  **ID:** CONSOLE-224

  **Level:** SEVERE

  **Description:** Reading of global sub configuration names failed.

  **Data:** name of service, name of base global sub configuration, error message

  **Triggers:** Unable to get global sub configuration names due to service management error.

  **Actions:** Look under service management log for more information.

* ATTEMPT\_DELETE\_GLOBAL\_SUB\_CONFIGURATION

  **ID:** CONSOLE-231

  **Level:** INFO

  **Description:** Attempt to delete sub configuration

  **Data:** name of service, name of base global sub configuration, name of sub configuration to be deleted

  **Triggers:** Click on delete selected button in global service profile view.

* SUCCEED\_DELETE\_GLOBAL\_SUB\_CONFIGURATION

  **ID:** CONSOLE-232

  **Level:** INFO

  **Description:** Deletion of sub configuration succeeded

  **Data:** name of service, name of base global sub configuration, name of sub configuration to be deleted

  **Triggers:** Click on delete selected button in global service profile view.

* SSO\_EXCEPTION\_DELETE\_GLOBAL\_SUB\_CONFIGURATION

  **ID:** CONSOLE-233

  **Level:** SEVERE

  **Description:** Deletion of sub configuration failed.

  **Data:** name of service, name of base global sub configuration, name of sub configuration to be deleted, error message

  **Triggers:** Unable to delete sub configuration. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under service management log for more information.

* SMS\_EXCEPTION\_DELETE\_GLOBAL\_SUB\_CONFIGURATION

  **ID:** CONSOLE-234

  **Level:** SEVERE

  **Description:** Deletion of sub configuration failed.

  **Data:** name of service, name of base global sub configuration, name of sub configuration to be deleted, error message

  **Triggers:** Unable to delete sub configuration due to service management error.

  **Actions:** Look under service management log for more information.

* ATTEMPT\_CREATE\_GLOBAL\_SUB\_CONFIGURATION

  **ID:** CONSOLE-241

  **Level:** INFO

  **Description:** Attempt to create sub configuration

  **Data:** name of service, name of base global sub configuration, name of sub configuration to be created, name of sub schema to be created

  **Triggers:** Click on add button in create sub configuration view.

* SUCCEED\_CREATE\_GLOBAL\_SUB\_CONFIGURATION

  **ID:** CONSOLE-242

  **Level:** INFO

  **Description:** Creation of sub configuration succeeded

  **Data:** name of service, name of base global sub configuration, name of sub configuration to be created, name of sub schema to be created

  **Triggers:** Click on add button in create sub configuration view.

* SSO\_EXCEPTION\_CREATE\_GLOBAL\_SUB\_CONFIGURATION

  **ID:** CONSOLE-243

  **Level:** SEVERE

  **Description:** Creation of sub configuration failed.

  **Data:** name of service, name of base global sub configuration, name of sub configuration to be created, name of sub schema to be created, error message

  **Triggers:** Unable to create sub configuration. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under service management log for more information.

* SMS\_EXCEPTION\_CREATE\_GLOBAL\_SUB\_CONFIGURATION

  **ID:** CONSOLE-244

  **Level:** SEVERE

  **Description:** Creation of sub configuration failed.

  **Data:** name of service, name of base global sub configuration, name of sub configuration to be created, name of sub schema to be created, error message

  **Triggers:** Unable to create sub configuration due to service management error.

  **Actions:** Look under service management log for more information.

* SUCCEED\_READ\_GLOBAL\_SUB\_CONFIGURATION\_ATTRIBUTE\_VALUES

  **ID:** CONSOLE-251

  **Level:** INFO

  **Description:** Reading of sub configuration's attribute values succeeded

  **Data:** name of service, name of sub configuration

  **Triggers:** View sub configuration profile view.

* ATTEMPT\_WRITE\_GLOBAL\_SUB\_CONFIGURATION\_ATTRIBUTE\_VALUES

  **ID:** CONSOLE-261

  **Level:** INFO

  **Description:** Attempt to write sub configuration's attribute values

  **Data:** name of service, name of sub configuration

  **Triggers:** Click on save button in sub configuration profile view.

* SUCCEED\_WRITE\_GLOBAL\_SUB\_CONFIGURATION\_ATTRIBUTE\_VALUES

  **ID:** CONSOLE-262

  **Level:** INFO

  **Description:** Writing of sub configuration's attribute values succeeded

  **Data:** name of service, name of sub configuration

  **Triggers:** Click on save button in sub configuration profile view.

* SSO\_EXCEPTION\_WRITE\_GLOBAL\_SUB\_CONFIGURATION\_ATTRIBUTE\_VALUES

  **ID:** CONSOLE-263

  **Level:** SEVERE

  **Description:** Writing of sub configuration's attribute value failed.

  **Data:** name of service, name of sub configuration, error message

  **Triggers:** Unable to write sub configuration's attribute values. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under service management log for more information.

* SMS\_EXCEPTION\_WRITE\_GLOBAL\_SUB\_CONFIGURATION\_ATTRIBUTE\_VALUES\_NAMES

  **ID:** CONSOLE-264

  **Level:** SEVERE

  **Description:** Writing of sub configuration's attribute value failed.

  **Data:** name of service, name of sub configuration, error message

  **Triggers:** Unable to write sub configuration's attribute value due to service management error.

  **Actions:** Look under service management log for more information.

* ATTEMPT\_GET\_POLICY\_NAMES

  **ID:** CONSOLE-301

  **Level:** INFO

  **Description:** Attempt to get policy names under a realm.

  **Data:** name of realm

  **Triggers:** View policy main page.

* SUCCEED\_GET\_POLICY\_NAMES

  **ID:** CONSOLE-302

  **Level:** INFO

  **Description:** Getting policy names under a realm succeeded

  **Data:** name of realm

  **Triggers:** View policy main page.

* SSO\_EXCEPTION\_GET\_POLICY\_NAMES

  **ID:** CONSOLE-303

  **Level:** SEVERE

  **Description:** Getting policy names under a realm failed.

  **Data:** name of realm, error message

  **Triggers:** Unable to get policy names under a realm. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under policy log for more information.

* POLICY\_EXCEPTION\_GET\_POLICY\_NAMES

  **ID:** CONSOLE-304

  **Level:** SEVERE

  **Description:** Getting policy names under a realm failed.

  **Data:** name of realm, error message

  **Triggers:** Unable to get policy names under a realm due to policy SDK related errors.

  **Actions:** Look under policy log for more information.

* ATTEMPT\_CREATE\_POLICY

  **ID:** CONSOLE-311

  **Level:** INFO

  **Description:** Attempt to create policy under a realm.

  **Data:** name of realm, name of policy

  **Triggers:** Click on New button in policy creation page.

* SUCCEED\_CREATE\_POLICY

  **ID:** CONSOLE-312

  **Level:** INFO

  **Description:** Creation of policy succeeded

  **Data:** name of realm, name of policy

  **Triggers:** Click on New button in policy creation page.

* SSO\_EXCEPTION\_CREATE\_POLICY

  **ID:** CONSOLE-313

  **Level:** SEVERE

  **Description:** Creation of policy failed.

  **Data:** name of realm, name of policy, error message

  **Triggers:** Unable to create policy under a realm. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under policy log for more information.

* POLICY\_EXCEPTION\_CREATE\_POLICY

  **ID:** CONSOLE-314

  **Level:** SEVERE

  **Description:** Creation of policy failed.

  **Data:** name of realm, name of policy, error message

  **Triggers:** Unable to create policy under a realm due to policy SDK related errors.

  **Actions:** Look under policy log for more information.

* ATTEMPT\_MODIFY\_POLICY

  **ID:** CONSOLE-321

  **Level:** INFO

  **Description:** Attempt to modify policy.

  **Data:** name of realm, name of policy

  **Triggers:** Click on Save button in policy profile page.

* SUCCEED\_MODIFY\_POLICY

  **ID:** CONSOLE-322

  **Level:** INFO

  **Description:** Modification of policy succeeded

  **Data:** name of realm, name of policy

  **Triggers:** Click on Save button in policy profile page.

* SSO\_EXCEPTION\_MODIFY\_POLICY

  **ID:** CONSOLE-323

  **Level:** SEVERE

  **Description:** Modification of policy failed.

  **Data:** name of realm, name of policy, error message

  **Triggers:** Unable to modify policy under a realm. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under policy log for more information.

* POLICY\_EXCEPTION\_MODIFY\_POLICY

  **ID:** CONSOLE-324

  **Level:** SEVERE

  **Description:** Modification of policy failed.

  **Data:** name of realm, name of policy, error message

  **Triggers:** Unable to modify policy due to policy SDK related errors.

  **Actions:** Look under policy log for more information.

* ATTEMPT\_DELETE\_POLICY

  **ID:** CONSOLE-331

  **Level:** INFO

  **Description:** Attempt to delete policy.

  **Data:** name of realm, names of policies

  **Triggers:** Click on Delete button in policy main page.

* SUCCEED\_DELETE\_POLICY

  **ID:** CONSOLE-332

  **Level:** INFO

  **Description:** Deletion of policy succeeded

  **Data:** name of realm, name of policies

  **Triggers:** Click on Delete button in policy main page.

* SSO\_EXCEPTION\_DELETE\_POLICY

  **ID:** CONSOLE-333

  **Level:** SEVERE

  **Description:** Deletion of policy failed.

  **Data:** name of realm, name of policies, error message

  **Triggers:** Unable to delete policy. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under policy log for more information.

* POLICY\_EXCEPTION\_DELETE\_POLICY

  **ID:** CONSOLE-334

  **Level:** SEVERE

  **Description:** Deletion of policy failed.

  **Data:** name of realm, name of policies, error message

  **Triggers:** Unable to delete policy due to policy SDK related errors.

  **Actions:** Look under policy log for more information.

* ATTEMPT\_GET\_REALM\_NAMES

  **ID:** CONSOLE-401

  **Level:** INFO

  **Description:** Attempt to get realm names

  **Data:** name of parent realm

  **Triggers:** View realm main page.

* SUCCEED\_GET\_REALM\_NAMES

  **ID:** CONSOLE-402

  **Level:** INFO

  **Description:** Getting realm names succeeded.

  **Data:** name of parent realm

  **Triggers:** View realm main page.

* SMS\_EXCEPTION\_GET\_REALM\_NAMES

  **ID:** CONSOLE-403

  **Level:** SEVERE

  **Description:** Getting realm names failed.

  **Data:** name of parent realm, error message

  **Triggers:** Unable to get realm names due to service management SDK exception.

  **Actions:** Look under service management log for more information.

* ATTEMPT\_CREATE\_REALM

  **ID:** CONSOLE-411

  **Level:** INFO

  **Description:** Attempt to create realm

  **Data:** name of parent realm, name of new realm

  **Triggers:** Click on New button in create realm page.

* SUCCEED\_CREATE\_REALM

  **ID:** CONSOLE-412

  **Level:** INFO

  **Description:** Creation of realm succeeded.

  **Data:** name of parent realm, name of new realm

  **Triggers:** Click on New button in create realm page.

* SMS\_EXCEPTION\_CREATE\_REALM

  **ID:** CONSOLE-413

  **Level:** SEVERE

  **Description:** Creation of realm failed.

  **Data:** name of parent realm, name of new realm, error message

  **Triggers:** Unable to create new realm due to service management SDK exception.

  **Actions:** Look under service management log for more information.

* ATTEMPT\_DELETE\_REALM

  **ID:** CONSOLE-421

  **Level:** INFO

  **Description:** Attempt to delete realm

  **Data:** name of parent realm, name of realm to delete

  **Triggers:** Click on Delete button in realm main page.

* SUCCEED\_DELETE\_REALM

  **ID:** CONSOLE-422

  **Level:** INFO

  **Description:** Deletion of realm succeeded.

  **Data:** name of parent realm, name of realm to delete

  **Triggers:** Click on Delete button in realm main page.

* SMS\_EXCEPTION\_DELETE\_REALM

  **ID:** CONSOLE-423

  **Level:** SEVERE

  **Description:** Deletion of realm failed.

  **Data:** name of parent realm, name of realm to delete, error message

  **Triggers:** Unable to delete realm due to service management SDK exception.

  **Actions:** Look under service management log for more information.

* ATTEMPT\_GET\_ATTR\_VALUES\_OF\_REALM

  **ID:** CONSOLE-431

  **Level:** INFO

  **Description:** Attempt to get attribute values of realm

  **Data:** name of realm

  **Triggers:** View realm profile page.

* SUCCEED\_GET\_ATTR\_VALUES\_OF\_REALM

  **ID:** CONSOLE-432

  **Level:** INFO

  **Description:** Getting attribute values of realm succeeded.

  **Data:** name of realm

  **Triggers:** View realm profile page.

* SMS\_EXCEPTION\_GET\_ATTR\_VALUES\_OF\_REALM

  **ID:** CONSOLE-433

  **Level:** SEVERE

  **Description:** Getting attribute values of realm failed.

  **Data:** name of realm, error message

  **Triggers:** Unable to get attribute values of realm due to service management SDK exception.

  **Actions:** Look under service management log for more information.

* ATTEMPT\_SET\_ATTR\_VALUES\_OF\_REALM

  **ID:** CONSOLE-441

  **Level:** INFO

  **Description:** Attempt to modify realm's profile

  **Data:** name of realm

  **Triggers:** Click on Save button in realm profile page.

* SUCCEED\_SET\_ATTR\_VALUES\_OF\_REALM

  **ID:** CONSOLE-442

  **Level:** INFO

  **Description:** Modification of realm's profile succeeded.

  **Data:** name of realm

  **Triggers:** Click on Save button in realm profile page.

* SMS\_EXCEPTION\_SET\_ATTR\_VALUES\_OF\_REALM

  **ID:** CONSOLE-443

  **Level:** SEVERE

  **Description:** Modification of realm's profile failed.

  **Data:** name of realm, error message

  **Triggers:** Unable to modify realm's profile due to service management SDK exception.

  **Actions:** Look under service management log for more information.

* ATTEMPT\_GET\_DELEGATION\_SUBJECTS

  **ID:** CONSOLE-501

  **Level:** INFO

  **Description:** Attempt to get delegation subjects under a realm

  **Data:** name of realm, search pattern

  **Triggers:** View delegation main page.

* SUCCEED\_GET\_DELEGATION\_SUBJECTS

  **ID:** CONSOLE-502

  **Level:** INFO

  **Description:** Getting delegation subjects under a realm succeeded.

  **Data:** name of realm, search pattern

  **Triggers:** View delegation main page.

* SSO\_EXCEPTION\_GET\_DELEGATION\_SUBJECTS

  **ID:** CONSOLE-503

  **Level:** SEVERE

  **Description:** Getting delegation subjects under a realm failed.

  **Data:** name of realm, search pattern, error message

  **Triggers:** Unable to get delegation subjects. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under delegation management log for more information.

* DELEGATION\_EXCEPTION\_GET\_DELEGATION\_SUBJECTS

  **ID:** CONSOLE-504

  **Level:** SEVERE

  **Description:** Getting delegation subjects under a realm failed.

  **Data:** name of realm, search pattern, error message

  **Triggers:** Unable to get delegation subjects due to delegation management SDK related errors.

  **Actions:** Look under delegation management log for more information.

* ATTEMPT\_GET\_PRIVILEGES\_OF\_DELEGATION\_SUBJECT

  **ID:** CONSOLE-511

  **Level:** INFO

  **Description:** Attempt to get privileges of delegation subject

  **Data:** name of realm, ID of delegation subject

  **Triggers:** View delegation subject profile page.

* SUCCEED\_GET\_PRIVILEGES\_OF\_DELEGATION\_SUBJECT

  **ID:** CONSOLE-512

  **Level:** INFO

  **Description:** Getting privileges of delegation subject succeeded.

  **Data:** name of realm, ID of delegation subject

  **Triggers:** View delegation subject profile page.

* SSO\_EXCEPTION\_GET\_PRIVILEGES\_OF\_DELEGATION\_SUBJECT

  **ID:** CONSOLE-513

  **Level:** SEVERE

  **Description:** Getting privileges of delegation subject failed.

  **Data:** name of realm, ID of delegation subject, error message

  **Triggers:** Unable to get privileges of delegation subject. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under delegation management log for more information.

* DELEGATION\_EXCEPTION\_GET\_PRIVILEGES\_OF\_DELEGATION\_SUBJECT

  **ID:** CONSOLE-514

  **Level:** SEVERE

  **Description:** Getting privileges of delegation subject failed.

  **Data:** name of realm, ID of delegation subject, error message

  **Triggers:** Unable to get privileges of delegation subject due to delegation management SDK related errors.

  **Actions:** Look under delegation management log for more information.

* ATTEMPT\_MODIFY\_DELEGATION\_PRIVILEGE

  **ID:** CONSOLE-521

  **Level:** INFO

  **Description:** Attempt to modify delegation privilege

  **Data:** name of realm, ID of delegation privilege, ID of subject

  **Triggers:** Click on Save button in delegation subject profile page.

* SUCCEED\_MODIFY\_DELEGATION\_PRIVILEGE

  **ID:** CONSOLE-522

  **Level:** INFO

  **Description:** Modification of delegation privilege succeeded.

  **Data:** name of realm, ID of delegation privilege, ID of subject

  **Triggers:** Click on Save button in delegation subject profile page.

* SSO\_EXCEPTION\_MODIFY\_DELEGATION\_PRIVILEGE

  **ID:** CONSOLE-523

  **Level:** SEVERE

  **Description:** Modification of delegation privilege failed.

  **Data:** name of realm, ID of delegation privilege, ID of subject, error message

  **Triggers:** Unable to modify delegation privilege. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under delegation management log for more information.

* DELEGATION\_EXCEPTION\_MODIFY\_DELEGATION\_PRIVILEGE

  **ID:** CONSOLE-524

  **Level:** SEVERE

  **Description:** Modification of delegation privilege failed.

  **Data:** name of realm, ID of delegation privilege, ID of subject, error message

  **Triggers:** Unable to modify delegation privilege due to delegation management SDK related errors.

  **Actions:** Look under delegation management log for more information.

* ATTEMPT\_GET\_ID\_REPO\_NAMES

  **ID:** CONSOLE-601

  **Level:** INFO

  **Description:** Attempt to get data store names

  **Data:** name of realm

  **Triggers:** View data store main page.

* SUCCEED\_GET\_ID\_REPO\_NAMES

  **ID:** CONSOLE-602

  **Level:** INFO

  **Description:** Getting data store names succeeded.

  **Data:** name of realm

  **Triggers:** View data store main page.

* SSO\_EXCEPTION\_GET\_ID\_REPO\_NAMES

  **ID:** CONSOLE-603

  **Level:** SEVERE

  **Description:** Getting data store names failed.

  **Data:** name of realm, error message

  **Triggers:** Unable to get data store names. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under service management log for more information.

* SMS\_EXCEPTION\_GET\_ID\_REPO\_NAMES

  **ID:** CONSOLE-604

  **Level:** SEVERE

  **Description:** Getting data store names failed.

  **Data:** name of realm, error message

  **Triggers:** Unable to get data store names due to service management SDK exception.

  **Actions:** Look under service management log for more information.

* ATTEMPT\_GET\_ATTR\_VALUES\_ID\_REPO

  **ID:** CONSOLE-611

  **Level:** INFO

  **Description:** Attempt to get attribute values of identity repository

  **Data:** name of realm, name of identity repository

  **Triggers:** View data store profile page.

* SUCCEED\_GET\_ATTR\_VALUES\_ID\_REPO

  **ID:** CONSOLE-612

  **Level:** INFO

  **Description:** Getting attribute values of data store succeeded.

  **Data:** name of realm, name of identity repository

  **Triggers:** View data store profile page.

* SSO\_EXCEPTION\_GET\_ATTR\_VALUES\_ID\_REPO

  **ID:** CONSOLE-613

  **Level:** SEVERE

  **Description:** Getting attribute values of data store failed.

  **Data:** name of realm, name of identity repository, error message

  **Triggers:** Unable to get attribute values of identity repository. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under service management log for more information.

* SMS\_EXCEPTION\_GET\_ATTR\_VALUES\_ID\_REPO

  **ID:** CONSOLE-614

  **Level:** SEVERE

  **Description:** Getting attribute values of data store failed.

  **Data:** name of realm, name of identity repository, error message

  **Triggers:** Unable to get attribute values of data store due to service management SDK exception.

  **Actions:** Look under service management log for more information.

* ATTEMPT\_CREATE\_ID\_REPO

  **ID:** CONSOLE-621

  **Level:** INFO

  **Description:** Attempt to create identity repository

  **Data:** name of realm, name of identity repository, type of identity repository

  **Triggers:** Click on New button in data store creation page.

* SUCCEED\_CREATE\_ID\_REPO

  **ID:** CONSOLE-622

  **Level:** INFO

  **Description:** Creation of data store succeeded.

  **Data:** name of realm, name of identity repository, type of identity repository

  **Triggers:** Click on New button in data store creation page.

* SSO\_EXCEPTION\_CREATE\_ID\_REPO

  **ID:** CONSOLE-623

  **Level:** SEVERE

  **Description:** Creation of data store failed.

  **Data:** name of realm, name of identity repository, type of identity repository, error message

  **Triggers:** Unable to create identity repository. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under service management log for more information.

* SMS\_EXCEPTION\_CREATE\_ID\_REPO

  **ID:** CONSOLE-624

  **Level:** SEVERE

  **Description:** Creation data store failed.

  **Data:** name of realm, name of identity repository, type of identity repository, error message

  **Triggers:** Unable to create data store due to service management SDK exception.

  **Actions:** Look under service management log for more information.

* ATTEMPT\_DELETE\_ID\_REPO

  **ID:** CONSOLE-631

  **Level:** INFO

  **Description:** Attempt to delete identity repository

  **Data:** name of realm, name of identity repository

  **Triggers:** Click on Delete button in data store main page.

* SUCCEED\_DELETE\_ID\_REPO

  **ID:** CONSOLE-632

  **Level:** INFO

  **Description:** Deletion of data store succeeded.

  **Data:** name of realm, name of identity repository

  **Triggers:** Click on Delete button in data store main page.

* SSO\_EXCEPTION\_DELETE\_ID\_REPO

  **ID:** CONSOLE-633

  **Level:** SEVERE

  **Description:** Deletion of data store failed.

  **Data:** name of realm, name of identity repository, error message

  **Triggers:** Unable to delete identity repository. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under service management log for more information.

* SMS\_EXCEPTION\_DELETE\_ID\_REPO

  **ID:** CONSOLE-634

  **Level:** SEVERE

  **Description:** Deletion data store failed.

  **Data:** name of realm, name of identity repository, error message

  **Triggers:** Unable to delete data store due to service management SDK exception.

  **Actions:** Look under service management log for more information.

* ATTEMPT\_MODIFY\_ID\_REPO

  **ID:** CONSOLE-641

  **Level:** INFO

  **Description:** Attempt to modify identity repository

  **Data:** name of realm, name of identity repository

  **Triggers:** Click on Save button in data store profile page.

* SUCCEED\_MODIFY\_ID\_REPO

  **ID:** CONSOLE-642

  **Level:** INFO

  **Description:** Modification of data store succeeded.

  **Data:** name of realm, name of identity repository

  **Triggers:** Click on Save button in data store profile page.

* SSO\_EXCEPTION\_MODIFY\_ID\_REPO

  **ID:** CONSOLE-643

  **Level:** SEVERE

  **Description:** Modification of data store failed.

  **Data:** name of realm, name of identity repository, error message

  **Triggers:** Unable to modify identity repository. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under service management log for more information.

* SMS\_EXCEPTION\_MODIFY\_ID\_REPO

  **ID:** CONSOLE-644

  **Level:** SEVERE

  **Description:** Modification data store failed.

  **Data:** name of realm, name of identity repository, error message

  **Triggers:** Unable to modify data store due to service management SDK exception.

  **Actions:** Look under service management log for more information.

* ATTEMPT\_GET\_ASSIGNED\_SERVICE\_OF\_REALM

  **ID:** CONSOLE-701

  **Level:** INFO

  **Description:** Attempt to get assigned services of realm

  **Data:** name of realm

  **Triggers:** View realm's service main page.

* SUCCEED\_GET\_ASSIGNED\_SERVICE\_OF\_REALM

  **ID:** CONSOLE-702

  **Level:** INFO

  **Description:** Getting assigned services of realm succeeded.

  **Data:** name of realm

  **Triggers:** View realm's service main page.

* CONFIGURATION\_EXCEPTION\_GET\_ASSIGNED\_SERVICE\_OF\_REALM

  **ID:** CONSOLE-703

  **Level:** SEVERE

  **Description:** Getting assigned services of realm failed.

  **Data:** name of realm, error message

  **Triggers:** Unable to get assigned services of realm due authentication configuration exception.

  **Actions:** Look under authentication log for more information.

* SMS\_EXCEPTION\_GET\_ASSIGNED\_SERVICE\_OF\_REALM

  **ID:** CONSOLE-704

  **Level:** SEVERE

  **Description:** Getting assigned services of realm failed.

  **Data:** name of realm, error message

  **Triggers:** Unable to get assigned services of realm due to service management SDK exception.

  **Actions:** Look under service management log for more information.

* IDREPO\_EXCEPTION\_GET\_ASSIGNED\_SERVICE\_OF\_REALM

  **ID:** CONSOLE-705

  **Level:** SEVERE

  **Description:** Getting assigned services of realm failed.

  **Data:** name of realm, error message

  **Triggers:** Unable to get assigned services of realm due to data store SDK exception.

  **Actions:** Look under service management log for more information.

* SSO\_EXCEPTION\_GET\_ASSIGNED\_SERVICE\_OF\_REALM

  **ID:** CONSOLE-706

  **Level:** SEVERE

  **Description:** Getting assigned services of realm failed.

  **Data:** name of realm, error message

  **Triggers:** Unable to get assigned services of realm. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under service management log for more information.

* ATTEMPT\_GET\_ASSIGNABLE\_SERVICE\_OF\_REALM

  **ID:** CONSOLE-711

  **Level:** INFO

  **Description:** Attempt to get assignable services of realm

  **Data:** name of realm

  **Triggers:** View realm's service main page.

* SUCCEED\_GET\_ASSIGNABLE\_SERVICE\_OF\_REALM

  **ID:** CONSOLE-712

  **Level:** INFO

  **Description:** Getting assignable services of realm succeeded.

  **Data:** name of realm

  **Triggers:** View realm's service main page.

* CONFIGURATION\_EXCEPTION\_GET\_ASSIGNABLE\_SERVICE\_OF\_REALM

  **ID:** CONSOLE-713

  **Level:** SEVERE

  **Description:** Getting assignable services of realm failed.

  **Data:** name of realm, error message

  **Triggers:** Unable to get assignable services of realm due authentication configuration exception.

  **Actions:** Look under authentication log for more information.

* SMS\_EXCEPTION\_GET\_ASSIGNABLE\_SERVICE\_OF\_REALM

  **ID:** CONSOLE-714

  **Level:** SEVERE

  **Description:** Getting assignable services of realm failed.

  **Data:** name of realm, error message

  **Triggers:** Unable to get assignable services of realm due to service management SDK exception.

  **Actions:** Look under service management log for more information.

* IDREPO\_EXCEPTION\_GET\_ASSIGNABLE\_SERVICE\_OF\_REALM

  **ID:** CONSOLE-715

  **Level:** SEVERE

  **Description:** Getting assignable services of realm failed.

  **Data:** name of realm, error message

  **Triggers:** Unable to get assignable services of realm due to ID Repository management SDK exception.

  **Actions:** Look under ID Repository management log for more information.

* SSO\_EXCEPTION\_GET\_ASSIGNABLE\_SERVICE\_OF\_REALM

  **ID:** CONSOLE-716

  **Level:** SEVERE

  **Description:** Getting assignable services of realm failed.

  **Data:** name of realm, error message

  **Triggers:** Unable to get assignable services of realm. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under service management log for more information.

* ATTEMPT\_UNASSIGN\_SERVICE\_FROM\_REALM

  **ID:** CONSOLE-721

  **Level:** INFO

  **Description:** Attempt to unassign service from realm

  **Data:** name of realm, name of service

  **Triggers:** Click on Unassign button in realm's service page.

* SUCCEED\_UNASSIGN\_SERVICE\_FROM\_REALM

  **ID:** CONSOLE-722

  **Level:** INFO

  **Description:** Unassign service from realm succeeded.

  **Data:** name of realm, name of service

  **Triggers:** Click on Unassign button in realm's service page.

* SMS\_EXCEPTION\_UNASSIGN\_SERVICE\_FROM\_REALM

  **ID:** CONSOLE-723

  **Level:** SEVERE

  **Description:** Unassign service from realm failed.

  **Data:** name of realm, name of service, error message

  **Triggers:** Unable to unassign service from realm due to service management SDK exception.

  **Actions:** Look under service management log for more information.

* SSO\_EXCEPTION\_UNASSIGN\_SERVICE\_FROM\_REALM

  **ID:** CONSOLE-725

  **Level:** SEVERE

  **Description:** Unassign service from realm failed.

  **Data:** name of realm, name of service, error message

  **Triggers:** Unable to unassign service from realm. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under data store management log for more information.

* IDREPO\_EXCEPTION\_UNASSIGN\_SERVICE\_FROM\_REALM

  **ID:** CONSOLE-724

  **Level:** SEVERE

  **Description:** Unassign service from realm failed.

  **Data:** name of realm, name of service, error message

  **Triggers:** Unable to unassign service from realm due to data store management SDK exception.

  **Actions:** Look under data store management log for more information.

* ATTEMPT\_ASSIGN\_SERVICE\_TO\_REALM

  **ID:** CONSOLE-731

  **Level:** INFO

  **Description:** Attempt to assign service to realm

  **Data:** name of realm, name of service

  **Triggers:** Click on assign button in realm's service page.

* SUCCEED\_ASSIGN\_SERVICE\_TO\_REALM

  **ID:** CONSOLE-732

  **Level:** INFO

  **Description:** Assignment of service to realm succeeded.

  **Data:** name of realm, name of service

  **Triggers:** Click on assign button in realm's service page.

* SMS\_EXCEPTION\_ASSIGN\_SERVICE\_TO\_REALM

  **ID:** CONSOLE-733

  **Level:** SEVERE

  **Description:** Assignment of service to realm failed.

  **Data:** name of realm, name of service, error message

  **Triggers:** Unable to assign service to realm due to service management SDK exception.

  **Actions:** Look under service management log for more information.

* SSO\_EXCEPTION\_ASSIGN\_SERVICE\_TO\_REALM

  **ID:** CONSOLE-734

  **Level:** SEVERE

  **Description:** Assignment of service to realm failed.

  **Data:** name of realm, name of service, error message

  **Triggers:** Unable to assign service to realm. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under service management log for more information.

* IDREPO\_EXCEPTION\_ASSIGN\_SERVICE\_TO\_REALM

  **ID:** CONSOLE-735

  **Level:** SEVERE

  **Description:** Assignment of service to realm failed.

  **Data:** name of realm, name of service, error message

  **Triggers:** Unable to assign service to realm due to data store SDK exception.

  **Actions:** Look under service management log for more information.

* ATTEMPT\_GET\_ATTR\_VALUE\_OF\_SERVICE\_UNDER\_REALM

  **ID:** CONSOLE-741

  **Level:** INFO

  **Description:** Attempt to get attribute values of service in realm

  **Data:** name of realm, name of service, name of attribute schema

  **Triggers:** View realm's service profile page.

* SUCCEED\_GET\_ATTR\_VALUE\_OF\_SERVICE\_UNDER\_REALM

  **ID:** CONSOLE-742

  **Level:** INFO

  **Description:** Getting of attribute values of service under realm succeeded.

  **Data:** name of realm, name of service, name of attribute schema

  **Triggers:** View realm's service profile page.

* SMS\_EXCEPTION\_GET\_ATTR\_VALUE\_OF\_SERVICE\_UNDER\_REALM

  **ID:** CONSOLE-743

  **Level:** SEVERE

  **Description:** Getting of attribute values of service under realm failed.

  **Data:** name of realm, name of service, name of attribute schema, error message

  **Triggers:** Unable to get attribute values of service due to service management SDK exception.

  **Actions:** Look under service management log for more information.

* IDREPO\_EXCEPTION\_GET\_ATTR\_VALUE\_OF\_SERVICE\_UNDER\_REALM

  **ID:** CONSOLE-744

  **Level:** INFO

  **Description:** Getting of attribute values of service under realm failed.

  **Data:** name of realm, name of service, name of attribute schema, error message

  **Triggers:** Unable to get attribute values of service due to data store SDK exception.

  **Actions:** Look under service management log for more information.

* SSO\_EXCEPTION\_GET\_ATTR\_VALUE\_OF\_SERVICE\_UNDER\_REALM

  **ID:** CONSOLE-745

  **Level:** SEVERE

  **Description:** Getting of attribute values of service under realm failed.

  **Data:** name of realm, name of service, name of attribute schema, error message

  **Triggers:** Unable to get attribute values of service. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under service management log for more information.

* ATTEMPT\_MODIFY\_SERVICE\_UNDER\_REALM

  **ID:** CONSOLE-751

  **Level:** INFO

  **Description:** Attempt to modify attribute values of service in realm

  **Data:** name of realm, name of service

  **Triggers:** Click on Save button in realm's service profile page.

* SUCCEED\_MODIFY\_SERVICE\_UNDER\_REALM

  **ID:** CONSOLE-752

  **Level:** INFO

  **Description:** Modification of attribute values of service under realm succeeded.

  **Data:** name of realm, name of service

  **Triggers:** Click on Save button in realm's service profile page.

* SMS\_EXCEPTION\_MODIFY\_SERVICE\_UNDER\_REALM

  **ID:** CONSOLE-753

  **Level:** SEVERE

  **Description:** Modification of attribute values of service under realm failed.

  **Data:** name of realm, name of service, error message

  **Triggers:** Unable to modify attribute values of service due to service management SDK exception.

  **Actions:** Look under service management log for more information.

* IDREPO\_EXCEPTION\_MODIFY\_SERVICE\_UNDER\_REALM

  **ID:** CONSOLE-754

  **Level:** SEVERE

  **Description:** Modification of attribute values of service under realm failed.

  **Data:** name of realm, name of service, error message

  **Triggers:** Unable to modify attribute values of service due to data store error.

  **Actions:** Look under data store log for more information.

* SSO\_EXCEPTION\_MODIFY\_SERVICE\_UNDER\_REALM

  **ID:** CONSOLE-755

  **Level:** SEVERE

  **Description:** Modification of attribute values of service under realm failed.

  **Data:** name of realm, name of service, error message

  **Triggers:** Unable to modify attribute values of service. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation

  **Actions:** Look under data store log for more information.

* ATTEMPT\_GET\_AUTH\_TYPE

  **ID:** CONSOLE-801

  **Level:** INFO

  **Description:** Attempt to get authentication type

  **Data:** server instance name

  **Triggers:** View authentication profile page.

* SUCCEED\_GET\_AUTH\_TYPE

  **ID:** CONSOLE-802

  **Level:** INFO

  **Description:** Getting of authentication type succeeded.

  **Data:** server instance name

  **Triggers:** View authentication profile page.

* SMS\_EXCEPTION\_GET\_AUTH\_TYPE

  **ID:** CONSOLE-803

  **Level:** SEVERE

  **Description:** Getting of authentication type failed.

  **Data:** error message

  **Triggers:** Unable to get authentication type due to authentication configuration SDK exception.

  **Actions:** Look under authentication management log for more information.

* ATTEMPT\_GET\_AUTH\_INSTANCE

  **ID:** CONSOLE-811

  **Level:** INFO

  **Description:** Attempt to get authentication instances under a realm

  **Data:** name of realm

  **Triggers:** View authentication profile page.

* SUCCEED\_GET\_AUTH\_INSTANCE

  **ID:** CONSOLE-812

  **Level:** INFO

  **Description:** Getting of authentication instances under a realm succeeded.

  **Data:** name of realm

  **Triggers:** View authentication profile page.

* AUTH\_CONFIG\_EXCEPTION\_GET\_AUTH\_INSTANCE

  **ID:** CONSOLE-813

  **Level:** SEVERE

  **Description:** Getting of authentication instances under a realm failed.

  **Data:** name of realm, error message

  **Triggers:** Unable to get authentication instance due to authentication configuration SDK exception.

  **Actions:** Look under authentication management log for more information.

* ATTEMPT\_REMOVE\_AUTH\_INSTANCE

  **ID:** CONSOLE-821

  **Level:** INFO

  **Description:** Attempt to remove authentication instances under a realm

  **Data:** name of realm, name of authentication instance

  **Triggers:** View authentication profile page.

* SUCCEED\_REMOVE\_AUTH\_INSTANCE

  **ID:** CONSOLE-822

  **Level:** INFO

  **Description:** Removal of authentication instances under a realm succeeded.

  **Data:** name of realm, name of authentication instance

  **Triggers:** View authentication profile page.

* AUTH\_CONFIG\_EXCEPTION\_REMOVE\_AUTH\_INSTANCE

  **ID:** CONSOLE-823

  **Level:** SEVERE

  **Description:** Removal of authentication instances under a realm failed.

  **Data:** name of realm, name of authentication instance, error message

  **Triggers:** Unable to remove authentication instance due to authentication configuration SDK exception.

  **Actions:** Look under authentication management log for more information.

* ATTEMPT\_CREATE\_AUTH\_INSTANCE

  **ID:** CONSOLE-831

  **Level:** INFO

  **Description:** Attempt to create authentication instance under a realm

  **Data:** name of realm, name of authentication instance, type of authentication instance

  **Triggers:** Click on New button in authentication creation page.

* SUCCEED\_CREATE\_AUTH\_INSTANCE

  **ID:** CONSOLE-832

  **Level:** INFO

  **Description:** Creation of authentication instance under a realm succeeded.

  **Data:** name of realm, name of authentication instance, type of authentication instance

  **Triggers:** Click on New button in authentication creation page.

* AUTH\_CONFIG\_EXCEPTION\_CREATE\_AUTH\_INSTANCE

  **ID:** CONSOLE-833

  **Level:** SEVERE

  **Description:** Creation of authentication instance under a realm failed.

  **Data:** name of realm, name of authentication instance, type of authentication instance, error message

  **Triggers:** Unable to create authentication instance due to authentication configuration exception.

  **Actions:** Look under authentication configuration log for more information.

* ATTEMPT\_MODIFY\_AUTH\_INSTANCE

  **ID:** CONSOLE-841

  **Level:** INFO

  **Description:** Attempt to modify authentication instance

  **Data:** name of realm, name of authentication service

  **Triggers:** Click on Save button in authentication profile page.

* SUCCEED\_MODIFY\_AUTH\_INSTANCE

  **ID:** CONSOLE-842

  **Level:** INFO

  **Description:** Modification of authentication instance succeeded.

  **Data:** name of realm, name of authentication service

  **Triggers:** Click on Save button in authentication profile page.

* SMS\_EXCEPTION\_MODIFY\_AUTH\_INSTANCE

  **ID:** CONSOLE-843

  **Level:** SEVERE

  **Description:** Modification of authentication instance failed.

  **Data:** name of realm, name of authentication service, error message

  **Triggers:** Unable to modify authentication instance due to service management SDK exception.

  **Actions:** Look under service anagement log for more information.

* SSO\_EXCEPTION\_MODIFY\_AUTH\_INSTANCE

  **ID:** CONSOLE-844

  **Level:** SEVERE

  **Description:** Modification of authentication instance failed.

  **Data:** name of realm, name of authentication service, error message

  **Triggers:** Unable to modify authentication instance. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under service management log for more information.

* ATTEMPT\_GET\_AUTH\_INSTANCE\_PROFILE

  **ID:** CONSOLE-851

  **Level:** INFO

  **Description:** Attempt to get authentication instance profile

  **Data:** name of realm, name of authentication instance

  **Triggers:** View authentication instance profile page.

* SUCCEED\_GET\_AUTH\_INSTANCE\_PROFILE

  **ID:** CONSOLE-852

  **Level:** INFO

  **Description:** Getting of authentication instance profile succeeded.

  **Data:** name of realm, name of authentication instance

  **Triggers:** View authentication instance profile page.

* AUTH\_CONFIGURATION\_EXCEPTION\_GET\_AUTH\_INSTANCE\_PROFILE

  **ID:** CONSOLE-853

  **Level:** SEVERE

  **Description:** Getting of authentication instance profile failed.

  **Data:** name of realm, name of authentication instance, error message

  **Triggers:** Unable to get authentication instance profile due to authentication configuration SDK exception.

  **Actions:** Look under authentication management log for more information.

* ATTEMPT\_MODIFY\_AUTH\_INSTANCE\_PROFILE

  **ID:** CONSOLE-861

  **Level:** INFO

  **Description:** Attempt to modify authentication instance profile

  **Data:** name of realm, name of authentication instance

  **Triggers:** Click on Save button in authentication instance profile page.

* SUCCEED\_MODIFY\_AUTH\_INSTANCE\_PROFILE

  **ID:** CONSOLE-862

  **Level:** INFO

  **Description:** Modification of authentication instance profile succeeded.

  **Data:** name of realm, name of authentication instance

  **Triggers:** Click on Save button in authentication instance profile page.

* AUTH\_CONFIGURATION\_EXCEPTION\_MODIFY\_AUTH\_INSTANCE\_PROFILE

  **ID:** CONSOLE-863

  **Level:** SEVERE

  **Description:** Modification of authentication instance profile failed.

  **Data:** name of realm, name of authentication instance, error message

  **Triggers:** Unable to modify authentication instance profile due to authentication configuration SDK exception.

  **Actions:** Look under authentication management log for more information.

* SMS\_EXCEPTION\_MODIFY\_AUTH\_INSTANCE\_PROFILE

  **ID:** CONSOLE-864

  **Level:** SEVERE

  **Description:** Modification of authentication instance profile failed.

  **Data:** name of realm, name of authentication instance, error message

  **Triggers:** Unable to modify authentication instance profile due to service management SDK exception.

  **Actions:** Look under service management log for more information.

* SSO\_EXCEPTION\_MODIFY\_AUTH\_INSTANCE\_PROFILE

  **ID:** CONSOLE-865

  **Level:** SEVERE

  **Description:** Modification of authentication instance profile failed.

  **Data:** name of realm, name of authentication instance, error message

  **Triggers:** Unable to modify authentication instance profile. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under service management log for more information.

* ATTEMPT\_GET\_AUTH\_PROFILE\_IN\_REALM

  **ID:** CONSOLE-871

  **Level:** INFO

  **Description:** Attempt to get authentication profile under a realm

  **Data:** name of realm

  **Triggers:** View authentication profile under a realm page.

* SUCCEED\_GET\_AUTH\_PROFILE\_IN\_REALM

  **ID:** CONSOLE-872

  **Level:** INFO

  **Description:** Getting authentication profile under a realm succeeded.

  **Data:** name of realm

  **Triggers:** View authentication profile under a realm page.

* SMS\_CONFIGURATION\_EXCEPTION\_GET\_AUTH\_PROFILE\_IN\_REALM

  **ID:** CONSOLE-873

  **Level:** SEVERE

  **Description:** Getting authentication profile under a realm failed.

  **Data:** name of realm, error message

  **Triggers:** Unable to get authentication profile under a realm due to service management SDK exception.

  **Actions:** Look under service management log for more information.

* ATTEMPT\_GET\_AUTH\_CONFIG\_PROFILE

  **ID:** CONSOLE-881

  **Level:** INFO

  **Description:** Attempt to get authentication configuration profile

  **Data:** name of realm, name of authentication configuration

  **Triggers:** View authentication configuration profile page.

* SUCCEED\_GET\_AUTH\_CONFIG\_PROFILE

  **ID:** CONSOLE-882

  **Level:** INFO

  **Description:** Getting authentication configuration profile succeeded.

  **Data:** name of realm, name of authentication configuration

  **Triggers:** View authentication configuration profile page.

* SSO\_EXCEPTION\_GET\_AUTH\_CONFIG\_PROFILE

  **ID:** CONSOLE-883

  **Level:** SEVERE

  **Description:** Getting authentication configuration profile failed.

  **Data:** name of realm, name of authentication configuration, error message

  **Triggers:** Unable to get authentication configuration profile. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under service management log for more information.

* SMS\_EXCEPTION\_GET\_AUTH\_CONFIG\_PROFILE

  **ID:** CONSOLE-884

  **Level:** SEVERE

  **Description:** Getting authentication configuration profile failed.

  **Data:** name of realm, name of authentication configuration, error message

  **Triggers:** Unable to get authentication configuration profile due to service management SDK exception.

  **Actions:** Look under service management log for more information.

* AUTH\_CONFIGURATION\_EXCEPTION\_GET\_AUTH\_CONFIG\_PROFILE

  **ID:** CONSOLE-885

  **Level:** SEVERE

  **Description:** Getting authentication configuration profile failed.

  **Data:** name of realm, name of authentication configuration, error message

  **Triggers:** Unable to get authentication configuration profile due to authentication configuration SDK exception.

  **Actions:** Look under authentication configuration log for more information.

* ATTEMPT\_MODIFY\_AUTH\_CONFIG\_PROFILE

  **ID:** CONSOLE-891

  **Level:** INFO

  **Description:** Attempt to modify authentication configuration profile

  **Data:** name of realm, name of authentication configuration

  **Triggers:** Click on Save button in authentication configuration profile page.

* SUCCEED\_MODIFY\_AUTH\_CONFIG\_PROFILE

  **ID:** CONSOLE-892

  **Level:** INFO

  **Description:** Modification of authentication configuration profile succeeded.

  **Data:** name of realm, name of authentication configuration

  **Triggers:** Click on Save button in authentication configuration profile page.

* SSO\_EXCEPTION\_MODIFY\_AUTH\_CONFIG\_PROFILE

  **ID:** CONSOLE-893

  **Level:** SEVERE

  **Description:** Modification of authentication configuration profile failed.

  **Data:** name of realm, name of authentication configuration, error message

  **Triggers:** Unable to modify authentication configuration profile. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under service management log for more information.

* SMS\_EXCEPTION\_MODIFY\_AUTH\_CONFIG\_PROFILE

  **ID:** CONSOLE-894

  **Level:** SEVERE

  **Description:** Modification of authentication configuration profile failed.

  **Data:** name of realm, name of authentication configuration, error message

  **Triggers:** Unable to modify authentication configuration profile due to service management SDK exception.

  **Actions:** Look under service management log for more information.

* AUTH\_CONFIGURATION\_EXCEPTION\_MODIFY\_AUTH\_CONFIG\_PROFILE

  **ID:** CONSOLE-895

  **Level:** SEVERE

  **Description:** Modification of authentication configuration profile failed.

  **Data:** name of realm, name of authentication configuration, error message

  **Triggers:** Unable to modify authentication configuration profile due to authentication configuration SDK exception.

  **Actions:** Look under authentication configuration log for more information.

* ATTEMPT\_CREATE\_AUTH\_CONFIG

  **ID:** CONSOLE-901

  **Level:** INFO

  **Description:** Attempt to create authentication configuration

  **Data:** name of realm, name of authentication configuration

  **Triggers:** Click on New button in authentication configuration creation page.

* SUCCEED\_CREATE\_AUTH\_CONFIG

  **ID:** CONSOLE-902

  **Level:** INFO

  **Description:** Creation of authentication configuration succeeded.

  **Data:** name of realm, name of authentication configuration

  **Triggers:** Click on New button in authentication configuration creation page.

* SSO\_EXCEPTION\_CREATE\_AUTH\_CONFIG

  **ID:** CONSOLE-903

  **Level:** SEVERE

  **Description:** Creation of authentication configuration failed.

  **Data:** name of realm, name of authentication configuration, error message

  **Triggers:** Unable to create authentication configuration. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under service management log for more information.

* SMS\_EXCEPTION\_CREATE\_AUTH\_CONFIG

  **ID:** CONSOLE-904

  **Level:** SEVERE

  **Description:** Creation of authentication configuration failed.

  **Data:** name of realm, name of authentication configuration, error message

  **Triggers:** Unable to create authentication configuration due to service management SDK exception.

  **Actions:** Look under service management log for more information.

* AUTH\_CONFIGURATION\_EXCEPTION\_CREATE\_AUTH\_CONFIG

  **ID:** CONSOLE-905

  **Level:** SEVERE

  **Description:** Creation of authentication configuration failed.

  **Data:** name of realm, name of authentication configuration, error message

  **Triggers:** Unable to create authentication configuration due to authentication configuration SDK exception.

  **Actions:** Look under authentication configuration log for more information.

* ATTEMPT\_GET\_ENTITY\_DESCRIPTOR

  **ID:** CONSOLE-1001

  **Level:** INFO

  **Description:** Attempt to get entity descriptor names.

  **Data:** search pattern

  **Triggers:** View entity descriptor main page.

* SUCCEED\_GET\_ENTITY\_DESCRIPTOR

  **ID:** CONSOLE-1002

  **Level:** INFO

  **Description:** Getting entity descriptor names succeeded

  **Data:** search pattern

  **Triggers:** View entity descriptor main page.

* FEDERATION\_EXCEPTION\_GET\_ENTITY\_DESCRIPTOR

  **ID:** CONSOLE-1003

  **Level:** SEVERE

  **Description:** Getting entity descriptor names failed.

  **Data:** search pattern, error message

  **Triggers:** Unable to get entity descriptor names due to federation SDK related errors.

  **Actions:** Look under federation log for more information.

* ATTEMPT\_CREATE\_ENTITY\_DESCRIPTOR

  **ID:** CONSOLE-1011

  **Level:** INFO

  **Description:** Attempt to create entity descriptor.

  **Data:** descriptor realm, descriptor name, descriptor protocol, descriptor type

  **Triggers:** Click on New button in entity descriptor creation page.

* SUCCEED\_CREATE\_ENTITY\_DESCRIPTOR

  **ID:** CONSOLE-1012

  **Level:** INFO

  **Description:** Creation entity descriptor succeeded

  **Data:** descriptor realm, descriptor name, descriptor protocol, descriptor type

  **Triggers:** Click on New button in entity descriptor creation page.

* FEDERATION\_EXCEPTION\_CREATE\_ENTITY\_DESCRIPTOR

  **ID:** CONSOLE-1013

  **Level:** SEVERE

  **Description:** Creation entity descriptor failed.

  **Data:** descriptor realm, descriptor name, descriptor protocol, descriptor type, error message

  **Triggers:** Unable to create entity descriptor due to federation SDK related errors.

  **Actions:** Look under federation log for more information.

* ATTEMPT\_DELETE\_ENTITY\_DESCRIPTORS

  **ID:** CONSOLE-1021

  **Level:** INFO

  **Description:** Attempt to delete entity descriptors.

  **Data:** descriptor names

  **Triggers:** Click on Delete button in entity descriptor main page.

* SUCCEED\_DELETE\_ENTITY\_DESCRIPTORS

  **ID:** CONSOLE-1022

  **Level:** INFO

  **Description:** Deletion entity descriptors succeeded

  **Data:** descriptor names

  **Triggers:** Click on Delete button in entity descriptor main page.

* FEDERATION\_EXCEPTION\_DELETE\_ENTITY\_DESCRIPTORS

  **ID:** CONSOLE-1023

  **Level:** SEVERE

  **Description:** Deletion entity descriptors failed.

  **Data:** descriptor names, error message

  **Triggers:** Unable to delete entity descriptors due to federation SDK related errors.

  **Actions:** Look under federation log for more information.

* ATTEMPT\_GET\_AFFILIATE\_ENTITY\_DESCRIPTOR\_ATTR\_VALUES

  **ID:** CONSOLE-1031

  **Level:** INFO

  **Description:** Attempt to get attribute values of an affiliate entity descriptor.

  **Data:** descriptor realm, descriptor name, descriptor protocol

  **Triggers:** View affiliate entity descriptor profile page.

* SUCCEED\_GET\_AFFILIATE\_ENTITY\_DESCRIPTOR\_ATTR\_VALUES

  **ID:** CONSOLE-1032

  **Level:** INFO

  **Description:** Getting of attribute values of an affiliate entity descriptor succeeded.

  **Data:** descriptor realm, descriptor name, descriptor protocol

  **Triggers:** View affiliate entity descriptor profile page.

* FEDERATION\_EXCEPTION\_GET\_AFFILIATE\_ENTITY\_DESCRIPTOR\_ATTR\_VALUES

  **ID:** CONSOLE-1033

  **Level:** SEVERE

  **Description:** Getting of attribute values of an affiliate entity descriptor failed.

  **Data:** descriptor realm, descriptor name, descriptor protocol, error message

  **Triggers:** Unable to get attribute value of an affiliate entity descriptor due to federation SDK related errors.

  **Actions:** Look under federation log for more information.

* ATTEMPT\_MODIFY\_AFFILIATE\_ENTITY\_DESCRIPTOR

  **ID:** CONSOLE-1041

  **Level:** INFO

  **Description:** Attempt to modify an affiliate entity descriptor.

  **Data:** descriptor realm, descriptor name, descriptor protocol

  **Triggers:** Click on Save button of affiliate entity descriptor profile page.

* SUCCEED\_MODIFY\_AFFILIATE\_ENTITY\_DESCRIPTOR

  **ID:** CONSOLE-1042

  **Level:** INFO

  **Description:** Modification of an affiliate entity descriptor succeeded.

  **Data:** descriptor realm, descriptor name, descriptor protocol

  **Triggers:** Click on Save button of affiliate entity descriptor profile page.

* FEDERATION\_EXCEPTION\_MODIFY\_AFFILIATE\_ENTITY\_DESCRIPTOR

  **ID:** CONSOLE-1043

  **Level:** SEVERE

  **Description:** Modification of an affiliate entity descriptor failed.

  **Data:** descriptor realm, descriptor name, descriptor protocol, error message

  **Triggers:** Unable to modify an affiliate entity descriptor due to federation SDK related errors.

  **Actions:** Look under federation log for more information.

* ATTRIBUTE\_FORMAT\_EXCEPTION\_MODIFY\_AFFILIATE\_ENTITY\_DESCRIPTOR

  **ID:** CONSOLE-1044

  **Level:** SEVERE

  **Description:** Modification of an affiliate entity descriptor failed.

  **Data:** descriptor name, error message

  **Triggers:** Unable to modify an affiliate entity descriptor due to incorrect number format of one or more attribute values.

  **Actions:** Look under federation log for more information.

* ATTEMPT\_GET\_ENTITY\_DESCRIPTOR\_ATTR\_VALUES

  **ID:** CONSOLE-1051

  **Level:** INFO

  **Description:** Attempt to get attribute values of an entity descriptor.

  **Data:** descriptor realm, descriptor name, descriptor protocol, descriptor type

  **Triggers:** View entity descriptor profile page.

* SUCCEED\_GET\_ENTITY\_DESCRIPTOR\_ATTR\_VALUES

  **ID:** CONSOLE-1052

  **Level:** INFO

  **Description:** Getting attribute values of entity descriptor succeeded.

  **Data:** descriptor realm, descriptor name, descriptor protocol, descriptor type

  **Triggers:** View entity descriptor profile page.

* FEDERATION\_EXCEPTION\_GET\_ENTITY\_DESCRIPTOR\_ATTR\_VALUES

  **ID:** CONSOLE-1053

  **Level:** SEVERE

  **Description:** Getting attribute values of entity descriptor failed.

  **Data:** descriptor realm, descriptor name, descriptor protocol, descriptor type, error message

  **Triggers:** Unable to get attribute values of entity descriptor due to federation SDK related errors.

  **Actions:** Look under federation log for more information.

* ATTEMPT\_MODIFY\_ENTITY\_DESCRIPTOR

  **ID:** CONSOLE-1061

  **Level:** INFO

  **Description:** Attempt to modify entity descriptor.

  **Data:** descriptor realm, descriptor name, descriptor protocol, descriptor type

  **Triggers:** Click on Save button in entity descriptor profile page.

* SUCCEED\_MODIFY\_ENTITY\_DESCRIPTOR

  **ID:** CONSOLE-1062

  **Level:** INFO

  **Description:** Modification of entity descriptor succeeded.

  **Data:** descriptor realm, descriptor name, descriptor protocol, descriptor type

  **Triggers:** Click on Save button in entity descriptor profile page.

* FEDERATION\_EXCEPTION\_MODIFY\_ENTITY\_DESCRIPTOR

  **ID:** CONSOLE-1063

  **Level:** SEVERE

  **Description:** Modification of entity descriptor failed.

  **Data:** descriptor realm, descriptor name, descriptor protocol, descriptor type, error message

  **Triggers:** Unable to modify entity descriptor due to federation SDK related errors.

  **Actions:** Look under federation log for more information.

* ATTEMPT\_GET\_AUTH\_DOMAINS

  **ID:** CONSOLE-1101

  **Level:** INFO

  **Description:** Attempt to get authentication domain names.

  **Data:** search pattern

  **Triggers:** View authentication domain main page.

* SUCCEED\_GET\_AUTH\_DOMAINS

  **ID:** CONSOLE-1102

  **Level:** INFO

  **Description:** Getting authentication domain names succeeded.

  **Data:** search pattern

  **Triggers:** View authentication domain main page.

* FEDERATION\_EXCEPTION\_GET\_AUTH\_DOMAINS

  **ID:** CONSOLE-1103

  **Level:** SEVERE

  **Description:** Getting authentication domain names failed.

  **Data:** name of realm, error message

  **Triggers:** Unable to get authentication domain names due to federation SDK related errors.

  **Actions:** Look under federation log for more information.

* ATTEMPT\_CREATE\_AUTH\_DOMAIN

  **ID:** CONSOLE-1111

  **Level:** INFO

  **Description:** Attempt to create authentication domain

  **Data:** name of authentication domain

  **Triggers:** Click on New button in authentication domain creation page.

* SUCCEED\_CREATE\_AUTH\_DOMAIN

  **ID:** CONSOLE-1112

  **Level:** INFO

  **Description:** Creation authentication domain succeeded.

  **Data:** name of authentication domain

  **Triggers:** Click on New button in authentication domain creation page.

* FEDERATION\_EXCEPTION\_CREATE\_AUTH\_DOMAIN

  **ID:** CONSOLE-1113

  **Level:** SEVERE

  **Description:** Creation authentication domain failed.

  **Data:** name of authentication domain, error message

  **Triggers:** Unable to create authentication domain due to federation SDK related errors.

  **Actions:** Look under federation log for more information.

* ATTEMPT\_DELETE\_AUTH\_DOMAINS

  **ID:** CONSOLE-1121

  **Level:** INFO

  **Description:** Attempt to delete authentication domains

  **Data:** name of realm, name of authentication domains

  **Triggers:** Click on Delete button in authentication domain main page.

* SUCCEED\_DELETE\_AUTH\_DOMAIN

  **ID:** CONSOLE-1122

  **Level:** INFO

  **Description:** Deletion authentication domain succeeded.

  **Data:** name of realm, name of authentication domains

  **Triggers:** Click on Delete button in authentication domain main page.

* FEDERATION\_EXCEPTION\_DELETE\_AUTH\_DOMAIN

  **ID:** CONSOLE-1123

  **Level:** SEVERE

  **Description:** Deletion authentication domain failed.

  **Data:** name of realm, name of authentication domains, error message

  **Triggers:** Unable to delete authentication domain due to federation SDK related errors.

  **Actions:** Look under federation log for more information.

* ATTEMPT\_GET\_AUTH\_DOMAIN\_ATTR\_VALUES

  **ID:** CONSOLE-1131

  **Level:** INFO

  **Description:** Attempt to get authentication domain's attribute values

  **Data:** name of realm, name of authentication domain

  **Triggers:** View authentication domain profile page.

* SUCCEED\_GET\_AUTH\_DOMAIN\_ATTR\_VALUES

  **ID:** CONSOLE-1132

  **Level:** INFO

  **Description:** Getting attribute values of authentication domain succeeded.

  **Data:** name of realm, name of authentication domain

  **Triggers:** View authentication domain profile page.

* FEDERATION\_EXCEPTION\_GET\_AUTH\_DOMAIN\_ATTR\_VALUES

  **ID:** CONSOLE-1133

  **Level:** SEVERE

  **Description:** Getting attribute values of authentication domain failed.

  **Data:** name of realm, name of authentication domains, error message

  **Triggers:** Unable to get attribute values of authentication domain due to federation SDK related errors.

  **Actions:** Look under federation log for more information.

* ATTEMPT\_MODIFY\_AUTH\_DOMAIN

  **ID:** CONSOLE-1141

  **Level:** INFO

  **Description:** Attempt to modify authentication domain

  **Data:** name of realm, name of authentication domain

  **Triggers:** Click on Save button in authentication domain profile page.

* SUCCEED\_MODIFY\_AUTH\_DOMAIN

  **ID:** CONSOLE-1142

  **Level:** INFO

  **Description:** Modification authentication domain succeeded.

  **Data:** name of realm, name of authentication domain

  **Triggers:** Click on Save button in authentication domain profile page.

* FEDERATION\_EXCEPTION\_MODIFY\_AUTH\_DOMAIN

  **ID:** CONSOLE-1143

  **Level:** SEVERE

  **Description:** Modification authentication domain failed.

  **Data:** name of realm, name of authentication domain, error message

  **Triggers:** Unable to modify authentication domain due to federation SDK related errors.

  **Actions:** Look under federation log for more information.

* ATTEMPT\_GET\_ALL\_PROVIDER\_NAMES

  **ID:** CONSOLE-1151

  **Level:** INFO

  **Description:** Attempt to get all provider names

  **Data:** realm name

  **Triggers:** View authentication domain profile page.

* SUCCEED\_GET\_ALL\_PROVIDER\_NAMES

  **ID:** CONSOLE-1152

  **Level:** INFO

  **Description:** Getting all provider names succeeded.

  **Data:** realm name

  **Triggers:** View authentication domain profile page.

* FEDERATION\_EXCEPTION\_GET\_ALL\_PROVIDER\_NAMES

  **ID:** CONSOLE-1153

  **Level:** SEVERE

  **Description:** Getting all provider names failed.

  **Data:** error message

  **Triggers:** Unable to get all provider names due to federation SDK related errors.

  **Actions:** Look under federation log for more information.

* ATTEMPT\_GET\_PROVIDER\_NAMES\_UNDER\_AUTH\_DOMAIN

  **ID:** CONSOLE-1161

  **Level:** INFO

  **Description:** Attempt to get provider names under a authentication domain

  **Data:** name of realm, name of authentication domain

  **Triggers:** View authentication domain profile page.

* SUCCEED\_GET\_PROVIDER\_NAMES\_UNDER\_AUTH\_DOMAIN

  **ID:** CONSOLE-1162

  **Level:** INFO

  **Description:** Getting provider names under authentication domain succeeded.

  **Data:** name of realm, name of authentication domain

  **Triggers:** View authentication domain profile page.

* FEDERATION\_EXCEPTION\_GET\_PROVIDER\_NAMES\_UNDER\_AUTH\_DOMAIN

  **ID:** CONSOLE-1163

  **Level:** SEVERE

  **Description:** Getting provider names under authentication domain failed.

  **Data:** name of realm, name of authentication domain, error message

  **Triggers:** Unable to get provider names under authentication domain due to federation SDK related errors.

  **Actions:** Look under federation log for more information.

* ATTEMPT\_ADD\_PROVIDERS\_TO\_AUTH\_DOMAIN

  **ID:** CONSOLE-1171

  **Level:** INFO

  **Description:** Attempt to add providers to an authentication domain

  **Data:** name of realm, name of authentication domain, name of providers

  **Triggers:** Click on Save button in provider assignment page.

* SUCCEED\_ADD\_PROVIDERS\_TO\_AUTH\_DOMAIN

  **ID:** CONSOLE-1172

  **Level:** INFO

  **Description:** Addition of provider to an authentication domain succeeded.

  **Data:** name of realm, name of authentication domain, name of providers

  **Triggers:** Click on Save button in provider assignment page.

* FEDERATION\_EXCEPTION\_ADD\_PROVIDERS\_TO\_AUTH\_DOMAIN

  **ID:** CONSOLE-1173

  **Level:** SEVERE

  **Description:** Addition of provider to an authentication domain failed.

  **Data:** name of realm, name of authentication domain, name of providers, error message

  **Triggers:** Unable to add provider to authentication domain due to federation SDK related errors.

  **Actions:** Look under federation log for more information.

* ATTEMPT\_REMOVE\_PROVIDERS\_FROM\_AUTH\_DOMAIN

  **ID:** CONSOLE-1181

  **Level:** INFO

  **Description:** Attempt to remove providers from authentication domain

  **Data:** name of realm, name of authentication domain, name of providers

  **Triggers:** Click on Save button in provider assignment page.

* SUCCEED\_REMOVE\_PROVIDERS\_FROM\_AUTH\_DOMAIN

  **ID:** CONSOLE-1182

  **Level:** INFO

  **Description:** Deletion of providers from authentication domain succeeded.

  **Data:** name of realm, name of authentication domain, name of providers

  **Triggers:** Click on Save button in provider assignment page.

* FEDERATION\_EXCEPTION\_REMOVE\_PROVIDERS\_FROM\_AUTH\_DOMAIN

  **ID:** CONSOLE-1183

  **Level:** SEVERE

  **Description:** Deletion of provider from authentication domain failed.

  **Data:** name of realm, name of authentication domain, name of providers, error message

  **Triggers:** Unable to remove provider from authentication domain due to federation SDK related errors.

  **Actions:** Look under federation log for more information.

* ATTEMPT\_CREATE\_PROVIDER

  **ID:** CONSOLE-1301

  **Level:** INFO

  **Description:** Attempt to create provider

  **Data:** name of provider, role of provider, type of provider

  **Triggers:** Click on Save button in provider assignment page.

* SUCCEED\_CREATE\_PROVIDER

  **ID:** CONSOLE-1302

  **Level:** INFO

  **Description:** Creation of providers succeeded.

  **Data:** name of provider, role of provider, type of provider

  **Triggers:** Click on Save button in provider assignment page.

* FEDERATION\_EXCEPTION\_CREATE\_PROVIDER

  **ID:** CONSOLE-1303

  **Level:** SEVERE

  **Description:** Creation of provider failed.

  **Data:** name of provider, role of provider, type of provider, error message

  **Triggers:** Unable to create provider due to federation SDK related errors.

  **Actions:** Look under federation log for more information.

* FEDERATION\_EXCEPTION\_CREATE\_PROVIDER

  **ID:** CONSOLE-1304

  **Level:** SEVERE

  **Description:** Creation of provider failed.

  **Data:** name of provider, role of provider, type of provider, error message

  **Triggers:** Unable to create provider due to federation SDK related errors.

  **Actions:** Look under federation log for more information.

* INVOCATION\_TARGET\_EXCEPTION\_CREATE\_PROVIDER

  **ID:** CONSOLE-1305

  **Level:** SEVERE

  **Description:** Creation of provider failed.

  **Data:** name of provider, role of provider, type of provider, error message

  **Triggers:** Unable to create provider because Administration Console cannot find the appropriate methods to set values for this provider.

  **Actions:** This is a web application error. Please contact Sun Support for assistant.

* ATTEMPT\_GET\_PROVIDER\_ATTRIBUTE\_VALUES

  **ID:** CONSOLE-1311

  **Level:** INFO

  **Description:** Attempt to get attribute values for provider

  **Data:** name of provider, role of provider, type of provider

  **Triggers:** View provider profile page.

* SUCCEED\_GET\_PROVIDER\_ATTRIBUTE\_VALUES

  **ID:** CONSOLE-1312

  **Level:** INFO

  **Description:** Getting attribute values of providers succeeded.

  **Data:** name of provider, role of provider, type of provider

  **Triggers:** View provider profile page.

* ATTEMPT\_GET\_HANDLER\_TO\_PROVIDER

  **ID:** CONSOLE-1321

  **Level:** INFO

  **Description:** Attempt to get handler to provider

  **Data:** name of provider, role of provider

  **Triggers:** View provider profile page.

* SUCCEED\_GET\_HANDLER\_TO\_PROVIDER

  **ID:** CONSOLE-1322

  **Level:** INFO

  **Description:** Getting handler to provider succeeded.

  **Data:** name of provider, role of provider

  **Triggers:** View provider profile page.

* FEDERATION\_EXCEPTION\_GET\_HANDLER\_TO\_PROVIDER

  **ID:** CONSOLE-1323

  **Level:** SEVERE

  **Description:** Getting handler to provider failed.

  **Data:** name of provider, role of provider, error message

  **Triggers:** Unable to get handler to provider due to federation SDK related errors.

  **Actions:** Look under federation log for more information.

* ATTEMPT\_MODIFY\_PROVIDER

  **ID:** CONSOLE-1331

  **Level:** INFO

  **Description:** Attempt to modify provider

  **Data:** name of provider, role of provider

  **Triggers:** Click on Save button in provider profile page.

* SUCCEED\_MODIFY\_PROVIDER

  **ID:** CONSOLE-1332

  **Level:** INFO

  **Description:** Modification of provider succeeded.

  **Data:** name of provider, role of provider

  **Triggers:** Click on Save button in provider profile page.

* FEDERATION\_EXCEPTION\_MODIFY\_PROVIDER

  **ID:** CONSOLE-1333

  **Level:** SEVERE

  **Description:** Modification of provider failed.

  **Data:** name of provider, role of provider, error message

  **Triggers:** Unable to modify provider due to federation SDK related errors.

  **Actions:** Look under federation log for more information.

* INVOCATION\_TARGET\_EXCEPTION\_MODIFY\_PROVIDER

  **ID:** CONSOLE-1334

  **Level:** SEVERE

  **Description:** Modification of provider failed.

  **Data:** name of provider, role of provider, error message

  **Triggers:** Unable to modify provider because Administration Console cannot find the appropriate methods to set values for this provider.

  **Actions:** This is a web application error. Please contact Sun Support for assistant.

* ATTEMPT\_DELETE\_PROVIDER

  **ID:** CONSOLE-1341

  **Level:** INFO

  **Description:** Attempt to delete provider

  **Data:** name of provider, role of provider

  **Triggers:** Click on delete provider button in provider profile page.

* SUCCEED\_DELETE\_PROVIDER

  **ID:** CONSOLE-1342

  **Level:** INFO

  **Description:** Deletion of provider succeeded.

  **Data:** name of provider, role of provider

  **Triggers:** Click on delete provider button in provider profile page.

* FEDERATION\_EXCEPTION\_DELETE\_PROVIDER

  **ID:** CONSOLE-1343

  **Level:** SEVERE

  **Description:** Deletion of provider failed.

  **Data:** name of provider, role of provider, error message

  **Triggers:** Unable to delete provider due to federation SDK related errors.

  **Actions:** Look under federation log for more information.

* ATTEMPT\_GET\_PROSPECTIVE\_TRUSTED\_PROVIDER

  **ID:** CONSOLE-1351

  **Level:** INFO

  **Description:** Attempt to get prospective trusted provider

  **Data:** name of provider, role of provider

  **Triggers:** View add trusted provider page.

* SUCCEED\_GET\_PROSPECTIVE\_TRUSTED\_PROVIDER

  **ID:** CONSOLE-1352

  **Level:** INFO

  **Description:** Getting of prospective trusted provider succeeded.

  **Data:** name of provider, role of provider

  **Triggers:** View add trusted provider page.

* FEDERATION\_EXCEPTION\_GET\_PROSPECTIVE\_TRUSTED\_PROVIDER

  **ID:** CONSOLE-1353

  **Level:** SEVERE

  **Description:** Getting of prospective trusted provider failed.

  **Data:** name of provider, role of provider, error message

  **Triggers:** Unable to get prospective trusted provider due to federation SDK related errors.

  **Actions:** Look under federation log for more information.

* ATTEMPT\_GET\_ATTR\_VALUE\_SCHEMA\_TYPE

  **ID:** CONSOLE-2001

  **Level:** INFO

  **Description:** Attempt to get attribute values of schema type of a service schema

  **Data:** name of service, name of schema type, name of attribute schemas

  **Triggers:** View service profile page.

* SUCCEED\_GET\_ATTR\_VALUE\_SCHEMA\_TYPE

  **ID:** CONSOLE-2002

  **Level:** INFO

  **Description:** Getting attribute values of schema type of a service schema succeeded.

  **Data:** name of service, name of schema type, name of attribute schemas

  **Triggers:** View service profile page.

* SSO\_EXCEPTION\_GET\_ATTR\_VALUE\_SCHEMA\_TYPE

  **ID:** CONSOLE-2003

  **Level:** SEVERE

  **Description:** Getting attribute values of schema type of a service schema failed.

  **Data:** name of service, name of schema type, name of attribute schemas, error message

  **Triggers:** Unable to get attribute values of schema type of a service schema. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under service management log for more information.

* SMS\_EXCEPTION\_GET\_ATTR\_VALUE\_SCHEMA\_TYPE

  **ID:** CONSOLE-2004

  **Level:** SEVERE

  **Description:** Getting attribute values of schema type of a service schema failed.

  **Data:** name of service, name of schema type, name of attribute schemas, error message

  **Triggers:** Unable to get attribute values of schema type of a service schema due to service management SDK related errors.

  **Actions:** Look under service management log for more information.

* NO\_SCHEMA\_GET\_ATTR\_VALUE\_SCHEMA\_TYPE

  **ID:** CONSOLE-2005

  **Level:** INFO

  **Description:** Getting attribute values of schema type of a service schema failed.

  **Data:** name of service, name of schema type, name of attribute schemas

  **Triggers:** View service profile page.

  **Actions:** Need no action on this event. Console attempts to get a schema from a service but schema does not exist.

* ATTEMPT\_GET\_ATTR\_VALUE\_ATR\_SCHEMA\_SCHEMA\_TYPE

  **ID:** CONSOLE-2011

  **Level:** INFO

  **Description:** Attempt to get attribute values of attribute schema of a schema type of a service schema

  **Data:** name of service, name of schema type, name of attribute schemas

  **Triggers:** View service profile page.

* SUCCEED\_GET\_ATTR\_VALUE\_ATR\_SCHEMA\_SCHEMA\_TYPE

  **ID:** CONSOLE-2012

  **Level:** INFO

  **Description:** Getting attribute values of attribute schema of a schema type of a service schema succeeded.

  **Data:** name of service, name of schema type, name of attribute schemas

  **Triggers:** View service profile page.

* SSO\_EXCEPTION\_GET\_ATTR\_VALUE\_ATR\_SCHEMA\_SCHEMA\_TYPE

  **ID:** CONSOLE-2013

  **Level:** SEVERE

  **Description:** Getting attribute values of attribute schema of a schema type of a service schema failed.

  **Data:** name of service, name of schema type, name of attribute schemas, error message

  **Triggers:** Unable to get attribute values of schema type of a service schema. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under service management log for more information.

* SMS\_EXCEPTION\_GET\_ATTR\_VALUE\_ATR\_SCHEMA\_SCHEMA\_TYPE

  **ID:** CONSOLE-2014

  **Level:** SEVERE

  **Description:** Getting attribute values of attribute schema of a schema type of a service schema failed.

  **Data:** name of service, name of schema type, name of attribute schemas, error message

  **Triggers:** Unable to get attribute values of schema type of a service schema due to service management SDK related errors.

  **Actions:** Look under service management log for more information.

* ATTEMPT\_SET\_ATTR\_VALUE\_ATR\_SCHEMA\_SCHEMA\_TYPE

  **ID:** CONSOLE-2021

  **Level:** INFO

  **Description:** Attempt to modify attribute values of attribute schema of a schema type of a service schema

  **Data:** name of service, name of schema type, name of attribute schemas

  **Triggers:** Click on Save button in service profile page.

* SUCCEED\_SET\_ATTR\_VALUE\_ATR\_SCHEMA\_SCHEMA\_TYPE

  **ID:** CONSOLE-2022

  **Level:** INFO

  **Description:** Modification attribute values of attribute schema of a schema type of a service schema succeeded.

  **Data:** name of service, name of schema type, name of attribute schemas

  **Triggers:** Click on Save button in service profile page.

* SSO\_EXCEPTION\_SET\_ATTR\_VALUE\_ATR\_SCHEMA\_SCHEMA\_TYPE

  **ID:** CONSOLE-2023

  **Level:** SEVERE

  **Description:** Modification attribute values of attribute schema of a schema type of a service schema failed.

  **Data:** name of service, name of schema type, name of attribute schemas, error message

  **Triggers:** Unable to modify attribute values of schema type of a service schema. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under service management log for more information.

* SMS\_EXCEPTION\_SET\_ATTR\_VALUE\_ATR\_SCHEMA\_SCHEMA\_TYPE

  **ID:** CONSOLE-2024

  **Level:** SEVERE

  **Description:** Modification attribute values of attribute schema of a schema type of a service schema failed.

  **Data:** name of service, name of schema type, name of attribute schemas, error message

  **Triggers:** Unable to modify attribute values of schema type of a service schema due to service management SDK related errors.

  **Actions:** Look under service management log for more information.

* ATTEMPT\_GET\_CURRENT\_SESSIONS

  **ID:** CONSOLE-3001

  **Level:** INFO

  **Description:** Attempt to get current sessions

  **Data:** name of server, search pattern

  **Triggers:** View session main page.

* SUCCEED\_GET\_CURRENT\_SESSIONS

  **ID:** CONSOLE-3002

  **Level:** INFO

  **Description:** Getting of current sessions succeeded.

  **Data:** name of server, search pattern

  **Triggers:** View session main page.

* SESSION\_EXCEPTION\_GET\_CURRENT\_SESSIONS

  **ID:** CONSOLE-3003

  **Level:** SEVERE

  **Description:** Getting of current sessions failed.

  **Data:** name of server, name of realm, error message

  **Triggers:** Unable to get current sessions due to session SDK exception.

  **Actions:** Look under session management log for more information.

* ATTEMPT\_INVALIDATE\_SESSIONS

  **ID:** CONSOLE-3011

  **Level:** INFO

  **Description:** Attempt to invalidate session

  **Data:** name of server, ID of session

  **Triggers:** Click on Invalidate button in session main page.

* SUCCEED\_INVALIDATE\_SESSIONS

  **ID:** CONSOLE-3012

  **Level:** INFO

  **Description:** Invalidation of session succeeded.

  **Data:** name of server, ID of session

  **Triggers:** Click on Invalidate button in session main page.

* SESSION\_EXCEPTION\_INVALIDATE\_SESSIONS

  **ID:** CONSOLE-3013

  **Level:** SEVERE

  **Description:** Invalidation of session failed.

  **Data:** name of server, ID of session, error message

  **Triggers:** Unable to invalidate session due to session SDK exception.

  **Actions:** Look under session management log for more information.

* ATTEMPT\_GET\_SITE\_NAMES

  **ID:** CONSOLE-12001

  **Level:** INFO

  **Description:** Attempt to get site names

  **Data:** server instance name

  **Triggers:** View site and server management page.

* SUCCEED\_GET\_SITE\_NAMES

  **ID:** CONSOLE-12002

  **Level:** INFO

  **Description:** Site names are returned.

  **Data:** server instance name

  **Triggers:** View site and server management page.

* SSO\_EXCEPTION\_GET\_SITE\_NAMES

  **ID:** CONSOLE-12003

  **Level:** SEVERE

  **Description:** Get site names.

  **Data:** error message

  **Triggers:** Unable to get site names. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under access management SDK log for more information.

* SMS\_EXCEPTION\_GET\_SITE\_NAMES

  **ID:** CONSOLE-12004

  **Level:** SEVERE

  **Description:** Get site names.

  **Data:** error message

  **Triggers:** Unable to get site names due the SMS API error.

  **Actions:** Look under service management SDK log for more information.

* ATTEMPT\_GET\_SITE\_PRIMARY\_URL

  **ID:** CONSOLE-12011

  **Level:** INFO

  **Description:** Attempt to get primary URL of site.

  **Data:** Site Name

  **Triggers:** View site profile page.

* SUCCEED\_GET\_SITE\_PRIMARY\_URL

  **ID:** CONSOLE-12012

  **Level:** INFO

  **Description:** Primary URL of site is returned.

  **Data:** Site Name

  **Triggers:** View site profile page.

* SSO\_EXCEPTION\_GET\_SITE\_PRIMARY\_URL

  **ID:** CONSOLE-12013

  **Level:** SEVERE

  **Description:** Get primary URL of site.

  **Data:** Site Name, error message

  **Triggers:** Unable to get primary URL of site. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under access management SDK log for more information.

* SMS\_EXCEPTION\_GET\_SITE\_PRIMARY\_URL

  **ID:** CONSOLE-12014

  **Level:** SEVERE

  **Description:** Get primary URL of site.

  **Data:** Site Name, error message

  **Triggers:** Unable to get primary URL of site due the SMS API error.

  **Actions:** Look under service management SDK log for more information.

* ATTEMPT\_GET\_SITE\_FAILOVER\_URLS

  **ID:** CONSOLE-12021

  **Level:** INFO

  **Description:** Attempt to get failover URLs of site.

  **Data:** Site Name

  **Triggers:** View site profile page.

* SUCCEED\_GET\_SITE\_FAILOVER\_URLS

  **ID:** CONSOLE-12022

  **Level:** INFO

  **Description:** Failover URLs of site is returned.

  **Data:** Site Name

  **Triggers:** View site profile page.

* SSO\_EXCEPTION\_GET\_SITE\_FAILOVER\_URLS

  **ID:** CONSOLE-12023

  **Level:** SEVERE

  **Description:** Get failover URLs of site.

  **Data:** Site Name, error message

  **Triggers:** Unable to get failover URLs of site. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under access management SDK log for more information.

* SMS\_EXCEPTION\_GET\_SITE\_FAILOVER\_URLS

  **ID:** CONSOLE-12024

  **Level:** SEVERE

  **Description:** Get failover URLs of site.

  **Data:** Site Name, error message

  **Triggers:** Unable to get failover URLs of site due the SMS API error.

  **Actions:** Look under service management SDK log for more information.

* ATTEMPT\_GET\_SITE\_MEMBERS

  **ID:** CONSOLE-12031

  **Level:** INFO

  **Description:** Attempt to get members of site.

  **Data:** Site Name

  **Triggers:** View site profile page.

* SUCCEED\_GET\_SITE\_MEMBERS

  **ID:** CONSOLE-12032

  **Level:** INFO

  **Description:** Members of site is returned.

  **Data:** Site Name

  **Triggers:** View site profile page.

* SSO\_EXCEPTION\_GET\_SITE\_MEMBERS

  **ID:** CONSOLE-12033

  **Level:** SEVERE

  **Description:** Get members of site.

  **Data:** Site Name, error message

  **Triggers:** Unable to get members of site. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under access management SDK log for more information.

* SMS\_EXCEPTION\_GET\_SITE\_MEMBERS

  **ID:** CONSOLE-12034

  **Level:** SEVERE

  **Description:** Get members of site.

  **Data:** Site Name, error message

  **Triggers:** Unable to get members of site due the SMS API error.

  **Actions:** Look under service management SDK log for more information.

* ATTEMPT\_CREATE\_SITE

  **ID:** CONSOLE-12041

  **Level:** INFO

  **Description:** Attempt to create site.

  **Data:** Site Name

  **Triggers:** View create site page.

* SUCCEED\_CREATE\_SITE

  **ID:** CONSOLE-12042

  **Level:** INFO

  **Description:** Site is created.

  **Data:** Site Name

  **Triggers:** Click on create button on creation page.

* SSO\_EXCEPTION\_CREATE\_SITE

  **ID:** CONSOLE-12043

  **Level:** SEVERE

  **Description:** Create site.

  **Data:** Site Name, error message

  **Triggers:** Unable to create site. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under access management SDK log for more information.

* SMS\_EXCEPTION\_CREATE\_SITE

  **ID:** CONSOLE-12044

  **Level:** SEVERE

  **Description:** Create site.

  **Data:** Site Name, error message

  **Triggers:** Unable to create site due the SMS API error.

  **Actions:** Look under service management SDK log for more information.

* ATTEMPT\_CREATE\_SERVER

  **ID:** CONSOLE-12051

  **Level:** INFO

  **Description:** Attempt to create server.

  **Data:** Server Name

  **Triggers:** View create server page.

* SUCCEED\_CREATE\_SERVER

  **ID:** CONSOLE-12052

  **Level:** INFO

  **Description:** Server is created.

  **Data:** Server Name

  **Triggers:** Click on create button on creation page.

* SSO\_EXCEPTION\_CREATE\_SERVER

  **ID:** CONSOLE-12053

  **Level:** SEVERE

  **Description:** Create server.

  **Data:** Server Name, error message

  **Triggers:** Unable to create server. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under access management SDK log for more information.

* SMS\_EXCEPTION\_CREATE\_SERVER

  **ID:** CONSOLE-12054

  **Level:** SEVERE

  **Description:** Create server.

  **Data:** Server Name, error message

  **Triggers:** Unable to create server due the SMS API error.

  **Actions:** Look under service management SDK log for more information.

* CONFIGURATION\_EXCEPTION\_CREATE\_SERVER

  **ID:** CONSOLE-12055

  **Level:** SEVERE

  **Description:** Create server.

  **Data:** Server Name, error message

  **Triggers:** Unable to create server due the incorrect data format error.

  **Actions:** Look under console log for more information.

* IO\_EXCEPTION\_CREATE\_SERVER

  **ID:** CONSOLE-12056

  **Level:** SEVERE

  **Description:** Create server.

  **Data:** Server Name, error message

  **Triggers:** Unable to create server due the incorrect data format error.

  **Actions:** Look under console log for more information.

* ATTEMPT\_DELETE\_SITE

  **ID:** CONSOLE-12061

  **Level:** INFO

  **Description:** Attempt to delete site.

  **Data:** Site Name

  **Triggers:** Click on delete site button.

* SUCCEED\_DELETE\_SITE

  **ID:** CONSOLE-12062

  **Level:** INFO

  **Description:** Site is deleted.

  **Data:** Site Name

  **Triggers:** Click on delete button.

* SSO\_EXCEPTION\_DELETE\_SITE

  **ID:** CONSOLE-12063

  **Level:** SEVERE

  **Description:** Delete site.

  **Data:** Site Name, error message

  **Triggers:** Unable to delete site. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under access management SDK log for more information.

* SMS\_EXCEPTION\_DELETE\_SITE

  **ID:** CONSOLE-12064

  **Level:** SEVERE

  **Description:** Delete site.

  **Data:** Site Name, error message

  **Triggers:** Unable to delete site due the SMS API error.

  **Actions:** Look under service management SDK log for more information.

* ATTEMPT\_MODIFY\_SITE

  **ID:** CONSOLE-12071

  **Level:** INFO

  **Description:** Attempt to modify site.

  **Data:** Site Name

  **Triggers:** Click on OK button in site profile page.

* SUCCEED\_MODIFY\_SITE

  **ID:** CONSOLE-12072

  **Level:** INFO

  **Description:** Site is nodified.

  **Data:** Site Name

  **Triggers:** Click on OK button in site profile page.

* SSO\_EXCEPTION\_MODIFY\_SITE

  **ID:** CONSOLE-12073

  **Level:** SEVERE

  **Description:** Modify site.

  **Data:** Site Name, error message

  **Triggers:** Unable to modify site. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under access management SDK log for more information.

* SMS\_EXCEPTION\_MODIFY\_SITE

  **ID:** CONSOLE-12074

  **Level:** SEVERE

  **Description:** Modify site.

  **Data:** Site Name, error message

  **Triggers:** Unable to modify site due the SMS API error.

  **Actions:** Look under service management SDK log for more information.

* CONFIGURATION\_EXCEPTION\_MODIFY\_SITE

  **ID:** CONSOLE-12075

  **Level:** SEVERE

  **Description:** Modify site.

  **Data:** Site Name, error message

  **Triggers:** Unable to modify site due the incorrect data format.

  **Actions:** Look under console log for more information.

* ATTEMPT\_GET\_SERVER\_NAMES

  **ID:** CONSOLE-12081

  **Level:** INFO

  **Description:** Attempt to get server names.

  **Data:** server instance name

  **Triggers:** View site and server management page.

* SUCCEED\_GET\_SERVER\_NAMES

  **ID:** CONSOLE-12082

  **Level:** INFO

  **Description:** Server names are returned.

  **Data:** server instance name

  **Triggers:** View site and server management page.

* SSO\_EXCEPTION\_GET\_SERVER\_NAMES

  **ID:** CONSOLE-12083

  **Level:** SEVERE

  **Description:** Get server name.

  **Data:** error message

  **Triggers:** Unable to get server names. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under access management SDK log for more information.

* SMS\_EXCEPTION\_GET\_SERVER\_NAMES

  **ID:** CONSOLE-12084

  **Level:** SEVERE

  **Description:** Get server name.

  **Data:** error message

  **Triggers:** Unable to get server names due the SMS API error.

  **Actions:** Look under service management SDK log for more information.

* ATTEMPT\_GET\_SERVER\_SITE

  **ID:** CONSOLE-12091

  **Level:** INFO

  **Description:** Attempt to get server's site.

  **Data:** Server Name

  **Triggers:** View server profile page.

* SUCCEED\_GET\_SERVER\_SITE

  **ID:** CONSOLE-12092

  **Level:** INFO

  **Description:** Server's site name is returned.

  **Data:** Server Name

  **Triggers:** View server profile page.

* SSO\_EXCEPTION\_GET\_SERVER\_SITE

  **ID:** CONSOLE-12093

  **Level:** SEVERE

  **Description:** Get server's site name.

  **Data:** Server Name, error message

  **Triggers:** Unable to get server's site. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under access management SDK log for more information.

* SMS\_EXCEPTION\_GET\_SERVER\_SITE

  **ID:** CONSOLE-12094

  **Level:** SEVERE

  **Description:** Get server's site name.

  **Data:** Server Name, error message

  **Triggers:** Unable to get server's site due the SMS API error.

  **Actions:** Look under service management SDK log for more information.

* ATTEMPT\_DELETE\_SERVER

  **ID:** CONSOLE-12101

  **Level:** INFO

  **Description:** Attempt to delete server.

  **Data:** Server Name

  **Triggers:** Click on delete button in server management page.

* SUCCEED\_DELETE\_SERVER

  **ID:** CONSOLE-12102

  **Level:** INFO

  **Description:** Server is delete.

  **Data:** Server Name

  **Triggers:** Click on delete button in server management page.

* SSO\_EXCEPTION\_DELETE\_SERVER

  **ID:** CONSOLE-12103

  **Level:** SEVERE

  **Description:** Delete server.

  **Data:** Server Name, error message

  **Triggers:** Unable to delete server. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under access management SDK log for more information.

* SMS\_EXCEPTION\_DELETE\_SERVER

  **ID:** CONSOLE-12104

  **Level:** SEVERE

  **Description:** Delete server.

  **Data:** Server Name, error message

  **Triggers:** Unable to delete server due the SMS API error.

  **Actions:** Look under service management SDK log for more information.

* ATTEMPT\_CLONE\_SERVER

  **ID:** CONSOLE-12201

  **Level:** INFO

  **Description:** Attempt to clone server.

  **Data:** Server Name, Cloned Server Name

  **Triggers:** Click on clone button in server management page.

* SUCCEED\_CLONE\_SERVER

  **ID:** CONSOLE-12202

  **Level:** INFO

  **Description:** Server is cloned.

  **Data:** Server Name, Cloned Server Name

  **Triggers:** Click on clone button in server management page.

* SSO\_EXCEPTION\_CLONE\_SERVER

  **ID:** CONSOLE-12203

  **Level:** SEVERE

  **Description:** clone server.

  **Data:** Server Name, Cloned Server Name, error message

  **Triggers:** Unable to clone server. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under access management SDK log for more information.

* SMS\_EXCEPTION\_CLONE\_SERVER

  **ID:** CONSOLE-12204

  **Level:** SEVERE

  **Description:** clone server.

  **Data:** Server Name, Cloned Server Name, error message

  **Triggers:** Unable to clone server due the SMS API error.

  **Actions:** Look under service management SDK log for more information.

* CONFIGURATION\_EXCEPTION\_CLONE\_SERVER

  **ID:** CONSOLE-12205

  **Level:** SEVERE

  **Description:** clone server.

  **Data:** Server Name, Cloned Server Name, error message

  **Triggers:** Unable to clone server due the data format error.

  **Actions:** Look under console log for more information.

* ATTEMPT\_GET\_SERVER\_CONFIG

  **ID:** CONSOLE-12211

  **Level:** INFO

  **Description:** Attempt to get server's configuration.

  **Data:** Server Name

  **Triggers:** View server profile page.

* SUCCEED\_GET\_SERVER\_CONFIG

  **ID:** CONSOLE-12212

  **Level:** INFO

  **Description:** Server's configuration is returned.

  **Data:** Server Name

  **Triggers:** View server profile page.

* SSO\_EXCEPTION\_GET\_SERVER\_CONFIG

  **ID:** CONSOLE-12213

  **Level:** SEVERE

  **Description:** Get server's configuration.

  **Data:** Server Name, error message

  **Triggers:** Unable to get server's configuration. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under access management SDK log for more information.

* SMS\_EXCEPTION\_GET\_SERVER\_CONFIG

  **ID:** CONSOLE-12214

  **Level:** SEVERE

  **Description:** Get server's configuration.

  **Data:** Server Name, error message

  **Triggers:** Unable to get server's configuration due the SMS API error.

  **Actions:** Look under service management SDK log for more information.

* IO\_EXCEPTION\_GET\_SERVER\_CONFIG

  **ID:** CONSOLE-12215

  **Level:** SEVERE

  **Description:** get server's configuration.

  **Data:** Server Name, error message

  **Triggers:** Unable to get server's configuration due the data parsing error.

  **Actions:** Look under console log for more information.

* ATTEMPT\_GET\_SERVER\_DEFAULT\_CONFIG

  **ID:** CONSOLE-12221

  **Level:** INFO

  **Description:** Attempt to get server default configuration.

  **Data:** server instance name

  **Triggers:** View server profile page.

* SUCCEED\_GET\_SERVER\_DEFAULT\_CONFIG

  **ID:** CONSOLE-12222

  **Level:** INFO

  **Description:** Server default configuration is returned.

  **Data:** server instance name

  **Triggers:** View server profile page.

* ATTEMPT\_MODIFY\_SERVER

  **ID:** CONSOLE-12231

  **Level:** INFO

  **Description:** Attempt to modify server.

  **Data:** Server Name

  **Triggers:** Click on OK button in server profile page.

* SUCCEED\_MODIFY\_SERVER

  **ID:** CONSOLE-12232

  **Level:** INFO

  **Description:** Server is modified.

  **Data:** Server Name

  **Triggers:** Click on OK button in server profile page.

* SSO\_EXCEPTION\_MODIFY\_SERVER

  **ID:** CONSOLE-12233

  **Level:** SEVERE

  **Description:** modify server.

  **Data:** Server Name, error message

  **Triggers:** Unable to modify server. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under access management SDK log for more information.

* SMS\_EXCEPTION\_MODIFY\_SERVER

  **ID:** CONSOLE-12234

  **Level:** SEVERE

  **Description:** modify server.

  **Data:** Server Name, error message

  **Triggers:** Unable to modify server due the SMS API error.

  **Actions:** Look under service management SDK log for more information.

* IO\_EXCEPTION\_MODIFY\_SERVER

  **ID:** CONSOLE-12235

  **Level:** SEVERE

  **Description:** modify server.

  **Data:** Server Name, error message

  **Triggers:** Unable to modify server due the data parsing error.

  **Actions:** Look under console log for more information.

* CONFIGURATION\_EXCEPTION\_MODIFY\_SERVER

  **ID:** CONSOLE-12236

  **Level:** SEVERE

  **Description:** modify server.

  **Data:** Server Name, error message

  **Triggers:** Unable to modify server due the incorrect data format error.

  **Actions:** Look under console log for more information.

* ATTEMPT\_MODIFY\_SERVER\_INHERITANCE

  **ID:** CONSOLE-12241

  **Level:** INFO

  **Description:** Attempt to modify server's inheritance.

  **Data:** Server Name

  **Triggers:** Click on OK button in server inheritance setting page.

* SUCCEED\_MODIFY\_SERVER\_INHERITANCE

  **ID:** CONSOLE-12242

  **Level:** INFO

  **Description:** Server's inheritance setting is modified.

  **Data:** Server Name

  **Triggers:** Click on OK button in server inheritance setting page.

* SSO\_EXCEPTION\_MODIFY\_SERVER\_INHERITANCE

  **ID:** CONSOLE-12243

  **Level:** SEVERE

  **Description:** Modify server's inheritance.

  **Data:** Server Name, error message

  **Triggers:** Unable to modify server's inheritance. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under access management SDK log for more information.

* SMS\_EXCEPTION\_MODIFY\_SERVER\_INHERITANCE

  **ID:** CONSOLE-12244

  **Level:** SEVERE

  **Description:** Modify server's inheritance.

  **Data:** Server Name, error message

  **Triggers:** Unable to modify server's inheritance due the SMS API error.

  **Actions:** Look under service management SDK log for more information.

* IO\_EXCEPTION\_MODIFY\_SERVER\_INHERITANCE

  **ID:** CONSOLE-12245

  **Level:** SEVERE

  **Description:** modify server's inheritance.

  **Data:** Server Name, error message

  **Triggers:** Unable to modify server's inheritance due the data parsing error.

  **Actions:** Look under console log for more information.

* CONFIGURATION\_EXCEPTION\_MODIFY\_SERVER\_INHERITANCE

  **ID:** CONSOLE-12246

  **Level:** SEVERE

  **Description:** modify server's inheritance.

  **Data:** Server Name, error message

  **Triggers:** Unable to modify server's inheritance due the incorrect data format error.

  **Actions:** Look under console log for more information.

* ATTEMPT\_GET\_SERVER\_CONFIG\_XML

  **ID:** CONSOLE-12251

  **Level:** INFO

  **Description:** Attempt to get server's configuration XML.

  **Data:** Server Name

  **Triggers:** View server's server configuration XML profile page.

* SUCCEED\_GET\_SERVER\_CONFIG\_XML

  **ID:** CONSOLE-12252

  **Level:** INFO

  **Description:** Server's configuration XML is returned.

  **Data:** Server Name

  **Triggers:** View server's server configuration XML profile page.

* SSO\_EXCEPTION\_GET\_SERVER\_CONFIG\_XML

  **ID:** CONSOLE-12253

  **Level:** SEVERE

  **Description:** Get server's configuration XML.

  **Data:** Server Name, error message

  **Triggers:** Unable to get server's configuration XML. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under access management SDK log for more information.

* SMS\_EXCEPTION\_GET\_SERVER\_CONFIG\_XML

  **ID:** CONSOLE-12254

  **Level:** SEVERE

  **Description:** sGget server's configuration XML.

  **Data:** Server Name, error message

  **Triggers:** Unable to get server's configuration XML due the SMS API error.

  **Actions:** Look under service management SDK log for more information.

* GENERIC\_EXCEPTION\_GET\_SERVER\_CONFIG\_XML

  **ID:** CONSOLE-12255

  **Level:** SEVERE

  **Description:** sGget server's configuration XML.

  **Data:** Server Name, error message

  **Triggers:** Unable to get server's configuration XML due the data parsing error.

  **Actions:** Look under console log for more information.

* ATTEMPT\_SET\_SERVER\_CONFIG\_XML

  **ID:** CONSOLE-12261

  **Level:** INFO

  **Description:** Attempt to set server's configuration XML.

  **Data:** Server Name

  **Triggers:** Click on OK button in server's server configuration XML profile page.

* SUCCEED\_SET\_SERVER\_CONFIG\_XML

  **ID:** CONSOLE-12262

  **Level:** INFO

  **Description:** Server's configuration XML is modified.

  **Data:** Server Name

  **Triggers:** Click on OK button in server's server configuration XML profile page.

* SSO\_EXCEPTION\_SET\_SERVER\_CONFIG\_XML

  **ID:** CONSOLE-12263

  **Level:** SEVERE

  **Description:** set server's configuration XML.

  **Data:** Server Name, error message

  **Triggers:** Unable to set server's configuration XML. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under access management SDK log for more information.

* SMS\_EXCEPTION\_SET\_SERVER\_CONFIG\_XML

  **ID:** CONSOLE-12264

  **Level:** SEVERE

  **Description:** sGset server's configuration XML.

  **Data:** Server Name, error message

  **Triggers:** Unable to set server's configuration XML due the SMS API error.

  **Actions:** Look under service management SDK log for more information.

* ATTEMPT\_SEARCH\_AGENT

  **ID:** CONSOLE-13001

  **Level:** INFO

  **Description:** Attempt to search for agents

  **Data:** base realm, agent type, search pattern, search size limit, search time limit

  **Triggers:** Click on Search button in agent search view.

* SUCCEED\_SEARCH\_AGENT

  **ID:** CONSOLE-13002

  **Level:** INFO

  **Description:** Searching for agents succeeded

  **Data:** base realm, agent type, search pattern, search size limit, search time limit

  **Triggers:** Click on Search button in agent search view.

* EXCEPTION\_SEARCH\_AGENT

  **ID:** CONSOLE-13003

  **Level:** SEVERE

  **Description:** Searching for agents failed

  **Data:** base realm, agent type, search pattern, search size limit, search time limit, error message

  **Triggers:** Unable to perform search operation on agents under a realm. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under data store log for more information.

* ATTEMPT\_DELETE\_AGENT

  **ID:** CONSOLE-13011

  **Level:** INFO

  **Description:** Attempt to delete agents

  **Data:** base realm, agent names

  **Triggers:** Click on Delete button in agent home page.

* SUCCEED\_DELETE\_AGENT

  **ID:** CONSOLE-13012

  **Level:** INFO

  **Description:** Agents are deleted

  **Data:** base realm, agent names

  **Triggers:** Click on Delete button in agent home page.

* EXCEPTION\_DELETE\_AGENT

  **ID:** CONSOLE-13013

  **Level:** SEVERE

  **Description:** Deletion of agents failed

  **Data:** base realm, agent names, error message

  **Triggers:** Unable to perform delete operation on agents under a realm. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under data store log for more information.

* ATTEMPT\_SEARCH\_AGENT\_GROUP

  **ID:** CONSOLE-13021

  **Level:** INFO

  **Description:** Attempt to search for agent groups

  **Data:** base realm, agent type, search pattern, search size limit, search time limit

  **Triggers:** Click on Search button in agent search view.

* SUCCEED\_SEARCH\_AGENT\_GROUP

  **ID:** CONSOLE-13022

  **Level:** INFO

  **Description:** Searching for agent groups succeeded

  **Data:** base realm, agent type, search pattern, search size limit, search time limit

  **Triggers:** Click on Search button in agent search view.

* EXCEPTION\_SEARCH\_AGENT\_GROUP

  **ID:** CONSOLE-13023

  **Level:** SEVERE

  **Description:** Searching for agent groups failed

  **Data:** base realm, agent type, search pattern, search size limit, search time limit, error message

  **Triggers:** Unable to perform search operation on agent groups under a realm. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under data store log for more information.

* ATTEMPT\_DELETE\_AGENT\_GROUP

  **ID:** CONSOLE-13031

  **Level:** INFO

  **Description:** Attempt to delete agent groups

  **Data:** base realm, agent group names

  **Triggers:** Click on Delete button in agent home page.

* SUCCEED\_DELETE\_AGENT\_GROUP

  **ID:** CONSOLE-13032

  **Level:** INFO

  **Description:** Agent groups are deleted

  **Data:** base realm, agent group names

  **Triggers:** Click on Delete button in agent home page.

* EXCEPTION\_DELETE\_AGENT\_GROUP

  **ID:** CONSOLE-13033

  **Level:** SEVERE

  **Description:** Deletion of agent groups failed

  **Data:** base realm, agent group names, error message

  **Triggers:** Unable to perform delete operation on agents under a realm. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under data store log for more information.

* ATTEMPT\_CREATE\_AGENT

  **ID:** CONSOLE-13041

  **Level:** INFO

  **Description:** Attempt to create agent

  **Data:** base realm, agent name, agent type

  **Triggers:** Click on New button in agent home page.

* SUCCEED\_CREATE\_AGENT

  **ID:** CONSOLE-13042

  **Level:** INFO

  **Description:** Agent is created

  **Data:** base realm, agent name, agent type

  **Triggers:** Click on New button in agent home page.

* EXCEPTION\_CREATE\_AGENT

  **ID:** CONSOLE-13043

  **Level:** SEVERE

  **Description:** Creation of agent failed

  **Data:** base realm, agent name, agent type, error message

  **Triggers:** Unable to perform create agent. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under data store log for more information.

* ATTEMPT\_CREATE\_AGENT\_GROUP

  **ID:** CONSOLE-13051

  **Level:** INFO

  **Description:** Attempt to create agent group

  **Data:** base realm, agent group name, agent type

  **Triggers:** Click on New button in agent home page.

* SUCCEED\_CREATE\_AGENT\_GROUP

  **ID:** CONSOLE-13052

  **Level:** INFO

  **Description:** Agent group is created

  **Data:** base realm, agent group name, agent type

  **Triggers:** Click on New button in agent home page.

* EXCEPTION\_CREATE\_AGENT\_GROUP

  **ID:** CONSOLE-13053

  **Level:** SEVERE

  **Description:** Creation of agent group failed

  **Data:** base realm, agent group name, agent type, error message

  **Triggers:** Unable to perform create agent group. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under data store log for more information.

* ATTEMPT\_GET\_AGENT\_ATTRIBUTE\_VALUES

  **ID:** CONSOLE-13061

  **Level:** INFO

  **Description:** Attempt to get agent attribute values

  **Data:** agent universal Id

  **Triggers:** Visit agent profile page.

* SUCCEED\_GET\_AGENT\_ATTRIBUTE\_VALUES

  **ID:** CONSOLE-13062

  **Level:** INFO

  **Description:** Agent attribute values is retrieved.

  **Data:** agent universal Id

  **Triggers:** Visit agent profile page.

* EXCEPTION\_GET\_AGENT\_ATTRIBUTE\_VALUES

  **ID:** CONSOLE-13063

  **Level:** SEVERE

  **Description:** Unable to get agent attribute values

  **Data:** agent universal Id, error message

  **Triggers:** Unable to perform get agent attribute values. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under data store log for more information.

* ATTEMPT\_SET\_AGENT\_ATTRIBUTE\_VALUE

  **ID:** CONSOLE-13071

  **Level:** INFO

  **Description:** Attempt to set agent attribute values

  **Data:** agent universal Id

  **Triggers:** Click on save button in agent profile page.

* SUCCEED\_SET\_AGENT\_ATTRIBUTE\_VALUE

  **ID:** CONSOLE-13072

  **Level:** INFO

  **Description:** Agent attribute values set successfully

  **Data:** agent universal Id

  **Triggers:** Click on save button in agent profile page.

* EXCEPTION\_SET\_AGENT\_ATTRIBUTE\_VALUE

  **ID:** CONSOLE-13073

  **Level:** SEVERE

  **Description:** Unable to set agent attribute values

  **Data:** agent universal Id, error message

  **Triggers:** Unable to perform set agent attribute values. It may be the single sign on token of the user has expired; or the user does not have permission to perform this operation.

  **Actions:** Look under data store log for more information.

* ATTEMPT\_GET\_ATTR\_VALUES\_OF\_SESSION\_HA\_PROPERTIES

  **ID:** CONSOLE-13074

  **Level:** INFO

  **Description:** Attempt to read session HA properties

  **Data:** name of attribute

  **Triggers:** Click on Save button in session profile page.

* SUCCEED\_GET\_ATTR\_VALUES\_OF\_SESSION\_HA\_PROPERTIES

  **ID:** CONSOLE-13075

  **Level:** INFO

  **Description:** Read Access of session HA properties succeeded.

  **Data:** name of attribute

  **Triggers:** Click on Save button in session profile page.

* SMS\_EXCEPTION\_GET\_ATTR\_VALUES\_OF\_SESSION\_HA\_PROPERTIES

  **ID:** CONSOLE-13076

  **Level:** SEVERE

  **Description:** Read Access of session HA properties failed.

  **Data:** name of attribute, error message

  **Triggers:** Unable to modify session HA properties due to service management SDK exception.

  **Actions:** Look under service management log for more information.

* ATTEMPT\_SET\_ATTR\_VALUES\_OF\_SESSION\_HA\_PROPERTIES

  **ID:** CONSOLE-13077

  **Level:** INFO

  **Description:** Attempt to modify session HA properties

  **Data:** name of attribute

  **Triggers:** Click on Save button in session profile page.

* SUCCEED\_SET\_ATTR\_VALUES\_OF\_SESSION\_HA\_PROPERTIES

  **ID:** CONSOLE-13078

  **Level:** INFO

  **Description:** Modification of session HA properties succeeded.

  **Data:** name of attribute

  **Triggers:** Click on Save button in session profile page.

* SMS\_EXCEPTION\_SET\_ATTR\_VALUES\_OF\_SESSION\_HA\_PROPERTIES

  **ID:** CONSOLE-13079

  **Level:** SEVERE

  **Description:** Modification of session HA properties failed.

  **Data:** name of attribute, error message

  **Triggers:** Unable to modify session HA properties due to service management SDK exception.

  **Actions:** Look under service management log for more information.

* ATTEMPT\_GET\_AFFILIATION\_ATTR\_VALUES

  **ID:** CONSOLE-13101

  **Level:** INFO

  **Description:** Attempt to get attribute values of an affiliation.

  **Data:** descriptor realm, descriptor name, descriptor protocol, descriptor type

  **Triggers:** View SAMLv2 Affiliate page.

* SUCCEED\_GET\_AFFILIATION\_ATTR\_VALUES

  **ID:** CONSOLE-13102

  **Level:** INFO

  **Description:** Getting attribute values of affiliation succeeded.

  **Data:** descriptor realm, descriptor name, descriptor protocol, descriptor type

  **Triggers:** View SAMLv2 Affiliate page.

* FEDERATION\_EXCEPTION\_GET\_AFFILIATION\_ATTR\_VALUES

  **ID:** CONSOLE-13103

  **Level:** SEVERE

  **Description:** Getting attribute values of affiliation failed.

  **Data:** descriptor realm, descriptor name, descriptor protocol, descriptor type, error message

  **Triggers:** Unable to get attribute values of affiliation due to federation SDK related errors.

  **Actions:** Look under federation log for more information.

* ATTEMPT\_MODIFY\_AFFILIATION\_ATTR\_VALUES

  **ID:** CONSOLE-13111

  **Level:** INFO

  **Description:** Attempt to modify affiliation.

  **Data:** descriptor realm, descriptor name, descriptor protocol, descriptor type

  **Triggers:** Click on Save button in SAMLv2 Affiliate page.

* SUCCEED\_MODIFY\_AFFILIATION\_ATTR\_VALUES

  **ID:** CONSOLE-13112

  **Level:** INFO

  **Description:** Modification of affiliation succeeded.

  **Data:** descriptor realm, descriptor name, descriptor protocol, descriptor type

  **Triggers:** Click on Save button in SAMLv2 Affiliate page.

* FEDERATION\_EXCEPTION\_MODIFY\_AFFILIATION\_ATTR\_VALUES

  **ID:** CONSOLE-13113

  **Level:** SEVERE

  **Description:** Modification of affiliation failed.

  **Data:** descriptor realm, descriptor name, descriptor protocol, descriptor type, error message

  **Triggers:** Unable to modify affiliation due to federation SDK related errors.

  **Actions:** Look under federation log for more information.

* ATTEMPT\_GET\_ATTR\_AUTH\_ATTR\_VALUES

  **ID:** CONSOLE-13121

  **Level:** INFO

  **Description:** Attempt to get attribute values of an attribute authority.

  **Data:** descriptor realm, descriptor name, descriptor protocol, descriptor type

  **Triggers:** View SAMLv2 AttrAuthority page.

* SUCCEED\_GET\_ATTR\_AUTH\_ATTR\_VALUES

  **ID:** CONSOLE-13122

  **Level:** INFO

  **Description:** Getting attribute values of attribute authority succeeded.

  **Data:** descriptor realm, descriptor name, descriptor protocol, descriptor type

  **Triggers:** View SAMLv2 AttrAuthority page.

* FEDERATION\_EXCEPTION\_GET\_ATTR\_AUTH\_ATTR\_VALUES

  **ID:** CONSOLE-13123

  **Level:** SEVERE

  **Description:** Getting attribute values of attribute authority failed.

  **Data:** descriptor realm, descriptor name, descriptor protocol, descriptor type, error message

  **Triggers:** Unable to get attribute values of attribute authority due to federation SDK related errors.

  **Actions:** Look under federation log for more information.

* ATTEMPT\_MODIFY\_ATTR\_AUTH\_ATTR\_VALUES

  **ID:** CONSOLE-13131

  **Level:** INFO

  **Description:** Attempt to modify attribute authority.

  **Data:** descriptor realm, descriptor name, descriptor protocol, descriptor type

  **Triggers:** Click on Save button in SAMLv2 AttrAuthority page.

* SUCCEED\_MODIFY\_ATTR\_AUTH\_ATTR\_VALUES

  **ID:** CONSOLE-13132

  **Level:** INFO

  **Description:** Modification of attribute authority succeeded.

  **Data:** descriptor realm, descriptor name, descriptor protocol, descriptor type

  **Triggers:** Click on Save button in SAMLv2 AttrAuthority page.

* FEDERATION\_EXCEPTION\_MODIFY\_ATTR\_AUTH\_ATTR\_VALUES

  **ID:** CONSOLE-13133

  **Level:** SEVERE

  **Description:** Modification of attribute authority failed.

  **Data:** descriptor realm, descriptor name, descriptor protocol, descriptor type, error message

  **Triggers:** Unable to modify attribute authority due to federation SDK related errors.

  **Actions:** Look under federation log for more information.

* ATTEMPT\_GET\_ATTR\_QUERY\_ATTR\_VALUES

  **ID:** CONSOLE-13141

  **Level:** INFO

  **Description:** Attempt to get attribute values of an attribute query.

  **Data:** descriptor realm, descriptor name, descriptor protocol, descriptor type

  **Triggers:** View SAMLv2 AttrQuery page.

* SUCCEED\_GET\_ATTR\_QUERY\_ATTR\_VALUES

  **ID:** CONSOLE-13142

  **Level:** INFO

  **Description:** Getting attribute values of attribute query succeeded.

  **Data:** descriptor realm, descriptor name, descriptor protocol, descriptor type

  **Triggers:** View SAMLv2 AttrQuery page.

* FEDERATION\_EXCEPTION\_GET\_ATTR\_QUERY\_ATTR\_VALUES

  **ID:** CONSOLE-13143

  **Level:** SEVERE

  **Description:** Getting attribute values of attribute query failed.

  **Data:** descriptor realm, descriptor name, descriptor protocol, descriptor type, error message

  **Triggers:** Unable to get attribute values of attribute query due to federation SDK related errors.

  **Actions:** Look under federation log for more information.

* ATTEMPT\_MODIFY\_ATTR\_QUERY\_ATTR\_VALUES

  **ID:** CONSOLE-13151

  **Level:** INFO

  **Description:** Attempt to modify attribute query.

  **Data:** descriptor realm, descriptor name, descriptor protocol, descriptor type

  **Triggers:** Click on Save button in SAMLv2 AttrQuery page.

* SUCCEED\_MODIFY\_ATTR\_QUERY\_ATTR\_VALUES

  **ID:** CONSOLE-13152

  **Level:** INFO

  **Description:** Modification of attribute query succeeded.

  **Data:** descriptor realm, descriptor name, descriptor protocol, descriptor type

  **Triggers:** Click on Save button in SAMLv2 AttrQuery page.

* FEDERATION\_EXCEPTION\_MODIFY\_ATTR\_QUERY\_ATTR\_VALUES

  **ID:** CONSOLE-13153

  **Level:** SEVERE

  **Description:** Modification of attribute query failed.

  **Data:** descriptor realm, descriptor name, descriptor protocol, descriptor type, error message

  **Triggers:** Unable to modify attribute query due to federation SDK related errors.

  **Actions:** Look under federation log for more information.

* ATTEMPT\_GET\_AUTHN\_AUTH\_ATTR\_VALUES

  **ID:** CONSOLE-13161

  **Level:** INFO

  **Description:** Attempt to get attribute values of an authn authority.

  **Data:** descriptor realm, descriptor name, descriptor protocol, descriptor type

  **Triggers:** View SAMLv2 AuthnAuthority page.

* SUCCEED\_GET\_AUTHN\_AUTH\_ATTR\_VALUES

  **ID:** CONSOLE-13162

  **Level:** INFO

  **Description:** Getting attribute values of authn authority succeeded.

  **Data:** descriptor realm, descriptor name, descriptor protocol, descriptor type

  **Triggers:** View SAMLv2 AuthnAuthority page.

* FEDERATION\_EXCEPTION\_GET\_AUTHN\_AUTH\_ATTR\_VALUES

  **ID:** CONSOLE-13163

  **Level:** SEVERE

  **Description:** Getting attribute values of authn authority failed.

  **Data:** descriptor realm, descriptor name, descriptor protocol, descriptor type, error message

  **Triggers:** Unable to get attribute values of authn authority due to federation SDK related errors.

  **Actions:** Look under federation log for more information.

* ATTEMPT\_MODIFY\_AUTHN\_AUTH\_ATTR\_VALUES

  **ID:** CONSOLE-13171

  **Level:** INFO

  **Description:** Attempt to modify authn authority.

  **Data:** descriptor realm, descriptor name, descriptor protocol, descriptor type

  **Triggers:** Click on Save button in SAMLv2 AuthnAuthority page.

* SUCCEED\_MODIFY\_AUTHN\_AUTH\_ATTR\_VALUES

  **ID:** CONSOLE-13172

  **Level:** INFO

  **Description:** Modification of authn authority succeeded.

  **Data:** descriptor realm, descriptor name, descriptor protocol, descriptor type

  **Triggers:** Click on Save button in SAMLv2 AuthnAuthority page.

* FEDERATION\_EXCEPTION\_MODIFY\_AUTHN\_AUTH\_ATTR\_VALUES

  **ID:** CONSOLE-13173

  **Level:** SEVERE

  **Description:** Modification of authn authority failed.

  **Data:** descriptor realm, descriptor name, descriptor protocol, descriptor type, error message

  **Triggers:** Unable to modify authn authority due to federation SDK related errors.

  **Actions:** Look under federation log for more information.

* ATTEMPT\_GET\_METAALIAS

  **ID:** CONSOLE-13181

  **Level:** INFO

  **Description:** Attempt to get a meta alias.

  **Data:** descriptor realm, descriptor name, descriptor protocol, descriptor type

  **Triggers:** View SAMLv2 IDP Services page.

* SUCCEED\_GET\_METAALIAS

  **ID:** CONSOLE-13182

  **Level:** INFO

  **Description:** Getting meta alias succeeded.

  **Data:** descriptor realm, descriptor name, descriptor protocol, descriptor type

  **Triggers:** View SAMLv2 IDP Services page.

* FEDERATION\_EXCEPTION\_GET\_METAALIAS

  **ID:** CONSOLE-13183

  **Level:** SEVERE

  **Description:** Getting meta alias failed.

  **Data:** descriptor realm, descriptor name, descriptor protocol, descriptor type, error message

  **Triggers:** Unable to get meta alias due to federation SDK related errors.

  **Actions:** Look under federation log for more information.

### ENTITLEMENT messages

* ATTEMPT\_ADD\_PRIVILEGE

  **ID:** ENTITLEMENT-1

  **Level:** INFO

  **Description:** Attempt to add privilege.

  **Data:** realm, privilege name

  **Triggers:** Add privilege API is called.

* SUCCEEDED\_ADD\_PRIVILEGE

  **ID:** ENTITLEMENT-2

  **Level:** INFO

  **Description:** Privilege is added.

  **Data:** realm, privilege name

  **Triggers:** Add privilege API is called.

* FAILED\_ADD\_PRIVILEGE

  **ID:** ENTITLEMENT-3

  **Level:** INFO

  **Description:** Failed to add privilege.

  **Data:** realm, privilege name, error message

  **Triggers:** Add privilege API is called.

  **Actions:** Privilege might already exists.; Administrator might not have the permission to add privilege.

* ATTEMPT\_ADD\_REFERRAL

  **ID:** ENTITLEMENT-11

  **Level:** INFO

  **Description:** Attempt to add referral privilege.

  **Data:** realm, privilege name

  **Triggers:** Add referral privilege API is called.

* SUCCEEDED\_ADD\_REFERRAL

  **ID:** ENTITLEMENT-12

  **Level:** INFO

  **Description:** Referral Privilege is added.

  **Data:** realm, privilege name

  **Triggers:** Add referral privilege API is called.

* FAILED\_ADD\_REFERRAL

  **ID:** ENTITLEMENT-13

  **Level:** INFO

  **Description:** Failed to add referral privilege.

  **Data:** realm, privilege name, error message

  **Triggers:** Add referral privilege API is called.

  **Actions:** Privilege might already exists.; Administrator might not have the permission to add referral privilege.

* ATTEMPT\_REMOVE\_PRIVILEGE

  **ID:** ENTITLEMENT-21

  **Level:** INFO

  **Description:** Attempt to remove privilege.

  **Data:** realm, privilege name

  **Triggers:** Remove privilege API is called.

* SUCCEEDED\_REMOVE\_PRIVILEGE

  **ID:** ENTITLEMENT-22

  **Level:** INFO

  **Description:** Privilege is removed.

  **Data:** realm, privilege name

  **Triggers:** Removed privilege API is called.

* FAILED\_REMOVE\_PRIVILEGE

  **ID:** ENTITLEMENT-23

  **Level:** INFO

  **Description:** Failed to removed privilege.

  **Data:** realm, privilege name, error message

  **Triggers:** Removed privilege API is called.

  **Actions:** Administrator might not have the permission to remove privilege.

* ATTEMPT\_REMOVE\_REFERRAL

  **ID:** ENTITLEMENT-31

  **Level:** INFO

  **Description:** Attempt to remove referral privilege.

  **Data:** realm, privilege name

  **Triggers:** Remove referral privilege API is called.

* SUCCEEDED\_REMOVE\_REFERRAL

  **ID:** ENTITLEMENT-32

  **Level:** INFO

  **Description:** Referral privilege is removed.

  **Data:** realm, privilege name

  **Triggers:** Removed referral privilege API is called.

* FAILED\_REMOVE\_REFERRAL

  **ID:** ENTITLEMENT-33

  **Level:** INFO

  **Description:** Failed to removed referral privilege.

  **Data:** realm, privilege name, error message

  **Triggers:** Removed referral privilege API is called.

  **Actions:** Administrator might not have the permission to remove privilege.

* ATTEMPT\_SAVE\_APPLICATION

  **ID:** ENTITLEMENT-101

  **Level:** INFO

  **Description:** Attempt to save application.

  **Data:** realm, application name

  **Triggers:** Save application API is called.

* SUCCEEDED\_SAVE\_APPLICATION

  **ID:** ENTITLEMENT-102

  **Level:** INFO

  **Description:** Application is saved.

  **Data:** realm, application name

  **Triggers:** Save application API is called.

* FAILED\_SAVE\_APPLICATION

  **ID:** ENTITLEMENT-103

  **Level:** INFO

  **Description:** Failed to save application.

  **Data:** realm, application name, error message

  **Triggers:** Save application API is called.

  **Actions:** Administrator might not have the permission to save application.

* ATTEMPT\_REMOVE\_APPLICATION

  **ID:** ENTITLEMENT-111

  **Level:** INFO

  **Description:** Attempt to remove application.

  **Data:** realm, application name

  **Triggers:** Remove application API is called.

* SUCCEEDED\_REMOVE\_APPLICATION

  **ID:** ENTITLEMENT-112

  **Level:** INFO

  **Description:** Application is removed.

  **Data:** realm, application name

  **Triggers:** Remove application API is called.

* FAILED\_REMOVE\_APPLICATION

  **ID:** ENTITLEMENT-113

  **Level:** INFO

  **Description:** Failed to remove application.

  **Data:** realm, application name, error message

  **Triggers:** Remove application API is called.

  **Actions:** Administrator might not have the permission to remove application.

* ATTEMPT\_SAVE\_RESOURCE\_TYPE

  **ID:** ENTITLEMENT-40

  **Level:** INFO

  **Description:** Attempt to save resource type.

  **Data:** realm, resource type name

  **Triggers:** Save resource type API is called.

* SUCCEEDED\_SAVE\_RESOURCE\_TYPE

  **ID:** ENTITLEMENT-41

  **Level:** INFO

  **Description:** Resource type is saved.

  **Data:** realm, resource type name

  **Triggers:** Save resource type API is called.

* FAILED\_SAVE\_RESOURCE\_TYPE

  **ID:** ENTITLEMENT-42

  **Level:** INFO

  **Description:** Failed to save resource type.

  **Data:** realm, resource type name, error message

  **Triggers:** Save resource type API is called.

  **Actions:** Administrator might not have the permission to save resource type.

* ATTEMPT\_REMOVE\_RESOURCE\_TYPE

  **ID:** ENTITLEMENT-43

  **Level:** INFO

  **Description:** Attempt to remove resource type.

  **Data:** realm, resource type name

  **Triggers:** Remove resource type API is called.

* SUCCEEDED\_REMOVE\_RESOURCE\_TYPE

  **ID:** ENTITLEMENT-44

  **Level:** INFO

  **Description:** Resource type is removed.

  **Data:** realm, resource type name

  **Triggers:** Remove resource type API is called.

* FAILED\_REMOVE\_RESOURCE\_TYPE

  **ID:** ENTITLEMENT-45

  **Level:** INFO

  **Description:** Failed to remove resource type.

  **Data:** realm, resource type name, error message

  **Triggers:** Remove resource type API is called.

  **Actions:** Administrator might not have the permission to remove resource type.

### LOG messages

* LOG\_START\_NEW\_LOGGER

  **ID:** LOG-1

  **Level:** INFO

  **Description:** Logging Started - New Logger

  **Data:** current location

  **Triggers:** Logging started by getting a new Logger.

* LOG\_END

  **ID:** LOG-2

  **Level:** INFO

  **Description:** Logging Terminated - Server Stopped

  **Data:** current location

  **Triggers:** Logging terminated by server shutdown.

* LOG\_START\_CONFIG

  **ID:** LOG-3

  **Level:** INFO

  **Description:** Logging Started - Configuration Change

  **Data:** old location, new location, old backend, new backend, old security status, new security status, old status, new status, old level, new level

  **Triggers:** Logging started after logging configuration change.

* LOG\_END\_CONFIG

  **ID:** LOG-4

  **Level:** INFO

  **Description:** Logging Terminated - Configuration Change

  **Data:** old location, new location, old backend, new backend, old security status, new security status, old status, new status, old level, new level

  **Triggers:** Logging terminated by logging configuration change.

### OAuth2Provider messages

* CREATED\_TOKEN

  **ID:** OAuth2Provider-1

  **Level:** INFO

  **Description:** Created an oauth 2.0 token

  **Data:** message, token info

  **Triggers:** Created a new oauth 2.0 token

* DELETED\_TOKEN

  **ID:** OAuth2Provider-2

  **Level:** INFO

  **Description:** Deleted an oauth 2.0 token

  **Data:** message, token info

  **Triggers:** Deleted an oauth 2.0 token

* FAILED\_CREATE\_TOKEN

  **ID:** OAuth2Provider-3

  **Level:** INFO

  **Description:** Failed to creating an oauth 2.0 token

  **Data:** message, token info

  **Triggers:** Failed creating an oauth 2.0 token

* FAILED\_DELETE\_TOKEN

  **ID:** OAuth2Provider-4

  **Level:** INFO

  **Description:** Failed deleting an oauth 2.0 token

  **Data:** message, token info

  **Triggers:** Failed deleting an oauth 2.0 token

* CREATED\_REFRESH\_TOKEN

  **ID:** OAuth2Provider-5

  **Level:** INFO

  **Description:** Created an oauth 2.0 refresh token

  **Data:** message, token info

  **Triggers:** Created an oauth 2.0 refresh token

* FAILED\_CREATE\_REFRESH\_TOKEN

  **ID:** OAuth2Provider-6

  **Level:** INFO

  **Description:** Failed creating an oauth 2.0 refresh token

  **Data:** message, token info

  **Triggers:** Failed creating an oauth 2.0 refresh token

* CREATED\_AUTHORIZATION\_CODE

  **ID:** OAuth2Provider-7

  **Level:** INFO

  **Description:** Created an oauth 2.0 authorization code

  **Data:** message, token info

  **Triggers:** Created an oauth 2.0 authorization code refresh token

* FAILED\_CREATE\_AUTHORIZATION\_CODE

  **ID:** OAuth2Provider-8

  **Level:** INFO

  **Description:** Failed creating an oauth 2.0 authorization code

  **Data:** message, token info

  **Triggers:** Failed creating an oauth 2.0 authorization code

* FAILED\_UPDATE\_AUTHORIZATION\_CODE

  **ID:** OAuth2Provider-9

  **Level:** INFO

  **Description:** Failed updating an oauth 2.0 authorization code

  **Data:** message, token info

  **Triggers:** Failed updating an oauth 2.0 authorization code

* CREATED\_CLIENT

  **ID:** OAuth2Provider-11

  **Level:** INFO

  **Description:** Created an oauth 2.0 Client

  **Data:** message, token info

  **Triggers:** Created a new oauth 2.0 client

* DELETED\_CLIENT

  **ID:** OAuth2Provider-12

  **Level:** INFO

  **Description:** Deleted an oauth 2.0 client

  **Data:** message, token info

  **Triggers:** Deleted an oauth 2.0 client

* FAILED\_CREATE\_CLIENT

  **ID:** OAuth2Provider-13

  **Level:** INFO

  **Description:** Failed to creating an oauth 2.0 client

  **Triggers:** Failed creating an oauth 2.0 client

* FAILED\_DELETE\_CLIENT

  **ID:** OAuth2Provider-14

  **Level:** INFO

  **Description:** Failed deleting an oauth 2.0 client

  **Triggers:** Failed deleting an oauth 2.0 client

* AUTHENTICATED\_CLIENT

  **ID:** OAuth2Provider-15

  **Level:** INFO

  **Description:** Authenticated an oauth 2.0 client

  **Data:** client id

  **Triggers:** Authenticated an oauth 2.0 client

* FAILED\_AUTHENTICATE\_CLIENT

  **ID:** OAuth2Provider-16

  **Level:** INFO

  **Description:** Failed authenticating an oauth 2.0 client

  **Data:** client id

  **Triggers:** Failed authenticating an oauth 2.0 client

* UPDATED\_AUTHORIZATION\_CODE

  **ID:** OAuth2Provider-17

  **Level:** INFO

  **Description:** Updated an OAuth2 authorization code

  **Data:** message, token info

  **Triggers:** Updated an OAuth2 authorization code

### POLICY messages

* POLICY\_EVALUATION

  **ID:** POLICY-1

  **Level:** INFO

  **Description:** Evaluating policy succeeded

  **Data:** policy name, realm name, service type name, resource name, action names, policy decision

  **Triggers:** Evaluating policy.

* PROTECTED\_RESOURCES

  **ID:** POLICY-2

  **Level:** INFO

  **Description:** Getting protected policy resources succeeded

  **Data:** principal name, resource name, protecting policies

  **Triggers:** Getting protected policy resources.

* POLICY\_CREATE\_SUCCESS

  **ID:** POLICY-3

  **Level:** INFO

  **Description:** Creating policy in a realm succeeded

  **Data:** policy name, realm name

  **Triggers:** Creating policy in a realm.

* POLICY\_MODIFY\_SUCCESS

  **ID:** POLICY-4

  **Level:** INFO

  **Description:** Modifying policy in a realm succeeded

  **Data:** policy name, realm name

  **Triggers:** Modifying policy in a realm.

* POLICY\_REMOVE\_SUCCESS

  **ID:** POLICY-5

  **Level:** INFO

  **Description:** Removing policy from a realm succeeded

  **Data:** policy name, realm name

  **Triggers:** Removing policy from a realm.

* POLICY\_ALREADY\_EXISTS\_IN\_REALM

  **ID:** POLICY-6

  **Level:** INFO

  **Description:** Policy already exists in the realm

  **Data:** policy name, realm name

  **Triggers:** Creating policy in the realm.

* UNABLE\_TO\_ADD\_POLICY

  **ID:** POLICY-7

  **Level:** INFO

  **Description:** Creating policy in a realm failed

  **Data:** policy name, realm name

  **Triggers:** Creating policy in a realm.

  **Actions:** Check if the user has privilege to create a policy in the realm.

* UNABLE\_TO\_REPLACE\_POLICY

  **ID:** POLICY-8

  **Level:** INFO

  **Description:** Replacing policy in a realm failed

  **Data:** policy name, realm name

  **Triggers:** Replacing policy in a realm.

  **Actions:** Check if the user has privilege to replace a policy in the realm.

* DID\_NOT\_REPLACE\_POLICY

  **ID:** POLICY-81

  **Level:** INFO

  **Description:** Did not replace policy - A diifferent policy with the new name already exists in the realm

  **Data:** new policy name, realm name

  **Triggers:** Replacing policy in a realm

* UNABLE\_TO\_REMOVE\_POLICY

  **ID:** POLICY-9

  **Level:** INFO

  **Description:** Removing policy from a realm failed

  **Data:** policy name, realm name

  **Triggers:** Removing policy from a realm.

  **Actions:** Check if the user has privilege to remove a policy from the realm.

* PROXIED\_POLICY\_EVALUATION

  **ID:** POLICY-10

  **Level:** INFO

  **Description:** Computing policy decision by an administrator succeeded

  **Data:** admin name, principal name, resource name, policy decision

  **Triggers:** Computing policy decision by an administrator.

* PROXIED\_POLICY\_EVALUATION\_IGNORING\_SUBJECTS

  **ID:** POLICY-11

  **Level:** INFO

  **Description:** Computing policy decision by an administrator ignoring subjects succeeded

  **Data:** admin name, resource name, policy decision

  **Triggers:** Computing policy decision by an administrator ignoring subjects.

### Rest messages

* ATTEMPT\_ACCESS

  **ID:** Rest-1

  **Level:** INFO

  **Description:** Attempted to access a REST resource.

  **Data:** resource, operation

  **Triggers:** Attempting to access a REST resource.

* ACCESS\_GRANT

  **ID:** Rest-2

  **Level:** INFO

  **Description:** Access granted to a REST resource.

  **Data:** resource, operation, authzModule

  **Triggers:** Access was granted to the requested resource.

* ACCESS\_DENY

  **ID:** Rest-3

  **Level:** INFO

  **Description:** Access denied to a REST resource.

  **Data:** resource, operation, authzModule

  **Triggers:** Access was denied to the requested resource.

### SESSION messages

* SESSION\_CREATED

  **ID:** SESSION-1

  **Level:** INFO

  **Description:** Session is Created

  **Data:** User ID

  **Triggers:** User is authenticated.

* SESSION\_IDLE\_TIMED\_OUT

  **ID:** SESSION-2

  **Level:** INFO

  **Description:** Session has idle timedout

  **Data:** User ID

  **Triggers:** User session idle for long time.

* SESSION\_MAX\_TIMEOUT

  **ID:** SESSION-3

  **Level:** INFO

  **Description:** Session has Expired

  **Data:** User ID

  **Triggers:** User session has reached its maximun time limit.

* SESSION\_LOGOUT

  **ID:** SESSION-4

  **Level:** INFO

  **Description:** User has Logged out

  **Data:** User ID

  **Triggers:** User has logged out of the system.

* SESSION\_REACTIVATION

  **ID:** SESSION-5

  **Level:** INFO

  **Description:** Session is Reactivated

  **Data:** User ID

  **Triggers:** User session state is active.

* SESSION\_DESTROYED

  **ID:** SESSION-6

  **Level:** INFO

  **Description:** Session is Destroyed

  **Data:** User ID

  **Triggers:** User session is destroyed and cannot be referenced.

* SESSION\_PROPERTY\_CHANGED

  **ID:** SESSION-7

  **Level:** INFO

  **Description:** Session's property is changed.

  **Data:** User ID

  **Triggers:** User changed session's unprotected property.

* SESSION\_UNKNOWN\_EVENT

  **ID:** SESSION-8

  **Level:** INFO

  **Description:** Session received Unknown Event

  **Data:** User ID

  **Triggers:** Unknown session event

* SESSION\_PROTECTED\_PROPERTY\_ERROR

  **ID:** SESSION-9

  **Level:** INFO

  **Description:** Attempt to set protected property

  **Data:** User ID

  **Triggers:** Attempt to set protected property

* SESSION\_QUOTA\_EXHAUSTED

  **ID:** SESSION-10

  **Level:** INFO

  **Description:** User's session quota has been exhausted.

  **Data:** User ID

  **Triggers:** Session quota exhausted

* SESSION\_DATABASE\_UNAVAILABLE

  **ID:** SESSION-11

  **Level:** INFO

  **Description:** Session database used for session failover and session constraint is not available.

  **Data:** User ID

  **Triggers:** Unable to reach the session database.

* SESSION\_DATABASE\_BACK\_ONLINE

  **ID:** SESSION-12

  **Level:** INFO

  **Description:** Session database is back online.

  **Data:** User ID

  **Triggers:** Session database is back online..

* SESSION\_MAX\_LIMIT\_REACHED

  **ID:** SESSION-13

  **Level:** INFO

  **Description:** The total number of valid sessions hosted on the AM server has reached the max limit.

  **Data:** User ID

  **Triggers:** Session max limit reached.
