Usage Note 9360: Error Messages ICH420I and BPXP014I when connecting to the Inttech
Object Spawner or SAS/CONNECT Spawner
When connecting from a client to the SAS Spawner, the following (or
similar) error may occur in the SYSLOG:
ICH420I Program SKTHRED caused the environment to become
uncontrolled.
BPXP014I Environment must be controlled for Daemon (BPX.DAEMON)
processing.
This indicates that RACF Program Control is enabled on this machine.
The solution is to ensure that all executable libraries allocated in the
spawner startup are under program control. This can be done via the
following RACF command:
RDEFINE PROGRAM * UACC(READ) ADDMEM
('SAS.SPAWN.LIBRARY'//NOPADCHK +
'SAS.SASC.TRANSLIB'//NOPADCHK)
Next issue the following command to refresh. Note that this command
must be issued on the same machine that the spawner is running on:
SETROPTS WHEN(PROGRAM) REFRESH
If you are running z/OS 1.4 and you have program control defined
correctly, then you may still get the above message due to a problem
with the IDENTIFY macro. Please refer to IBM APAR OA02711 / PTF
UA03367.
Operating System and Release Information
| SAS System | SAS Integration Technologies | z/OS | 9 TS M0 | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
| Type: | Usage Note |
| Priority: | medium |
| Topic: | Software Components ==> Object Spawner
|
| Date Modified: | 2003-06-26 13:47:46 |
| Date Created: | 2003-02-06 17:44:29 |