TimesTen Warnings and Errors - TT40005 to TT48119 [ID 1339892.1]

TimesTen Warnings and Errors - TT40005 to TT48119 [ID 1339892.1]

In this Document
Purpose
Scope
TimesTen Warnings and Errors - TT40005 to TT48119
References


Applies to:

TimesTen Data Server - Version: 7.0.0.0.0 and later [Release: 7.0 and later ]
Information in this document applies to any platform.

Purpose

This is a list if the TimesTen Warnings and Errors from TT40005 to TT48119. It is based on Chapter 1 of Oracle TimesTen In-Memory Database Error Messages and SNMP Traps, Release 11.2.1. The main difference is that the warnings and errors are list in the TTnnnn format for ease of searching.


Scope

Anyone who might see one of these messages.

TimesTen Warnings and Errors - TT40005 to TT48119

If an error is prefixed with " Warning," the command completes but has a side effect the user should know about. For all other errors, the command terminates abnormally.

Errors 40000 - 49999

Error number Error or warning message Details
TT40005 sbHttpListParse returned NULL Internal error. Daemon cannot honor a request from the cache agent. The reply message cannot be parsed. Contact TimesTen Technical Support.
TT40006 Could not connect to TimesTen. Cache timer thread exit. The cache agent cannot connect to TimesTen. The timer thread used by cache aging is exiting. Review the connection settings and restart the cache agent to begin aging.
TT40007 Could not connect to TimesTen. Cache aging thread exit. The cache agent cannot connect to TimesTen. The timer thread used by cache aging is exiting. Review the connection settings and restart the cache agent to begin aging.
TT40008 Could not do aging, Cache aging thread will try to reconnect in 1 minute. The cache aging operation was unable to complete, the cache agent disconnects and then reconnects and retries in one minute. If the problem does not resolve itself after several retries, review the user error log to find the cause of the aging failure.
TT40009 Error reading from deadman socket The cache agent failed to read from the daemon socket. Cache agent is shutting down. If the cache agent does not restart automatically, restart it manually. If that does not work, then restart the main TimesTen daemon and then restart the cache agent manually if the cache agent policy requires it to be restarted manually.
TT40010 Data read, fatal internal error Internal error. The cache agent failed to read from the daemon socket. Cache agent is shutting down. If the cache agent does not restart automatically, restart it manually. If that does not work, then restart the main TimesTen daemon and then restart the cache agent manually if the cache agent policy requires it to be restarted manually.
TT40011 Subdaemon exiting, main daemon gone The cache agent detected that the TimesTen daemon is down. The cache agent is shutting down. To continue, restart the main TimesTen daemon. Then, restart the cache agent, if it does not restart automatically.
TT40012 Error code setting synchronous sockets The cache agent cannot set a synchronous socket during startup. The operating system error code is displayed in the message. Remove the cause of OS error and restart the cache agent.
TT40013 Connect fail from connectToDaemon port portID as id selfID Internal Error. The cache agent failed to connect to the TimesTen daemon at port portID as ID selfID. The TimesTen daemon may have died unexpectedly. Check the status of the main TimesTen daemon.
TT40014 Could not create core service thread, exiting The cache agent cannot create one of its core service threads at startup. It is shutting down.
TT40015 Could not initialize connection to daemon The cache agent cannot initialize the connection to daemon at startup. The cache agent is shutting down. The TimesTen daemon may have died unexpectedly. Check the status of the main TimesTen daemon.
TT40016 Daemon did not accept port setting. Message: message, Error Code: code Internal error. Daemon did not accept cache agent port setting. The details are included in this message.
TT40017 Daemon did not accept port setting. Return code: code1 Request Return code: code2 Internal error. Daemon did not accept cache agent port setting. The details are included in this message.
TT40018 TimesTen error code:code msg message The cache agent has generated a Native TimesTen error. For more information see the description for that error in this chapter.
TT40019 Unable to allocate an ODBC environment handle The cache agent failed to allocate an ODBC environment handle. Refer to ODBC documentation to find the cause of failure.
TT40020 Could not allocate ftclock, exiting Internal error message. ftClock thread cannot be initialized. Contact TimesTen Technical Support.
TT40021 Could not create cache shutdown event, exiting The cache agent cannot create an object that is used internally at startup. There may be insufficient memory or other a shortage of another system resource to initialize a condition variable. Stop the cache agent, free up the resources and restart the cache agent.
TT40022 Could not create thread_name thread, agent will be restarted The cache agent could not create the indicated thread. This may be caused by a lack of system resources to create another thread or the system limit on the total number of threads in a process may have been exceeded. Stop the agent, free up resources or adjust the system limit and restart the cache agent.
TT40026 Could not initialize internal structure for scheduler, agent will be restarted The cache agent could not initialize an internal structure for the scheduler. The cache agent is restarting automatically. This message usually follows another message that describes the details about the failure.
TT40030 Cache agent has exceeded the maximum TimesTen connection limit of limit The cache agent has too many connections to TimesTen. This is often caused by a large number of autorefresh attempts. Alter the autorefresh intervals on your cache groups to be less frequent and so that they are similar on most of your cache groups.
TT40031 Connect failed (message) The cache agent failed to connect either to the TimesTen main daemon or to Oracle. The message included in this error may give more details. In addition, this message usually follows another message that describes the details about the failure.
TT40034 Last number_of autorefreshes failed for cache groups within interval msecs ms. Autorefresh will be retried silently The latest indicated number of have failed. The autorefresh operation is retried without writing new messages to the user error log. This message usually follows another message that describes the details about the failure.
TT40035 Autorefresh number number failed for cache groups with interval msecs ms after number retries. An autorefresh for the indicated interval has failed. This message usually follows another message that describes the details about the failure. The autorefresh operation is being retried automatically.
TT40036 Create/alter cache group failed because autorefresh for cache group cache_group_name is in the middle of shutting down CREATE CACHE GROUP and ALTER CACHE GROUP statements cannot be processed while the cache agent is shutting down the autorefresh thread for the cache group. Wait for the thread to finish shutting down and retry your DDL operation.
TT40037 Could not allocate a new cache group structure. Scheduler thread exiting The cache agent failed to allocate a new cache group structure. This may happen in response to CREATE CACHE GROUP or ALTER CACHE GROUP operation when there is a lack of memory or other system resource. One of the service threads (scheduler) is shutting down and autorefresh for all cache groups is stopped.Make the resource available and restart the cache agent.
TT40038 Could not allocate a new refresher structure. Scheduler thread exiting The cache agent failed to allocate a new refresh structure. Cache agent fails to allocate a new refresh structure. This may happen in response to CREATE CACHE GROUP or ALTER CACHE GROUP operation when there is a lack of memory or other system resource. One of the service threads (scheduler) is shutting down and autorefresh for all cache groups is stopped. Make the resource available and restart the cache agent.
TT40042 Join of refresher-thread_name failed A thread join with a refresher thread failed during cache agent shutdown.
TT40043 ODBC error from API call: api_name The specified ODBC call failed. Refer to the ODBC documentation for details.
TT40044 No data source or driver specified; dialog prohibited. Check the DSN definition in the ODBC system administrator. The DSN must be a system DSN. This error only occurs on Windows systems. The cache agent could not connect to the TimesTen database because the data source or driver was not specified. Check the system DSN settings for this database.
TT40045 No data source or driver specified; dialog prohibited. Check the DSN definition in the sys.odbc.ini file. The DSN must be a system DSN. This error only occurs on UNIX systems. The cache agent could not connect to the TimesTen database because the data source or driver was not specified. Check the system DSN settings for this database.
TT40046 Error: mesage, ODBC SQL state = SQL_state, Additional Warning = code The specified ODBC call failed with the indicated details.
TT40047 Call to SQLError failed with SQL_SUCCESS_WITH_INFO. Need to increase size of message buffer. Internal Error, the cache agent's internal error buffer is too small for SQLError ODBC API call. Contact TimesTen Technical Support.
TT40048 Call to SQLError failed with SQL_INVALID_HANDLE. Internal Error, the ODBC statement, connection, or environment handle passed to SQLError was invalid. Contact TimesTen Technical Support.
TT40049 Call to SQLError failed with SQL_ERROR. Internal error, the call to SQLError fails to get more diagnostic information after a failed ODBC operation. Contact TimesTen Technical Support.
TT40050 Detected invalid data store. TimesTen database has been invalidated, Cache agent shuts down, then restarts. Try the operation again.
TT40051 Cannot attach to Oracle Server (Oracle error ORA-number). racleNetServiceName = <onet_svc_name>, ORACLE_HOME = Oracle_Home The cache agent cannot connect to the Oracle server. The Oracle error code is included in the message. Refer to "Unable to resolve Oracle Service Name" and "Unable to validate Oracle username and password" in the Oracle TimesTen In-Memory Database Troubleshooting Procedures Guide.
TT40052 Cannot start an Oracle session (Oracle error ORA-code). uid = user_name. pwd is hidden, TNS_ADMIN = tns_path , ORACLE_HOME= Oracle_install_dir Cannot start an Oracle session. The Oracle error code and the intended user name are included in the message. The password is hidden for security reasons. Refer to "Unable to resolve Oracle Service Name" and "Unable to validate Oracle username and password" in the Oracle TimesTen In-Memory Database Troubleshooting Procedures Guide.
TT40053 OCIEnvCreate failed. Return code code_number Calling OCIEnvCreate fails. The return code is included in the message. Verify the Oracle client installation. Refer to "Unable to resolve Oracle Service Name" and "Unable to validate Oracle username and password" in the Oracle TimesTen In-Memory Database Troubleshooting Procedures Guide.
TT40054 Could not login to Oracle. TNS timeout occurred. Received a TNS timeout error while trying to login to the Oracle server. Check the Oracle client/server setting and the network health. If the problem does not get fixed after an automatic restart, check the connection and restart cache agent. Refer to "Unable to resolve Oracle Service Name" and "Unable to validate Oracle username and password" in the Oracle TimesTen In-Memory Database Troubleshooting Procedures Guide.
TT40055 Delete query too long during unload. The system generated a query overflow in the system buffer, while executing an unload statement. This is usually caused by very a long WHERE clause in the UNLOAD CACHE GROUP statement, a large number of tables in the cache group, or very long WHERE clause in the cache group definition.
TT40056 Not connected to Oracle during load Internal error. A connection to Oracle was not established before the loading operation. Contact TimesTen Technical Support.
TT40057 Table name too long: table_name. Internal error. The table name is too long. A table name cannot exceed 30 characters.
TT40058 Select query too long during load. While executing a load statement, the system generated SELECT query overflowed a system buffer. This is usually caused by a very long WHERE clause in the LOAD statement, A large number of tables in the cache group, or very long WHERE clause in the cache group definition.
TT40059 Select list too long during load. While executing a load statement, the system generated SELECT query overflowed a system buffer. This is usually caused by a very long WHERE clause in the LOAD statement, A large number of tables in the cache group, or very long WHERE clause in the cache group definition.
TT40060 Error preparing Oracle statement: statement There was an error while preparing the specified SQL statement on Oracle.
TT40061 Error executing Oracle statement: statement There was an error while executing the specified SQL statement on Oracle.
TT40062 Column count does not match for cached table The Oracle table columns do not match the cached table columns. Check to determine if the Oracle table schema has been changed since the cache group was created.
TT40064 Rowid descriptor alloc failure The call to OCIDescriptorAlloc failed.
TT40066 Internal buffer overflow during autorefresh initialization Autorefresh initialization failed because an internal buffer has overflowed. The required buffer size is proportional to the number of tables in the cache group, the number of columns, the number of columns in the primary key or foreign key, and the length of the WHERE clause of the cache group.
TT40067 Failed during restarting autorefresh Failed to restart autorefresh for some of the cache groups during cache agent startup. This message usually follows another message that describes the details about the failure.
TT40068 Failed to prepare the TimesTen SQL statement: statement The cache agent encountered an error while preparing a TimesTen SQL statement. This message usually follows another message that describes the details about the failure.
TT40069 Failed to retrieve from Oracle change log. query = query, curSOLog=log The cache agent failed to retrieve rows from the Oracle change log for autorefresh. The failing query and the current log content are specified in this message. Make sure the Oracle table objects for autorefresh have not been removed and the autorefresh user has not been changed since the creation of the cache group.
TT40070 Timeout while dropping an Oracle table. The query is query A timeout occurred while dropping an Oracle table. The optional failed query is specified in the message. This may occur in response to either a ALTER CACHE GROUP or a DROP CACHE GROUP operation when the table is busy. This error is not fatal. The drop is retried when the cache agent gets restarted. If necessary, restart the cache agent to drop the table immediately.
TT40071 Table is not found in Oracle: owner.table The specified table cannot be found in the Oracle database.
TT40072 Failed in checkAutorefreshConnections, bad argument Internal error. The autorefresh connection is bad. Contact TimesTen Technical Support
TT40073 Could not drop the Oracle objects. Either an Autorefresh uid was not provided or the uid was invalid. Failed to drop Oracle objects for autorefresh because either the cache administration user ID was not given or the UID was incorrect. Make sure the cache administration user ID provided at cache agent startup time is correct.
TT40076 Failed calling OCI function: function_name The cache agent failed while calling the specified OCI API function. This message is usually followed by another message that describes the details about the failure.
TT40077 Oracle native error code = error_code, msg = message The cache agent encountered a native Oracle error while calling an OCI function. The details are included in this message.
TT40078 Assertion failed: message Internal error. A cache agent internal consistency check failed. Contact TimesTen Technical Support
TT40079 Failed to malloc size memory_size. Please free system resources. Failed to malloc memory of the indicated size.
TT40081 Failed to get Oracle username and password: error_number Failed to get Oracle username and password, the details are included in this message.This may happen during the cache agent startup. This message usually follows another message which describes the details about the failure. The cache agent gets automatically restarted when this error occurs.
TT40083 Cache agent startup command line value missing for flag flag Internal error. The main TimesTen daemon started the cache agent with missing values for the indicated flag. Contact TimesTen Technical Support
TT40084 Cache agent startup command line flag flag has incorrect value value Internal error. The main TimesTen daemon started the cache agent with incorrect values for the specified flag. Contact TimesTen Technical Support
TT40086 Could not allocate Oracle statement handle Error allocating Oracle statement handle. Contact TimesTen Technical Support
TT40087 Could not allocate TimesTen statement handle Error allocating a TimesTen statement handle. Contact TimesTen Technical Support
TT40088 Log reader TTC_FT_OBJECT_PREFIXgetMinSCN returned OCI_NO_DATA Internal error. getMinSCN should have returned at least one row, but was unable to do so. Contact TimesTen Technical Support
TT40089 Log reader getLmLock returned OCI_NO_DATA Internal error. getLmLock should have returned at least one row, but was unable to do so. Contact TimesTen Technical Support
TT40090 Log reader getLmUserCount returned OCI_NO_DATA Internal error. getLmUserCount should have returned at least one row, but was unable to do so.Contact TimesTen Technical Support
TT40091 Log reader getLmUserCount returned OCI_NO_DATA Internal error. getLogLimit should have returned at least one row, but was unable to do so. Contact TimesTen Technical Support
TT40092 Oracle type type not supported Internal error. Oracle type for the primary key is not supported. Contact TimesTen Technical Support
TT40093 Could not parse redo SQL cscn:cscn_name, SQL: statement Internal error. Parsing of redo SQL statement failed. Contact TimesTen Technical Support
TT40094 Unable to get primary key metadata for base table table_name, log table table_name Internal error. Unable to get metadata for primary keys for the indicated base and log tables. Contact TimesTen Technical Support
TT40096 Log reader initialization failed Log reader allocation failed. Contact TimesTen Technical Support
TT40108 Could not derive the data store file name. Data store path = path_name Internal Error. TimesTen could not derive the database name from the provided database input parameter to cache agent. Contact TimesTen Technical Support
TT40114 Connection to Oracle has not succeeded for last num minutes. Number of failed attempts: num. Initiating cache agent restart. At cache agent startup time, the cache agent cannot connect to Oracle. A CREATE CACHE GROUP or an ALTER CACHE GROUP statement can encounter this error because the operation was attempted too soon after the cache agent was started or because the cache agent was unable to establish a connect to Oracle. Messages in the user error log may provide details on the connection failures. If the problem does not resolve itself after several attempts, manually restart the cache agent. For more details see "Unable to resolve Oracle Service Name" and "Unable to validate Oracle username and password" in the Oracle TimesTen In-Memory Database Troubleshooting Procedures Guide.
TT40115 No cache groups will be autorefreshed until a connect to Oracle can be established. Will try to connect to Oracle silently every seconds seconds. Additional error information: message. At cache agent startup time, the cache agent cannot connect to Oracle. The cache agent keeps trying to connect to Oracle.
TT40116 Fatal error occurred while trying to connect to Oracle. Check the Oracle Id, UID, PWD and the status of Oracle instance. No autorefreshing will occur until the problem is resolved and cache agent has been restarted. At cache agent startup time, the cache agent cannot connect to Oracle. The cache agent automatically shuts down and restarts. If the problem does not get fixed after this automatic restart, you should stop the cache agent, check the OracleID, UID, PWD & the status of the Oracle instance and restart cache agent.
TT40117 AUTOREFRESH LOGSEQ ERROR: LogSeq(number) = error_ number considered not valid. It will not be stored in the datastore. Internal Error. TimesTen saw an invalid bookmark when trying to store the log sequence into TimesTen. The autorefresh can not move forward. It resumes from the last valid logseq number.
TT40119 An error occurred while preparing or executing the following Oracle SQL statement: statement This message usually follows another message that describes the details about the failure.
TT40120 Autorefresh has not succeeded for cachegroups with interval interval ms for last minutes minutes. Number of failed attempts: num. Initiating cache agent restart. Autorefresh for the specified interval has failed in the indicated minutes, after the indicated number of attempts. The cache agent is restarting.
TT40121 Auto-Refresh failed (Could not turn on table locking) Table-level locking could not be turned on for this autorefresh transaction. This autorefresh is being aborted and retried.
TT40122 Could not parse fullname, name, in owner and name. TimesTen was unable to parse the cache group name during the autorefresh object validation for the specified cache group. Contact TimesTen Technical Support
TT40123 Autorefresh trigger trigger_name is not enabled for table table_name. The cache group cache_group_name in data store data_store_name will not be refreshed. Autorefresh Oracle object validation for cache groups finds that the Oracle trigger trigger_name on the indicated table is not enabled. Autorefresh cannot work for the table. Either ALTER the AUTOREFRESH state of cache group to OFF and then back to ON, or drop and recreate the cache group. For details on fixing this problem, refer to the "Validate autorefresh Oracle objects" section in the Oracle TimesTen In-Memory Database Troubleshooting Procedures Guide.
TT40124 Could not find autorefresh trigger trigger_name. The cache group owner.cache_group_name in data store data_store_name will not be refreshed. Autorefresh Oracle object validation for cache groups finds that the Oracle trigger trigger_name on the indicated table of the cache group was not found on Oracle. Autorefresh cannot work for the cache group. Either alter the AUTOREFRESH state of cache group to OFF and then back to ON, or drop and recreate the cache group. For details on fixing this problem, refer to the "Validate autorefresh Oracle objects" section in the Oracle TimesTen In-Memory Database Troubleshooting Procedures Guide.
TT40125 Could not find the Oracle autorefresh object_typeobject_name for table table_name. The cache group cache_group_name cannot be refreshed in any datastores. A table in the cache group cache_group_name did not find the autorefresh object on the Oracle database. Autorefresh cannot work for the cache group. Either alter the Autorefresh state of cache group to OFF and then back to ON, or drop and recreate the cache group. For details on fixing this problem, refer to the "Validate autorefresh Oracle objects" section in the Oracle TimesTen In-Memory Database Troubleshooting Procedures Guide.
TT40126 Autorefresh autorefresh_state for table table_name is not valid on Oracle. The cache group cache_group_name will not be refreshed. Autorefresh Oracle object validation for a cache group table found an invalid status for an autorefresh object on Oracle. Autorefresh cannot work for the cache group. Either alter the Autorefresh state of cache group to OFF and then back to ON, or drop and recreate the cache group. For details on fixing this problem, refer to the "Validate autorefresh Oracle objects" section in the Oracle TimesTen In-Memory Database Troubleshooting Procedures Guide.
TT40127 Internal error: could not compute the difference of two dates. Autorefresh object validation could not complete because of this error.
TT40128 Oracle object id is different - Oracle table table_name has been recreated since the cache group cache_group_name in data store data_store_name was created. The cache group will not be refreshed Autorefresh object validation for the cache group found an incompatibility between the cache group objectID and the objectID on Oracle.This could have been caused when a table was created on the Oracle database after the cache group was created. Autorefresh cannot work for the cache group. Either alter the Autorefresh state of cache group to OFF and then back to ON, or drop and recreate the cache group. For details on fixing this problem, refer to the "Validate autorefresh Oracle objects" section in the Oracle TimesTen In-Memory Database Troubleshooting Procedures Guide.
TT40129 Oracle create date changed - Oracle table table_name has been recreated since the cache group cache_group_name in data store data_store_name was created. The cache group will not be refreshed Autorefresh object validation for the cache group found an incompatibility between the create date for the specified table in a TimesTen database and that on the Oracle database.This could have been caused when a table was created on the Oracle database after the cache group was created. Autorefresh cannot work for the cache group. Either alter the Autorefresh state of cache group to OFF and then back to ON, or drop and recreate the cache group. For details on fixing this problem, refer to the "Validate autorefresh Oracle objects" section in the Oracle TimesTen In-Memory Database Troubleshooting Procedures Guide.
TT40130 AutoRefresh log table is older than base table - Oracle table table_name has been recreated since the cache group cache_group_name in data store data_store_name was created. The cache group will not be refreshed The error occurs when autorefreshing Oracle object validation for the cache group. A change log table for table table_name is older than the table itself.This could have been caused when a table was created on the Oracle database after the cache group was created. Autorefresh cannot work for the cache group. Either alter the autorefresh state of cache group to OFF and then back to ON, or drop and recreate the cache group. For details on fixing this problem, refer to the "Validate autorefresh Oracle objects" section in the Oracle TimesTen In-Memory Database Troubleshooting Procedures Guide.
TT40131 Could not parse table names for cache group owner.cache_group_name. Internal Error. The cache agent was unable to parse the tables names during the autorefresh object validation for the specified cache group. Autorefresh object validation could not complete because of this error.
TT40132 Could not find user count row for table table_name in cache_group_name. Any autorefreshed cache group containing table table_name will not be refreshed. An autorefresh validation check could not find the Oracle user count row for the indicated table in user_count_table_name. Any autorefresh cache group containing the specified table is not refreshed. For details on fixing this problem, refer to the "Validate autorefresh Oracle objects" section in the Oracle TimesTen In-Memory Database Troubleshooting Procedures Guide.
TT40133 The user count in the user count table table_name for table table_name in cache group owner.cache_group_name is NULL. The cache group may not be refreshed. An autorefresh validation check found user count to be NULL in the in the user_count_table_name for the specified cache group table. For details on fixing this problem, refer to the "Validate autorefresh Oracle objects" section in the Oracle TimesTen In-Memory Database Troubleshooting Procedures Guide.
TT40134 The user count for table table_name in cache group owner.cache_group_name is less than 0. A problem occurred while trying to validate an autorefresh Oracle object. For details on fixing this problem, refer to the "Validate autorefresh Oracle objects" section in the Oracle TimesTen In-Memory Database Troubleshooting Procedures Guide.
TT40135 The user count for table table_name in cache group owner .cache_group_name is equal to 0. A problem occurred while trying to validate an autorefresh Oracle object. For details on fixing this problem, refer to the "Validate autorefresh Oracle objects" section in the Oracle TimesTen In-Memory Database Troubleshooting Procedures Guide.
TT40136 The log sequence number in the user count table table_name for table table_name in cache group owner.cache_group_name is NULL. The cache group may not be refreshed. A problem occurred while trying to validate an autorefresh Oracle object. For details on fixing this problem, refer to the "Validate autorefresh Oracle objects" section in the Oracle TimesTen In-Memory Database Troubleshooting Procedures Guide.
TT40137 The log sequence number in the user count table table_name for table table_name in cache group cache_group_name is not equal to the largest logseq in the autorefresh log table table_name. The cache group may not be refreshed for all datastores. A problem occurred while trying to validate an autorefresh Oracle object. For details on fixing this problem, refer to the "Validate autorefresh Oracle objects" section in the Oracle TimesTen In-Memory Database Troubleshooting Procedures Guide.
TT40138 The previous log sequence number is greater than the recorded refresh bookmark for table table_name in cache group cache_group_name in data store owner.data_store_name A problem occurred while trying to validate an autorefresh Oracle object. For details on fixing this problem, refer to the "Validate autorefresh Oracle objects" section in the Oracle TimesTen In-Memory Database Troubleshooting Procedures Guide.
TT40139 The user count table table_name on Oracle instance instance_name was not found. The autorefresh will not work for all datastore for this instance. A problem occurred while trying to validate an autorefresh Oracle object. For details on fixing this problem, refer to the "Validate autorefresh Oracle objects" section in the Oracle TimesTen In-Memory Database Troubleshooting Procedures Guide.
TT40140 The sequence number for table table_name had changed but the table was not refreshed. cache_group_name cache group in data store data_store_name is out of sync. A problem occurred while trying to validate an autorefresh Oracle object. For details on fixing this problem, refer to the "Validate autorefresh Oracle objects" section in the Oracle TimesTen In-Memory Database Troubleshooting Procedures Guide.
TT40141 The sequence number for table owner.table_name had changed but the table was not refreshed. The cache group in data store data_store_name is out of sync. A problem occurred while trying to validate an autorefresh Oracle object. For details on fixing this problem, refer to the "Validate autorefresh Oracle objects" section in the Oracle TimesTen In-Memory Database Troubleshooting Procedures Guide.
TT40143 Could not find table table_name for cache group cache_group_name in Oracle. User user_name may not have privileges. The cache group will not be refreshed. A problem occurred while trying to validate an autorefresh Oracle object. For details on fixing this problem, refer to the "Validate autorefresh Oracle objects" section in the Oracle TimesTen In-Memory Database Troubleshooting Procedures Guide.
TT40144 Table owner.table_name in cache group owner.cache_group_name is not valid on Oracle. The cache group will not be refreshed. A problem occurred while trying to validate an autorefresh Oracle object. For details on fixing this problem, refer to the "Validate autorefresh Oracle objects" section in the Oracle TimesTen In-Memory Database Troubleshooting Procedures Guide.
TT40145 An internal autorefresh structure has not been initialized. Cache group cache_group_name in data store data_store_name will not be refreshed. A problem occurred while trying to validate an autorefresh Oracle object. For details on fixing this problem, refer to the "Validate autorefresh Oracle objects" section in the Oracle TimesTen In-Memory Database Troubleshooting Procedures Guide.
TT40146 An internal autorefresh structure has not been initialized. A problem occurred while trying to validate an autorefresh Oracle object. For details on fixing this problem, refer to the "Validate autorefresh Oracle objects" section in the Oracle TimesTen In-Memory Database Troubleshooting Procedures Guide.
TT40147 The id for cache group cache_group_name in data store data_store_name is invalid. A problem occurred while trying to validate an autorefresh Oracle object. For details on fixing this problem, refer to the "Validate autorefresh Oracle objects" section in the Oracle TimesTen In-Memory Database Troubleshooting Procedures Guide.
TT40148 Could not generate hash of host and data store name Internal error. A bi-propagated cache group operation failed to generate a hash of host and database name Contact TimesTen Technical Support
TT40149 Was not able to initialize an internal autorefresh structure. The refresher will try to reinitialize the structure later. The cache agent failed to initialize an internal data structure used by autorefresh. This message usually follows another message that describes the details about the failure. TimesTen is retrying the initialization.
TT40157 OCIHandleFree() failed. Check the health of the Oracle connection.
TT40158 () failed. uid user_ID. Internal error. The cache agent failed to set the user ID of the session. Contact TimesTen Technical Support.
TT40159 Could not initialize OCI function pointers. Error: message This is a cache agent initialization error. The OCI functions cannot be set up to be used with the cache agent. The specific error is included in the message and may provide a suggestion to solve the problem. Check both the Oracle and TimesTen installations. On UNIX systems, make sure the ORACLE_HOME environment variable is set correctly.
TT40160 Clean up of autorefresh Oracle objects failed. snprintf returned value with buffer length length. This is an internal error that occurred during clean up of autorefresh Oracle objects. Contact TimesTen Technical Support.
TT40162 ODBC call failed with SQL_INVALID_HANDLE This is an internal error indicating that an ODBC handle used by the cache agent is invalid. Contact TimesTen Technical Support.
TT40163 OCI call failed with OCI_INVALID_HANDLE This is an internal error indicating that an ODBC handle used by the cache agent is invalid. Contact TimesTen Technical Support.
TT40164 OCIErrorGet failed with OCI_INVALID_HANDLE This is an internal error. The OCIErrorGet call failed to get more diagnostic information after an OCI call failed. The OCI handle is invalid. Contact TimesTen Technical Support.
TT40165 Unique Constraint is violated while loading table owner.table_name The unique constraint has been violated in TimesTen during a LOAD CACHE GROUP, MERGE or AUTOREFRESH operation on the indicated table.Unload the cache group and then reload it. If the error still occurs, contact TimesTen Technical Support.
TT40166 Required table table_name does not exist on Oracle Autorefresh Oracle object validation detected that the indicated table does not exist. The log table garbage collector can not work. To recreate the tables, recreate the autorefresh cache group. For details on fixing this problem, refer to the "Validate autorefresh Oracle objects" section in the Oracle TimesTen In-Memory Database Troubleshooting Procedures Guide.
TT40167 owner.table_name table on Oracle does not have required lock rows Autorefresh Oracle object validation detected that the indicated table does not exist. The log table garbage collector can not work. To recreate the rows, recreate the autorefresh cache group. For details on fixing this problem, refer to the "Validate autorefresh Oracle objects" section in the Oracle TimesTen In-Memory Database Troubleshooting Procedures Guide.
TT40169 Can't initialize bookmark reporter The Cache agent failed to initialize a new data structure used by the bookmark reporter.This may happen in response to a CREATE CACHE GROUP or ALTER CACHE GROUP statement due to a lack of memory or other system resource. The operation cannot continue successfully.Free up the necessary resources and reissue the DDL statement.
TT40173 Can't initialize log table marker The Cache agent failed to initialize a new data structure used by the log table marker.This may happen in response to a CREATE CACHE GROUP or ALTER CACHE GROUP statement due a lack of memory or other system resource. The operation cannot continue successfully.Free up the necessary resources and reissue the DDL statement.
TT40175 Failover stopped. Failover will not take place. The cache agent detected an Oracle OCI_FO_ABORT failover event. The failover was unsuccessful. If the cache agent does not restart automatically, restart it manually.
TT40176 Bad Failover Event: event. Internal error. The cache agent does not recognize the Oracle failover event.Contact TimesTen Technical Support.
TT40177 Could nto re-establish a connection in num minutes. Failover will not take place The connection to one of the Oracle RAC nodes failed and the cache agent could not failover to another Oracle RAC node. It timed out and the failover was unable to continue.If the cache agent does not restart automatically, restart it manually.
TT40178 Failed to register failover callback for server handle handle. The cache agent failed to register the Oracle RAC failover callback function. No action is needed if the application is not running against a Oracle RAC server. If you are running against a Oracle RAC server, verify that the Oracle OCI client is the latest 9i or 10g client and that TAF is enabled.
TT40179 OCIHandleAlloc() failed. The cache agent may have run out of memory or another system resource. Contact TimesTen Technical Support if the problem persist.
TT40180 Unexpected row count. Expecting count. Got count. Oracle objects required for autorefresh operations could not be uninstalled because a DDL lock could not be acquired. Restart the cache agent. If the error persists, contact TimesTen Technical Support.
TT40181 object could not be found on Oracle. Check that user has privileges on Oracle_object The Oracle object could not be found.Verify that the specified Oracle user has the correct privileges on the object.
TT40182 Timestamp descriptor alloc failure The call to OCIDescriptorAlloc failed.
TT40183 Could not retrieve aging lifetime for cache group with cgID ID Internal error. The cache agent could not retrieve the aging lifetime for cache group from the TimesTen database.This message usually follows another message that describes the details about the failure. Load/refresh cache group fails.
TT40185 Can't initialize marker structure for autorefresh thread The cache agent failed to initialize a new data structure used by the log table marker for the autorefresher thread.
TT40186 Can't initialize tablespace full alert writer structure The cache agent failed to initailize a new data structure used by tablespace full alert writer.
TT40187 Can't initialize tablespace full alerter structure The cache agent failed to initailize a new data structure used by tablespace full alerter.
TT40188 No cache groups will be autorefreshed since the data store is marked "not alive" and the recovery method is "none." The database is dead and cannot be refreshed.
TT40189 Cache group cachegroup_name will not be autorefreshed because the cache group is marked "not alive" and the recovery method is "manual." The database is dead. You must manually autorefresh the cache groups.
TT44000 Warning: Statement statement The TimesTen ODBC driver returns the SQL warning included in the message.
TT44001 Warning: warning_message, ODBC SQL state = state, Additional Warning = warning_message The TimesTen ODBC driver returns the SQL warning included in the message.
TT44002 Table loading warning summary: number_of data truncations This message reports the number of data truncations that occurred during a LOAD CACHE GROUP statement.
TT44003 Table loading warning: Data truncated for table table_name, row row_num, column column_num Warning: A data truncation occurred at the specified row and column while loading the specified table.
TT44004 OCIDescriptorFree : RowId descriptor was not freed. i=row, error=code Internal warning, the OCIDescriptorFree call did not succeed for specified row with the OCI error code that is included in this message.
TT44005 Table loading warning summary: number_of column values truncated The specified number of column values were truncated during a LOAD CACHE GROUP statement.
TT44007 Table refresh warning: Data truncated for table table_name, row row_num, column column_num The specified number of data truncations occurred for the specified table, row and column.
TT44009 Warning: Oracle object cleanup failed. The cache agent may not have cleaned up all the Oracle objects. If necessary, clean up the objects manually.
TT44010 Warning: cmd: command The cache agent encountered an Oracle OCI warning while processing the specified command.
TT44011 Oracle warning i = warning_no: error_message The cache agent encountered one or more warning(s) while executing an Oracle OCI call. The details are included in this message.
TT44017 Newly updated records are missing from log table table_name because of truncation. Table owner.table_name will be fully refreshed The specified table must be fully refreshed because log table was truncated. For details on fixing this problem, see "Incremental autorefresh becomes full autorefresh" in the Oracle TimesTen In-Memory Database Troubleshooting Procedures Guide.
TT44022 The cache agent has not been able to established a connection to Oracle. No cache groups will be refreshed until a connection is made. Check the status of the Oracle instance. The cache agent encountered this error after either a CREATE CACHE GROUP or ALTER CACHE GROUP statement because the operation came too soon after the cache agent started or the cache agent could not establish a connection to Oracle.Other error messages in the user error log may provide details on connection failures. Resolve the connection problem manually if does not resolve after several retries, and restart the cache agent. Refer to the "Unable to resolve Oracle Service Name" and "Unable to validate Oracle username and password" in the Oracle TimesTen In-Memory Database Troubleshooting Procedures Guide.
TT44023 Cache agent was successfully able to connect to Oracle after number_of_attempts failed attempts The cache agent was initially having trouble connecting to Oracle but it succeeded after the indicated number of retries.
TT44024 Could not find the object id for table owner.table_name in the autorefresh structure. The cache agent may be lagging behind. This is a warning message.
TT44025 Could not find the cache group owner.cache_group_name in data store data_store_name. The cache agent maybe lagging behind. The cache group will not be validated. This is a warning message.
TT44026 The autorefresh mode for cache group owner.cache_group_name in data store data_store_name is different from refresher. The cache agent is lagging behind. This is a warning message.
TT44027 The autorefresh state for cache group owner.cache_group_name in data store data_store_name is different from refresher. The cache agent is lagging behind. This is a warning message.
TT44028 Cache group cache_group_name in data store data_store_name has number tables yet the refresher has number tables. Internal error. Contact TimesTen Technical Support.
TT44029 Cache group cache_group_name in data store data_store_name has table table_name yet the refresher has table table_name Internal error. Contact TimesTen Technical Support.
TT44030 Autorefresh log table table_name is empty. The autorefresher will perform. a full refresh on all datastores in order to recovery. For details on fixing this problem, see "Incremental autorefresh becomes full autorefresh" in the Oracle TimesTen In-Memory Database Troubleshooting Procedures Guide.
TT44031 The log sequence number has changed but the table table_name in cache group owner.cache_group_name was not refreshed. Will check if it is refreshed during the next validation cycle. For details on fixing this problem, see "Incremental autorefresh becomes full autorefresh" in the Oracle TimesTen In-Memory Database Troubleshooting Procedures Guide.
TT44032 The current log sequence number is greater than the recorded bookmark for the table table_name in cache group owner.cache_group_name in data store data_store_name. The table should have been refreshed but was not. Will check if it is refreshed during the next validation cycle. For details on fixing this problem, see "Incremental autorefresh becomes full autorefresh" in the Oracle TimesTen In-Memory Database Troubleshooting Procedures Guide.
TT44033 The cache agent for data store data_store_name shows that the cache group owner.cache_group_name is an incremental autorefresh cache group yet the system table shows that it is not. The cache agent may be lagging behind. This error could occur after the mode was altered from INCREMENTAL to FULL. Contact TimesTen Technical Support if the problem does not fix itself by the next validation cycle.
TT44034 The cache agent indicates that cache group cache_group_name is active, incrementally refreshed and has interval msecs ms for data store data_store_name. But the TimesTen system tables indicate that the cache group should not be incrementally refreshed in this interval. The cache agent may be lagging behind. This error could occur after an ALTER CACHE GROUP operation.Contact TimesTen Technical Support if the problem does not fix itself by the next validation cycle.
TT44035 The TimesTen system tables indicates that cache group owner.cache_group_name is active, incrementally refreshed and has interval msecs ms for data store data_store_name. But the cache agent is not currently incrementally refreshing it in this interval. The cache agent may be lagging behind. This error could occur after an ALTER CACHE GROUP operation.Contact TimesTen Technical Support if the problem does not fix itself by the next validation cycle.
TT44036 The log table table_name has been truncated and will result in a full refresh of the table table_name in data store data_store_name. For details on fixing this problem, see "Incremental autorefresh becomes full autorefresh" in the Oracle TimesTen In-Memory Database Troubleshooting Procedures Guide.
TT44037 The table table_name on data store data_store_name is currently out of sync with Oracle. The bookmark for the table is bookmark_name. If this warning appears again with the same bookmark, then the cache agent is not making any progress refreshing this table. Otherwise if the warning does not appear again with the same bookmark, the cache agent was only temporarily behind. For details on fixing this problem, see "Incremental autorefresh becomes full autorefresh" in the Oracle TimesTen In-Memory Database Troubleshooting Procedures Guide.
TT44038 The last recorded log sequence number is larger than the current log sequence number for table table_name for cache group owner.cache_group_name. Updates might get lost. Internal error. Contact TimesTen Technical Support.
TT44040 The log table marker is not making progress for tables in refresh interval msecs ms in data store data_store_name. New records are being autorefreshed but bookmark is not moving ahead, causing duplicate work Internal error. Contact TimesTen Technical Support.
TT44041 Autorefresh was not able to acquire lock on one of the cache groups, may be because a DDL transaction is open on the cache group. Autorefresh will be retried number times without waiting for next autorefresh interval Make sure there are no open DDL transactions on the cache group.
TT44042 Twosafe replication transaction was committed without commit acknowledgement from subsriber because failed to get acknowledgement within the specified timeout interval The cache agent forced a commit of a TWOSAFE transaction because it did not receive an acknowledgement. This causes replication subscribers to be behind.
TT44043 Entry for object id object_name exists in TTC_ FT_OBJECT_PREFIXagent_status but missing from TTC_FT_ OBJECT_PREFIXuser_count table For details on fixing this problem, see "Validate autorefresh Oracle objects" in the Oracle TimesTen In-Memory Database Troubleshooting Procedures Guide.
TT44044 Last autorefresh for interval "msecs" ms has not finished after " msecs " ms" An autorefresh transaction is taking significantly longer than the specified autorefresh interval. The first parameter of this message indicates the specified autorefresh interval. The second parameter indicates how long the transaction has been in progress. For details on fixing this problem, see "Incremental autorefresh not progressing" in the Oracle TimesTen In-Memory Database Troubleshooting Procedures Guide.
TT44045 pthread_cond_timedwait failed with return value return_value Internal error. An operating system call failed.
TT44046 Failover error. Retrying... This is an internal warning indicating that a TimesTen operation meant to handle Oracle failover was not successful. The cache agent is retrying the operation.No action is needed if no other error messages are present.
TT44047 Operation is aborted because cache agent is shutting down Warning. The cache agent is shutting down.
TT44048 OCIDescriptorFree failed Internal warning. The OCIDescriptorFree call did not succeed.
TT44049 Could not get LockTruncator lock because the SYNC_OBJS table or LockTruncator row does not exist. Will try again after 1 minute For details on fixing this problem, see "Validate autorefresh Oracle objects" in the Oracle TimesTen In-Memory Database Troubleshooting Procedures Guide.
TT44051 Binding the database column with the output C type + precision can result in overflow errors or truncation warnings. Internal error.
TT44053 OCI function pointers initialization warning: . No action needed. This warning can occur during cache agent initialization when a function was not found in the client library. No action is needed as the system will not use that function. Check that the OCI client library version is 11.1 or later.
TT47000 TimesTen cache agent Version version, time_of_builddate_of_build This message indicates the version of the cache agent. The version is of the format major.minor.patch.buildtime.builddate.
TT47001 Watching for main daemon termination Informational message. The agent thread that detects TimesTen daemon shutdown event is up running.
TT47002 Registered with daemon: Port port_no, id ID Informational message. The cache agent has registered itself with daemon.
TT47003 Starting up cache agent for data store data_store_name Informational message. The cache agent is reporting the database name that it is managing.
TT47006 Received request request Informational message. The cache agent received a request. The request format is internal
TT47007 Replied OK Informational message. The cache agent replied to a request by sending an OK message
TT47008 Replied Missing type Informational message. The cache agent received a request but the message type was not specified.
TT47009 The request was denied because it was not sent by an authorized process Informational message. The cache agent rejected a request because the request was not sent by an authorized process.
TT47010 Refreshed cache group: cache_group_name Informational message. A manual refresh statement has been done through the Cache agent on the indicated cache group.
TT47011 Loaded cache group: cache_group_name Informational message. A manual load statement has been done through the cache agent on the indicated cache group.
TT47012 Stopped autorefresh for cache group: cache_group_name Informational message. The stop autorefresh request for the specified cache group has been received and queued.
TT47013 Bad request Informational message. The requested message cannot be handled by the cache agent.
TT47015 pthread_key_create executed: key Informational message. The cache agent thread is starting.
TT47016 Logging off of Oracle Informational message. Logging off from Oracle.
TT47017 Disconnected from Oracle Informational message. Disconnect from Oracle.
TT47018 name interval_valueL: Trying to free orphan cache group cache_group_name Cache groups that no longer belong to any autorefresh intervals are orphan cache groups. Cache agent is cleaning up the specified orphan cache group from its internal data structure.
TT47026 Last autorefresh for interval msecs ms has not finished after msecs ms Informational message. The cache agent cannot keep up with the autorefresh requests. Use a longer autorefresh interval.
TT47029 refresher started for interval interval_value milliseconds Informational message. The autorefresh handler thread for the specified interval has started.
TT47030 refresher for interval msecs milliseconds is about to exit Informational message. The autorefresh handler thread for the specified interval is about to exit
TT47037 Disabled autorefresh for cache group: cache_group_name Informational message. The scheduler has disabled autorefresh for the specified cache group.
TT47038 Enabled autorefresh for cache group: cache_group_name Informational message. The scheduler has enabled autorefresh for the specified cache group.
TT47043 OracleNetServiceName not specified. Will not be able to perform. autorefreshes. Informational message. The OracleNetServiceName attribute is not specified on the DSN. The cache agent cannot perform. any autorefresh tasks
TT47044 Logging into Oracle Informational message. Cache agent is logging into Oracle.
TT47045 Connected to Oracle Informational message. The cache agent has connected to Oracle.
TT47046 Already connected for caching for data_store_name Informational message. The cache agent is using an existing connection to Oracle to operate on database.
TT47047 "Free error handle handle_name Informational message. The cache agent is freeing an OCI error handle used when setting up a connection to Oracle.
TT47048 Processing Oracle SQL: statement. Informational message. This message follows an error message. It indicates the error occurred while the cache agent was processing the specified Oracle SQL statement.
TT47049 Performing a full refresh with cache group root table: owner.tablename Informational message. The cache agent is performing a full refresh on the specified table.
TT47050 Performing a full refresh Informational message. The cache agent is performing a full refresh.
TT47051 restarting autorefresh for cache group: cache_group_name Informational message. The cache agent is restarting the autorefresh for the specified cache group. This happens during cache agent startup.
TT47052 re-started autorefresh for cache_group_name cache groups Informational message. The cache agent is restarting the autorefresh for the specified cache groups. This happens during cache agent startup.
TT47053 Error executing the following Oracle SQL statement: statement Informational message. Oracle returned an error while executing the specified SQL statement. This may not be an error condition for the cache agent.
TT47054 TimesTen transaction committed. Informational message. A TimesTen transaction has been committed.
TT47055 Autorefresh rolled back. Informational message. An autorefresh operation has been rolled back.
TT47056 Performing an incremental refresh on table: owner.table_name Informational message. The cache agent is performing an incremental autorefresh on the specified table.
TT47057 Oracle object busy. Will retry: msecs Informational message. The Oracle object is being used by other user. The operation is retried in the indicate number of milliseconds.
TT47058 Executing Oracle statement: statement Informational message. The indicated statement is being executed on the Oracle database.
TT47059 Successfully executed Oracle SQL statement: statement Informational message. The Oracle SQL statement has been successfully executed
TT47060 Performing a full refresh on subtree with root: owner.tablename Informational message. The cache agent is performing a full refresh on a subtree of cache group with the specified root table.
TT47061 Error preparing the following Oracle SQL statement: statement The cache agent encountered an error while preparing the specified SQL statement on Oracle.
TT47062 Rowid was 0 for cascadeUpDelete on table: table_name This is an internal message indicating the intermediate steps of autorefresh.
TT47063 Executing Delete statement: statement The cache agent executed the specified DELETE statement.
TT47064 Starting cleanup of the Oracle objects Informational message. The cache agent has begun cleaning up Oracle objects that were used by autorefresh.
TT47065 Successfully executed Oracle SQL statement: statement Informational message. The cache agent has successfully executed the indicated Oracle SQL statement.
TT47066 Cleanup of the Oracle objects completed Informational message. The cache agent has finished cleaning up Oracle objects that were used by autorefresh.
TT47067 Lost connection to Oracle -- shutting down the cache agent, cmd: command Informational message. The Oracle connection was lost while executing the indicated command. The cache agent is shutting down and restarting. If the cache agent does not start automatically, restart it manually.
TT47070 No new connection during shutdown Informational message. A request of a new TimesTen/Oracle connection was denied because the cache agent is in the shutdown process. Wait for the cache agent to completely shutdown and then restart the agent and attempt the connection.
TT47071 Warning Ignored: message, ODBC SQL state = SQL_state, Additional Warning = code Informational message. The cache agent has purposely ignored the TimesTen ODBC warning, the SQL state and the TimesTen warning code indicated in the message.
TT47072 Error Ignored: message, ODBC SQL state = SQL_state, Additional Error = error_code Informational message. The cache agent has purposely ignored the TimesTen ODBC error, the SQL state and the TimesTen error code indicated in the message.
TT47073 Cannot connect to Oracle while the cache agent is during shutdown Informational message. The cache agent cannot connect to Oracle while the cache agent shutting down.
TT47074 Cache agent is shutting down all service threads Informational message. The cache agent is shutting down all service threads.
TT47075 Cache agent is in final shutdown stage Informational message. The cache agent has shutdown all service threads and is in final shutdown mode
TT47076 Cache agent has started all service threads. Informational message. The cache agent has started all service threads during startup.
TT47077 Cache agent for data store data_store_name is shutting down Informational message. The cache agent is shutting down.
TT47078 Autorefresh number number succeeded for interval msecs milliseconds Informational message. Autorefresh for interval msecs succeeded
TT47084 ftSchedulerGetRefreshStats: cannot find cache group with cgID ID Internal Error. TimesTen cannot find the indicated cache group.
TT47085 AUTOREFRESH advances to new LOG SEQ Log Seq(num) = table_name in cache group cache_group_name The autorefresh bookmark for indicated table has been advanced to the indicated log sequence. This indicates the autorefresh has brought in some new changes to TimesTen
TT47086 Retry timeout is mins minutes. The cache agent is waiting for an Oracle object to come alive. The cache agent retries the operation in the indicated number of minutes.
TT47087 Cache agent refreshedh cache group owner.cache_group_name Informational message. The cache agent refreshed the root table rows in the specified cache group.
TT47088 Cache agent refreshed number root table rows for this interval Cache agent refreshed the indicated number of root table rows for this interval.
TT47090 DDL on base table after creating trigger - DDL has been executed on table owner.table_name after the cache group cache_group_name in data store data_store_name was created. The cache group may not be refreshed or may be out of sync. The cache agent has that the Oracle table has been altered after an autorefresh cache group has been defined on it. As a result, the cache group may not refresh correctly.
TT47092 Cache group cache_group_name in data store data_store_name does not have autorefresh mode set to incremental. No validation is required. Informational message. Autorefresh is not set for the specific cache group.
TT47093 Validation starting: Starting validation check for cache group cache_group_name in data store data_store_name. Informational message. The cache agent is validating the Oracle objects for tracking changes for the indicated cache group.
TT47094 Anomalies were found in the objects used to autorefresh the cache group cache_group_name in data store data_store_name. Informational message. The cache agent has found anomalies in autorefresh tracking objects for the indicated cache group.
TT47095 Anomalies were found in the objects used to autorefresh cache groups in refresh interval msecs for data store data_store_name. Informational message. The cache agent has found anomalies in autorefresh tracking objects for the cache groups with the specified refresh interval.
TT47096 No anomalies were found in the objects used to autorefresh the cache group cache_group_name in data store data_store_name. Informational message. Autorefresh validation has successfully completed
TT47097 Validation aborted: A fatal error occurred while validating cache groups in refresh interval msecs for data store data_store_name. Informational message. The cache agent encountered an error while validating the autorefresh objects for the specified interval.
TT47098 Number of bipropagate rows deleted: number_of_rows Informational message. The cache agent is tracking an operation on cache groups using both the autorefresh and propagate feature.
TT47100 The cache agent will wait at least min minutes before validating cache groups. Informational message. The cache agent is waiting for at least the specified number of minutes before validating the autorefresh objects.
TT47107 Autorefresh thread is skipping marking the logs because it was not able to get the locks. Autorefresh will be performed but performance may degrade. Failed SQL: statement The autorefresher was not able to get the necessary locks to mark the log tables. Another autorefresher may be marking the logs. The autorefresher is skipping this step and move on to performing the autorefresh. The negative side effect of this is that the autorefresher may perform. some inserts twice.
TT47108 Autorefresh state for this cache group cache_group_name is no longer ON. Autorefresh will be retried after refreshing the new state Informational message. The current autorefresh state for this cache group is not ON.
TT47109 Autorefresh mode for this cache group cache_group_name is no longer incremetal. Autorefresh will be retried after refreshing the new mode Informational message. The autorefresh mode has changed for this cache group.
TT47110 object_id object, bookmark bookmark_name Informational message. The autorefresh bookmark for the specified table.
TT47111 Cache agent successful in getting oneTruncator lock for garbage collection Informational message. The cache agent has locked the oneTruncator autorefresh object successfully.
TT47112 Garbage collector deleted num rows from TTC_FT_OBJECT_PREFIXobject _L where logseq log_sequence Informational message. The garbage collector deleted said number of rows.
TT47113 Log Table Marker marked number rows of log table TTC_FT_OBJECT_PREFIXo object _L with logseq log_sequence Informational message. The progress of log marking for autorefresh.
TT47116 Detect Environment Variable: variable_name, Value: value Informational message. The cache agent obtained a value from the indicated environment variable.
TT47117 Autorefresh thread for interval msecs ms is connected to instance instance_name on host host_name. Server handle handle Informational message. The cache agent thread for autorefresh of cache groups with the specified autorefresh interval has connected to Oracle.
TT47118 Starting autorefresh number number for interval msecsms Informational message. The cache agent is starting an autorefresh with the specified autorefresh interval.
TT47119 Autorefresh number number finished for interval msecs ms Informational message. Autorefresh has completed.
TT47120 Failing over connection. Failover type is type. Informational message. The cache agent is starting an Oracle RAC failover of the indicated type, where type is one of: SESSION, SELECT or unknown.
TT47121 Failover completed. Informational message. The failover has completed.
TT47122 Failover callback function called. Informational message. The cache agent's registered Oracle RAC failover callback function has been called.
TT47123 Failover callback function registered for server handle handle_name. Informational message. The cache agent has registered an Oracle RAC callback function for failover
TT47125 thread thread for interval msecs ms is connected to instance id ID. Server handle handle Informational message. The autorefresh thread for cache groups with the specified autorefresh interval has connected to Oracle.
TT47126 Failover stopped. Cache agent shutting down. Informational message. The cache agent cannot do an Oracle RAC failover since the cache agent is already in shutdown mode.
TT47127 Autorefresh marker thread exiting. Informational message. The autorefresh marker thread is exiting.
TT47128 Autorefresh garbage collector thread exiting. Informational message. The autorefresh garbage collector thread is exiting.
TT47129 Autorefresh mode for this cache group cache_group_name is no longer full. Autorefresh will be retried after refreshing the new mode Informational message. Autorefresh mode has changed for this cache group.
TT47130 Full autorefresh will be performed on the table owner.table_name because an initial load was not performed Informational message. The application did not load the cache group after it was created. As a result, the first autorefresh is a full refresh.
TT47131 Lock info object:lock Informational message. This is an internal message tracking locks on cache agent synchronization objects.
TT47132 Skipped reporting bookmark for object_id object Informational message. The cache agent skipped a reporting bookmark for the table with the specified object ID.
TT47133 Error freeing odbc handle Informational message. The cache agent encountered an error when it tried to free a TimesTen ODBC handle.
TT47135 Thread thread_name encountered an invalid value for argument argument while adding a cache group to the cache agent scheduler. Cache group cache_group_name will not be autorefreshed. One of the arguments passed to a routine to add a cache group to the scheduler did not pass a validity check. The cache group is not added to the scheduler and therefore is not autorefreshed.
TT47136 The cache agent hasn't fully initialized yet. The cache group cache_group_name will be refreshed after initialization is complete. This is an informational message. A CREATE or ALTER CACHE GROUP statement was issued before the cache agent had a chance to initialize. The CREATE or ALTER operation takes effect after the initialization completes. No action needed from user.
TT47137 Handle invalid due to client failover. Re-initiate the handle. An automatic failover has occurred.
TT47138 DDL Lock: lock_info This is an information message. A DDL lock has been created.
TT47139 DDL Lock: lock_info This is a warning message. A DDL lock may interfere with operations.
TT47140 The cache agent information message: Cache group pointer pointer; name name; state state_number; newxpointer pointer There is an internal cache group INFO message in the daemon log.
TT47141 Refresher thread with id ID_number and interval interval_amount ms with bejoined. There is an internal cache group INFO message in the daemon log.
TT47142 type interval: number ms, isDead: number, first cg: name There is an internal cache group INFO message in the daemon log.
TT47143 name threadId: number isDead: number, first cg: name There is an internal cache group INFO message in the daemon log.
TT47150 Heartbeat thread initialization failed. Cache agent heartbeat thread allocation failed
TT47151 Heartbeat thread started. Freq: number seconds. Informational message that the heartbeat thread has started.
TT47152 Heartbeat thread has exited. Informational message that the heartbeat thread has exited.
TT47153 DeadDsMonitor thread initialization failed. Cache Agent dead database monitor thread allocation failed.
TT47154 Dead database monitor thread hstarted. Freq: number seconds. Informational message that the dead database monitor thread has started.
TT47155 Dead database monitor thread has exited. Informational message that the dead database message has exited.
TT47156 message: information Informational generic dead database message.
TT47157 No cache groups will be autorefreshed since recovery method is manual. Deadcount=value, NumActiveCgs=value You must manually refresh the indicated cache groups.
TT47158 Cache groups will undergo manual recovery. Deadcount=value, NumActiveCgs=value You must manually recover the indicated cache groups
TT47159 LogTblMarker thread initalization failed. Cache agent dead database monitor thread allocation failed.
TT47160 LogTblGc thread initialization failed. There is an internal cache group INFO message in the daemon log.
TT47161 Tablespace full alerter started for with polling period number seconds. Informational message. The thread to monitor the Oracle tablespace has started.
TT47162 Tablespace full alerter exited Near tablespace full alerter exited message
TT47163 percent of the tablespace has been used. This exceeds your threshold value of value. Tablespace used above threshold
TT47164 percent of the tablespace has been used. This exceeds your threshold value of number. Tablespace used above threshold.
TT47165 The tablespace full alerter requires name privilegs. Alerter is shutting down. Alerter lacks appropriate Oracle privileges
TT47166 Log Table Marker marked number rows of log table. "TTC_FT_OBJECT_PREFIX" name_L with logseq name through name "TT_INT64_FMT" This is an informational message indicating the progress of the autorefresh log marker.
TT47167 Tablespace full alert writer started for with polling period number seconds Near tablespace full alerter writer started message.
TT47168 Tablespace full alert writer exited Near tablespace full alerter writer exited message.
TT47169 The tablespace full alert writer requires name privileges. Will shut down the alerter. Alerter writer lacks appropriate Oracle privileges.
TT47170 Could not determine the size of the Oracle tablespace. Alerter writer could not determine the size o the Oracle tablespace.
TT47171 Tablespace full alert writer updated cache statistics table. Tablespace used percentage percent This is an informational message from the progress thread monitoring the Oracle tablespace. The message indicates how much tablespace is in use.
TT47172 Heartbeat updated. Informational daemon message.
TT47173 Bad Oracle agent tuning parameter read by name thread. P1=value, P2=value, P3=value Informational daemon message.
TT47174 Autorefresh of cache group < group>, failed time(s) due to lock conflicts. For this dynamic cache group, autorefresh was unable to complete due to lock conflicts with another application. Indicates the number of times failed due to lock conflicts.
TT47175 Autorefresh of cache group has escalated locks, after roll backs. For this dynamic cache group, a threshold count of autorefresh lock conflict failures was reached. Autorefresh will now escalate its locks and priority to improve its chances of completion.
TT47189 Cache group > will not be autorefreshed because the cache group is marked not alive and the recovery method is manual. The cache group has been marked dead because the cache agent has been down too long. You have configured the cache group in a way that requires a full manual refresh to recover the cache group. You have not executed a full manual refresh on the cache group, so the cache group will not be autorefreshed.

You see this message in the daemon log every time the cache group is scheduled for autorefresh and the full manual refresh to recover the cache group has not been performed.

TT48001 Could not obtain host list from Oracle Clusterware found in CRS_HOME Verify the value of the -crshome option in the ttcrsagent.options file and verify whether Oracle Clusterware is running on each host by calling: crsctl check crs.
TT48002 CRS_home not found in the ttcragent.options file The path of the Oracle Clusterware installation is not found in the ttcrsagent.options file. Verify that the file contains the -crshome option.
TT48003 Failed to load Oracle Clusterware API library. Unable to load the Clusterware API library from Oracle Clusterware installed in CRS_HOME. An OS error should precede this message and may be found in the ttcwerrors.log file. If the API libraries are absent in the directory CRS_HOME/lib, you may need to reinstall Oracle Clusterware.
TT48004 Clusterware_function failed with status = CRS_error_number Check the indicated Oracle Clusterware error message for details.
TT48005 One or more clusters are active on the host host_name Because one or more TimesTen clusters are currently active on the indicated host, any attempt to shut down the TimesTen Cluster agent by calling ttCWAdmin -shutdown -localhost fails.
TT48006 The cluster configuration file attribute attribute_name for DSN dsn_name in the cluster configuration file file_name does not have an assigned value. Verify your TimesTen cluster configuration file and enter a value for the indicated attribute.
TT48007 Virtual IP resources do not exist in the cluster for DSN dsn_name. Oracle Clusterware virtual IP resources must be created before a user can create a cluster with advanced high availability. As the root or administrator user, create the resources by calling ttCWAdmin -createVIPS -dsn dsn_name
TT48008 A cluster for the DSN dsn_name has already been registered. Stop and deregister the cluster corresponding to the DSN, before you create a new cluster with the same DSN.
TT48009 Private hostname not found for the host host_name. The private hostname for the indicated host name was not returned by Oracle Clusterware. Verify the cluster configuration by calling crsctl check cluster. If the host is not listed, follow the procedure in the Oracle Clusterware documentation to add it. If the host is listed, contact TimesTen Technical Support.
TT48010 Connection to TimesTen Cluster agent on host host_name failed. The TCP connect to the TimesTen Cluster agent on the host failed. Check the ttcwerrors.log file on the indicated host for any errors occurring before this error. If no network error is detected, contact TimesTen Technical Support.
TT48011 Could not successfully send cluster configuration model for DSN dsn_name to TimesTen Cluster agent on host host_name This error may occur as the result of an incorrect input to a ttCWAdmin utility command, an incorrect value in the TimesTen cluster configuration file, or due to network errors.

If there are no errors in the configuration file or returned by the ttCWAdmin utility command, check the ttcwerrors.log file on the indicated host for errors that occurred before this error. If no network error was detected, contact TimesTen Technical Support.

TT48012 Could not successfully verify user ID and password(s) for DSN dsn_name. Verify that the indicated database exists. If the database is present, verify the values for the user ID and password. If IMDB Cache is enabled, verify the Oracle password.
TT48013 Failed to create active standby pair replication scheme for DSN dsn_name on host host_name Check for errors in the ttcwerrors.log and the ttmesg.log files. If the same replication scheme can be created manually without using the ttCWAdmin utility, contact TimesTen Technical Support.
TT48014 Failed to register the cluster for DSN dsn_name with Oracle Clusterware. Check the ttcwmesg.log and ttcwerrors.log files for errors that occurred before this error.

Also, verify that Oracle Clusterware is running by running the command crsctl check crs.

Verify if the cluster corresponding to the DSN is already registered.

If the cluster is not previously registered, check for errors in ttcwerrors.log and crsd.log.

TT48015 Failed to register resource resource_name with Oracle Clusterware. Check the ttcwmesg.log and ttcwerrors.log files for errors that occurred before this error.

Verify that Oracle Clusterware is running by running the command crsctl check crs.

Verify that attribute values specified in the TimesTen cluster configuration file are correct.

TT48016 TimesTen Cluster agent received NULL Oracle password for DSN dsn_name. You must specify a non-NULL Oracle password.
TT48017 No -tns_admin option specified in the ttendaemon.options file. The tns_admin daemon option is required to configure a TimesTen cluster.
TT48018 Failed to register direct-linked application resources for DSN dsn_name with Oracle Clusterware. Verify that the application attributes are correct in the cluster configuration file for the specified DSN.

Also, verify the presence of the application script. in the script. install directory on every host.

TT48019 Failed to restore DSN dsn_name on the localhost. The TimesTen restore command failed. Check the timestend.log and ttmesg.log files for error messages.
TT48020 TimesTen cluster containing DSN dsn_name not found. There is no registered cluster containing the specified DSN.

If the cluster was created previously, creation may have failed. Drop the existing cluster by calling:

ttCWAdmin -drop -dsn dsn_name

Create a new closer by calling:

ttCWAdmin - create -dsn dsn_name

TT48021 Resource resource_name not registered. The specified resource is not registered with Oracle Clusterware.

If the cluster was created previously, creation may have failed. Drop the existing cluster by calling:

ttCWAdmin -drop -dsn dsn_name

Create a new cluster by calling:

ttCWAdmin - create -dsn dsn_name

TT48022 TimesTen cluster containing DSN dsn_name is not completely registered. Check for resources that are not registered with Oracle Clusterware by reviewing error messages that appear in the ttcwerrors.log file before this error.

Drop the existing cluster by calling:

ttCWAdmin -drop -dsn dsn_name

Create a new cluster by calling:

ttCWAdmin - create -dsn dsn_name

TT48023 TimesTen cluster containing DSN dsn_name is already running. Drop the existing cluster by calling: ttCWAdmin -drop -dsn dsn_name
TT48024 TimesTen cluster containing DSN dsn_name failed to start. Check the ttcwmesg.log and ttcwerrors.log files in the daemon home directory for errors that occurred before this error.

Also, check the crsd.log file in the CRS_HOME/log/hostname/crsd directory for errors that occurred before this error.

TT48025 The resource resource_name is still online. Stop the cluster containing the specified resource by calling: ttCWAdmin -stop -dsn dsn_name
TT48026 The cluster containing DSN dsn_name failed to stop. Contact TimesTen Technical Support if this call fails.
TT48027 The cluster for DSN dsn_name partly offline. Some resources of the specified cluster are offline.

You may be able to restart the offline resources by calling:

ttCWAdmin -start -dsn dsn_name

TT48028 Could not deregister the TimesTen cluster for containing DSN dsn_name. The replication scheme does not exist in the specified cluster databases. Stop the cluster by calling:

ttCWAdmin -stop -dsn dsn_name

The drop the cluster by calling:

ttCWAdmin -drop -dsn dsn_name

TT48029 Failed to drop active standby pair replication scheme for DSN dsn_name on host host_name. The replication scheme does not exist in the specified database on the specified host.
TT48030 TimesTen Cluster agent could not find application script. script_name for the TimesTen cluster containing DSN dsn_name. Verify that the application script. exists in the script. installation directory on all hosts of the cluster.
TT48031 Failed to create action script. for Oracle Clusterware resource resource_name of the TimnesTen clsuter containing the DSN dsn_name. Verify that the permissions are correct and there is enough and available space in the script. installation directory.
TT48032 Failed to delete action script. for Clusterware resource resource_name of the TimesTen cluster containing the DSN dsn_name. Verify that the permissions in the script. installation directory are correct.
TT48033 Syntax error exists in line "line_text" in cluster configuration file file_name for DSN dsn_name. See the description of the attribute in the "TimesTen Configuration Attributes for Oracle Clusterware" in the Oracle TimesTen In-Memory Database TimesTen to TimesTen Replication Guide for the correct configuration file syntax.
TT48034 An unkown attribute attribute_name mentioned in the cluster configuration file file_name for DSN dsn_name. See the description of the attribute in the "TimesTen Configuration Attributes for Oracle Clusterware" in the Oracle TimesTen In-Memory Database TimesTen to TimesTen Replication Guide for the correct configuration file syntax.
TT48035 Conflicting attribute attribute_name in the cluster configuration file file_name for the DSN dsn_name. Multiple entries found for the specified attribute in the cluster configuration file. Remove the conflicting attribute(s) and retry the operation.
TT48036 Illegal value value for attribute attribute_name in the cluster configuration file file_name for the DSN dsn_name. See the description of the attribute in the "TimesTen Configuration Attributes for Oracle Clusterware" in the Oracle TimesTen In-Memory Database TimesTen to TimesTen Replication Guide for the correct configuration file syntax.
TT48037 Number of subscribers for the TimesTen cluster containing DSN dsn_name exceeded the maximum. See "System Limits" in the Oracle TimesTen In-Memory Database System Tables and Limits Reference for the maximum number of subscribers in an active standby pair.
TT48038 Application type of Subscriber specified for application application_name, but no subscribers are configured for the TimesTen cluster containing the DSN dsn_name. An application type of Subscriber may only be configured if the TimesTen cluster contains subscriber databases.
TT48039 Invalid subscriber index specified for application application_name in the TimesTen cluster containing the DSN dsn_name. The specified subscriber index may not be 0 or less, or greater than the number of subscriber databases.
TT48040 Orphaned or conflicting application attribute attribute_name specified in the cluster configuration file file_name for DSN dsn_name. Verify that the TimesTen cluster configuration file for specified DSN does not contain duplicate application attributes and that the first application attribute for each application is AppName.
TT48041 Connection to Oracle with OracleNetServiceName name failed. In the sys.odbc.ini entry for the DSN, verify the value for OracleNetServiceName attribute. Also verify that the -tns_admin option is specified correctly in the ttendaemon.options file.

Finally, check that the Oracle database is still live.

TT48042 Failed to determine installation information. Internal error. Contact TimesTen Technical Support.
TT48043 The send string string is too long. The length of an attribute value or a replication scheme is limited to 409600.

Verify the length of the attribute values in the cluster configuration file, and the replication scheme if it is specified using the RepDDL attribute.

TT48044 Wrong ACK ack_string received. Internal error. Contact TimesTen Technical Support.
TT48045 No DSN specified in ttCWAdmin command command_line. Most ttCWAdmin utility commands require that you specify the DSN. Retry the command with the option -dsn dsn_name.
TT48046 Could not connect to remote data store on host host_name. The host is down, or the TimesTen main daemon or replication agent are down on the specified host, or the database on the specified host is not an active or standby master.
TT48047 Replication checksum checksum_value of the local store dsn_name does not match the original checksum checksum_value of the replication scheme. This is a transient error. The local database is automatically duplicated from the remote database in the event of a checksum mismatch.
TT48048 Another resources is already running the action program binary_executable_name for the DSN dsn_name. Transient error. A new source is starting, but the specified local database is managed by an existing Oracle Clusterware resource. The cluster automatically relocates the new resource to a different host.
TT48049 Failed to start/stop the replication agent for the DSN dsn_name. Transient error. The cluster automatically corrects the problem.
TT48050 Failed to start/stop the cache agent for the DSN dsn_name. This may occur if no cache groups are defined in the DSN, but the CacheConnect attribute is specified with a value of "Y" in the TimesTen cluster configuration file.
TT48051 TimesTen cluster action program binary_executable_name timed out for the DSN dsn_name. The cluster action program was unable to bring up the database with a replication state of either active or standby, or was unable to create a subscriber. This may happen if there is a network error in the cluster, or the original active database is destroyed.
TT48052 Failed to determine the master host containing the DSN dsn_name. The local host should be one of the master hosts or contain one of the master VIP addresses in an active standby pair scheme.

Contact TimesTen Technical Support.

TT48053 Could not find remote active data store for the DSN dsn_name. The cluster action program was unable to contact the remote active database.

This may be a transient network problem.

TT48054 TimesTen cluster program could not destroy the data store with the DSN dsn_name. Internal error. Contact TimesTen Technical Support.
TT48055 Could not find standby host in the replication scheme for the DSN dsn_name. A query to the replication system table TTREP.TTSTORES has failed. Check for SQL errors in the ttmesg.log file.
TT48056 Could not find data store backup directory for the DSN dsn_name. Verify that the backup directory is accessible from all hosts in the TimesTen cluster.
TT48057 Another TimesTen Cluster agent is running. Stop the TimesTen Cluster agent manually by calling ttCWAdmin -shutdown.
TT48058 TimesTen Cluster agent received an unkown command: command_string. Internal error. Contact TimesTen Technical Support.
TT48059 TimesTen Cluster agent did not successfully receive all parameters of the cluster. The ttCWAdmin utility command closed the connection to the TimesTen Cluster agent due to previous errors or due to a TCP timeout. The TCP timeout for communication between ttCWAdmin and the TimesTen Cluster agent is 30 seconds.

Retry the operation if no previous errors or a timeout are mentioned in the ttcwerrors.log file.

TT48060 TimesTen Cluster agent could not successfully verify Oracle password for the racleNetServiceName = oracle_net_service_name. Verify that the Oracle password is correct.
TT48061 TimesTen Cluster agent received NULL user ID for the DSN dsn_name. Internal error. Contact TimesTen Technical Support.
TT48062 TimesTen Cluster agent received NULL password for the DSN dsn_name. Internal error. Contact TimesTen Technical Support.
TT48063 TimesTen Cluster agent could not create files on socket_file_directory. On Linux and Unix systems, all cluster processes of a particular TimesTen instance have their socket files in the temporary directory crsTT_instance admin_instance name. Oracle Clusterware executes action programs that communicate with the TimesTen cluster processes through these file sockets.

Make sure that the TimesTen instance administrator and the Clusterware administrator users have read, write and execute permissions on the temp (/tmp) directory.

In the ttcwerrors.log file, check if any OS errors occurred before this error.

TT48064 Failed to determine the status of the TimesTen main daemon with the daemon home directory daemon_home_directory and daemon port number port_number. The daemon is not running, or it is running in a different home directory and with a different port number.

Verify that the daemon is running in the appropriate location.

If the daemon is running, contact TimesTen Technical support with the detailed output from ttversion -m on the terminal where the daemon was started.

TT48065 Failed to obtain replication route from TTCW: error_string. If you get this error when Oracle Clusterware is managing replication, contact TimesTen Technical Support. If Oracle Clusterware is not managing replication, you can ignore this error.
TT48066 The master/subscriber host name host_name is invalid. Verify that the host name is correct and the host exists in the network domain name system.
TT48067 Failed to read the cluster configuration file file_name Check for OS errors preceding this error in the ttcwerrors.log file.
TT48068 Failed to obtain an IP address for the host host_name Verify that the host name is correct and the host exists in the network domain name system.
TT48069 Process_name failed to connect to the DSN dsn_name due to the error ODBC_native_error_number Check for specific connection errors in the ttmesg.log file.
TT48070 Virtual IP addresses for the DSN dsn_name were not found in the cluster configuration file file_name. A cluster configuration that uses virtual IP addresses must contain the attribute MasterVIP, specifying the virtual IPs to be used for master databases. If the configuration includes subscribers, it must also include the attribute SubscriberVIP.
TT48071 The resource resource_name is offline. An Oracle Clusterware resource is offline. If the TimesTen Cluster agent is offline, bring it up by calling:

ttCWAdmin -init

If the TimesTen Cluster agent is online, call:

ttCWAdmin -start -dsn dsn_name

to bring up all other resources.

TT48072 Incorrect response received from TimesTen Cluster agent for the DSN dsn_name. Verify that the TimesTen Cluster agent is running and is listening to an available TCP port.
TT48073 The line line in the cluster configuration file is too long. It must be less than posix_LINE_MAX_value. If a configuration line is too long, it may be split into multiple lines. Each line may be ended with a "\" character to indicate that it should be concatenated with the following line. The final concatenated string may be no longer than 2 * posix_LINE_MAX_value.
TT48074 The concatenated line line in the cluster configuration file is too long. It must be less than two times posix_LINE_MAX_value. An attribute value is too long and must be shortened.
TT48075 The TimesTen cluster configuration for the DSNdsn_name was not found in the cluster configuration file file_name. Verify that the configuration is specified correctly for the specified DSN in the cluster configuration file.
TT48076 Less than two host names specified for MasterHosts for the DSN dsn_name in the cluster configuration file file_name. At least two host names must be specified for MasterHosts.
TT48077 Invalid AppType specified for the application application_name The AppType attribute for an application cannot be specified as Active or Standby when the ClusterType is Subscriber.
TT48078 Attribute attribute_name missing for the DSN dsn_name in the cluster configruation file file_name. A required virtual IP attribute is missing from the cluster configuration file.
TT48079 No value specified for SubscriberHosts for the DSN dsn_name in the cluster configuration file file_name. If the ClusterType of the cluster configuration is Subscriber, at least one host name must be specified for SubscriberHosts.
TT48080 Less than two virtual IP addresses specified for MasterVIP for the DSN dsn_ name in the cluster configuration file file_name. If the ClusterType of the cluster configuration is Active and VIPInterface and VIPNetMask are specified, you must specify at least two virtual IP addresses for the attribute MasterVIP.
TT48081 No value specified for SubscriberVIP for the DSN dsn_name in the cluster configuration file file_name. If subscribers exist in the cluster configuration and VIPInterface and VIPNetMask are also specified, you must specify at least one virtual IP address for the attribute SubscriberVIP.
TT48082 Backups illegally specified for the DSN dsn_name in the cluster configuration file file_name. Backups may only be specified for a DSN when the ClusterType is Active.
TT48083 A required attribute missing for the application application_name for the DSN dsn_name in the cluster configuration file file_name. See the description of the attribute in the "TimesTen Configuration Attributes for Oracle Clusterware" in the Oracle TimesTen In-Memory Database TimesTen to TimesTen Replication Guide for the correct configuration file syntax.
TT48084 The TimesTen cluster monitor process process_name failed. The specified process has failed. Check the preceding errors in the ttcwerrors.log file for details.
TT48085 Failed to create directory L for socket files. A directory must be created for socket files in /tmp on UNIX and C:\Temp on Windows. Check for preceding OS errors in the ttcwerrors.log file.
TT48086 Failed to obtain port number for the TimesTen Cluster agent. Internal error. Contact TimesTen Technical Support.
TT48087 Failed to obtain process ID file file_name for reading. Every cluster monitor process creates a file in the TimesTen info directory that contains its process ID. If this file is missing, the corresponding cluster monitor process is probably not running. If you continuously get this error, contact TimesTen Technical Support.
TT48088 Failed to delete directory socket file directory directory_name. Check OS errors preceding this error in the ttcwerrors.log file.
TT48089 TimesTen Cluster agent could not succesfully receive all application information for the DSN dsn_name. Check for TCP communication errors or OS errors preceding this error in the ttcwerrors.log file.
TT48090 TimesTen Cluster agent could not successfully receive attribute_name for the cluster containing the DSN dsn_name. Check for TCP communication errors or OS errors preceding this error in the ttcwerrors.log file.
TT48091 TimesTen Cluster agent could not determine OracleNetServiceName from the DSN dsn_name. Verify that OracleNetServiceName is specified in the DSN configuration in the ODBCINI file.
TT48092 TimesTen Cluster agent could not successfully send attribute_verification_code for the clsuter containing the DSN dsn_name. Check for TCP communication errors or OS errors preceding this error in the ttcwerrors.log file.
TT48093 TimesTen Cluster agent could not alter autorefresh state to PAUSED for the cache group cache_group_name on the DSN dsn_name. Internal error. Contact TimesTen Technical Support.
TT48094 The cluster monitor process process_name for the DSN dsn_ name failed to obtain connection string. This error may be received if the database does not yet exist. Contact TimesTen Technical Support if the error is received when the database exists.
TT48095 The cluster monitor process process_name detected an invalid data store for the DSN dsn_name. This error may be received while a failed database is in the process of recovery.
TT48096 The DSN dsn_name on Remote master host host_name is unavailable. A cluster monitor process failed to get a response from the remote replication agent.
TT48097 Data store dsn_name has changed its role to ACTIVE/STANDBY/IDLE The specified database changed roles without the intervention of a cluster monitor process.
TT48098 Cluster backup failed for the data store dsn_name on host host_name. Check preceding errors in the ttcwerrors.log file.
TT48099 TimesTen daemon is not running on port port_number. The TimesTen main daemon may have failed. Check for errors in the ttmesg.log file.
TT48100 TimesTen daemon port port_number in use by TimesTen daemon for other unknown instance with process ID process_id_number. The configured TimesTen daemon port is not available to the current instance.
TT48101 TimesTen daemon port port_number is in use by an unknown process. The TimesTen daemon port is not available to the instance.
TT48102 The host name host_name in the TTREP.TTSTORES table of data store dsn_name does not match the assigned host name host_name. The host name found in the TTREP.TTSTORES system table of the database does not match the host name assigned to the cluster program monitoring it. If the database is a standby master or a subscriber, it is being replaced with a duplicate from the active master. If the database is an active master, it is being recovered from a backup if backups are enabled, otherwise it failed.
TT48103 The local CTN (timestamp, sequence_number) on the data store dsn_name is larger than that of the data store on the remote host host_name (timestamp, sequence_number). Trapped transactions exist on a failed active master database (the transactions were not replicated to the standby master before the database failed). The database is being duplicated to create standby master database that also contains all transactions.
TT48104 And internal error has occurred for the TimesTen cluster containing the DSN dsn_name. Error_details. Check for preceding errors in the ttcwerrors.log file.
TT48105 The data store space usage has exceeded PermSize on DSN dsn_name. The database has run out of space and is considered failed.
TT48106 The data store dsn_name on remote host host_name has declared the local store as FAILED. If communication is interrupted between the replication agents long enough to meet the configured FAILTHRESHOLD value for the local data tore, it is automatically recovered by the cluster monitor program.
TT48107 The replication agent for data store dsn_name is not running. The replication agent for the specified database is not running. Oracle Clusterware is restarting it.
TT48108 The cache agent for data store dsn_name is not running. The cache agent for the specified database is not running. The Oracle Clusterware is restarting it.
TT48109 The remote VIP host_name/ip_address for the data store dsn_name is running on the local host. This may happen if two master VIP addresses start running on the same physical host, such as when only one master host is available. hen an additional host becomes available.
TT48110 The remote data store dsn_name on host host_name is not in the ACTIVE state. The remote master database is not in the ACTIVE replication state.
TT48111 The local data store dsn_name is not in the ACTIVE or STANDBY state. The local master database is expected to be in the ACTIVE or STANDBY replication state during an intermittent transitional situation for the database, especially during a roll out or when a role change occurs. If you receive this message for any other situation, contact Support.
TT48112 The last heartbeat from the remote application agent for data store was more than 60 seconds ago. A heartbeat was not received from the remote replication agent. Verify the network connection between the remote and local hosts.
TT48113 Cache grid configuration error for dsn string.string This error may appear when executing the ttCWAdmin -create utility. The cache grid configuration in the cluster configuration file is incorrect or incomplete for the cluster configuration of a particular DSN. The first string provides the DSN. The second string provides the error detail.
TT48114 Failed to string cache grid string for the DSN string. This message appears when a cluster monitor process fails to attach or detach the cache grid agent in a cluster of a particular DSN.
TT48115 Not allowed since this store (datastore on hostname) is managed by Clusterware A particular operation is disallowed since the database on a host is managed by clusterware. The list of forbidden SQL operations include:
  • Starting or stopping replication agents

  • Starting or stopping cache agents

  • Altering or dropping an active standby pair

TT48116 Unsupported Clusterware version version_num. The Clusterware version for this user does not work with TimesTen.
TT48117 Unable to obtain Clusterware version. Contact TimesTen Technical Support.
TT48118 The local CTN (%"TT_UINTP_FMT", %"TT_UINTP_FMT") on the data store is smaller than that of the data store on remote host (%"TT_UINTP_FMT", %"TT_UINTP_FMT") with virtual IP configured. While a cluster monitor is bringing up a standby or a read-only subscriber database, and the database is already present locally, the replication CTN of the local database is checked with that of the remote master database. If the CTN of the local database is smaller than that of the remote master database, the local database may have missed transactions that the remote master database had sent. In that case, the local database is destroyed and duplicated from the remote master.

This can occur with virtual IP configuration since a standby or a read-only subscriber database can be relocated from one physical host to another.

TT48119 Database not attached to Grid. The datasbase is not attached to the Grid. This message can occur at run-time if the database is invalidated, or if Grid communication fails. The process ttCRSmaster reports this message. There is no user action needed. The process ttCRSmaster will automatically attempt to attach to the Grid.

References

NOTE:1274161.1 - TimesTen 11.2.1.X Documentation Set - Error And SNMP Trap Guide
Oracle TimesTen In-Memory Database Error Messages and SNMP Traps, Release 11.2.1

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/17252115/viewspace-749043/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/17252115/viewspace-749043/

你可能感兴趣的:(TimesTen Warnings and Errors - TT40005 to TT48119 [ID 1339892.1])