The SAMS (Vantage host) task received the error VAN0730E when try to refresh or run a system script.
When tried to run the following commands
/F SAMS,AUTO,REFRESH=SYSTEM,DSKHSMCC
/F SAMS,AUTO,FIRE=SYSTEM,DSKHSMCC
The following errors were received.
VAN0730E Automation Script Command failed to execute, RC=76
VAN0730E Automation Script Command failed to execute, RC=70
Event Dispatcher (SYSTEM) does not exist
1. Start the event dispatcher with the following command:
/F SAMS,AUTO,START=event
The event can be any of the following:
AUDIT (HSM audit functions)
CONMSG (console messages)
CONSLOG (Console Server)
DMSMSG (Disk messages)
GOA (General Object Automation)
HSMLOG (DFSMShsm log messages)
LOG (user log scripts)
MAILBOX (user mailbox system)
MULTITH (general multi-threaded server)
OPNCLZFD (open and close server for Disk files data sets)
RTHSMMSG (DFSMShsm real-time messages)
SINGLETH (general single-threaded server)
SYSTEM (system scripts)
For example, in this case, to start the system scripts event dispatcher, use the following command.
/F SAMS,AUTO,START=SYSTEM
2. Then refresh / run the system scripts.
Refer to Vantage tech doc VAN0730E for other return codes.