How do you set up BCPII in Top Secret?
Release: Top Secret 16.0
Below is the normal setup for BCPii:
1. Own the following IBMFAC resource:
--------------------------------------------------------------------------
TSS ADD(dept) IBMFAC(HWI.)
=====================================
2. Create HWIBCPII acid, the STC acid with BYPASS:
--------------------------------------------------------------------------
TSS CREATE(HWIBCPII) TYPE(USER) NAME('BCPII STC ACID') PASSWORD(xxxx,0)
DEPARTMENT(dept)
TSS ADD(HWIBCPII) NODSNCHK NOVOLCHK NORESCHK NOSUBCHK NOLCFCHK
We recommend that all started task (STC) acids be given a password and
OPTIONS(4) be set in the TSS parameter file. OPTIONS(4) will eliminate the
prompt for a password when the STC starts, but if someone tries to signon
with the STC acid, he will need to know the password.
=================================================
3. Add the STC acid to the STC record:
--------------------------------------------------------------------------
TSS ADDTO(STC) ACID(HWIBCPII) PROCNAME(stc-hwibcpii)
=================================================
4. Permit the stc acid and the ALL record to access to BCPII:
--------------------------------------------------------------------------
TSS PER(HWIBCPII) IBMFAC(HWI.TARGET.xxxx.xxxx) APPLDATA(XYZ123)
XYZ123 should be replaced by your community name.
TSS PER(ALL) IBMFAC(HWI.TARGET.xxxx.xxxx) APPLDATA(XYZ123)
Other users have reported HWI014I message which was caused by starting BCPII before Top Secret is completely initialized and have resolved the problem by stopping and restarting HWIBCPII started task using the Start HWISTART.
Please note that IBMFAC does not support masking. The permits are high level qualifiers so anything longer is also permitted.