Explanation: | You entered braces ( { } ) in a Source Qualifier join override or extract override without using Informatica join syntax within the braces. |
User Response: | Either remove the braces and use database-specific join syntax or use Informatica join syntax within the braces. |
Explanation: | The Integration Service found an error in the outer join syntax in the Source Qualifier transformation. |
User Response: | Correct the error before running the session again. Look for related messages in the session log. |
Explanation: | You omitted the OUTER keyword from the join syntax for a left outer join. |
User Response: | Correct the join syntax in the Source Qualifier. To create a left outer join, use the keywords LEFT OUTER JOIN. |
Explanation: | You omitted the JOIN keyword from the syntax for an outer join. |
User Response: | Correct the join syntax in the Source Qualifier. |
Explanation: | You omitted the OUTER keyword from the join syntax for a right outer join. |
User Response: | Correct the join syntax in the Source Qualifier. To create a right outer join, use the keywords RIGHT OUTER JOIN. |
Explanation: | You omitted the JOIN keyword from the syntax for an inner join. |
User Response: | Correct the join syntax in the Source Qualifier. To create an inner join, use the keywords INNER JOIN. |
Explanation: | You omitted the LEFT or RIGHT keyword from the join syntax for an outer join. |
User Response: | Correct the join syntax in the Source Qualifier. To create a left outer join, use the keywords LEFT OUTER JOIN. To create a right outer join, use the keywords RIGHT OUTER JOIN. |
Explanation: | You combined two right outer joins in the same join syntax. Use only one right outer join in a single Source Qualifier. |
User Response: | Correct the join syntax in the Source Qualifier. If appropriate, change the right outer joins to left outer joins. You can use multiple left outer joins in a single Source Qualifier. |
Explanation: | You omitted a comma between table names in the FROM clause of the outer join syntax. |
User Response: | Correct the join syntax in the Source Qualifier. Place commas between table names in the FROM clause. |
Explanation: | Internal error. |
User Response: | Contact Informatica Global Customer Support. |
Explanation: | The database has deadlocked. |
User Response: | Contact the database administrator. |
Explanation: | Internal error. |
User Response: | Contact Informatica Global Customer Support. |
Explanation: | You selected an unsupported datatype for the database. |
User Response: | Select a datatype that is supported by the database. |
Explanation: | Internal error. |
User Response: | Contact Informatica Global Customer Support. |
Explanation: | Internal error. |
User Response: | Contact Informatica Global Customer Support. |
Explanation: | Internal error. |
User Response: | Contact Informatica Global Customer Support. |
Explanation: | DB2 database error. |
User Response: | Verify the DB2 environment is configured correctly. Also, contact the database administrator. |
Explanation: | DB2 database error. |
User Response: | Verify the DB2 environment is configured correctly. Also, contact the database administrator. |
Explanation: | DB2 database error. |
User Response: | Verify the DB2 environment is configured correctly. Also, contact the database administrator. |
Explanation: | The Integration Service encountered one of the following Teradata errors that aborted the current transaction:
|
User Response: | Remove the row that caused the Teradata error and restart the session. |
Explanation: | The Repository Service or Integration Service failed to connect to the Microsoft SQL Server database because one or more Microsoft SQL Server API function calls failed. |
User Response: | Verify that all specified Microsoft SQL Server classes are properly registered in the registry. Then re-register oledb32.dll. [Regsvr32 \Program Files\Common Files\System\Ole DB\oledb32.dll]. Use the returned error code and error message to determine the cause of this error. |
Explanation: | You ran a session using database partitioning on an Integration Service running in ASCII mode and the IBM DB2 target table uses a partitioning key with either a Graphic or Vargraphic column. |
User Response: | Run the session on an Integration Service in Unicode mode. |
Explanation: | A session that loads data to an IBM DB2 target is configured for database partitioning and the target table partition key is a Bigint column, but high precision is not enabled for the session. |
User Response: | Enable high precision for the session, or select a target table partition key that is not a Bigint column. |
Explanation: | The connection retry period is configured in the database connection object, but you do not have the high availability option. The retry period is ignored. |
User Response: | None. |
Explanation: | The number of parameters specified for the DB2BulkModeParameters custom property is greater than four. |
User Response: | Verify that the number of parameters specified in the DB2BulkModeParameters custom property is less than or equal to four. |
User Response: | Verify that the DB2BulkModeParameters custom property uses one or more of the following valid parameters: DATABUFFER, CPUPARALLELISM, WARNINGCOUNT, or FILETYPEMODE. |
Explanation: | The value of DATABUFFER, CPUPARALLELISM or WARNINGCOUNT was not specified correctly. |
User Response: | Verify that the value of DATABUFFER, CPUPARALLELISM or WARNINGCOUNT is an integer. |
User Response: | Verify that single quotes appear at the start and end of the string value for the FILETYPEMOD parameter. For example, enter FILETYPEMOD:‘string’. |
User Response: | Ensure that you copied the adapter run-time OSGi bundle at INFA_HOME\plugins\dynamic\AdapterName\runtime. Also verify that you have set the correct entry for the API in the plugin.xml file for the operating system you are running adapter on. |