Tivoli Directory Integrator, Version 7.1.1

CTGDIH

CTGDIH001 - CTGDIH100

CTGDIH001E
Required Connector parameter ''parameter name'' is not set.
Explanation:

The specified Connector parameter is required, but not set.

Operator response:

Set the Connector parameter.

CTGDIH002E
The 'connectionType' parameter is set to an invalid value ''parameter value''.
Explanation:

See message.

Operator response:

Specify a valid connectionType parameter in the Connector.

CTGDIH101 - CTGDIH200

CTGDIH101E
The System Store Connector cannot initialized because the create table statement is missing.
Explanation:

The System Store Connector cannot initialize because it cannot determine the proper "create table" statement for the database it is configured to use.

Operator response:

Verify the JDBC Driver choosen is set properly and is valid. The selectDBDriver parameter can be used to see which JDBC driver has been configured. Additionally, the createTable parameter should also be checked if the JDBC driver being used is not a driver for Derby or DB2.

CTGDIH102W
Unable to set the commit mode in the System Store Connector to ''commit mode''. Continuing, but a valid value should be set for the 'pesCommit' parameter.
Explanation:

See message.

Operator response:

Verify that the pesCommit parameter in the System Store Connector is set to a valid value. See the IBM Tivoli Directory Integrator Reference Guide for information on valid parameter values for the System Store Connector.

CTGDIH103W
An exception was encountered while terminating the System Store Connector: exception
Explanation:

See message.

Operator response:

No action is required.

CTGDIH104I
Entry found without a value for the key attribute ''attribute name''.
Explanation:

This is an informational message only.

CTGDIH105E
Required Connector parameter 'keyAttribute' is not set.
Explanation:

The specified Connector parameter keyAttribute is required, but not set.

Operator response:

Set the Connector parameter keyAttribute.

CTGDIH106E
Unable to add the entry because a null Entry object was passed into the putEntry method.
Explanation:

See message.

Operator response:

Verify that the entries being passed into the putEntry method are valid and are not null.

CTGDIH107E
Unable to add entry becaus DML Operations are not allowed on the table ''table name''
Explanation:

An attempt was made to add an entry on a table where DML Operations are not allowed. DML Operations are not allowed on the following tables: Delta, CPR, Property store or the Systable.

Operator response:

Verify that the table the entry is added to is not one of the following types of tables: Delta, CPR, Property store or the Systable. The dbTableName parameter is where the table name is configured in the System Store Connector.

CTGDIH108E
Unable to modify entry becaus DML Operations are not allowed on the table ''table name''.
Explanation:

An attempt was made to modify an entry on a table where DML Operations are not allowed. DML Operations are not allowed on the following tables: Delta, CPR, Property store or the Systable.

Operator response:

Verify that the table the entry is being modified in is not one of the following types of tables: Delta, CPR, Property store or the Systable. The dbTableName parameter is where the table name is configured in the System Store Connector.

CTGDIH109E
Unable to delete entry becaus DML Operations are not allowed on the table ''table name''.
Explanation:

An attempt was made to delete an entry on a table where DML Operations are not allowed. DML Operations are not allowed on the following tables: Delta, CPR, Property store or the Systable.

Operator response:

Verify that the table the entry is being delete from is not one of the following types of tables: Delta, CPR, Property store or the Systable. The dbTableName parameter is where the table name is configured in the System Store Connector.

CTGDIH110E
Unable to modify the entry because a null Entry object was passed into the modEntry method.
Explanation:

See message.

Operator response:

Verify that the entries being passed into the modEntry method are valid and are not null.

CTGDIH111E
The entry cannot be added because the keyAttribute attribute ''attribute name'' in the entry has a value of NULL.
Explanation:

Attempted to add an entry that did not have the required keyAttribute attribute.

Operator response:

Verify the entries being passed to the System Store Connector have the keyAttribute attribute set and that the System Store Connector is configured with the correct keyAttribute parameter.

CTGDIH112E
The entry cannot be modified because the keyAttribute attribute ''attribute name'' in the entry has a value of NULL.
Explanation:

Attempted to modify an entry that did not have the required keyAttribute attribute.

Operator response:

Verify the entries being passed to the System Store Connector have the keyAttribute attribute set and that the System Store Connector is configured with the correct keyAttribute parameter.

CTGDIH113E
Unable to modify the entry because of a search key mismatch. The search criteria supplied was ''attribute name'' and the keyAttribute configured in the Connector is ''attribute name''.
Explanation:

Tried to search for an entry with a search criteria that did not match the configured keyAttribute of the System Store Connector.

Operator response:

Verify the search criteria is scoped to match on the same keyAttribute parameter that is configured in the System Store Connector.

CTGDIH114I
Preparing and executing the query SQL statement to find an entry: SQL statement.
Explanation:

This is an informational message only.

CTGDIH115W
Prepared SQL statement to find entry failed: exception
Explanation:

See message.

Operator response:

No action is required.

CTGDIH116W
The prepared SQL statement to delete an entry will not be used. Exception encountered: exception
Explanation:

See message.

Operator response:

No action is required.

CTGDIH117E
The selectEntries method failed. Cannot execute SQL Statement: SQL statement.
Explanation:

Error occurred while executing the specified SQL statement.

Operator response:

Specify correct SQL Statement.

CTGDIH118I
No more entries to retrieve from SQL search results.
Explanation:

This is an informational message only.

CTGDIH119E
Cannot build where clause (Advanced Link Mode).
Explanation:

See message.

Operator response:

No action is required.

CTGDIH120I
Attempting to build an entry in the System Store Connector.
Explanation:

This is an informational message only.

CTGDIH121I
Saving Meta Data. Saving column ''column name'' of column type ''column type''.
Explanation:

This is an informational message only.

CTGDIH122I
Retrieving attribute value based on the column name ''column name''.
Explanation:

This is an informational message only.

CTGDIH123I
Retrieved attribute of type 'CHAR/VARCHAR': ''value''.
Explanation:

This is an informational message only.

CTGDIH124I
Retrieved attribute of type 'LONGVARBINARY'.
Explanation:

This is an informational message only.

CTGDIH125I
Retrieved attribute of type 'DECIMAL/INTEGER': ''value''.
Explanation:

This is an informational message only.

CTGDIH126I
Retrieved NULL value for INT: ''value''.
Explanation:

This is an informational message only.

CTGDIH127I
Retrieved attribute value of type 'OBJECT': ''class name''.
Explanation:

This is an informational message only.

CTGDIH128I
Set value of attribute ''attribute name'' to ''attribute value''. The class type of the attribute is ''class name''.
Explanation:

This is an informational message only.

CTGDIH129I
Set value of attribute ''attribute name'' to ''attribute value''. The class type of the attribute is 'basic'.
Explanation:

This is an informational message only.

CTGDIH130I
Set value of attribute ''attribute name'' to 'null'.
Explanation:

This is an informational message only.

CTGDIH131I
Successfully built an entry in the System Store Connector.
Explanation:

This is an informational message only.

CTGDIH132I
Preparing to set prepared SQL statement value with attribute name ''attribute name'' and attribute value ''attribute value''. The index is set to ''index''.
Explanation:

This is an informational message only.

CTGDIH133E
No Meta Data description for attribute being set in the prepared SQL statement: ''attribute name''.
Explanation:

The user tried to get the type of a column that does not exists.

Operator response:

Specify an attribute name that matches a column name in the Meta Data.

CTGDIH134W
Set prepared SQL statement value for attribute to null: index=''index''.
Explanation:

This is an informational message only.

CTGDIH135W
Java Class name of attribute value: ''class name''.
Explanation:

This is an informational message only.

CTGDIH136I
Type of attribute value: ''attribute value type''.
Explanation:

This is an informational message only.

CTGDIH137I
Set 'LONGVARCHAR' value: ''value''.
Explanation:

This is an informational message only.

CTGDIH138I
Set 'VARCHAR' value: ''value''.
Explanation:

This is an informational message only.

CTGDIH139I
Set 'OTHER' value: ''value''.
Explanation:

This is an informational message only.

CTGDIH140I
Set 'INTEGER/TINYINT/SMALLINT' value: ''value''.
Explanation:

This is an informational message only.

CTGDIH141W
Exception caught while parsing Integer from 'INTEGER/TINYINT/SMALLINT' value: ''exception''
Explanation:

The value being parsed is not an Integer.

Operator response:

No action is required.

CTGDIH142I
Set value for an unhandled type ''type'' as a string on column ''column name''.
Explanation:

This is an informational message only.

CTGDIH143W
SQL warning encountered from prepared SQL statement: warning message
Explanation:

See message.

Operator response:

No action is required.

CTGDIH144I
findEntry method will use SQL statment: SQL statement.
Explanation:

This is an informational message only.

CTGDIH145I
deleteEntry method will use SQL statment: SQL statement.
Explanation:

This is an informational message only.

CTGDIH146I
The delete operation returned return code.
Explanation:

This is an informational message only.

CTGDIH147I
selectEntries method will use SQL statment: SQL statement.
Explanation:

This is an informational message only.

CTGDIH148I
No entries from selectEntries method.
Explanation:

This is an informational message only.

CTGDIH149I
Prepared statement: SQL statement.
Explanation:

This is an informational message only.

CTGDIH150E
The table name is not specified.
Explanation:

The field ''Table Name'' in the Connector configuration is empty.

Operator response:

Provide the table name.

CTGDIH151E
Error: error message occured while creating the table Table Name.
Explanation:

The error occured while creating the table in the system store DB.

Operator response:

Take the necessary action as per the exception.

CTGDIH152E
The table name does not begin with a letter.
Explanation:

The ''Table Name'' must start with a letter.

Operator response:

Provide a table name starting with a letter.

CTGDIH153E
The table name is not alphanumeric.
Explanation:

The ''Table Name'' must only contain letters, digits or underscore.

Operator response:

Provide a valid table name.

CTGDIH154W
An exception occured while trying to close the database connection: exception message
Explanation:

A database access error may had occured. See the exception message for details.

Operator response:

No action required.

CTGDIH155W
The following sql exception has occured while using PreparedStatement exception message
Explanation:

A database access error may had occured. See the exception message for details.

Operator response:

No action required.

CTGDIH201 - CTGDIH250

CTGDIH201E
Parameter 'param name' was initialized with value: 'value'.
Explanation:

This is an informational message only.

CTGDIH202E
Parameter 'param name' is not provided.
Explanation:

This is an informational message only.

CTGDIH203E
Unsupported mode: 'mode' for selected artifact type: 'type name'
Explanation:

This is an informational message only.

CTGDIH204E
An exception occured while trying to close the database connection: message.
Explanation:

This is an informational message only.

CTGDIH205E
No Entry provided.
Explanation:

This is an informational message only.

CTGDIH206E
Incompatible classification: expected - 'expected class name' , found - 'actual class name'
Explanation:

This is an informational message only.

CTGDIH207E
Unable to create 'instance' instance from an input Entry.
Explanation:

This is an informational message only.

CTGDIH208I
Search Query for 'instance' : 'searchQuery'
Explanation:

This is an informational message only.

CTGDIH209E
Actual CI already exists for GUID - 'guid'
Explanation:

This is an informational message only.

CTGDIH210E
Config Item already exists for GUID - 'guid'
Explanation:

This is an informational message only.

CTGDIH211E
Relation already exists: 'relation'
Explanation:

This is an informational message only.

CTGDIH212E
CI Relation already exists: 'ciRelation'
Explanation:

This is an informational message only.

CTGDIH213E
Could not get the classification for the selected class type 'classType'
Explanation:

This is an informational message only.

CTGDIH251 - CTGDIH300

CTGDIH251E
An exception occured while trying to close the database connection: message.
Explanation:

This is an informational message only.

CTGDIH252E
Parameter 'param name' is not provided.
Explanation:

This is an informational message only.

CTGDIH253E
Parameter 'param name' was initialized with value: 'value'.
Explanation:

This is an informational message only.

CTGDIH254E
No Entry provided.
Explanation:

This is an informational message only.

CTGDIH255E
Primary key not found while deleting an deployed asset!
Explanation:

This is an informational message only.

CTGDIH256I
deleteRow(...); Query: 'query'
Explanation:

This is an informational message only.

CTGDIH257E
Deployed Asset with the given description already exists!: 'dpaObject'
Explanation:

This is an informational message only.

CTGDIH258I
saveClassInstance(..); saved instance: 'instance'
Explanation:

This is an informational message only.

CTGDIH259E
Foreign Key to parent class is null or missing. 'instanceDesc'
Explanation:

This is an informational message only.

CTGDIH260E
Multiple parent instance found: keys - ['pkList'] for 'instanceDesc'
Explanation:

This is an informational message only.

CTGDIH261E
Parent instance not found for: 'instanceDesc'
Explanation:

This is an informational message only.

CTGDIH262E
Missing or unsupported data type: 'dataType'
Explanation:

This is an informational message only.

CTGDIH263E
Missing child named 'childName' under 'nodeName'
Explanation:

This is an informational message only.

CTGDIH264E
Missing Class definition for : 'className'
Explanation:

This is an informational message only.

CTGDIH265E
Primary key not specified for 'classDef'
Explanation:

This is an informational message only.

CTGDIH266E
Parent class reference not found for : 'classDesc'
Explanation:

This is an informational message only.

CTGDIH267E
Parent class instance not found for : 'classDesc'
Explanation:

This is an informational message only.

CTGDIH268E
Parent is null for : 'classDesc'
Explanation:

This is an informational message only.

CTGDIH269E
Required property is missing: 'propName'
Explanation:

This is an informational message only.

CTGDIH270E
Required reference is missing: 'refName'
Explanation:

This is an informational message only.

CTGDIH271E
Multiple reference found: 'refName'
Explanation:

This is an informational message only.

CTGDIH272I
getNextEntry(...) return: 'entry'
Explanation:

This is an informational message only.

CTGDIH273E
Unable to create a class instance for the input Entry 'entry'
Explanation:

This is an informational message only.

CTGDIH274I
addEntry(...); class instance: 'classInst'
Explanation:

This is an informational message only.

CTGDIH275E
Incompatible asset class found while adding a new asset 'asset'
Explanation:

This is an informational message only.

CTGDIH276I
addEntry(...); saved class instance: 'classInst'
Explanation:

This is an informational message only.

CTGDIH277I
removeEntry(...); class instance: 'classInst'
Explanation:

This is an informational message only.

CTGDIH278E
Missing asset class name in the input entry 'entry'
Explanation:

This is an informational message only.

CTGDIH279I
createSelectQuery(...); Query: 'query'
Explanation:

This is an informational message only.

CTGDIH301 - CTGDIH400

CTGDIH301E
AL Overview Report v.1.5
Explanation:

This is an informational message only.

CTGDIH302E
Expand All
Explanation:

This is an informational message only.

CTGDIH303E
Hide All
Explanation:

This is an informational message only.

CTGDIH304E
Resources
Explanation:

This is an informational message only.

CTGDIH305E
Script
Explanation:

This is an informational message only.

CTGDIH306E
Configuration
Explanation:

This is an informational message only.

CTGDIH307E
Output Attribute Map
Explanation:

This is an informational message only.

CTGDIH308E
Input Attribute Map
Explanation:

This is an informational message only.

CTGDIH309E
Link Criteria
Explanation:

This is an informational message only.

CTGDIH310E
Reconnect Settings
Explanation:

This is an informational message only.

CTGDIH311E
Delta Settings
Explanation:

This is an informational message only.

CTGDIH312E
Parser
Explanation:

This is an informational message only.

CTGDIH313E
Hooks
Explanation:

This is an informational message only.

CTGDIH314E
Entry Feed Container
Explanation:

This is an informational message only.

CTGDIH315E
Data Flow Container
Explanation:

This is an informational message only.

CTGDIH316E
Proxy Settings
Explanation:

This is an informational message only.

CTGDIH317E
Settings
Explanation:

This is an informational message only.

CTGDIH318E
Enabled
Explanation:

This is an informational message only.

CTGDIH319E
Mode
Explanation:

This is an informational message only.

CTGDIH320E
Type
Explanation:

This is an informational message only.

CTGDIH321E
Match Any
Explanation:

This is an informational message only.

CTGDIH322E
Operations
Explanation:

This is an informational message only.

[ Top of Page | Previous Page | Next Page | Contents | Terms of use | Feedback ]
(C) Copyright IBM Corporation, 2006, 2012. All Rights Reserved.
IBM Tivoli Directory Integrator 7.1.1