1234567891011121314151617181920212223 |
- -- Licensed Materials - Property of IBM
- --
- -- BI and PM: CM
- --
- -- (C) Copyright IBM Corp. 2013
- --
- -- US Government Users Restricted Rights - Use, duplication or disclosure
- -- restricted by GSA ADP Schedule Contract with IBM Corp.
- create table CMOBJPROPS83 (
- CMID integer not null,
- MOBILECONFIG blob,
- primary key (CMID) constraint PK_CMOBJPROPS83
- ) lock mode row;
- insert into CMOBJPROPS83 (CMID) select CMID from CMOBJECTS where CLASSID = 4;
- !RunCMScript CMUpgradeScript_cognos_roles15_add.xml
- !RunCMScript CMUpgradeScript_cognos_roles15_update.xml
- !RunCMScript CMUpgradeScript_capabilities_55.xml
|