Message Reference > I Message Codes > IDOC Messages
  

IDOC Messages

IDOC_17601 Received a call to an unsupported function <function>.

Explanation:
The Integration Service received an RFC call from SAP for a function that is not registered to the Integration Service.
User Response:
Use the RFC Destination created for the Integration Service in SAP to send outbound IDocs only.

IDOC_17605 Invalid value specified for IDocParamType. Must be either ControlRecord or SegmentRecord.

Explanation:
The 6.x IDoc_Prepare AEP transformation contains an invalid value for the IDocParamType property.
User Response:
Edit the transformation and select either ControlRecord or SegmentRecord for this property.

IDOC_17606 Error getting metadata for the IDoc segment <segment name>.

Explanation:
The Integration Service failed to retrieve the IDoc metadata for a 6.x IDoc mapping.
User Response:
Verify that the Informatica transports were correctly installed or upgraded.
Verify that the saprfc.ini file is configured. Also, verify that the RFC Destination created in the SAP system for the Integration Service is valid.

IDOC_17607 Property <property> is invalid. Error parsing IDocs list.

Explanation:
The 6.x IDoc_Writer AEP transformation contains a list of values for the IDocTypeList property that are not separated with the correct delimiter.
User Response:
Edit the transformation and use a semicolon (;) to separate the list of IDoc types.

IDOC_17608 The number of IDoc types in the property <property> does not match the number specified in <property>.

Explanation:
The number of IDoc types listed in the IDocTypeList property does not match the number specified in the NumberOfIDocTypes property for the 6.x IDoc_Writer AEP transformation.
User Response:
Edit the transformation so that the value for the NumberOfIDocTypes property matches the number of IDoc types listed in the IDocTypeList property.

IDOC_17610 Error getting metadata for some of the IDocs in the list: <list>.

Explanation:
The Integration Service failed to retrieve the metadata for the IDoc_Writer AEP transformation in a 6.x inbound IDoc mapping.
User Response:
Verify that the Informatica transports were correctly installed or upgraded.
Verify that the saprfc.ini file is configured. Also, verify that the RFC Destination created in the SAP system for the Integration Service is valid.

IDOC_17613 Unexpected IDoc type <IDoc type> received.

Explanation:
The 6.x IDoc_Writer AEP transformation received data for an IDoc type that is not included in the IDocTypeList property.
User Response:
Edit the transformation so that the IDocTypeList property includes all IDoc types the transformation will receive.

IDOC_17614 Input is expected only for IDoc types: <IDoc type>.

Explanation:
The 6.x IDoc_Writer AEP transformation received data for an IDoc type that is not included in the IDocTypeList property.
User Response:
Edit the transformation so that the IDocTypeList property includes all IDoc types the transformation will receive.

IDOC_17615 Error parsing control data. Check the control data for IDoc type <IDoc type>.

Explanation:
The Integration Service failed to parse the IDoc control record data received by the 6.x IDoc_Writer AEP transformation.
User Response:
Correct the source data so that it contains valid control record data.

IDOC_17617 The segment <IDoc segment> is not allowed in the current IDoc type <type>.

Explanation:
The 6.x IDoc_Writer AEP transformation received data for an invalid segment for the IDoc type.
User Response:
Correct the source data so that it contains only valid segment data as defined by the metadata for the IDoc type.

IDOC_17618 Control record data cannot be NULL for IDoc <IDoc>.

Explanation:
The 6.x IDoc_Writer AEP transformation received a null value for the control record.
User Response:
Correct the source data so that the IDoc control record data does not contain null values.

IDOC_17619 Segment data cannot be NULL for segment <segment>.

Explanation:
The 6.x IDoc_Writer AEP transformation received a null value for the segment record.
User Response:
Correct the source data so that the IDoc segment record data does not contain null values.

IDOC_17620 Error creating control table <control table>.

Explanation:
There is not enough memory on the node where the Integration Service process runs to perform the desired operation.
User Response:
Close any unnecessary applications and restart the system. If this problem persists, you may need to add RAM to the node.

IDOC_17621 Error creating data table <data table>.

Explanation:
There is not enough memory on the node where the Integration Service process runs to perform the desired operation.
User Response:
Close any unnecessary applications and restart the system. If this problem persists, you may need to add RAM to the node.

IDOC_17622 Error appending control record <control record>. Failed to allocate enough memory.

Explanation:
There is not enough memory on the node where the Integration Service process runs to perform the desired operation.
User Response:
Close any unnecessary applications and restart the system. If this problem persists, you may need to add RAM to the node.

IDOC_17623 Error appending data record <data record>. Failed to allocate enough memory.

Explanation:
There is not enough memory on the node where the Integration Service process runs to perform the desired operation.
User Response:
Close any unnecessary applications and restart the system. If this problem persists, you may need to add RAM to the node.

IDOC_17624 The SAPALEIDoc target definition did not receive a control record segment for IDoc type: <IDoc type>.

Explanation:
The SAPALEIDoc target definition received several data segments but no control record segment (EDIDC) for the specified IDoc type. Each IDoc must contain one control record segment followed by one or more data segments. This error might occur if the transformation preceding the SAPALEIDoc target definition is not an SAP/ALE IDoc Prepare transformation and if it passes invalid IDoc data.
User Response:
Verify that valid IDoc data is passed to the SAPALEIDoc target definition.

IDOC_17625 The SAPALEIDoc target definition did not receive a control record segment. Error encountered in IDoc processing.

Explanation:
The SAPALEIDoc target definition received several data segments but no control record segment (EDIDC) for an IDoc type. Each IDoc must contain one control record segment followed by one or more data segments. This error might occur if the transformation preceding the SAPALEIDoc target definition is not an SAP/ALE IDoc Prepare transformation and if it passes invalid data.
User Response:
Verify that valid IDoc data is passed to the SAPALEIDoc target definition.

IDOC_17626 The SAPALEIDoc target definition received an incorrect number of control record segments. Error encountered in IDoc processing.

Explanation:
The number of control record segments that the SAPALEIDoc target definition received does not match the total number of IDocs received. Each IDoc must contain one control record segment followed by one or more data segments. This error might occur if the transformation preceding the SAPALEIDoc target definition is not an SAP/ALE IDoc Prepare transformation and if it passes invalid data.
User Response:
Verify that valid IDoc data is passed to the SAPALEIDoc target definition.

IDOC_17627 The SAPALEIDoc target definition did not receive any data segments for IDoc type <IDoc type>. Error encountered in IDoc processing.

Explanation:
The SAPALEIDoc target definition received a control record segment but no data segments for the specified IDoc type. Each IDoc must contain one control record segment followed by one or more data segments. This error might occur if the transformation preceding the SAPALEIDoc target definition is not an SAP/ALE IDoc Prepare transformation and if it passes invalid data.
User Response:
Verify that valid IDoc data is passed to the SAPALEIDoc target definition.

IDOC_17633 Error creating control table <table name>.

Explanation:
There is not enough memory on the node where the Integration Service process runs to perform the desired operation.
User Response:
Close any unnecessary applications and restart the system. If this problem persists, you may need to add RAM to the node.

IDOC_17642 Idle Time <time> must be greater than or equal to -1.

Explanation:
The Idle Time session property specified for the SAPALEIDoc source definition contains an invalid value.
User Response:
In the session properties, edit the Idle Time value so that it is greater than or equal to -1.

IDOC_17643 Packet Count <count> must be greater than or equal to -1.

Explanation:
The Packet Count session property specified for the SAPALEIDoc source definition contains an invalid value.
User Response:
In the session properties, edit the Packet Count value so that it is greater than or equal to -1.

IDOC_17644 Real-time Flush Latency <latency period> must be greater than or equal to 0.

Explanation:
The Real-time Flush Latency session property specified for the SAPALEIDoc source definition contains an invalid value.
User Response:
In the session properties, edit the Real-time Flush Latency value so that it is greater than or equal to 0.

IDOC_17645 Reader Time Limit <time limit> must be greater than or equal to 0.

Explanation:
The Reader Time Limit session property specified for the SAPALEIDoc source definition contains an invalid value.
User Response:
In the session properties, edit the Reader Time Limit value so that it is greater than or equal to 0.

IDOC_17646 Failed to get connection reference for source qualifier instance <Source Qualifier name>.

Explanation:
Internal error.
User Response:
Contact Informatica Global Customer Support.

IDOC_17647 Failed to get connection for source qualifier instance <Source Qualifier name>.

Explanation:
Internal error.
User Response:
Contact Informatica Global Customer Support.

IDOC_17648 Failed to initialize reader properties for source qualifier instance <Source Qualifier name>.

Explanation:
The Integration Service cannot initialize the session. The session properties for the Source Qualifier instance might be invalid.
User Response:
Check the additional error message for more information.

IDOC_17649 Incorrect connection type specified for SAPALEIDoc source.

Explanation:
In the session properties, an invalid application connection type was selected for the SAPALEIDoc source definition. An SAPALEIDoc source definition must use an SAP_ALE_IDoc_Reader application connection.
User Response:
In the session properties, select an SAP_ALE_IDoc_Reader application connection for the SAPALEIDoc source definition.

IDOC_17652 The value for the property <TypeOfEP> should be <IDocInterpreter>.

Explanation:
In the 6.x IDoc_Interpreter EP transformation, the TypeOfEP property is not set to IDocInterpreter.
User Response:
Edit the transformation so that the TypeOfEP property is equal to IDocInterpreter.

IDOC_17655 The Integration Service failed to fetch the IDoc packet.

Explanation:
The Integration Service encountered an error while reading IDocs from the SAP system.
User Response:
See the additional error messages for more information.

IDOC_17656 The Integration Service failed to process the IDoc packet for transaction ID = <ID>.

Explanation:
The RFC Destination created in the SAP system for the Integration Service may be invalid.
User Response:
Verify that the RFC Destination is valid.

IDOC_17658 The SAPALEIDoc source definition can have only one input group.

Explanation:
The SAPALEIDoc source definition contains more than one input group.
User Response:
Recreate the SAPALEIDoc source definition.

IDOC_17659 The SAPALEIDoc source definition may contain incorrect port names.

Explanation:
The SAPALEIDoc source definition may contain incorrect port names.
User Response:
Recreate the SAPALEIDoc source definition.

IDOC_17662 The input IDoc type <IDoc type> is different from the expected IDoc type <IDoc type>. Check the source data or the configuration to ensure data consistency.

Explanation:
The 6.x IDoc_Writer AEP transformation received data for an IDoc type that is not included in the IDocTypeList property.
User Response:
Edit the transformation so that the IDocTypeList property includes all IDoc types the transformation will receive.

IDOC_17666 Failed to initialize writer properties for target instance <target>.

Explanation:
The Integration Service could not initialize the writer properties for the specified target. The session failed.
User Response:
Check the additional error message for more information.

IDOC_17668 <Connection property> not specified.

Explanation:
The Integration Service could not find a value for the specified connection property.
User Response:
Check the additional error message for more information.

IDOC_17669 Failed to get connection property <connection property>.

Explanation:
Internal error.
The PowerCenter repository contains inconsistencies.
User Response:
Contact Informatica Global Customer Support.

IDOC_17670 IDoc writer cannot get connection information for the target instance <target>.

Explanation:
Internal error.
User Response:
Contact Informatica Global Customer Support.

IDOC_17671 Writer partition <partition> failed to register for recovery.

Explanation:
The Integration Service could not configure recovery for the session.
User Response:
Check the additional error message for more information.

IDOC_17672 Data <data> truncated by writer.

Explanation:
This is a warning message. The data for the segment exceeds the maximum length. The data was truncated.
User Response:
Check the data for the segment specified in the message. Correct the length of the data for the next session run.

IDOC_17675 IDoc reader failed to support recovery for the Source Qualifier instance <Source Qualifier name>.

Explanation:
Internal error.
User Response:
Contact Informatica Global Customer Support.

IDOC_17676 Cache folder specified for reader partition <partition> is invalid.

Explanation:
The recovery cache folder in the session properties is invalid.
User Response:
In the session properties, specify a recovery cache folder.

IDOC_17677 Reader partition <partition> failed to register for recovery.

Explanation:
The Integration Service could not configure recovery for the session.
User Response:
Check the additional error message for more information.

IDOC_17678 Reader partition <partition> failed to cache message.

Explanation:
The Integration Service failed to cache the SAP IDoc. The Integration Service might have written only part of the IDoc to the recovery cache before the session failed.
User Response:
Check the additional error message for more information.

IDOC_17679 Reader partition <partition> truncated last cached message from cache.

Explanation:
This is an informational message. The Integration Service truncated the last IDoc in the cache.
User Response:
None.

IDOC_17680 Reader partition <partition> failed to truncate message cache to last serialized message: <error message>.

Explanation:
The Integration Service could not truncate the last IDoc in the cache.
User Response:
Check the additional error message for more information.

IDOC_17681 IDoc Reader failed to cache a message: <error message>.

Explanation:
The Integration Service could not cache an IDoc.
User Response:
Check the additional error message for more information.

IDOC_17682 Reader partition <partition> failed to close checkpoint at EOF: <error message>.

Explanation:
The Integration Service could not commit IDocs to the target when it reached the session condition(s) you specified in the session properties. The session failed.
User Response:
Check the additional error message for more information.

IDOC_17684 Reader partition <partition> failed to flush the cache: <error message>.

Explanation:
The Integration Service could not flush the cache.
User Response:
Check the additional error message for more information.

IDOC_17685 Reader partition <partition> failed to read cached message.

Explanation:
The Integration Service could not read the cached IDoc. The cache might contain inconsistencies.
User Response:
Check the additional error message for more information.

IDOC_17690 Reader partition <partition> failed to close checkpoint at real-time flush point: <error message>.

Explanation:
The Integration Service could not commit IDocs to the target at the end of the Real-time Flush Latency interval. The session failed.
User Response:
Check the additional error message for more information.

IDOC_17691 IDoc Reader failed to deserialize cache message: <error message>.

Explanation:
The Integration Service could not read the message from the recovery cache.
User Response:
Check the additional error message for more information.

IDOC_17695 Error initializing the tree builders for partition <partition>.

Explanation:
The metadata file used to create the SAP/ALE IDoc Interpreter transformation may be invalid.
User Response:
Recreate the SAP/ALE IDoc Interpreter transformation.

IDOC_17696 Error creating input row for group <group>.

Explanation:
There is not enough memory on the node where the Integration Service process runs to process the IDoc data in the SAP/ALE IDoc Interpreter transformation.
User Response:
Close any unnecessary applications and restart the system. If this problem persists, you may need to add RAM to the node.

IDOC_17697 Error setting data for the field: <field>.

Explanation:
There is not enough memory on the node where the Integration Service process runs to process the IDoc data in the SAP/ALE IDoc Interpreter transformation.
User Response:
Close any unnecessary applications and restart the system. If this problem persists, you may need to add RAM to the node.

IDOC_17698 Unknown error encountered while traversing the tree.

Explanation:
There is not enough memory on the node where the Integration Service process runs to process the IDoc data in the SAP/ALE IDoc Interpreter transformation.
User Response:
Close any unnecessary applications and restart the system. If this problem persists, you may need to add RAM to the node.

IDOC_17699 Error building the tree.

Explanation:
There is not enough memory on the node where the Integration Service process runs to process the IDoc data in the SAP/ALE IDoc Interpreter transformation.
User Response:
Close any unnecessary applications and restart the system. If this problem persists, you may need to add RAM to the node.

IDOC_17700 Error getting data for the field.

Explanation:
There is not enough memory on the node where the Integration Service process runs to process the IDoc data in the SAP/ALE IDoc Interpreter transformation.
User Response:
Close any unnecessary applications and restart the system. If this problem persists, you may need to add RAM to the node.

IDOC_17704 Syntax validation failed for primary key <primary key> and corresponding generated document number <document number> because mandatory segment is missing: <segment name>.

Explanation:
You configured the session to validate inbound IDocs before writing them to the SAP system. The Integration Service determined that a value for the mandatory segment in the IDoc is missing.
User Response:
Verify that the SAP/ALE IDoc Prepare transformation for the inbound IDoc contains values for the mandatory segment.

IDOC_17705 Syntax validation failed for primary key <primary key> and corresponding generated document number <document number> because maximum occurrence is higher than maximum limit for: <segment name>.

Explanation:
You configured the session to validate inbound IDocs before writing them to the SAP system. The Integration Service determined that the segment contains more than the allowed number of records.
User Response:
Correct the source data so that the number of records for the segment do not exceed the maximum number allowed.

IDOC_17706 Syntax validation failed for primary key <primary key> and corresponding generated document number <document number> because minimum occurrence is less than the minimum limit for: <segment name>.

Explanation:
You configured the session to validate inbound IDocs before writing them to the SAP system. The Integration Service determined that the segment contains less than the minimum number of records allowed.
User Response:
Correct the source data so that the number of records for the segment meet the minimum number of records allowed.

IDOC_17707 NULL data obtained for primary/foreign key fields.

Explanation:
Data for the primary or foreign key fields is missing.
User Response:
Make sure the data contains primary and foreign keys.

IDOC_17708 NULL data obtained for all connected fields for the segment <segment name>.

Explanation:
Data for the connected fields in the named segment is missing.
User Response:
Make sure the data exists for the connected fields in the named segment.

IDOC_17709 Data <data> overflow at port <port number>. If the error threshold is not met, the row will be sent through the ErrorIDocData port.

Explanation:
The SAP/ALE IDoc Prepare transformation received data that is larger than the precision for the row.
User Response:
Correct the source data so that the value matches the precision for the row.

IDOC_17710 <Value> orphan rows were received by the SAP/ALE IDoc Prepare transformation.

Explanation:
The SAP/ALE IDoc Prepare transformation received orphan rows. The session fails if the Orphan Row Handling session property is set to Error and the error count has exceeded the error threshold.
User Response:
Verify that all child rows have parent rows.

IDOC_17711 <Value> duplicate rows were received by the SAP/ALE IDoc Prepare transformation.

Explanation:
The SAP/ALE IDoc Prepare transformation received duplicate rows.
User Response:
Eliminate the duplicate rows in the data.

IDOC_17712 The SAP/ALE IDoc Prepare transformation received orphan row <index of the row> in group <group> with primary key <primary key> and foreign key <foreign key>.

Explanation:
The SAP/ALE IDoc Prepare transformation received orphan rows. The session fails if the Orphan Row Handling session property is set to Error and the error count has exceeded the error threshold.
User Response:
Verify that all child rows have parent rows.

IDOC_17713 Duplicate row received in group <group> with primary key: <primary key>.

Explanation:
The SAP/ALE IDoc Prepare transformation received duplicate rows.
User Response:
Eliminate the duplicate rows in the data.

IDOC_17714 The following IDoc data is not of proper length: <value>.

Explanation:
The SAP/ALE IDoc Interpreter transformation received IDoc data that is less than the fixed length of 1,063 characters for each segment.
User Response:
Correct the source data so that it equals 1,063 characters for each segment.

IDOC_17720 The SAP/ALE IDoc Prepare transformation has an unconnected input group. Connect all input groups for the transformation.

Explanation:
One or more input groups in the SAP/ALE IDoc Prepare transformation are not connected.
User Response:
Make sure that all input groups are connected.

IDOC_17721 Error encountered while setting data for group: <group>.

Explanation:
There is not enough disk space to perform the desired operation.
User Response:
Check the disk for free space.

IDOC_17722 Syntax validation failed for document number <document number> because mandatory segment is missing: <segment name>.

Explanation:
The session is configured to validate outbound IDocs and write invalid IDocs to a relational or flat file target. The Integration Service determined that a value for the mandatory segment in the IDoc is missing.
User Response:
Correct the source data so that the mandatory segment contains values.

IDOC_17723 Syntax validation failed for document number <document number> because maximum occurrence is higher than maximum limit for: <segment name>.

Explanation:
The session is configured to validate outbound IDocs and write invalid IDocs to a relational or flat file target. The Integration Service determined that the segment contains more than the allowed number of records.
User Response:
Correct the source data so that the number of records for the segment do not exceed the maximum number allowed.

IDOC_17724 Syntax validation failed for document number <document number> because minimum occurrence is less than the minimum limit for: <segment name>.

Explanation:
The session is configured to validate outbound IDocs and write invalid IDocs to a relational or flat file target. The Integration Service determined that the segment contains less than the minimum number of records allowed.
User Response:
Correct the source data so that the number of records for the segment meet the minimum number of records allowed.

IDOC_17725 Extended Syntax Check skipped because Error Output port is missing. Recreate the SAP/ALE IDoc Interpreter transformation.

Explanation:
The outbound IDoc session contains an SAP/ALE IDoc Interpreter transformation created in version 7.x. The Extended Syntax Check session property is selected. However, the Integration Service cannot validate outbound IDocs for an SAP/ALE IDoc Interpreter transformation created in earlier versions because the transformation does not contain an Error Output port.
User Response:
Recreate the SAP/ALE IDoc Interpreter transformation.

IDOC_17742 Cache folder specified for the SAP/ALE IDoc Prepare transformation <transformation name> is invalid.

Explanation:
The cache directory specified for the SAP/ALE IDoc Prepare transformation does not exist.
User Response:
In the session properties, enter a valid directory for the Cache Directory property.

IDOC_17743 The Integration Service could not access the cache block in group <group>. Increase the cache size.

Explanation:
The cache size specified for the SAP/ALE IDoc Prepare transformation is inadequate.
User Response:
In the session properties, increase the cache size.

IDOC_17744 The SAP/ALE IDoc Prepare transformation did not receive control record data for the IDoc type <IDoc type>.

Explanation:
The source in the inbound IDoc mapping does not contain valid data for the IDoc control record.
User Response:
Verify that the source data contains valid control record data.

IDOC_17747 <Value> orphan rows were received by the SAP/ALE IDoc Interpreter transformation.

Explanation:
The SAP/ALE IDoc Interpreter transformation received orphan rows. The session fails if the Orphan Row Handling session property is set to Error and the error count has exceeded the error threshold.
User Response:
Verify that all child rows have parent rows.

IDOC_17748 The SAP/ALE IDoc Interpreter transformation received orphan row <index of the row> in group <group> with primary key <primary key>.

Explanation:
The SAP/ALE IDoc Interpreter transformation received an orphan row. The session fails if the Orphan Row Handling session property is set to Error and the error count has exceeded the error threshold.
User Response:
Verify that all child rows have parent rows.

IDOC_17749 <Value> duplicate rows were received by the SAP/ALE IDoc Interpreter transformation.

Explanation:
The SAP/ALE IDoc Interpreter transformation received duplicate rows. The transformation uses the segment number as the primary key to detect duplicate rows. The segment number is part of the header data for each segment data row that the transformation receives for the IDoc message.
User Response:
Verify that each segment in the IDoc message has a unique segment number.

IDOC_17750 Reader buffer flush failed.

Explanation:
Internal error.
User Response:
Contact Informatica Global Customer Support.

IDOC_17755 The type A connection to the SAP system failed.

Explanation:
The SAP_ALE_IDoc_Writer application connection object contains invalid values for one or more connection parameters.
User Response:
Enter correct values for the connection parameters in the SAP_ALE_IDoc_Writer application connection object.