-- 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(4000), CONSTRAINT PK_CMOBJPROPS83 PRIMARY KEY (CMID) ) 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