Filter in GOA script corrupted after modified via Web Client
search cancel

Filter in GOA script corrupted after modified via Web Client

book

Article ID: 133774

calendar_today

Updated On:

Products

Vantage Storage Resource Manager

Issue/Introduction

Trying to modify an existing multiphase GOA script using the web client corrupted the script:


This is the original part of the script:


<EVENT_PROCEDURE>
SELECT_OBJ=POOLS
SET_REALTIME
SET_FILTER='SG Name' INCL PDATADO AND 'Type' INCL SMS AND '% Allo' >= 90
EXECUTE
DO_FOR_ALL
ZOOM_TO_OBJ=POOLVOLS
SET_REALTIME
SET_FILTER=SMSST INCL DISNEW
EXECUTE
SELECT_RECORDS=FIRST=1

...


the web client removed the following statements:



SET_FILTER='SG Name' INCL PDATADO AND 'Type' INCL SMS AND '% Allo' >= 90
EXECUTE
DO_FOR_ALL
ZOOM_TO_OBJ=POOLVOLS


and the following is left:


<EVENT_PROCEDURE>
SELECT_OBJ=POOLS
SET_REALTIME
SET_FILTER=SMSST INCL DISNEW
EXECUTE
SELECT_RECORDS=FIRST=1
...


making the script unusable.

Environment

Release : 14.0

Component : CA Vantage Storage Resource Manager

Resolution

This is not supported with WebUI 14.0.5 and will be available with next WebUI, which should be GA in September 2019.