Message Reference > R Message Codes > REGEX Messages
  

REGEX Messages

REGEX_34005 REG_MATCH function takes two arguments.

Explanation:
The number of arguments passed to the function was invalid.
User Response:
Verify the syntax of the function.

REGEX_34006 The subject and pattern argument must be of the char datatype.

Explanation:
The datatype of the argument passed to the function was invalid.
User Response:
Verify that the datatype of the argument is of type Char.

REGEX_34007 The Integration Service failed to compile the pattern.

Explanation:
The Integration Service could not compile the expression because the pattern provided for the function was invalid.
User Response:
Verify that the pattern provided for the function is valid.

REGEX_34008 REG_EXTRACT function requires at least two arguments.

Explanation:
The number of arguments passed to the function was invalid.
User Response:
Verify the syntax of the function.

REGEX_34009 REG_EXTRACT function takes a maximum of three arguments.

Explanation:
The number of arguments passed to the function was invalid.
User Response:
Verify the syntax of the function.

REGEX_34010 The Integration Service failed to validate the subject because of a perl compatible regular expression syntax error.

Explanation:
The Integration Service could not validate the value for the subject argument, because there was a perl compatible regular expression syntax error. There might not be enough system memory. Or, the value of the subject argument may contain invalid syntax.
User Response:
Verify that the system contains enough memory.
Verify the syntax of the expression. Use perl compatible regular expression syntax.

REGEX_34011 The Integration Service failed to extract the subpattern because of a perl compatible regular expression syntax error.

Explanation:
The Integration Service could not extract the subpattern, because there was a perl compatible regular expression syntax error. There might not be enough system memory. Or, the subpattern may contain invalid syntax.
User Response:
Verify that the system contains enough memory.
Verify the syntax of the expression. Use perl compatible regular expression syntax.

REGEX_34014 REG_REPLACE function takes three or four arguments.

Explanation:
The number of arguments passed to the function was invalid.
User Response:
Verify the syntax of the function.