TDV Server Events
These messages can be found in <TDV_install_dir>/logs/cs_server_events.log.
|
Number |
Event |
Description |
Severity |
Status |
|
20000 |
csServerStart |
Composite Server started |
INFO |
|
|
20001 |
csServerStop |
Composite Server stopped |
INFO |
|
|
20002 |
csUserCreate |
user={0} created in domain={1} |
INFO |
|
|
20003 |
csGroupCreate |
group={0} created in domain={1} |
INFO |
|
|
20004 |
csUserDelete |
user={0} deleted in domain={1} |
INFO |
|
|
20005 |
csGroupDelete |
group={0} deleted in domain={1} |
INFO |
|
|
20006 |
csUserAddToGroup |
user={0} in domain={1} added to group={2} in domain={3} |
INFO |
|
|
20007 |
csUserRemoveFromGroup |
user={0} in domain={1} removed from group={2} in domain={3} |
INFO |
|
|
20008 |
csDomainCreate |
created domain={0} |
INFO |
|
|
20009 |
csDomainDelete |
deleted domain={0} |
INFO |
|
|
20010 |
csUserPasswordModify |
password changed for user={0} in domain={1} |
INFO |
|
|
20100 |
csRequestStart |
request id={0} started |
INFO |
|
|
20101 |
csRequestWait |
request id={0} waiting to run |
||
|
20102 |
csRequestEnd |
request id={0} completed |
||
|
20103 |
csRequestFail |
request id={0} failed. exception={1} |
||
|
20104 |
csRequestCancel |
request id={0} canceled |
||
|
20105 |
csRequestWaitQueueThresholdPass |
wait queue threshold passed with request id={0} |
||
|
20106 |
csRequestWaitQueueThresholdReset |
wait queue threshold reset with request id={0} |
||
|
20107 |
csPreparedStatementSuccess |
prepared statement with transaction id={0} successful. sql={1} |
||
|
20108 |
csPreparedStatementFail |
prepared statement with transaction id={0} failed. sql={1} exception={2} |
||
|
20109 |
csRequestInactive |
request is inactive for {3} minutes: session id={2},transaction id={1},request id={0},sql={4} |
WARNING |
WARNING |
|
20110 |
csRequestRunForTooLong |
request has run for {3} minutes: session id={2},transaction id={1},request id={0},sql={4} |
WARNING |
WARNING |
|
20200 |
csTransactionStart |
transaction id={0} started |
||
|
20201 |
csTransactionCommit |
transaction id={0} committed |
||
|
20202 |
csTransactionFail |
transaction id={0} failed. message={0} stack trace={1} |
||
|
20203 |
csTransactionRollBack |
transaction id={0} rolled back |
ROLLBACK |
|
|
20204 |
csTransactionCompensate |
transaction id={0} compensated. message={1} |
COMPENSATE |
|
|
20300 |
csCacheEnable |
cache={0} enabled |
||
|
20301 |
csCacheDisable |
cache={0} disabled |
||
|
20302 |
csCacheClear |
cache={0} cleared, params={1} |
||
|
20303 |
csCacheRefreshStart |
cache refresh={0} started, params={1} |
||
|
20304 |
csCacheRefreshEnd |
cache refresh={0} end, params={1} |
||
|
20305 |
csCacheRefreshFail |
cache refresh={0} failed, params={1}, message={2} |
||
|
20400 |
csTriggerStart |
trigger name={0} type={1} action={2} |
||
|
20401 |
csTriggerEnd |
trigger name={0} type={1} action={2} |
||
|
20402 |
csTriggerFail |
trigger name={0} type={1} action={2}, reason failed: {3} |
||
|
20500 |
csDataSourceOn |
data source={0} with type={1} on |
||
|
20501 |
csDataSourceOff |
data source={0} with type={1} off |
||
|
20502 |
csDataSourceUp |
data source={0} with type={1} up |
||
|
20503 |
csDataSourceDown |
data source={0} with type={1} down |
||
|
20504 |
csDataSourceModify |
data source={0} with type={1} modified |
||
|
20505 |
csIntrospectStart |
introspection of data source={0} with type={1} started |
||
|
20506 |
csIntrospectEnd |
introspection of data source={0} with type={1} completed. Report={2}. |
||
|
20507 |
csIntrospectCancel |
introspection of data source={0} with type={1} cancelled |
||
|
20508 |
csIntrospectFail |
introspection of data source={0} with type={1} failed. Exception={2}. |
||
|
20509 |
csTestStart |
test data source={0} with type={1} started |
||
|
20510 |
csTestSuccess |
test data source={0} with type={1} successful |
||
|
20511 |
csTestFail |
test data source={0} with type={1} failed |
||
|
20512 |
csConnPoolSizeIncrease |
connection pool={0} size increased |
||
|
20513 |
csConnPoolSizeDecrease |
connection pool={0} size decreased |
||
|
20514 |
csConnCheckOut |
connection pool={0} has connection checked out |
CHECK_OUT |
|
|
20515 |
csConnCheckIn |
connection pool={0} has connection checked in |
||
|
20516 |
csConnInvalid |
connection pool={0} has invalid connection |
||
|
20517 |
csConnFail |
connection pool={0} has failed connection |
||
|
20518 |
csConnPoolExhaust |
connection pool={0} exhausted |
||
|
20519 |
csStatisticsDSProcessingStartProcess |
statistics processing={0} started processing |
||
|
20520 |
csStatisticsDSProcessingComplete |
statistics processing={0} completed processing successfully |
||
|
20522 |
csStatisticsDSProcessingFailed |
statistics processing={0} failed to process |
||
|
20701 |
csSessionStart |
Session={0} started for user={1} in domain={2} |
||
|
20702 |
csSessionEnd |
Session={0} completed for user={1} in domain={2} |
||
|
20703 |
csSessionTerminate |
Session={0} terminated for user={1} in domain={2} |
||
|
20704 |
csSessionNonLocalhostRequestFail |
Session creation denied for user={0} in domain={1} at hostname={2}. Only session creation requests from localhost, 127.0.0.1, {3} and {4} are allowed. |
||
|
20705 |
csSessionMaxConnectionsExhaust |
Session creation denied for user={0} in domain={1} at hostname={2}. Maximum session connection limit of {3} has been exhausted. |
||
|
20706 |
csSessionRunForTooLong |
Session run for {3} minutes for user={0} in domain={1} at hostname={2}. |
WARNING |
|
|
20707 |
csSessionLoginUserFail |
Session login failed in domain={0} |
||
|
20708 |
csSessionLoginPwdFail |
session login failed for user={0} in domain={1} |
||
|
20800 |
csResourceCreate |
resource={0} with path={1} and type={2} created |
||
|
20801 |
csResourceDelete |
resource={0} with path={1} and type={2} deleted |
||
|
20802 |
csStatisticsResourceProcessing |
statistics processing={0} started processing |
||
|
20803 |
csStatisticsResourceProcessing |
statistics processing={0} completed processing successfully |
||
|
20804 |
csStatisticsResourceProcessing |
statistics processing={0} failed to process |
||
|
20805 |
csResourceLock |
locked resource at path={3} |
||
|
20806 |
csResourceUnlock |
unlocked resource at path={3} |
||
|
21000 |
csStorageLowWarning |
storage low warning |
WARNING |
|
|
21001 |
csStorageLowCritical |
storage low critical |
||
|
21500 |
csClusterServerDisconnected |
server {0} has been disconnected |
WARNING |
DISCONNECTED |
|
21501 |
csClusterServerConnected |
server {0} has been activated |
||
|
21502 |
csClusterServerShunned |
server has been shunned |
||
|
21503 |
csClusterServerJoined |
server has joined to the cluster |
||
|
22000 |
csSecurityRBSCreate |
RBS {0} has been created |
||
|
22001 |
csSecurityRBSUpdate |
RBS {0} has been updated |
||
|
22002 |
csSecurityRBSDelete |
RBS {0} has been deleted |
||
|
22003 |
csSecurityRBSEnable |
RBS Feature has been enabled |
||
|
22004 |
csSecurityRBSDisable |
RBS Feature has been disabled |
||
|
22005 |
csSecurityRBSAssign |
RBS {0} has been assigned |
||
|
22006 |
csSecurityRBSRemove |
RBS {0} has been removed |
||
|
22007 |
csSecurityUserLockStatus |
User {2} has changed the account lock status of user {0} to {1} |
||
|
22008 |
csSecurityUserImplicitlyLocked |
User {0}@{1} has become implicitly locked |
||
|
23000 |
csKPIPersistentStart |
{0} |
||
|
23001 |
csKPIPersistentEnd |
{0} |
||
|
23002 |
csKPIPersistentFailed |
{0} exception={1} |
||
|
23003 |
csKPITruncationStart |
{0} |
||
|
23004 |
csKPITruncationEnd |
{0} |
||
|
23005 |
csKPITruncationFailed |
{0} exception={1} |
||
|
23006 |
csKPIBackupStart |
{0} |
||
|
23007 |
csKPIBackupEnd |
{0} |
||
|
23008 |
csKPIBackupFailed |
{0} exception={1} |
||
|
23009 |
csKPIRestoreStart |
{0} |
||
|
23010 |
csKPIRestoreEnd |
{0} |
||
|
23011 |
csKPIRestoreFailed |
{0} exception={1} |
||
|
22200 |
csAuditConfigChange |
property={0} has been changed from {1} to {2} |
||
|
22201 |
csAuditSessionAuthFail |
Session authentication for user={0} in domain={1} has been failed |
||
|
22202 |
csAuditFetchRequestInvalid |
Invalid dataset fetch request from user={0} in domain={1} |