1. 程式人生 > >TimesTen Warnings and Errors

TimesTen Warnings and Errors

TT5002 Unable to connect to the cache agent for data_store_path_name; check agent status Cannot connect to Oracle for the named database. Check the status of the cache agent. TT5006 Defining SQL string exceeds maximum allowed length The sum of the "Column Mapping," "Primary Key" and "SQL Piece" specifications in the configuration file exceeds the maximum allowed length.
TT5007 Cache agent error There was a communication failure between the TimesTen cache agent and the client process. TT5008 ODBC call failed The TimesTen cache agent got an error on an ODBC call. For more details, look at the user error log entries. TT5010 No OracleNetServiceName specified in DSN
An attempt was made to start a TimesTen cache agent for a DSN that does not have theOracleNetServiceNameattribute specified. TT5011 Oracle (OCI8) call failed The TimesTen cache agent got an error on an Oracle (OCI8) call. For more details, look at the user error log entries. TT5012 Oracle login failed
The TimesTen cache agent could not connect to the Oracle database with the given username and/or password. TT5013 Operation requires cache connection The TimesTen cache agent could not execute the operation because it was not able to connect to TimesTen and/or Oracle. Ensure that the user name, password and Oracle ID are correct. TT5014 Could not execute defining SQL The SQL specified for defining the cached table could not be executed against the Oracle database. Check the column names and table names. TT5015 Mismatch in number of columns extracted and number of columns in cached table Internal error. Contact TimesTen Technical Support. TT5016 Cache agent has too many existing connections The number of active connections to this TimesTen cache agent exceeds the maximum allowed limit. TT5019 Bad table name specification The "Cached Table" specification in the configuration file has an invalid table name. TT5020 Warning(s) during population of cache. See the user error log for details. detailed_error_message A warning was given during table population. View the user error log for more details. TT5021 Could not get meta data from Oracle: detailed_error_message The Cache Administrator could not get the requested metadata from Oracle. TT5022 Could not open output file for writing Oracle meta data The Cache Administrator was not able to write the Oracle metadata to the output file because it was not able to open the output file. TT5025 Commit failure in Oracle. Transaction must be rolled back in TimesTen. Commit failed in Oracle. The TimesTen transaction must be explicitly rolled back. TT5026 Cannot alter cached tables Cached tables cannot be altered. To modify a cached table and execute the newCREATE CACHE GROUPstatement. TT5029 "Warning(s) while populating the cache. detailed_warning_message(s) A warning was generated while populating the cached table. The details are attached to the message. TT5030 Communication buffer overflow. The cache group definition is too large to perform this operation The TimesTen cache agent communication buffer overflowed. The operation failed. The most likely cause of this error is that the cache group contains several tables and/or each table contains several columns and the total length of these tables and columns has exceeded the communication buffer TT5034 The operation must be executed within its own transaction Each cache group operation must be executed within its own transaction. A commit must be done both before and after executing a cache group operation. TT5035 A cache group may not have a negative number of tables Internal error. Contact TimesTen Technical Support. TT5036 Warning(s) while populating the cache. detailed_warning_messasge(s) Some SQL warnings were generated while loading or refreshing the cached table. Detail warning messages are appended to the end. TT5037 An error occurred while loading cache_group_namedetailed_warning_message An error occurred while loading or refreshing the cached table. The detailed error follows this error message. TT5038 Warning(s) while populating the cache. detailed_warning_message Some SQL warnings were generated during the population stage of theMERGEoperation.The detailed error follows this error message. TT5039 An error occurred while refreshing the cache_group_namedetailed_error_message An error occurred while refreshing the cached table. A detailed error follows this error message. TT5045 Cache group operations may not use data store level locking Cache group operations require row-level locking to allow the TimesTen cache agent to get simultaneous access to the database. TT5046 Commit/rollback required after Cache operation An error occurred after executing aLOAD,UNLOADorREFRESHcommand. This error occurs when the user does not immediately commit or rollback the transaction after executing aLOAD,UNLOADorREFRESHcommand. These cache group commands are required to be the only operation in the transaction. To fix this error, commit or rollback right after these cache group operations. TT5047 This operation is not allowed on cached tables An index from a cached table cannot be dropped. TT5048 Feature, feature_name, not supported The feature entered is invalid or not supported. TT5050 Cache group definition was too long. Current system limit on field_name is size bytes. Specified definition requires size bytes Either the cache groupWHEREclause is too long or the cache group has too many long column names or too many tables. The maximum allowed length of the cache groupWHEREclause is 4096 characters. TT5051 Commit message to cache agent failed. Cache agent must be restarted Failed to notify the cache agent of the transaction commit. Check if cache agent has been shut down. If so, restart the cache agent. TT5052 Cache group name required with install_flag value 1 Nocache_group_nameparameter was provided for thettCacheSqlGetbuilt-in procedure call. Thecache_group_nameparameter cannot beNULLor empty when the install_flag parameter is set to 1. TT5053 Add/Drop foreign keys are not allowed on cached tables Adding or dropping foreign keys to cached tables is not supported in TimesTen. TT5054 Detect loss of Oracle Connection (error_number) during rollback. Oracle rollback will be implicit The Oracle connection terminated during a transaction rollback. The pending Oracle transaction was (or will be) rolled back by the Oracle server. Theerror_numberis either anORA-xxxxxmessage, an Oracle error code that was returned by Oracle during rollback, or "no error code," which means the connection was broken prior to the Oracle rollback request. TT5060 Rollback on TimesTen not available in no logging mode. Rollback on Oracle succeeded. Must refresh the affected cache groups An error was encountered when propagating to Oracle. The transaction on Oracle has been successfully rolled back. Because there is no rollback available on TimesTen, the user must manually fix the TimesTen transaction. One way to make the cache groups consistent with Oracle is to unload and reload all affected cache groups. TT5061 Oracle and TimesTen in inconsistent state. Invalidating the data store. Must refresh the affected cache groups An error was encountered when propagating to Oracle. The rollback on Oracle also failed. TimesTen and Oracle data are in a transactionally inconsistent state. One way to make the cache groups consistent with Oracle is to unload and reload all affected cache groups. TT5064 The Oracle client version version_number is not compatible with Oracle server version version_number. Upgrade Oracle serve to version_number or higher. An Oracle Client Oracle client version is 10.2 or higher and it is not compatible with the Oracle Server version. This error can be encountered by the application during any operation that requires a connection to Oracle.

Fix is to use compatible Oracle client/server version according to our docs.

TT5067 Name name is already used by an existing object The name specified is already in use. Specify a unique name for the indicated object. TT5068 Argument argument_name ignored An IMDB Cache built-in procedure was called with an argument that was not needed. The argument was ignored and the built-in was executed without the argument. TT5069 Argument argument_name error_message An IMDB Cache built-in procedure was called with an invalid argument. The error message indicates the invalid argument. TT5070 Error compiling PL/SQL block. Check that user_name has privilege_type on table_name There was an error compiling an Oracle PL/SQL block because the application user does not have the correct privileges on Oracle. Check the privileges indicated in the message. TT5071 Name string reused within statement. Use different names. The cache group name is being used by another TimesTen object. Use a different name. TT5101 An error occurred while generating the name of the backend database shared library for database type: database_type Oracle is the only supported backend database for cache group operations and passthrough. TT5102 Cannot load backend library library_name for Cache Connect. OS error message error_details. The library used by IMDB Cache could not be loaded. This can happen if:
  • The library was not installed or is named differently than the Oracle OCI

  • The library was not found

  • The library search path does not contain the TimesTen library directory. The search path is defined by thePATHenvironment variable on Windows NT systems or theLD_LIBRARY_PATHenvironment variable on UNIX systems.

  • The Oracle library bits do not match the TimesTen bits. For example, on HPUX11, if you receive this error witherrorno=8 (exec format error), the common cause is that the 64-bit Oracle shared library got linked in instead of the 32-bit library. Check the values of yourSHLIB_PATH, LD_LIBRARY_PATH, andPATHenvironment variables. Make sure$ORACLE_HOME/libis not in any of them and also make sure$ORACLE_HOME/lib32is inSHLIB_PATH.

Some platforms use something other thanLD_LIBRARY_PATH. See the "Shared library path environment variable" in the Oracle TimesTen In-Memory Database Installation Guidefor details.

TT5103 The cache group operation could not unload the backend database shared library. library_name The OS had some problem unloading the backend database library. TT5104 Could not initialize the function pointers backend database api. Function function_name was not in the library. This usually indicates that an older version of the backend library was loaded. Check the library search path to verify that it is pointing to the correct library directory. TT5105 OCI initialization failed: description. Oracle OCI could not be initialized. This is a necessary component for IMDB Cache. This usually occurs when there is not enough memory on the client machine. TT5106 Could not allocate handle_name handle This is usually occurs when there is very little memory left on the client machine. TT5107 Oracle(OCI) Oracle_error_id in OCI_callOracle_error_number The operation that was being performed has failed because of an error that occurred while executing an Oracle OCI function. Details on the error are specified within the error message. TT5109 Cache Connect general error: Oracle_operation IMDB Cache failed in the identified Oracle operation. This error is usually accompanied by a more specific error message. If not, contact TimesTen Technical Support. TT5110 Table does not exist in Oracle: table_name The cache group table does not exist on Oracle. TT5111 Could not find matching unique index for cache table table_name The primary key defined on TimesTen must match the primary key or uniqueNOT NULLkey on Oracle. TT5112 Cache table table_name contains VARCHAR column(s). Oracle VARCHAR comparison rule is different. This is a warning. The comparison rule for OracleVARCHARdiffers from the TimesTen comparison rule. This may cause a primary key constraint violation on TimesTen while loading Oracle rows. The problem may happen when there are trailing spaces in the Oracle data. TimesTen generates this warning whenever there is aVARCHARcolumn in a cache table. TT5113 Cache table table_name contains REAL/DOUBLE/ FLOAT column(s). Cached value may have a different precision. This is a warning. Oracle and TimesTen have different implementations of floating point data types and the precisions are different. As a result, the cached value may be slightly different than the value in Oracle. TimesTen generates this warning when you try to create a table with aREAL,FLOATorDOUBLEtype. TT5114 Unsupported type mapping for key column column_name The data type mapping rules were violated on a key field. See "Data type support" in the Oracle In-Memory Database Cache User's Guide for more information. TT5115 Unsupported type mapping for column column_name The data type mapping rules were violated on a non-key field. See "Data type support" in the Oracle In-Memory Database Cache User's Guide for more information. TT5116 Column column_name does not exist in Oracle Verify that you have correctly spelled the column name or provide a new name. TT5117 Illegal WHERE clause for cache table table_name TheWHEREclauses specified in theCREATE CACHE GROUPstatement do not work on Oracle. TT5118 Column column_name has different precision/ scale in Oracle This is a warning. Oracle and TimesTen have different implementations of floating point data types and the precisions are different. TimesTen issues this warning when a TimesTenDECIMALtype is mapped to an OracleNUMBERtype. TT5119 Column column_name has different nullability setting in Oracle This is a warning. The nullability setting of a column on TimesTen differs from that of the column on Oracle. TT5120 No matching unique index with not null columns, unique key constraint with not null columns, or primary key constraint on table table_name, cache operations are restricted The cache group operations are restricted to full cache groupLOAD CACHE GROUP,UNLOAD CACHE GROUPandMERGEoperations because TimesTen cannot find a primary key or a uniqueNOT NULLindex on Oracle to match the cache table's primary key. TT5121 Non-standard type mapping for column column_name, cache operations are restricted The cache group operations are restricted to full cache groupLOAD CACHE GROUP,UNLOAD CACHE GROUPandMERGEoperations because non-standard type mapping was used. TT5123 Operation not allowed on restricted cache group cache_group The specified operation is not allowed on a restricted cache group. A cache group is restricted if it has a non-standard data type mapping in one of its columns or if there is no matching primary key on Oracle. TT5124 Autorefresh/propagate are not allowed on restricted cache group AUTOREFRESHandPROPAGATEare not allowed on a restricted cache group. A cache group is restricted if it has a non-standard data type mapping in one of its columns or if there is no matching primary key on Oracle. TT5125 Caching of Timestamp column(s): fractional seconds may be truncated The scale of the TimesTenTIMESTAMPtype is always 6. Mapping of OracleTIMESTAMPCOLUMNSwith a scale other than 6 to a TimesTenTIMESTAMPcolumn may cause silent truncation of the column value at runtime. TT5126 A system managed cache group cannot contain non- standard column type mapping See "Data type support" in the Oracle In-Memory Database Cache User's Guide for a list of supported data type mappings. TT5127 Backend connection invalid. error_details An error occurred while trying to connect to Oracle or an invalid backend database was specified in the connection. TT5128 handle_name handle is invalid. The Oracle connection may have been lost. Retry your operation. IMDB Cache handle has been invalidated. In most cases, this occurs when the connection to Oracle has been lost. Check if the Oracle instance is up and retry the operation. TT5129 SQL command is no longer valid. handle_name handle has been invalidated. The Oracle connection may have been lost after the statement was prepared. IMDB Cache handle has been invalidated. In most cases, this occurs when the connection to Oracle has been lost. Check if the Oracle instance is up and retry the operation. The prepared statement must be re-prepared. TT5130 Error executing the following statement on Oracle: query The execution ofqueryfailed on Oracle. Examine the query and verify the Oracle schema has not changed during IMDB Cache operations. TT5131 Cannot connect to backend database: OracleNetServiceName = Oracle_service_name, uid = user_id, pwd is hidden,TNS_ADMIN = tns_admin , ORACLE_HOME= Oracle_home Common causes of connection failures are incorrect Oracle Service Name, user id or password,TNS_ADMINor location of the Oracle installation. You may also find the Oracle error number in other messages on the error stack. Check Oracle error message documentation for the corresponding Oracle error. TT5132 SQL command is no longer valid. type handle has been invalidated. The Oracle connection may have been lost after the statement was prepared. The Oracle SQL statement used by IMDB Cache is no longer valid. TT5133 Could not re-install SIGINT signal handler IMDB Cache failed to re-install theSIGINTsignal handler. The handler was changed by Oracle. Contact TimesTen Technical Support. TT5134 Could not determine Oracle server version IMDB Cache failed to determine the version of the Oracle server. Contact TimesTen Technical Support. TT5142 Autorefresh is not allowed on cache groups with Oracle synonyms You cannot setAUTOREFRESHfor a cache group that uses Oracle synonyms. TT5144 The cache group contains a Oracle materialized view, cache operations are restricted. You cannot create a restricted cache group on an Oracle materialized view. TT5150 The statement handle is in an invalid state for the operation: operation_name Internal error. Contact TimesTen Technical Support. TT5151 Pass through is not supported for this type of Oracle statement. Attempt to pass through an unsupported SQL statement from TimesTen to Oracle. For details, see the description for thePassThroughattribute in the Oracle TimesTen In-Memory Database Reference. TT5152 Could not determine what type of Oracle statement that is being prepared. Maybe a possible syntax error. OCI was not able to identify the type of statement being passed through. Check the syntax. TT5153 operation is not allowed for this type of Oracle statement A fetch was called on a non-SELECTPASSTHROUGHstatement. TT5155 Wrong number of parameters The number of input parameters does not match the number of parameters set by the user. TT5156 Too many parameters. Maximum number of parameters allowed is maximum_number For passthrough operations, the number of input parameters exceeds the maximum allowed. TT5157 Pass through of Timestamp column(s): fractional seconds will be truncated TimesTen does not support fractional seconds in TIMESTAMP columns. Any Oracle TIMESTAMP columns that have fractional seconds appear in TimesTen without those fractional seconds. TT5158 Oracle compilation error: error The IMDB Cache operation encountered an Oracle compilation error. Contact TimesTen Technical Support. TT5159 Index owner.name was converted to a non-unique index because table owner.name is a member of an autorefreshed cache group. This is a warning. Any unique index created on a table in an autorefresh cache group is automatically converted to a non-unique index. TT5160 Failed to prepare Oracle objects for datastore duplication: details Can occur during database duplication. Some Oracle objects are missing or are in use by another application. Additional details may be displayed. TT5161 Conflicting concurrent updates to bipropagated rows See "PROPAGATE cache table attribute" in Oracle In-Memory Database Cache User's Guide. TT5162 Could not register Oracle failover callback function A callback function to handle Oracle RAC failures was not registered. You must manually reconnect to Oracle after a connection failure. TT5163 Oracle failover failed with event event_ID. Retried for numberminutes TimesTen was not able to re-establish a connection to Oracle. TimesTen retries the connection for the indicated number of minutes. TT5164 No matching foreign key with cascade action for table table_nameon Oracle To specify aCASCADE DELETEforeign key on a cache table that is specified asPROPAGATE, or belongs to a cache group that is specified as AWT or SWT, there must be a matchingCASCADE DELETEforeign key defined on the corresponding Oracle table. You must either remove theCASCADE DELETEforeign key on the cache table or add one on the Oracle table. TT5165 Autorefresh state state for cache_group is incompatible with replication scheme. Autorefresh state should be state. TheAUTOREFRESHstate indicated in the messages for the specified cache group is incompatible with the associated replication scheme.You must eitherALTERorCREATEthe cache group with the compatible state indicated in the message. TT5166 Autorefresh state state for store is incompatible with replication store state state. Autorefresh state should be state. TheAUTOREFRESHstate indicated in the messages for the specified cache group is incompatible with the associated replication store state.You must either alter or create the cache group with the compatible state indicated in the message. TT5167 Deprecated type mapping for column column_name The type mapping is not supported. You must change the type of the indicated column. TT5168 Restricted cache groups are deprecated Restricted cache groups are supported in this release for backward compatibility. TT5169 The data store must be in Oracle data type mode (TypeMode=0) in order to use any of the Cache Connect features. Oracle type mode is required for the database that contains the cache group. TT5170 Duplicate completed successfully but the cache metadata will be updated after the cache and replication agents have been started on the destination store becuase of the reasons stated below. Metadata stored on Oracle for cache groups is updated by the cache and replication agents after they are started and they are able to connect to Oracle. Ensure that the cache and replication agents are started on the destination database. TT5171 Lookup for username user_name failed on Oracle. The cache operation requires the specified user name, but not such user is found on Oracle. TT5181 Oracle column maximum byte length is restricted to 4000 bytes for column column_name You have specified a column length on the specified table that is greater than the maximum allowed length of 4000 bytes. TT5182 IMDB Cache is supported only with Oracle server release 10.2 and later. Version of the Oracle RDBMS Server is not supported. The Oracle Server must be release 10.2 or later. TT5183 Function <function_name> was not in the library. The function will not be called. Discover that a function is not a part of the library during the first cache connect operation within an application or during the startup of the replication agent. No action necessary, as the function will not be called by cache connect. Check that the OCI client library version is 11.1 or later. TT5184 <owner>.<name> cannot be cached. The Oracle synonym is owned by another user and cannot be cached by the current session user. Tried to create a cache group on an Oracle synonym that is owned by another user in Oracle. Resolve by performing one of the following:
  • The owner of the synonym creates the cache group.

  • Create another synonym to point to the other owner's synonym. The cache group then references the new synonym.

TT5185 Cache admin user <cache_admin_user_id> does not have <privilege> Oracle privileges on <schema>.<object>. This is either an error or warning depending on the privilege that the cache administrator lacks and the type of cache group that is being created.

The user should grant the appropriate Oracle privileges to the cache admin user.

TT5186 The OCI client library in use does not contain required routines to support caching LOBS from Oracle. The application is linked with an OCI library that was not shipped with TimesTen. TT5187 Caching LOBs from Oracle requires using an OCI client library provided by the TimesTen installation, or other versions of OCI client supported by TimesTen. TThe application is linked with an OCI library that was not shipped with TimesTen. TT5185 Cache admin user <cache_admin_user_id> does not have <privilege> Oracle privileges on <schema>.<object>. This is either an error or warning depending on the privilege that the cache administrator lacks and the type of cache group that is being created.

The user should grant the appropriate Oracle privileges to the cache admin user.

TT5201 Operations for Cache Agent are not allowed for temporary data stores Oracle data can be cached only in a permanent TimesTen database. TT5202 Environment variable ORACLE_HOME must be set to perform this operation Set theORACLE_HOMEenvironment variable to point to the location of your Oracle installation. TT5203 Could not find library library_name On UNIX only, Oracle client library libcIntsh.sl or libcIntsh.so cannot be found under$ORACLE_HOME/lib or$ORACLE_HOME/lib32. Check your$ORACLE_HOMEenvironment variable. TT5204 Environment variable PATH not set To cache Oracle data, you must specify the location of theOCI.DDLin the PATH environment variable. TT5205 OCI.DLL must be in PATH to perform this operation To cache Oracle data, you must specify the location of theOCI.DDLin the PATH environment variable. TT5206 Environment variable ORACLE_HOME must not be more than 256 characters long TimesTen limits the value of$ORACLE_HOMEto 256 characters. TT5207 The cache admin UID cannot be changed while there are any cache groups in the datastore. Drop all cache groups and try again. The cache administrator UID/PWD cannot be set if there are any AWT or autorefresh cache groups with stateONorPAUSED. Drop or alter the cache group and reset the UID/PWD. TT5208 There are existing cache groups under the Cache Admin's schema on Oracle. schema_name When TimesTen starts to track DDL changes on Oracle, there are already existing cache groups in the database. Since the corresponding Oracle tables may have been altered before the tracking started, there may be an inconsistency between the cache schema and the Oracle schema. Verify that the TimesTen and Oracle schema still match. TT5209 Cannot start cache agent because TNS_ADMIN not specified during install. Use ttModInstall -tns_admin to fix. The user did not specify a value forTNS_ADMINduring the installation of TimesTen. You cannot start a cache agent without specifying theTNS_ADMINvariable. TT5210 Oracle unique constraint violation error/warning in OCI_functionOracle_error_number Unique constraint violation occurred on Oracle in the named Oracle OCI function. TT5211 Oracle out of resource error/warning in OCI_functionOracle_error_number Out of resource error occurred on Oracle in the named Oracle OCI function. TT5212 No longer connected to Oracle error/warning in OCI_functionOracle_error_number Connection lost to Oracle. TT5213 Bad Oracle login error/ warning in OCI_functionOracle_error_number Oracle login error TT5214 Not connected to Oracle error/warning in OCI_functionOracle_error_number No connection to Oracle. TT5215 Oracle resource timeout error/warning in OCI_functionOracle_error_number Oracle resource timeout occurred on Oracle in the named Oracle OCI function. TT5216 Oracle resource busy error/warning in OCI_functionOracle_error_number Oracle resource busy. TT5217 Oracle deadlock error/ warning in OCI_functionOracle_error_number Oracle deadlock occurred on Oracle during the named Oracle OCI function. TT5218 Bad parameter to Oracle error/warning in OCI_functionOracle_error_number Bad parameter specified for the named Oracle OCI function. TT5219 Temporary Oracle connection failure error/warning in OCI_functionOracle_error_number Temporary IMDB Cache failure occurred on Oracle during the named Oracle OCI function. TT5220 Permanent Oracle connection failure error/warning in OCI_functionOracle_error_number Permanent IMDB Cache failure occurred on Oracle during the named Oracle OCI function. TT5221 Oracle syntax error/warning in OCI_functionOracle_error_number Oracle syntax error occurred on Oracle in the named Oracle OCI function. TT5222 Oracle constraint violation error/warning in OCI_functionOracle_error_number Constraint violation occurred on Oracle in the named Oracle OCI function. TT5223 Oracle orphan violation error/warning in OCI_functionOracle_error_number Orphan violation occurred on Oracle in the named Oracle OCI function. TT5224 Oracle foreign key violation error/warning in OCI_functionOracle_error_number Foreign key violation occurred on Oracle in the named Oracle OCI function. TT5225 Oracle recovery in progress error/warning in OCI_functionOracle_error_number Recovery in progress error occurred on Oracle in the named Oracle OCI function. TT5226 Oracle data truncation error/warning in OCI_functionOracle_error_number Data truncation error occurred on Oracle in the named Oracle OCI function. TT5227 Insufficient privileges name occurred while performing an Oracle operation in functionerror_message. The user has insufficient privileges. Grant the user the appropriate privileges and retry. TT5228 A transient mode occurred while performing an operation in functionerror_message. There was a temporary error while executing the indicated function. The transaction must be rolled back. The details are in the error message. The mode is set to error. TT5229 An Oracle savepoint error occurred: error_message This cache operation requires TimesTen to set a savepoint on Oracle. The setting failed. The details are in the error message. TT5230 A transient mode occurred while performing an Oracle operation in functionerror_message. There was a temporary loss of connection to the Oracle server while executing the indicated function. The transaction must be rolled back. The details are in the error message. The mode is set to error. TT5243 The operation cannot be executed if the Replication Agent is not running. Check the status of the agent. Check the status of the replication agent and restart the agent if it is not running. TT5244 Asynchronous WriteThrough will not be enabled until the Replication Agent for this datastore has been started. Asynchronous writethrough cache groups require the replication agent to be running. The replication agent appears to be stopped. Restart the replication agent if it is not running. TT5245 The operation cannot be executed while the Replication Agent for this datastore is running. Stop the replication agent. TT5246 The Replication Agent for this datastore is currently running. Informational message. TT5247 The operation cannot be executed while the cache agent for this data store is running. Stop the cache agent. TT5249 Awt Initialization Failure: detailed_error_number An error occurred while initializing the asynchronous writethrough thread in the replication agent. TT5250 Awt Initialization Failure. Could not compile meta data SQL. TimesTen attempted to get metadata from Oracle. One of TimesTen SQL statements did not compile. TT5251 Cache admin uid and pwd must be set since there are awt cache groups in this datastore. Shutdown the replication agent and the cache agent, set the cache admin uid and pwd, and restart the agents. Asynchronous writethrough cache group must have the cache administration user ID and password set.

1. Stop the replication agent and the cache agent.

2. Set the cache administration user ID and password by using either thettCacheUidPwdSetprocedure orttAdmin -cacheUidPwdSet -cacheUid -cachePwd.

3. Restart the agents.

TT5252 Could not retrieve the cache admin user and password Failed to retrieve the cache administration user ID and password for asynchronous writ