Defining ACID for TIBCO MFT Platform Server for z/OS Started Task
For the Platform Server to function properly, you must define the Accessor ID (ACID) to CA-Top Secret.
- Procedure
- You can use the following command to define an ACID such as
CFUSIONthat the Platform Server started task runs as:TSS CREATE(CFUSION) NAME(‘CYBERFUSION FILE TRANSFER’) PASSWORD(NOPW) DEPARTMENT(SYSTEMS) FACILITY(STC) MASTFAC(FUSION)
Where:
- The
PASSWORDparameter is set toNOPWbecause the Platform Server runs as a started task. - The
DEPARTMENTparameter specifies an existing department within your CA-Top Secret database. - The
FACILITYparameter,STC, defines the Platform Server to run as a started task. - The
MASTFACparameter is the name you assigned for the Platform Server in the Facilities matrix table in Defining TIBCO MFT Platform Server for z/OS as a Multi-User Facility.
- The