Message Reference > F Message Codes > FR Messages
  

FR Messages

FR_3000 Error opening file <file name>. Operating system error message <error message>.

Explanation:
A file name specified in the session properties is incorrect. The operating system error displays when the file does not exist.
User Response:
In the Workflow Manager, correct the file name in the session properties.
If you are loading a packaged resource in Metadata Manager, check the value of the PowerCenter Integration Service Process property $PMSourceFileDir. Metadata Manager stores transformed metadata for packaged resources in IME files in the $PMRootDir/SrcFiles directory. If the $PMSourceFileDir property is not set to $PMRootDir/SrcFiles, Metadata Manager cannot find the IME files.

FR_3002 Error reading file <file name>. Operating system error message <error message>.

Explanation:
This is an operating system error.
User Response:
An operating system error number appears with this message. If necessary, see the operating system documentation for appropriate action.

FR_3013 Error setting field delimiter string.

Explanation:
The Integration Service failed to identify a field separator. You may have repository inconsistencies.
User Response:
Contact Informatica Global Customer Support.

FR_3015 Warning! Row <row ID>, field <name>: Data was truncated.

Explanation:
Data is larger than field length (delimited files only), forcing the Integration Service to truncate data.
User Response:
To avoid truncating data, increase the field length accordingly.

FR_3016 Record length <record ID> is longer than line sequential buffer length <number> for <string>.

Explanation:
Insufficient buffer length.
User Response:
In the session properties, increase the setting for Line Sequential Buffer Length. The record length may not be the size to which the Line Sequential Buffer Length should be increased. Check the source data file.

FR_3023 Error in opening ftp connection.

Explanation:
You specified an incorrect FTP connection in a session. You might have used the wrong user name or password. Or the FTP server may be down.
User Response:
Verify the correct FTP connection is specified in the session properties and manually test that FTP connection.

FR_3024 Error in transferring remote file.

Explanation:
You attempted to use FTP to transfer a file that does not exist.
User Response:
Verify that the file exists and that you used the correct spelling.
Explanation:
You do not have permission to access the remote file.
User Response:
Contact the FTP system administrator.

FR_3029 Delimited file attribute error: escape character cannot be the same as quote character.

Explanation:
You specified the same quote mark for the escape character and the optional quotes character in a delimited flat file source.
User Response:
Specify a different escape or quote character.

FR_3030 Delimited file attribute error: delimiters cannot contain quote character.

Explanation:
One of the delimiters is the selected quote character.
User Response:
Specify a delimiter other than the quote character.

FR_3031 Delimited file attribute error: delimiters cannot contain escape character.

Explanation:
One of the delimiters is the specified escape character.
User Response:
Specify a delimiter other than the escape character.

FR_3032 Delimited file attribute error: must specify at least one delimiter.

Explanation:
You have not specified a delimiter.
User Response:
Specify a delimiter.

FR_3033 Delimited file reader: Warning! Missing matching quote character in column <column name> of file <file name>. Reading till the end of line for the column.

Explanation:
There is a missing closing quote in the specified column.
User Response:
Review the file and add a closing quote character where appropriate.

FR_3034 Delimited file reader: Warning! Skipped extra character(s) after the closing quote of column <column name> in file <file name>.

Explanation:
There are additional characters after the closing quote delimiter in the specified column. The Integration Service did not read the extra characters.
User Response:
Look in the source file to verify if the skipped characters are intended to be a part of the column. If so, import the file into the Source Analyzer again.

FR_3035 Error opening file NULL. Operating system error message.

Explanation:
Internal error while reading from a source file.
User Response:
Contact Informatica Global Customer Support.

FR_3036 Error: Escape character <escape character value> is not in Latin1 code page in ASCII data movement mode.

Explanation:
You configured the Integration Service to run in ASCII mode. The file source code page is Latin1, and you selected an escape character for the file source that is not valid in the Latin1 code page.
User Response:
Select an escape character that is valid in the Latin1 code page.

FR_3037 Error: Field delimiter string has at least one character <delimiter value> that is not in Latin1 code page in ASCII data movement mode.

Explanation:
You configured the Integration Service to run in ASCII mode. The file source code page is Latin1, and you selected a delimiter for the file source that is not valid in the Latin1 code page.
User Response:
Select a delimiter that is valid in the Latin1 code page.

FR_3038 Error: Escape character <escape character value> is invalid in current file code page <code page name> in UNICODE data movement mode.

Explanation:
You configured the Integration Service to run in Unicode mode, and you selected an escape character for the file source that is not valid for the file source code page.
User Response:
Select an escape character that is valid in the source code page.

FR_3039 Error: Field delimiter string has at least one character <delimiter value> invalid in current file code page <code page name> in UNICODE data movement mode.

Explanation:
You configured the Integration Service to run in Unicode mode, and you selected a delimiter for the file source that is not valid for the file source code page.
User Response:
Select a delimiter that is valid in the source code page.

FR_3041 Error: Invalid code page <code page name> for delimited flat file.

Explanation:
The code page you selected is not valid for delimited flat file formats.
User Response:
Select a code page that is valid for delimited flat files.

FR_3043 Error: Using EBCDIC-based Multibyte code page <code page name> in ASCII data movement mode is invalid.

Explanation:
You configured the Integration Service to run in ASCII mode and selected an EBCDIC-based multibyte code page for a file source.
User Response:
If data requires an EBCDIC-based multibyte code page, run the Integration Service in Unicode mode. Otherwise, select a valid code page for the source.

FR_3045 Error: Code page <code page ID> not found. Please install it first.

Explanation:
The Integration Service could not find the code page you specified.
User Response:
Install the correct code page.

FR_3046 Error! Data <string data> in fixed-width file <file name> does not end at the fixed-width boundary for field <field name>.

Explanation:
Multibyte data does not fit into the fixed-width boundary for this column.
User Response:
Change the field width or pad the column with blanks so that fields fit correctly.

FR_3047 Error: Invalid code page <code page name> for fixed-width flat file.

Explanation:
The code page you selected is not valid for fixed-width files.
User Response:
Select a code page that is valid for fixed-width files.

FR_3048 Error: Null character <null character value> is invalid in current file code page <code page name> in Unicode data movement mode.

Explanation:
The null character you specified is invalid in the source flat file code page.
User Response:
Use a null character that is valid in the source flat file code page.

FR_3049 Error: Null character <null character value> is not in Latin1 code page in ASCII data movement mode.

Explanation:
You configured the Integration Service to run in ASCII mode and specified a null character that is not valid in the Latin1 code page.
User Response:
Specify a null character that is valid in the Latin1 code page.

FR_3050 Error: Invalid code page <code page name> for fixed-width VSAM file.

Explanation:
The code page you selected is not valid for VSAM files.
User Response:
Select a code page that is valid for VSAM files.

FR_3051 Error: Invalid binary null character <null character value>. The decimal value is not between 0 and 255.

Explanation:
You entered an invalid null character value.
User Response:
Specify a null character value between 0 and 255.

FR_3053 Error! Data <string data> in fixed-width file <file name> does not end at the fixed-width boundary for <bytes to skip between records>. Next row/record will also be an error.

Explanation:
The number of bytes to skip between records is greater than 0. If the number of bytes to skip between records is greater than 0, then there is an alignment error in these bytes. The record data does not end at the fixed-width boundary for these skipped bytes.
User Response:
Fix the data and the number of bytes to skip between rows/records setting.

FR_3054 Error! Remaining data <string data> in non-repeating, binary null field, in fixed-width file <file name> does not end at the fixed-width boundary for field <field name>.

Explanation:
Remaining data in a non-repeating, binary null field does not end at the fixed-width boundary for that field.
User Response:
Fix the data and/or the fixed-width settings.

FR_3056 Error reading from file <file name>.

Explanation:
An error occurred reading the source file.
User Response:
Check other error messages logged for more details.

FR_3057 Error: Insufficient data for fixed-width flat file or fixed-width VSAM file. Row data is <row data>.

Explanation:
The non line-sequential data is too small. The data displayed is the row, including the trailing bytes between records.
User Response:
Make sure the data is the correct length and the bytes between rows match the source file options.

FR_3058 Error processing COBOL file: cannot parse the input [numeric character in <data> at position <position> has to be in the Latin1 code page].

Explanation:
The reader cannot read the input field because the input field contains characters that are not in the Latin 1 code page.
User Response:
Change the input field to contain Latin 1 character data.

FR_3059 Error processing record <record name> in file <file name>: Record is invalid because at least one set of redefines is invalid (redefine is not at a perfect character boundary or conversion error for picnum field).

Explanation:
In a file source, at least one of the REDEFINES statements results in a character exceeding the field boundary.
User Response:
Examine and correct the row where the error occurred.
Explanation:
The definition is incorrect.
User Response:
Edit the REDEFINES statement.

FR_3060 Error processing record <record name> in file <file name>: Conflicting shift states at position <position number, referring to byte offset into the row> when interpreting multiple redefines.

Explanation:
In a file source, one of the REDEFINES statements leaves the row in the shift in state while another REDEFINES statement leaves the row in the shift out state.
User Response:
Examine and correct the row where the error occurred or edit the REDEFINES statement.

FR_3061 Error opening WebSphere MQ queue. Operating system error message.

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

FR_3064 Warning: Last row in file is not complete.

Explanation:
The last row in the fixed-width file contains empty columns. The Integration Service skips the last row.
User Response:
Verify the last row in the source file contains valid data.

FR_3065 Row <row number>, field <column name>: Invalid number - <column data>. The row will be skipped.

Explanation:
The source file contains string data in a numeric column. The Integration Service skips the row.
User Response:
Verify the row in the source file contains valid data.

FR_3066 Error: Date format string has at least one character decimal value=<number> that is not in Latin1 codepage in ASCII data movement mode.

Explanation:
The date format string for a datetime column contains a character that is not in 7-bit ASCII.
User Response:
In the Designer, edit the flat file source definition using 7-bit ASCII characters for the datetime column format string.

FR_3067 Row <row number>, field <column name>: Invalid date - <column data>. The row will be skipped.

Explanation:
The source file contains invalid data in a datetime column. The Integration Service skips the row.
User Response:
Verify the row in the source file contains valid data.

FR_3068 Invalid date format provided <date format>.

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

FR_3069 Error: The character ‘<character>’ is used as a delimiter and a thousands separator for field <column name>.

Explanation:
In the Designer, you specified the same character as both the file delimiter and as the thousands separator for the specified numeric column.
User Response:
Verify the source file contains different characters for the thousands separators and column delimiters. Edit the source definition in the Source Analyzer, or import it again.

FR_3070 Error: The character ‘<character>’ is used as a delimiter and a decimal separator for field <column name>.

Explanation:
In the Designer, you specified the same character as both the file delimiter and as the decimal separator for the specified numeric column.
User Response:
Verify the source file contains different characters for the decimal separator and column delimiter. Edit the source definition in the Source Analyzer, or import it again.

FR_3072 Error: Flat file <file name> cannot be processed for reading.

Explanation:
The Integration Service cannot access the source file.
User Response:
Verify the Integration Service can access the machine hosting the file.
Grant read permission on the directory where the file is located to the Informatica Services account or the operating system user in the operating system profile.

FR_3074 Error at row <row number>. A multibyte character spans over two fields or two lines. Record will be skipped.

Explanation:
In the fixed-width file source, a multibyte character in a column spans over two columns. The Integration Service skips the row.
User Response:
Verify that the row in the source file contains valid data. Also, verify that the data in the source file matches the source definition.

FR_3075 Error: Source file type cannot be indirect for an MQ associated source qualifier.

Explanation:
You selected Indirect for the Source file type. When the mapping contains an associated source qualifier, the source file type must be direct.
User Response:
Select Direct as the source file type.

FR_3077 Fatal Error: The column <column name> has corrupt formatting information. Resave the information in the repository.

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

FR_3078 Fatal error: Cannot flush an incomplete row in real time.

Explanation:
During a real-time session, the Integration Service issued a commit while processing a record. As a result, the session failed.
User Response:
Make sure that all message fields in the change WebSphere MQ source are complete before running the session.

FR_3085 ERROR: Row <row number>: <character>-th character is a null character, which is not allowed in a text input file <file name>.

Explanation:
The Integration Service cannot read the input field because it contains a null character.
User Response:
Verify that the source does not have null values.

FR_3107 ERROR: The character <character> is used as both a column delimiter and a row delimiter.

Explanation:
The session failed because the line break character is the same character as the column delimiter in the flat file.
User Response:
Configure different characters for the flat file line break character and column delimiter character.

FR_3108 ERROR: DSQ <Source Qualifier name> UCS-2 code page UTF-16BE or UTF-16LE are not supported with this type of file.

Explanation:
The session failed because the UTF-16BE or UTF-16LE code page is not supported for fixed-width flat files.
User Response:
You can use these code pages with delimited flat files.

FR_3110 Error in opening SFTP connection.

Explanation:
The SFTP connection specified in the session has an error. Or, the SFTP server might be down.
User Response:
Verify the correct SFTP connection is specified in the session properties and manually test the SFTP connection. Also, verify that the correct username and password was specified.

FR_3111 Error in transferring remote files over SFTP.

Explanation:
The remote file does not exist.
User Response:
Verify that the file exists and that the correct file name was specified in the SFTP connection.
Explanation:
The SFTP user does not have permission to access the remote file.
User Response:
Contact the SFTP system administrator.

FR_3115 Error: Conflicting settings for NULL handling are specified for the delimited file source <source name>.

Explanation:
The FileRdrTruncateStringNull and FileRdrTreatNullCharAs custom properties are enabled at the same time. These custom properties determine how the Integration Service handles null characters in the flat file source.
User Response:
Disable one of the properties. For more information about custom properties, contact Informatica Global Customer Support.

FR_3116 Error: Invalid NULL replacement character is specified for the delimited file source <source name>.

Explanation:
When you enable the FileRdrTreatNullCharAs custom property, the Integration Service sets null characters in a source file to the character you define. The character format is invalid.
User Response:
Define a valid octal character, such as \040. For more information about custom properties, contact Informatica Global Customer Support.

FR_3117 The Integration service cannot use multibyte replacement character <character> specified for the delimited file source <source name>. Please specify a replacement character with a single character unit length.

Explanation:
When you enable the FileRdrTreatNullCharAs custom property, the Integration Service sets null characters in a source file to the character you define. The character specified is a multibyte character.
User Response:
Define a valid single-byte character. For more information about custom properties, contact Informatica Global Customer Support.