Problem Note 11161: "ERROR: Create failed. MVSRC=4." when running CPHTREE
The following error message may be generated in the SAS Log when the
ITRM CPHTREE macro is executed - despite having the correct UNIX Systems
Services permissions specified:
ERROR: Create <directory-name> failed. MVSRC=4.
This problem may surface if the home directory for the output web tree
contains an environment file (such as .profile).
To circumvent this problem, make a backup of the CPXEQCMD macro
(located in the autocall library that ITRM uses), then replace
following statements:
if &failif then do;
call symput ("&_rc", "4");
end;
with these statements:
if &failif then
call symput ("&_rc", "4");
else
call symput ("&_rc", "0");
This problem will be corrected in a future release of ITRM.
A Technical Support hot fix for SAS IT Resource Management Release 2.6
for this issue is available at:
http://www.sas.com/techsup/download/hotfix/itrm26.html
Operating System and Release Information
SAS System | SAS IT Management Solutions Core Components MVA Data | z/OS | 2.6 | 2.7 | | |
*
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: | Problem Note |
Priority: | high |
Topic: | System Administration ==> Servers
|
Date Modified: | 2004-02-23 14:53:39 |
Date Created: | 2003-10-29 12:51:42 |