Error-Rename-Pattern; Match-Pattern; Processing-Rename-Pattern - IBM WebSphere XS40 Command Reference Manual

Datapower xml security gateway
Table of Contents

Advertisement

error-rename-pattern

Specifies the rename pattern when a file could not be processed.
Syntax
error-rename-pattern pattern
Parameters
pattern Defines a PCRE that defines the rename pattern.
Guidelines
The error-rename-pattern command specifies the PCRE to rename a file when it
could not be processed.
This command is relevant when error-delete is off. Otherwise, it is ignored.
PCRE documentation is available at the following web site:
Related Commands
error-delete

match-pattern

Specifies the file name pattern for the search criteria.
Syntax
match-pattern pattern
Parameters
pattern Defines a PCRE to use as the match pattern to search the contents of the
Guidelines
The match-pattern command specifies the PCRE used to match the contents of the
directory being polled. If there is file-renaming or there is a response, this PCRE
must create PCRE back references using () pairs.
For example, if input files are NNNNNN.input the match-pattern would be
([0-9] {6})\.input$.
PCRE documentation is available at the following web site:

processing-rename-pattern

Specifies the rename pattern when a file could be processed.
504
Command Reference
http://www.pcre.org
directory.
http://www.pcre.org

Advertisement

Table of Contents
loading

Table of Contents