XSW: How to run a collection on a system that does not contain Netbatch or Multibatch.
1. Setup and save a Collection Criteria via the GUI.
2. Create and Obey a file on the host with the following contents. #frame
#push #informat
#SET #INFORMAT TACL
#push #defaults
volume <xsw-installation>
#push #assign
clear assign all
assign taclcstm,xyswcstm
#push #param
clear param all
PARAM XSWP1 "<collection-name>"
PARAM XSWP3 "<collection-name>"
PARAM XSWP4 [#defaults]
PARAM XSWP5 DEFAULT
PARAM XSWP7 $S.#X305.BATCH
PARAM XSWP20 [#processinfo/logonname/]
run xyswstrt
#pop #param
#pop #informat
#pop #assign
#pop #defaults
#unframe
Where
<xsw-installation> = \<Node>.$<Volume/Subvolume of XSW Host Installation> eg \NODEA.$SYSTEM.XYGATESW
<collection-name> = Collection name as specified in the Collection Criteria in the GUI.
As this is a manual operation the TACL session must remain available until the collection ends.
3. Once it has completed, the collection may be downloaded manually from the GUI or an active Service Processor.
If this article did not provide a solution, please open a case with our support team by sending an email message to support@xypro.com.