Problem Note 13094: ERROR: This PDB was created under a different SAS version (8) and cannot
be accessed in in WRITE mode
After installing ITRM 2.7 on z/OS, the following message may appear in a
SAS Log:
ERROR: This PDB was created under a different SAS version
(8) and cannot be accessed in WRITE mode.
It can, however, be accessed in READONLY mode.
There are three scenarios in which this message can appear:
1. The message is in the SAS Log after running the ITRMPOST job.
Reference #013055 for details regarding this occurrence.
2. The message appears when attempting to access a PDB created with a
release prior to ITRM 2.7. Reference the "Migrating Your SAS® IT
Resource Management Environment from SAS 8 to SAS 9" documentation
for details on PDB conversion:
http://support.sas.com/documentation/onlinedoc/itsv/index.html#migrate
3. The message appears when attempting to access a new PDB created with
ITRM 2.7. This can happen because the PDB options were not
populated correctly. To circumvent this problem, follow these
steps:
If you will be using only a single ITRM 2.7 sitelib (and not
sharing this sitelib with other ITRM/ITSV releases), you can
make a backup of your prefix.sitelib, then run a program (similar
to the sample below) against a newly created (and active) PDB using
ITRM 2.7:
%CPSTART(ROOT=root_location,
MODE=BATCH,
PDB=name_of_newly_created_pdb,
DISP=OLD,
SITELIB=site_library);
%CPPDBOPT(COPY=PGMLIB,TYPE=DICTLIB);
%CPPDBOPT(COPY=DICTLIB,TYPE=SITELIB);
After running this program, the problem will be corrected for the
newly created PDB and any new PDBs created thereafter with ITRM
2.7.
If you will *NOT* be using a single sitelib or will be sharing a
sitelib with a previous release of ITRM, you will need to run a
program similar to the following sample for each PDB that has been
created using ITRM 2.7:
%CPSTART(ROOT=root_location,
MODE=BATCH,
PDB=name_of_newly_created_pdb,
DISP=OLD);
%CPPDBOPT(COPY=PGMLIB,TYPE=DICTLIB);
A fix for this issue is available at:
http://www.sas.com/techsup/download/hotfix/itrm27.html#013094
Operating System and Release Information
SAS System | SAS IT Management Solutions Core Components MVA Data | z/OS | 2.7 | 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: | 2007-10-26 13:15:20 |
Date Created: | 2004-08-18 14:42:11 |