Message Reference > V Message Codes > VAR Messages
  

VAR Messages

VAR_27001 Error: There is a recursive reference from <session parameter/mapping parameter type>: <name> back to itself. Error detected when resolving initial value for <session parameter/mapping parameter type>: <name>.

Explanation:
The initial value of the mapping variable you specified in the Designer has a circular dependency when referencing another variable.
User Response:
If the initial value is defined in a parameter file, edit the parameter file associated with the session. Verify that datatype and corresponding data are compatible.
If the initial value is not defined in the parameter file, go to the mapping and edit the initial value specified in the variable/parameter dialog box.

VAR_27002 Error occurred in expanding reference for <string to expand>.

Explanation:
The Integration Service encountered an error when attempting to expand source files, such as for pre- and post-session shell commands.
User Response:
Check the previous message in the session log for details.

VAR_27003 Error occurred in expanding references for initial value of <variable name>.

Explanation:
The Integration Service encountered an error when attempting to expand initial values for source files, such as for pre- and post-session shell commands.
User Response:
Check the previous message in the session log for details.

VAR_27004 Internal error: aggregation operation requested for data with different datatypes.

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

VAR_27005 Internal error: cannot perform COUNT operation on string or time datatype values.

Explanation:
The mapping variable COUNT value has a mismatched datatype.
User Response:
Contact Informatica Global Customer Support.

VAR_27010 Internal error: <variable>: <name> is initialized for multiple times.

Explanation:
Internal error. The Integration Service attempted to initialize the same variable twice.
User Response:
Contact Informatica Global Customer Support.

VAR_27017 Internal error: binary datatype is not supported for <variable type>.

Explanation:
The repository might have inconsistencies.
User Response:
Contact Informatica Global Customer Support.

VAR_27018 Error: cannot find mapping parameter or variable of name <variable name> in transformation <transformation name>.

Explanation:
The Integration Service is referencing an undeclared parameter or variable in an expression.
User Response:
Declare the parameter or variable in the Designer.

VAR_27026 Error: Missing initial string value for <variable>: <name>.

Explanation:
The Integration Service cannot find the initial string value for the specified variable in the session parameter.
User Response:
Add the initial value in the parameter file.

VAR_27030 Error: count value less than zero after merge.

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

VAR_27032 Error: initial value for count aggregate type mapping variable: <name> cannot be less than zero.

Explanation:
The initial value for an aggregate type mapping variable cannot be negative.
User Response:
Change the value to a positive integer. If the initial value is defined in a parameter file, edit the parameter file associated with the session.
If the initial value is not defined in the parameter file, go to the mapping and edit the initial value specified in the variable/parameter dialog box.

VAR_27033 Internal Error: cannot resolve server variable name for <number>.

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

VAR_27034 Internal Error: cannot resolve data value for server variable <name>.

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

VAR_27035 Internal Error: cannot resolve integer numeric data value for server variable <name ($PMSession error threshold, $PMSession log count)>.

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

VAR_27036 Internal Error: cannot resolve string data value for server variable <name>.

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

VAR_27037 Internal error: copy operation requested for data with different datatypes.

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

VAR_27038 Error: <service process variable>: <file path type>, for file or directory path, cannot reference to <variable>: <name> which is not for file or directory path.

Explanation:
The service process variable cannot reference another variable that does not follow a file or directory path type.
User Response:
Change the variable to a file or directory path type variable.

VAR_27039 Error: cannot reference to <variable>: <file path type> which is not for file or directory path.

Explanation:
The service process variable cannot reference another variable with a file or directory path.
User Response:
Change the variable from a file or directory path type variable to an original variable name.

VAR_27040 Error: failed to delete existing persisted mapping variable value(s) for session <session name> from the repository.

Explanation:
Internal error. The Integration Service cannot delete the mapping variable value from the repository.
User Response:
Contact Informatica Global Customer Support.

VAR_27041 Error: failed to persist mapping variable value(s) for session <session name> into the repository.

Explanation:
Internal error. The Integration Service cannot insert the mapping variable value from the repository.
User Response:
Contact Informatica Global Customer Support.

VAR_27042 Error in getting the final value for mapping variable <name>. Skip saving the persisted value for this variable.

Explanation:
Internal error. The Integration Service could not resolve the final mapping variable value to save it.
User Response:
Contact Informatica Global Customer Support.

VAR_27043 Error: data value overflowed or too large.

Explanation:
The Integration Service checks if the data is valid before saving the final value in the repository. The data value overflowed.
User Response:
Change the precision of the variable/parameter if necessary.

VAR_27044 Error: cannot have null data value.

Explanation:
The Integration Service has to check if the data is valid before saving the final value of the mapping variable in the repository. The data value is null.
User Response:
Look at the data set. Make sure the mapping variable value is not null.

VAR_27046 Error in parsing last saved timestamp <date/time value> for mapping variable <name>. Ignoring the persisted value in repository.

Explanation:
Internal error. The Integration Service ignored the timestamped persisted value because the timestamp of the variable is invalid in the repository.
User Response:
Contact Informatica Global Customer Support.

VAR_27047 Error in parsing last saved timestamp <date/time value> for persisted value of mapping variable <name>. Ignore the persisted value in repository.

Explanation:
Internal error. The Integration Service ignored the timestamped persisted value because the timestamp of the persisted value is invalid in the repository.
User Response:
Contact Informatica Global Customer Support.

VAR_27053 Incompatible data type conversion error.

Explanation:
The value you referenced to another variable has incompatible datatypes and cannot be converted.
User Response:
If the initial value is defined in a parameter file, edit the parameter file associated with the session.
If the initial value is not defined in the parameter file, go to the mapping and edit the initial value specified in the variable/parameter dialog box.

VAR_27054 Error in assigning initial data value to <variable>: <name>.

Explanation:
See the previous message in the session log for more information.
User Response:
Fix the datatype or initial value.

VAR_27055 Error <mapping variable or parameter name>: Data conversion error.

Explanation:
The Integration Service encountered a data conversion error with the value of a mapping variable/parameter.
User Response:
If the initial value is defined in a parameter file, edit the parameter file associated with the session.
If the initial value is not defined in the parameter file, go to the mapping and edit the initial value specified in the variable/parameter dialog box.

VAR_27056 Data conversion error in converting <data value>.

Explanation:
The value you referenced to another variable has incompatible datatypes and cannot be converted.
User Response:
If the initial value is defined in a parameter file, edit the parameter file associated with the session.
If the initial value is not defined in the parameter file, go to the mapping and edit the initial value specified in the variable/parameter dialog box.

VAR_27057 Data value overflowed or too large in converting <data value>.

Explanation:
The Integration Service checks if the data is valid before saving the final value in the repository. The data value overflowed.
User Response:
Change the precision of the variable/parameter if necessary.

VAR_27061 Error: cannot find <workflow/worklet> variable of name <name> referenced in <workflow/worklet> <name>.

Explanation:
The workflow or worklet expression contains a variable that is not declared. You may have mistyped the variable name in the expression.
User Response:
Check the variable name in the workflow or worklet expression.

VAR_27062 Warning! Cannot find section for <workflow/worklet> <name> and folder <name> in parameter file <name>.

Explanation:
The parameter file does not contain a section for the named workflow or worklet.
User Response:
Check the parameter file. Create a section for the workflow or worklet, or correct the folder, workflow, or worklet name in the parameter file.
Explanation:
The folder name contains a period character (.). The Integration Service uses the period character (.) to qualify folder, workflow, and session names when you run a workflow with a parameter file. If the folder name contains a period (.), the Integration Service cannot qualify the names properly and fails the workflow.
User Response:
Check the folder name and make sure that it does not contain a period. If the folder name contains a period, deploy the mapping and the workflow to another folder.

VAR_27064 Error: failed to persist <workflow/worklet> variable value(s) for <name> into the repository.

Explanation:
Internal error. The Integration Service failed to write a persistent workflow or worklet variable value to the repository.
User Response:
Contact Informatica Global Customer Support.

VAR_27067 Error in parsing last saved timestamp <date/time value> for <workflow/worklet> variable <name>. Ignore the persisted value in the repository.

Explanation:
Internal error. The Integration Service failed to pass the timestamp value for the named workflow or worklet variable.
User Response:
Contact Informatica Global Customer Support.

VAR_27068 Error in parsing last saved timestamp <date/time value> for persisted value of <workflow/worklet> variable <name>. Ignore the persisted value in the repository.

Explanation:
Internal error. The Integration Service failed to pass the timestamp value for the persistent value of the named workflow or worklet variable.
User Response:
Contact Informatica Global Customer Support.

VAR_27069 Error in getting the final value for workflow variable <name>. Skip updating the persisted value for this variable.

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

VAR_27072 Error: illegal to set the override value for pre-defined workflow variable <name>.

Explanation:
You are trying to override the value of a pre-defined workflow variable in a parameter file. This is not allowed.
User Response:
Either remove the variable from the parameter file or use a user-defined workflow variable in the expression.

VAR_27073 Internal error: decimal datatype is not supported for <variable type>.

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

VAR_27075 Error: cannot reference to <variable/parameter type> <variable/parameter name> whose value is NULL.

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

VAR_27079 Warning: <variable type>: <variable name>, NULL override value not valid. The override value is set to empty string.

Explanation:
You set a mapping variable to NULL in the parameter file, but the variable cannot have a null value. The Integration Service reset the variable value to an empty string.
User Response:
Check the value of the variable in the parameter file. Set it to a value other than NULL.

VAR_27086 Cannot find specified parameter file <file name> for <workflow/session name>.

Explanation:
The Integration Service cannot find the parameter file.
User Response:
Verify that the parameter file exists in the location specified in the pmcmd command line, workflow properties, or session properties. Verify that the parameter file name is spelled correctly.

VAR_27097 Error: Failed to read line from parameter file <file name> for <workflow/session name>.

Explanation:
The Integration Service cannot read the parameter file.
User Response:
Verify that the user configured to start Informatica Services has read permission on the parameter file directory. Verify that the parameter file is valid.