Previous Topic: iConsole LogNext Topic: Universal Adapter Log


iConsole Log Codes

The following are error, warning, and informational codes for the iConsole log file:

E1900 (Error 6400)

The specified CMS '<cms>' is not a valid CMS server.

Reason:

An incorrect CMS name was specified during a login.

E1901 (Error 6401)

The IIS Session is invalid.

Reason:

An invalid IIS Session was specified during an operation.

E1902 (Error 6402)

The search id '<id>' is invalid.

Reason:

Not currently used.

E1903 (Error 6403)

The search definition file failed validation for the following reasons: <details> No search definitions have been installed.

Reason:

The search definition file was not valid XML. <details> will list the syntax and semantic validation errors.

I1904 (Informational 6404)

The search definition file was successfully loaded. <details>

Reason:

Indicates that the installation of a search definition file was successful.

E1905 (Error 6405)

Installation of search definitions was incomplete because some of the search definitions failed to install. <details>

Reason:

Indicates that some search definitions could not be installed.

I1906 (Informational 6406)

<number> search definitions were successfully published: <details>

Reason:

Indicates how many search definitions were successfully published. <details> lists the names of these published search definitions.

E1907 (Error 6407)

<number> search definitions were successfully published:<number> search definitions failed to be published: <details>

Reason:

Indicates how many search definitions were successfully published and how many were not published. <details> lists the names of each of these search definitions.

I1908 (Informational 6408)

<number> search definitions were successfully unpublished: <details>

Reason:

Indicates how many search definitions were successfully unpublished. <details> lists the names of these unpublished search definitions.

E1909 (Error 6409)

<number> search definitions were successfully unpublished:<number> search definitions failed to be unpublished: <details>

Reason:

Indicates how many search definitions were successfully unpublished and how many were not unpublished. <details> lists the names of each of these search definitions.

I190A (Informational 6410)

<number> search definitions were successfully uninstalled: <details>

Reason:

Indicates how many search definitions were successfully uninstalled. <details> lists the names of each of these search definitions.

E190B (Error 6411)

The search is referenced by one or more customized searches.

Reason:

An attempt was made to move or delete a search that is referenced by a saved or derived search.

I190C (Informational 6412)

The details for search definition <name> were successfully updated.

Reason:

Indicates a search definition was successfully updated with new details, e.g. name or description.

I190D (Informational 6413)

The customized search definition '<name>' was successfully saved.

Reason:

Indicates a customized search was successfully saved.

E190E (Error 6414)

The customized search definition '<name>' was not saved because it already exists.

Reason:

Indicates a customized search was not saved because a search of that name already exists.

I190F (Informational 6415)

<number> customized search definitions were successfully deleted: <details>

Reason:

Indicates a number of customized searches were successfully deleted. <details> lists the names of these search definitions.

E1910 (Error 6416)

Deletion of customized searches was not completed. <number> customized search definitions were successfully deleted: <details> <number> customized search definitions failed to be deleted because they do not exist: <details>

Reason:

Indicates how many customized searches were successfully deleted and how many were not deleted. <details> lists the names of each of these search definitions.

I1911 (Informational 6417)

The query executed successfully.

Reason:

Indicates a successful execution of a search query.

E1912 (Error 6418)

The '<type>' search definition for query '<name>' could not be retrieved: <details>. This could be because the baseline search has been moved or deleted.

Reason:

Indicates a failure to access the specified search. <details> lists the names of these search definitions. This often occurs for a saved or derived search where the baseline search that it was created from has been moved or deleted.

E1913 (Error 6419)

The query with ID=<id> failed to run successfully: <details>.

Reason:

Indicates an unsuccessful execution of a search query. <details> contains more information about the specific nature of the problem (for example, a database error message).

E1914 (Error 6420)

The requested query results with ID=<id> were not in the cache. This could be because the search failed or because you have not accessed the results for some time. Re-run the query.

Reason:

Shown when the displayed search results have timed out and have been removed from the cache to save machine resources.

E1915 (Error 6421)

The XML request submitted for '<operation>' was invalid.

Reason:

The XML document being processed for an operation was not valid XML. This is an internal error indicating that the XML passed to a Web Service failed validation.

E1916 (Error 6422)

The argument position(argpos="<number>") specified for parameter '<name>' is invalid. The position must be between 1 and <number>.

Reason:

Search definition parameters can be assigned a position in the call to the stored procedure. If there are 'n' arguments for the stored procedure, the position specified must be between 1 and 'n'.

E1917 (Error 6423)

The argument position for parameter '<paramname>' was specified as '<number>' but parameter '<paramname>' has already been specified in this position.

Reason:

Two parameters in the search definition have been assigned the same position for the call to the stored procedure.

I1918 (Informational 6424)

<number> search definitions were successfully installed: <details>

Reason:

Successful installation of one or more search definitions. <details> lists the names of each of these search definitions.

E1919 (Error 6425)

<number> search definitions failed to install correctly: <details>

Reason:

Unsuccessful installation of one or more search definitions. <details> lists the names of each of these search definitions.

E191A (Error 6426)

The search definition was already installed.

Reason:

Not currently used.

E191B (Error 6427)

There is no content search capability currently available.

Reason:

The product was not licensed to allow for content searching.

E191C (Error 6428)

The search database type '<type>' is not supported.

Reason:

The search database specified in the search definition was not a type supported.

E191D (Error 6429)

Password has expired

Reason:

The user password expired.

E191E (Error 6430)

You do not have the privileges needed to access the requested iConsole function.

Reason:

The user did not have the privileges needed to access the requested iConsole function.

I191F (Informational 6431)

The search with ID=<id> was canceled by the user.

Reason:

A search was canceled by the user before it had completed.

E1920 (Error 6432)

The current software version was unobtainable

Reason:

The software version could not be determined (as part of the compatibility check between iConsole and CMS server).

E1921 (Error 6433)

This version of the software (<version>) is not compatible with the version running on the machine '<name>' (<cmsversion>)

Reason:

The iConsole version was not compatible with the CMS version.

E1922 (Error 6434)

Bad Pointer

Reason:

An invalid pointer was passed to a method as part of the operation. Usually caused by a previous failure in the infrastructure.

E1923 (Error 6435)

Failed to get the http context

Reason:

The http context could not be accessed (in order to get to the .Net cache).

E1924 (Error 6436)

Failed to get the cache from the http context

Reason:

The .Net cache could not be accessed from the http context.

E1925 (Error 6437)

The Infrastructure is currently unavailable

Reason:

The Infrastructure service was not responding.

E1926 (Error 6438)

The supplied search definition file was not an XML document (did not start with '<?xml')

Reason:

The user attempted to install a file that was not a valid XML file.

I1927 (Informational 6439)

It is not permitted to delete the currently logged on user from the system.

Reason:

Not currently used.

I1928 (Informational 6440)

It is not permitted to delete the group or parent group of the currently logged on user from the system.

Reason:

Not currently used.

I1929 (Informational 6441)

It is not permitted to delete the default group from the system.

Reason:

Not currently used.

I192A (Informational 6442)

It is not permitted to move the currently logged on user.

Reason:

Not currently used.

I192B (Informational 6443)

It is not permitted to move the parent group of the currently logged on user.

Reason:

Not currently used.

E192C (Error 6444)

The content database stopped responding while waiting for search results to be returned.

Reason:

While a content search was executing, an external event caused the content database to fail to respond within a reasonable time.

I192D (Informational 6445)

User '<name>' logged on to CMS Server '<cms>' (session id <id>)

Reason:

A user successfully logged on.

W192E (Warning 6446)

User '<name>' failed to logon to CMS Server '<cms>' (Reason: <details>)

Reason:

A user failed to log on.

E192F (Error 6447)

Unable to determine if password for user '<name>' on CMS Server '<cms>' has expired

Reason:

A user password could not be checked if it was still valid due to a problem with the infrastructure or CMS.

I1930 (Informational 6448)

Password for user '<user>' on CMS Server '<cms>' has expired

Reason:

The password supplied during a logon attempt has expired.

I1931 (Informational 6449)

Session (<id>) logged off

Reason:

A user logged out of the iConsole.

I1932 (Informational 6450)

Session (<id>) audit email sent (details - <details>)

Reason:

An audit mail was successfully sent.

E1933 (Error 6451)

Session (<id>) audit email send failed, message (<details>)

Reason:

An audit mail could not be sent.

E1934 (Error 6452)

Session (<id>) has been terminated due to a page load failure

The iConsole page could not be loaded and the session was closed.

I1935 (Informational 6453)

Session (<id>) has been added to the front-end session map (IIS Session <id>)

Reason:

Not currently used.

I1936 (Informational 6454)

Session (<id>) has been updated by a keep-alive request (IIS Session <id>)

Reason:

Not currently used.

I1937 (Informational 6455)

Session (<id>) has been removed from the front-end session map (IIS Session <id>)

Reason:

Not currently used.

E1938 (Error 6456)

Possible script attack detected, terminating session <id>

Reason:

Not currently used.

E1939 (Error 6457)

iConsole webservice (version <version>) is not compatible with the local infrastructure (version <version>)

Reason:

The iConsole webservice version was not compatible with the local infrastructure version.

I193A (Informational 6458)

iConsole front-end server (hostname <name>, version <version>) has connected to the webservice

Reason:

The iConsole front-end web server established a connection with the webservice.

E193B (Error 6459)

There was no progress information cached for search <name>

Reason:

Not currently used.

I193C (Informational 6460)

Session (<id>) email address lookup using LDAP Server (<name>)

Reason:

Not currently used.

I193D (Informational 6461)

** The webservice is starting (Webservice version <version>, Local Infrastructure version <version>) **

Reason:

Displayed when the webservice is first loaded.

I193E (Informational 6462)

The webservice has been shutdown successfully, IIS Status Code (<code>)

Reason:

Displayed when the webservice is shut down.

E193F (Error 6463)

Unable to initialize MAPI. Please ensure a Microsoft Exchange-compatible email application such as Outlook is the default email application on the application server machine.

Reason:

MAPI could not be initialized.

E1940 (Error 6464)

The IWgnSession interface pointer was NULL or invalid.

Reason:

The session was not valid.

E1941 (Error 6465)

Unable to get datastore services.

Reason:

The datastore services interface was not retrieved. This means that information e.g. event data could not be retrieved from the CMS database.

E1942 (Error 6466)

Unable to get IWgnDBEvent interface.

Reason:

The event interface was not retrieved. This means that event information could not be retrieved from the CMS database.

E1943 (Error 6467)

Unable to get IWgnWellKnownString interface.

Reason:

The wellknown string interface could not be retrieved. This means that certain text, e.g. audit field value strings, could not be retrieved from the CMS database.

E1944 (Error 6468)

The cached CMS details for this IIS session could not be found.

Reason:

Information about the CMS associated with the session could not be found in the list of cached information in the webservice.

E1945 (Error 6469)

Unable to get cached data for the CMS.

Reason:

Information about the CMS associated with the session could not be found in the list of cached information in the webservice.

E1946 (Error 6470)

Unable to get IWgnDBEventAudit interface.

Reason:

The event audit interface could not be retrieved. This means that auditing operations could not be performed.

E1947 (Error 6471)

Unable to get IWgnDBUser interface.

Reason:

The user interface could not be retrieved. This means that user associated operations could not be performed.

E1948 (Error 6472)

Unable to get IWgnDBUserGroup interface.

Reason:

The user group interface could not be retrieved. This means that group associated operations could not be performed.

E1949 (Error 6473)

Insufficient bytes were read from the source stream.

Reason:

An error occurred while retrieving the data from an event blob or attachment stream.

E194A (Error 6474)

Unexpected number of wellknown strings encountered.

Reason:

The number of strings of a particular category was different to the expected number, indicating a problem with the database table.

E194B (Error 6475)

The format of the audit configuration string was not recognized.

Reason:

The string containing audit configuration information was in an invalid format.

I194C (Informational 6476)

The following search was started, name:<name>, spname:<spname>, major-version:<number>, minor-version:<number>, type:<type>, ID:<id>

Reason:

A search was started.

E194D (Error 6477)

SSO Logon failed for user '<name>' CMS Server '<cms>' (Reason: <details>)

Reason:

A user failed to log on using single sign on.

E194E (Error 6478)

The policy item list could not be retrieved.

Reason:

A list policy setting could not be retrieved from the user policy.

E194F (Error 6479)

The policy item enumerated value could not be retrieved.

Reason:

An enumerated policy setting could not be retrieved from the user policy.

E1950 (Error 6480)

The policy item internal name could not be determined from the supplied display name.

Reason:

A policy setting name could not be determined from the supplied display name. This indicates a misnamed setting in the BasicUserAdmin.xml file.

E1951 (Error 6481)

The policy item display name path could not be determined from the supplied internal name.

Reason:

A policy setting display name path could not be determined from the supplied internal name. This indicates an error in the webservice policy processing code.

E1952 (Error 6482)

The supplied policy id was not valid.

Reason:

The id of the edited policy was not valid. This indicates an error in the webservice policy processing code.

E1953 (Error 6483)

The operation could not be performed because the policy has not been loaded yet.

Reason:

The policy was not loaded successfully and could not be edited. This indicates an error in the infrastructure policy code.

E1954 (Error 6484)

The policy item could not be updated because the enumerated item list could not be retrieved.

Reason:

An edited policy setting could not be updated because the setting could not be retrieved from policy. This indicates an error in the infrastructure policy code.

E1955 (Error 6485)

The policy item could not be updated because an enumerated item was found to have no associated link text.

Reason:

An edited policy setting could not be updated because the setting could not be retrieved from policy. This indicates an error in the infrastructure policy code.

E1956 (Error 6486)

The policy item could not be updated because the supplied action path was not found in the list of enumerated items.

Reason:

An edited policy setting could not be updated because the setting could not be retrieved from policy. This indicates an error in the infrastructure policy code.

E1957 (Error 6487)

The policy item could not be updated because a single list column was not supplied in the XML.

Reason:

An edited policy list setting could not be updated because the list column was not specified in the BasicUserAdmin.xml file.

E1958 (Error 6488)

The policy item could not be updated because the first column tag could not be found.

Reason:

An edited policy setting could not be updated because the column tag was not specified in the BasicUserAdmin.xml file.

E1959 (Error 6489)

The policy item number value could not be retrieved.

Reason:

A numeric policy setting could not be retrieved from the user policy.

E195A (Error 6490)

The policy item string value could not be retrieved.

Reason:

A text policy setting could not be retrieved from the user policy.

E195B (Error 6491)

The policy item boolean value could not be retrieved.

Reason:

A Boolean policy setting could not be retrieved from the user policy.

E195C (Error 6492)

The web service file system services are not available.

Reason:

The iConsole would not connect to the Wigan File system to access the search definitions.

E195D (Error 6493)

The remote CMS (<cms>) is currently not available.

Reason:

The remote CMS could not be contacted. This usually indicates a problem with that CMS machine, or connectivity to it.

E195E (Error 6494)

The content database did not respond when attempting to log on to the specified content proxy.

Reason:

The content database could not be contacted. This usually indicates a problem with that machine, or connectivity to it.

E195F (Error 6495)

The content database did not respond when attempting to log off from the specified content proxy.

Reason:

The content database could not be contacted. This usually indicates a problem with that machine, or connectivity to it.

E1960 (Error 6496)

The content database did not respond when attempting to initialize a connection to the content proxy.

Reason:

The content database could not be contacted. This usually indicates a problem with that machine, or connectivity to it.

E1961 (Error 6497)

Failed to find subgroup <name>.

Reason:

A subgroup with the specified name could not be found in the specified user group. This indicates a problem in the BasicUserAdmin.xml file.

E1962 (Error 6498)

A new issue could not be created (a zero issue id was returned from the database).

Reason:

A new issue could not be created as part of an audit operation because the database returned a zero value for the new issue id. This indicates a problem with the infrastructure or CMS database.

E1963 (Error 6499)

The issue could not be updated (the issue id was invalid or zero).

Reason:

An issue could not be updated as part of an audit operation because the database returned a zero or invalid value for the issue id. This indicates a problem with the infrastructure or CMS database.

E1964 (Error 6500)

The search parameter type for parameter <name> is not supported.

Reason:

A search definition had an invalid parameter type.

E1965 (Error 6501)

The email mask is invalid, defaulting to "", message '<name>'.

Reason:

Not currently used.

I1966 (Informational 6502)

Using audit email 'from' address '<address>'.

Reason:

Not currently used.

I1967 (Informational 6503)

Executing Search <name> SP=<spname> ID=<id> Parameters:<params>

Reason:

Displayed when a search is run to show the search criteria.

I1968 (Informational 6504)

Search <name> SP=<spname> ID=<id> returned <number> results in <number> seconds

Reason:

Displayed when a search completes to show how long it took and how many results were returned.

E1969 (Error 6505)

Search <name> SP=<spname> ID=<id> failed. Refer to error <details> below.

Reason:

Displayed when a search fails to complete. <details> will contain a reference to a later error code.

E1970 (Error 6512)

Incorrect SID configuration. Please contact technical support.

Reason:

The security ID configuration was incorrect for a search.

E1971 (Error 6513)

The SID facility is not configured correctly. Either the registry setting 'UserSIDAttribute' could not be read, or was blank.

Reason:

The Security ID facility was not configured correctly. Either the registry setting 'UserSIDAttribute' could not be read, or was blank.

E1972 (Error 6514)

SID not present in the search definition. Please contact technical support.

Reason:

The Security ID facility was configured, but the search definition did not specify a column to contain the Security ID.

This message is displayed to the user, so gives less technical detail.

E1973 (Error 6515)

The search definition for <name> must have a $SID column defined in the results because it is defined as class="EventReview" and SID checking is enabled.

Reason:

The search definition did not have a $SID column defined in the results and SID checking is enabled.

In contrast to the previous message, this error message is written to the log file for the benefit of the administrator.

E1974 (Error 6516)

Mismatched SID in the result set. Please contact technical support.

Reason:

The security ID returned in a set of search results did not match any of the allowed IDs in the user's security ID list.

This message is displayed to the user, so gives less technical detail.

E1975 (Error 6517)

The search results requested contained a result (<rowdata>) containing a SID that was not present in this users list of permitted SIDs (<sidlist>).

Reason:

The security ID returned in a set of search results did not match any of the allowed IDs in the user's security ID list.

In contrast to the previous message, this error message is written to the log file for the benefit of the administrator.

E1976 (Error 6518)

The search id was not found in the query info map (it may have been removed already).

Reason:

A search query ID was not found in the cached list of queries, possibly due to it having timed out already.

E1977 (Error 6519)

The specified key string was not found in the map.

Reason:

Information for a specified session could not be found in the information cached in the webservice.

E1978 (Error 6520)

The local infrastructure returned a blank CMS name.

Reason:

The infrastructure did not return a default CMS name for populating the iConsole connect page. This usually indicates a problem with the infrastructure.

E1979 (Error 6521)

The CMS does not support multiple participants per issue.

Reason:

An attempt was made to associate multiple users to an issue, and the underlying CMS schema does not support this feature.

I197A (Informational 6522)

The multiple participants were not set for this issue.

Reason:

An unsuccessful attempt was made to associate multiple users to an issue.

I197B (Informational 6523)

Search <name> SP=<spname> ID=<id> was canceled by the user.

Reason:

A search was canceled by the user using the cancel button on the progress popup.

I197C (Informational 6524)

Search <name> SP=<spname> ID=<id> returned a record count of <number> in <number> seconds

Reason:

Information logged about the total number of records when a user with unlimited search capability requests an unlimited search.

W197D (Warning 6525)

The email '<name>' (eventuid = <eventuid>) was released from quarantine, but a quarantine manager service is not registered.

Reason:

Warning displayed after an email is released from quarantine, but a quarantine manager service is not registered.

E197E (Error 6526)

The CMS database has not been configured correctly to support auditing operations. Please contact your administrator.

Reason:

Shown when the information required to support auditing operations has not yet been configured in the administration console.

E197F (Error 6527)

The policy item could not be updated because the supplied display value was not found in the list of enumerated items.

Reason:

A policy setting was not updated because the supplied display value was not found in the list of enumerated items. This indicates a problem with the BasicUserAdmin.xml file.

E1980 (Error 6528)

The policy item could not be updated because the supplied enumindex attribute value was not found in the list of enumerated items.

Reason:

A policy setting was not updated because the supplied index value was not found in the list of enumerated items. This indicates a problem with the BasicUserAdmin.xml file.

E1981 (Error 6529)

The iConsole searches are currently unavailable because they are being upgraded to the latest version. Please try again later. If the problem persists contact your administrator.

Reason:

Shown when the iConsole searches are being upgraded.

E1982 (Error 6530)

The iConsole searches are currently unavailable because they need to be upgraded to the latest version. Please contact your administrator.

Reason:

Shown when the iConsole searches need to be upgraded.

I1983 (Informational 6531)

Upgrade of the iConsole searches to version <number> has started.

Reason:

Message logged when the iConsole searches upgrade starts.

I1984 (Informational 6532)

The iConsole searches were upgraded successfully.

Reason:

Message logged when the iConsole searches upgrade completes successfully.

E1985 (Error 6533)

Upgrade of the iConsole searches failed: <details>

Reason:

Message logged when the iConsole searches upgrade fails to complete successfully.

I1986 (Informational 6534)

The iConsole searches in folder <name> of <path> are being upgraded.

Reason:

Message logged when the iConsole searches are being upgraded.

I1987 (Informational 6535)

Successfully upgraded <number> of <number> searches in folder <name> of <path>. <number> searches did not need upgrading.

Reason:

Message logged when the iConsole searches upgrade completes successfully.

E1988 (Error 6536)

Upgrade of the iConsole searches in folder <name> of <path> failed: <details>

Reason:

Message logged when the iConsole searches upgrade fails to complete successfully.

E1989 (Error 6537)

The iConsole Front-end web server was unable to contact the iConsole Application server: <name>

Reason:

The iConsole Front-end web server was unable to contact the iConsole Application server. This indicates a problem with the webservice or connectivity to the webservice machine (if the web server is on a separate machine).

E198A (Error 6538)

The content query with ID=<id> failed to run successfully on content proxy <machine>:<instance>. The error message returned was: <details>.

Reason:

Shown when a content search fails to run. <details> contains the error message returned from the content database.

E198B (Error 6539)

Searching by groups was requested but this facility is not supported by the selected content proxy.

Reason:

Searching by groups was requested for a content search but the content proxy did not support the feature.

E198C (Error 6540)

The tar file could not be compressed by gzip.

Reason:

Not currently used.

I198D (Informational 6541)

The results for search ID=<id> were downloaded in DO NOT USE format.

Reason:

Shown when search results are exported from the iConsole in a variety of formats, e.g. csv.

E198E (Error 6542)

A download of search results was requested but no format was specified.

Reason:

Shown when an export of search results from the iConsole were requested, but no format was specified. This is probably due to an error in the search definition.

E198F (Error 6543)

It was not possible to create a download file in DO NOT USE format. Reason: <details>

Reason:

An attempt to export search results failed. This is usually a result of an error in the format stylesheet or the post processor. <details> contains the error messages returned from the transform engine or post‑processor.

E1990 (Error 6544)

There was a problem with the search identifier. This was probably because the search identifier specified (<id>) does not belong to your current session (<sessionid>).

Reason:

Search results could not be displayed because the search identifier specified did not belong to the current session.

E1991 (Error 6545)

An attempt was made to get the temporary copy of the <category> search that you had modified, but it had been discarded because you haven't used it recently. It may still be possible to recover the customize page from the browser history.

Reason:

An attempt was made to get the temporary copy of a modified search, but it had been discarded because it had not been used recently.

E1992 (Error 6546)

Searching for users by ID was requested but this facility is not supported by the selected content proxy.

Reason:

Searching by users by ID was requested for a content search but the content proxy did not support the feature.

E1993 (Error 6547)

The zip file could not be created.

Reason:

A zip file used to encompass the content of a mail could not be created in a temporary folder on the webservice machine. A possible cause of this could be insufficient permissions to the windows temp folder.

E1994 (Error 6548)

The tar file could not be created.

Reason:

Not currently used.

I1995 (Warning 6549)

Audit operation started - Pending(<number>).

Reason:

Shown when an audit button operation is started.

I1996 (Warning 6550)

Audit operation completed - Updated(<number>), Skipped(<number>), Errors(<number>).

Reason:

Shown when an audit button operation completes.

I1997 (Warning 6551)

Audit operation completed.

Reason:

Shown when an audit button operation completes.

E1998 (Error 6552)

Searching for file events was requested but this facility is not supported by the selected content proxy.

Reason:

Searching for file events was requested for a content search but the content proxy did not support the feature.

E1999 (Error 6553)

The custom search definition being saved was empty.

Reason:

The custom search definition being saved was empty.

I199A (Warning 6554)

Email was sent - <details> (session id <id>)

Reason:

Not currently used.

E199B (Error 6555)

Upgrade of the iConsole search file <name> in folder <name> of <path> failed: <details> <extendeddetails>

Reason:

A search file upgrade failed.

E199C (Error 6556)

The iConsole session tracking initialization failed: <details>

Reason:

The iConsole session tracking initialization failed.

W199D (Warning 6557)

Failed to read the default preferences file: <details> Built-in default preferences have been used.

Reason:

The default preferences file could not be retrieved from the CMS database.

W199E (Warning 6558)

The default preferences file failed XML validation: <details> Built-in default preferences have been used.

Reason:

The default preferences file failed XML validation. This indicates a problem with the file itself.

W199F (Warning 6559)

Reading the default preferences file caused an XML error: <details> Built-in default preferences have been used.

Reason:

Reading the default preferences file caused an XML error. This indicates a problem with the file itself.

W19A0 (Warning 6560)

Failed to read the user's preferences file: <details> Default preferences have been used.

Reason:

Failed to read the user's preferences file: <details> Default preferences have been used.

W19A1 (Warning 6561)

Reading the user's preferences file caused an XML error: <details> Default preferences have been used.

Reason:

The user preferences file could not be retrieved from the CMS database.

E19A2 (Error 6562)

The '<type>' search definition for query '<name>' could not be retrieved, there was an error reading the search definition file from the file system: <details>.

Reason:

A search definition file could not be retrieved from the CMS database due to an error. <details> contains further information.

E19A3 (Error 6563)

The '<type>' search definition for query '<name>' could not be retrieved, it wasn't possible to determine the name of the search definition file: <details>.

Reason:

A search definition file could not be retrieved from the CMS database because its name could not be determined. <details> contains further information.

E19A4 (Error 6564)

The user preferences could not be retrieved: <details>.

Reason:

The user preferences file could not be retrieved from the CMS database.

E19A5 (Error 6565)

<number> search definitions were successfully deleted: <details> <number> search definitions failed to be deleted: <details>

Reason:

Shown after an attempt to delete one or more search definitions. <details> contains further information.

W19A6 (Warning 6566)

Failed to set the size of the webservice threadpool: <details>. Default size of 2 * Num Processors will be used.

Reason:

The WebServiceThreadpoolSize registry setting could not be applied.

E19FD (Error 6653)

An unexpected error occurred in '<method>': <details>

Reason:

An error occurred that had not been anticipated in the named module. <details> contains details of the nature of the error.

E19FE (Error 6654)

An XML Exception was thrown: "<exceptiondetails>" <details>

Reason:

An error occurred while processing XML data that had not been anticipated. A traceback of the location of the problem is given along with specific details of the error.

E19FF (Error 6655)

An unexpected Exception was thrown: "<exceptiondetails>" <details>

Reason:

An unexpected exception was thrown.