SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 13852: CPSITEUP fails to copy some catalog entries

DetailsHotfixAboutRate It
Due to a change in CPSITEUP code in ITRM 2.7, the CPSITEUP macro may
fail to copy certain customized catalog entries (user-written formats
such as CPHDAY and SHIFT).

To circumvent this problem,  submit a program like the example below.
It may be submitted as part of CPSITEUP, or submitted separately (as
long as the correct libname statements are used).

   PROC CATALOG CATALOG=OLDSITE.CPFMTS;
    COPY OUT=PRODSITE.CPFMTS;
       SELECT SHIFT / ET=FORMATC;
       SELECT CPHDAY / ET=FORMAT;
   QUIT:

OLDSITE should point to your current production/default SITELIB.  Access
this library in read mode.

PRODSITE should refer to your chosen library for the production SITELIB
for the newly installed release of SAS IT Resource Management.  Access
this library in update mode.

Make sure there is a backup of your PRODSITE SITELIB library since it
will be updated.

This problem will be corrected in a future release of ITRM.


A fix for this issue is available at:

http://www.sas.com/techsup/download/hotfix/itrm27.html#013852


Operating System and Release Information

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