-- 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 int NOT NULL, MOBILECONFIG image null, 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