[UVC] Filtering with task using parenthesis in its name
search cancel

[UVC] Filtering with task using parenthesis in its name

book

Article ID: 217407

calendar_today

Updated On:

Products

CA Automic Dollar Universe

Issue/Introduction

When my task is 

TSK(SOMETHING)(SOMETHING)(SOMETHING)(SOMETHING)

filtering on this name won't work (e.g from the Tasks - Name field or even from the "Monitoring" field)

Environment

Release : 6.10

Component : DOLLAR UNIVERSE

Cause

The "(" and ")" are impacting the regex used for the filter.

Resolution

Workarounds :

- Add a "*" at the end of your filter

- Protect the parenthesis using "\" :

From : 

"TSK(SOMETHING)(SOMETHING)(SOMETHING)(SOMETHING)"

To :

"TSK\(SOMETHING\)\(SOMETHING\)\(SOMETHING\)\(SOMETHING\)"