SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 11161: "ERROR: Create failed. MVSRC=4." when running CPHTREE

DetailsHotfixAboutRate It
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

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS IT Management Solutions Core Components MVA Dataz/OS2.62.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.