Vantage GOA SCRIPTs -VKG0400I BUFSIZE=72 too Small -86 Bytes Needed
search cancel

Vantage GOA SCRIPTs -VKG0400I BUFSIZE=72 too Small -86 Bytes Needed

book

Article ID: 145389

calendar_today

Updated On:

Products

Vantage Storage Resource Manager

Issue/Introduction

 

The following message is displayed on the log  "VKG0400I BUFSIZE=72 too Small -86 Bytes Needed,CNMTEST"
and some times it comes with the message "VKG0400I INVALID PARAMETER DATA FOR OBJECT ACTION, FIELD NUMBER: 00,CNMTEST"

The scripts executes well, unless it has an e-mail to send as action when the event triggers.


  

Environment

Release : 14.0

Component : CA Vantage Storage Resource Manager

Resolution

The error occurs due to a missing blank line between 'CREATE_ALERT=' and 'CMD=D T ' .
Find below a working script where the emails can be substituted as per convenience at the users:


EVENT_TYPE=GOA
TITLE=CNMS TESTE WTOR
DESCRIPTION1=CNMS TESTE WTOR
SIMULATE=N
ENABLED=Y
LOAD_SCRIPT=Y
FIRE_AT_LOAD=Y
STARTTIME=0000
ENDTIME=2400
PERFORM_EVT_PROC=INTERVAL=2

SELECT_OBJ=SY285000
SET_REALTIME
SET_FILTER='Jobname' =CNMS
EXECUTE
SEL_LINE=1,0
CREATE_ALERT=Severity=4 ,Type=CNMSTEST ,Description=CNMS TEST WTOR

CMD=D T
PERFORM_CMD
[email protected],[email protected],SUBJECT=Vantage Autom
ation Test - Teste de Reply CNMS
[email protected]
EMAIL_TXT=Vantage Automation Test - Teste de Reply CNMS
EMAIL_TXT=
EMAIL_TXT=LPAR: %%UNIQLPAR%%
EMAIL_TXT=JobName: %%SYSV0001%%
EMAIL_TXT=Message: %%SYSV0008%%
EMAIL_TXT=Status: %%SYSV1021%%
EMAIL_TXT=Timestamp: %%DATE%% - %%TIME%%
EMAIL_TXT=
EMAIL_TXT=The boys are awesome!!
PERFORM_EMAIL

Once the script is corrected, it should be refreshed and fired.