SET QUOTED_IDENTIFIER OFF -- ------------ Genernerated from [../../../Source/CommServer/Db/TblScript/simBinarySet.script] ---------- -- ALLOW_COMMENTS_BELOW_HERE: -- ---------------------------------------------------------------------- -- -- Copyright (c) 1998 CommVault Systems, Inc. -- All rights reserved. -- -- -- This is unpublished proprietary source code of CommVault -- Systems, Inc. The copyright notice above does not evidence -- any actual or intended publication of such source code. -- ----------------------------------------------------------------------*/ -- rcsid[]="@(#)$Source: /cvs/cvsrepro/GX/vaultcx/Source/CommServer/Db/TblScript/simBinarySet.script,v $ $Id: simBinarySet.script,v 1.13 2011/08/09 14:21:37 spedditi Exp $"; -- TABLENAME simBinarySet print '... inserting Table: simBinarySet_DBU' GO ---Remove it in upgrade scripts DECLARE @tblRetCode integer -- TABLENAME simBinarySet if not exists (select * from simBinarySet_DBU where id = 0) insert into simBinarySet_DBU(id, name, processorID, processorName, procDisplayName) values (0, "Invalid Binary Set", 0, "Invalid", "Invalid Processor Name") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simBinarySet_DBU]' END ----------------------------------------------------- if not exists (select * from simBinarySet_DBU where id = 1) insert into simBinarySet_DBU(id, name, processorID, processorName, procDisplayName) values (1, "win32", 1, "win32", "Win32") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simBinarySet_DBU]' END ----------------------------------------------------- if not exists (select * from simBinarySet_DBU where id = 2) insert into simBinarySet_DBU(id, name, processorID, processorName, procDisplayName) values (2, "win64", 0, "Invalid", "Invalid Processor Name") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simBinarySet_DBU]' END ----------------------------------------------------- if not exists (select * from simBinarySet_DBU where id = 3) insert into simBinarySet_DBU(id, name, processorID, processorName, procDisplayName) values (3, "winx64", 2, "winx64", "WinX64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simBinarySet_DBU]' END ----------------------------------------------------- if not exists (select * from simBinarySet_DBU where id = 4) insert into simBinarySet_DBU(id, name, processorID, processorName, procDisplayName) values (4, "netware", 0, "Invalid", "Invalid Processor Name") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simBinarySet_DBU]' END ----------------------------------------------------- if not exists (select * from simBinarySet_DBU where id = 5) insert into simBinarySet_DBU(id, name, processorID, processorName, procDisplayName) values (5, "aix5.1", 8, "aix-ppc", "Aix PPC") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simBinarySet_DBU]' END ----------------------------------------------------- if not exists (select * from simBinarySet_DBU where id = 6) insert into simBinarySet_DBU(id, name, processorID, processorName, procDisplayName) values (6, "aix5.2", 8, "aix-ppc", "Aix PPC") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simBinarySet_DBU]' END ----------------------------------------------------- if not exists (select * from simBinarySet_DBU where id = 7) insert into simBinarySet_DBU(id, name, processorID, processorName, procDisplayName) values (7, "aix5.3", 8, "aix-ppc", "Aix PPC") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simBinarySet_DBU]' END ----------------------------------------------------- if not exists (select * from simBinarySet_DBU where id = 8) insert into simBinarySet_DBU(id, name, processorID, processorName, procDisplayName) values (8, "solaris2.7", 9, "sol-sparc", "Solaris SPARC") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simBinarySet_DBU]' END ----------------------------------------------------- if not exists (select * from simBinarySet_DBU where id = 9) insert into simBinarySet_DBU(id, name, processorID, processorName, procDisplayName) values (9, "solaris2.8", 9, "sol-sparc", "Solaris SPARC") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simBinarySet_DBU]' END ----------------------------------------------------- if not exists (select * from simBinarySet_DBU where id = 10) insert into simBinarySet_DBU(id, name, processorID, processorName, procDisplayName) values (10, "solaris2.10", 9, "sol-sparc", "Solaris SPARC") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simBinarySet_DBU]' END ----------------------------------------------------- if not exists (select * from simBinarySet_DBU where id = 11) insert into simBinarySet_DBU(id, name, processorID, processorName, procDisplayName) values (11, "solaris2.10-x86_64", 10, "sol-x8664", "Solaris X86_64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simBinarySet_DBU]' END ----------------------------------------------------- if not exists (select * from simBinarySet_DBU where id = 12) insert into simBinarySet_DBU(id, name, processorID, processorName, procDisplayName) values (12, "hp11.00", 11, "hp-risc", "Hp RISC") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simBinarySet_DBU]' END ----------------------------------------------------- if not exists (select * from simBinarySet_DBU where id = 13) insert into simBinarySet_DBU(id, name, processorID, processorName, procDisplayName) values (13, "hp11.11", 11, "hp-risc", "Hp RISC") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simBinarySet_DBU]' END ----------------------------------------------------- if not exists (select * from simBinarySet_DBU where id = 14) insert into simBinarySet_DBU(id, name, processorID, processorName, procDisplayName) values (14, "hp11.23-ia64", 12, "hp-ia64", "Hp IA64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simBinarySet_DBU]' END ----------------------------------------------------- if not exists (select * from simBinarySet_DBU where id = 15) insert into simBinarySet_DBU(id, name, processorID, processorName, procDisplayName) values (15, "osf15.1", 0, "Invalid", "Invalid Processor Name") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simBinarySet_DBU]' END ----------------------------------------------------- if not exists (select * from simBinarySet_DBU where id = 16) insert into simBinarySet_DBU(id, name, processorID, processorName, procDisplayName) values (16, "linux-glibc2.2", 3, "linux-x86", "Linux X86") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simBinarySet_DBU]' END ----------------------------------------------------- if not exists (select * from simBinarySet_DBU where id = 17) insert into simBinarySet_DBU(id, name, processorID, processorName, procDisplayName) values (17, "linux-glibc2.3", 3, "linux-x86", "Linux X86") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simBinarySet_DBU]' END ----------------------------------------------------- if not exists (select * from simBinarySet_DBU where id = 18) insert into simBinarySet_DBU(id, name, processorID, processorName, procDisplayName) values (18, "linux-glibc2.3-x86_64", 4, "linux-x8664", "Linux X86_64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simBinarySet_DBU]' END ----------------------------------------------------- if not exists (select * from simBinarySet_DBU where id = 19) insert into simBinarySet_DBU(id, name, processorID, processorName, procDisplayName) values (19, "linux-ia64-glibc2.2", 5, "linux-ia64", "Linux IA64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simBinarySet_DBU]' END ----------------------------------------------------- if not exists (select * from simBinarySet_DBU where id = 20) insert into simBinarySet_DBU(id, name, processorID, processorName, procDisplayName) values (20, "linux-ia64-glibc2.3", 5, "linux-ia64", "Linux IA64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simBinarySet_DBU]' END ----------------------------------------------------- if not exists (select * from simBinarySet_DBU where id = 21) insert into simBinarySet_DBU(id, name, processorID, processorName, procDisplayName) values (21, "darwin", 15, "dwn-x86", "Darwin X86") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simBinarySet_DBU]' END ----------------------------------------------------- if not exists (select * from simBinarySet_DBU where id = 22) insert into simBinarySet_DBU(id, name, processorID, processorName, procDisplayName) values (22, "darwin6-ipv4", 15, "dwn-x86", "Darwin X86") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simBinarySet_DBU]' END ----------------------------------------------------- if not exists (select * from simBinarySet_DBU where id = 23) insert into simBinarySet_DBU(id, name, processorID, processorName, procDisplayName) values (23, "irix6.5", 0, "Invalid", "Invalid Processor Name") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simBinarySet_DBU]' END ----------------------------------------------------- if not exists (select * from simBinarySet_DBU where id = 24) insert into simBinarySet_DBU(id, name, processorID, processorName, procDisplayName) values (24, "freebsd5", 13, "fbsd-x86", "Freebsd X86") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simBinarySet_DBU]' END ----------------------------------------------------- if not exists (select * from simBinarySet_DBU where id = 25) insert into simBinarySet_DBU(id, name, processorID, processorName, procDisplayName) values (25, "freebsd6", 13, "fbsd-x86", "Freebsd X86") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simBinarySet_DBU]' END ----------------------------------------------------- if not exists (select * from simBinarySet_DBU where id = 26) insert into simBinarySet_DBU(id, name, processorID, processorName, procDisplayName) values (26, "linux-glibc2.3-ppc64", 6, "linux-ppc64", "Linux PPC64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simBinarySet_DBU]' END ----------------------------------------------------- if not exists (select * from simBinarySet_DBU where id = 27) insert into simBinarySet_DBU(id, name, processorID, processorName, procDisplayName) values (27, "freebsd4", 13, "fbsd-x86", "Freebsd X86") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simBinarySet_DBU]' END ----------------------------------------------------- if not exists (select * from simBinarySet_DBU where id = 28) insert into simBinarySet_DBU(id, name, processorID, processorName, procDisplayName) values (28, "freebsd7", 13, "fbsd-x86", "Freebsd X86") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simBinarySet_DBU]' END ----------------------------------------------------- if not exists (select * from simBinarySet_DBU where id = 29) insert into simBinarySet_DBU(id, name, processorID, processorName, procDisplayName) values (29, "linux-glibc2.3-s390", 7, "linux-s390", "Linux S390") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simBinarySet_DBU]' END ----------------------------------------------------- if not exists (select * from simBinarySet_DBU where id = 30) insert into simBinarySet_DBU(id, name, processorID, processorName, procDisplayName) values (30, "freebsd7-x86_64", 14, "fbsd-x8664", "Freebsd X86_64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simBinarySet_DBU]' END ----------------------------------------------------- if not exists (select * from simBinarySet_DBU where id = 31) insert into simBinarySet_DBU(id, name, processorID, processorName, procDisplayName) values (31, "aix5.3-64", 8, "aix-ppc", "Aix PPC") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simBinarySet_DBU]' END ----------------------------------------------------- if not exists (select * from simBinarySet_DBU where id = 32) insert into simBinarySet_DBU(id, name, processorID, processorName, procDisplayName) values (32, "solaris2.8-64", 9, "sol-sparc", "Solaris SPARC") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simBinarySet_DBU]' END ----------------------------------------------------- if not exists (select * from simBinarySet_DBU where id = 33) insert into simBinarySet_DBU(id, name, processorID, processorName, procDisplayName) values (33, "solaris2.10-64", 9, "sol-sparc", "Solaris SPARC") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simBinarySet_DBU]' END ----------------------------------------------------- if not exists (select * from simBinarySet_DBU where id = 34) insert into simBinarySet_DBU(id, name, processorID, processorName, procDisplayName) values (34, "hp11.11-64", 11, "hp-risc", "Hp RISC") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simBinarySet_DBU]' END ----------------------------------------------------- -- END : 8.0 GO -- ------------ Genernerated from [../../../Source/CommServer/Db/TblScript/simOS.script] ---------- -- ALLOW_COMMENTS_BELOW_HERE: -- ---------------------------------------------------------------------- -- -- Copyright (c) 1998 CommVault Systems, Inc. -- All rights reserved. -- -- -- This is unpublished proprietary source code of CommVault -- Systems, Inc. The copyright notice above does not evidence -- any actual or intended publication of such source code. -- ----------------------------------------------------------------------*/ -- TABLENAME simOS print '... inserting Table: simOS_DBU' GO ---Remove it in upgrade scripts DECLARE @tblRetCode integer -- TABLENAME simOS if not exists (select * from simOS_DBU where id = 0) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (0, 0, 0, 0, "Unknown", "Unknown", "Unknown") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 2) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (2, 2, 6, 8, "4.0", "Build 1381", "Windows NT") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 3) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (3, 2, 6, 8, "5.0", "Build 2195", "Windows 2000") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 4) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (4, 2, 6, 9, "???", "Build ????", "Windows 95") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 5) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (5, 2, 6, 9, "???", "Build ????", "Windows 98") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 6) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (6, 5, 5, 4, "B.11.00", "????", "HP-UX") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 7) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (7, 7, 5, 5, "5.6", "????", "SunOS") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 8) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (8, 9, 10, 10, "3", "12", "NetWare") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 9) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (9, 9, 10, 10, "3", "2", "NetWare") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 10) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (10, 9, 10, 10, "4", "10", "NetWare") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 11) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (11, 9, 10, 10, "4", "11", "NetWare") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 12) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (12, 9, 10, 10, "4", "2", "NetWare") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 13) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (13, 9, 10, 10, "5", "0", "NetWare") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 14) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (14, 7, 5, 5, "5.7", "????", "SunOS") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 15) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (15, 7, 5, 5, "5.8", "????", "SunOS") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 16) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (16, 11, 6, 8, "????", "????", "Data ONTAP") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- -- Added 3 new rows 1.20 = Galaxy 2.5, GSP1 if not exists (select * from simOS_DBU where id = 17) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (17, 12, 6, 8, "????", "????", "Celerra") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 18) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (18, 13, 6, 8, "????", "????", "IP4700") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 19) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (19, 14, 6, 8, "????", "????", "NAS Filer") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- -- 3.7 Duncan added 1 new row for BlueArc if not exists (select * from simOS_DBU where id = 29) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (29, 18, 6, 8, "????", "????", "BlueArc") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- -- 2.6 added entries for multiple OS release licensing if not exists (select * from simOS_DBU where id = 22) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (22, 5, 7, 4, "????", "????", "HP-UX") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 23) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (23, 7, 7, 5, "????", "????", "SunOS") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 20) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (20, 15, 2, 1, "????", "????", "Unix") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 21) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (21, 2, 3, 2, "????", "????", "Windows") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 24) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (24, 2, 6, 8, "5.1", "????", "Windows XP") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 25) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (25, 16, 2, 1, "????", "????", "Linux") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 26) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (26, 5, 5, 4, "B.10.20", "????", "HP-UX") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 27) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (27, 2, 6, 8, "5.1", "????", "Windows XP 64-bit") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 28) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (28, 6, 5, 6, "4", "????", "AIX") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 30) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (30, 19, 5, 11, "V5.1", "????", "OSF1") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- --added for 3.7.1 if not exists (select * from simOS_DBU where id = 31) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (31, 9, 10, 10, "5", "10", "NetWare") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 32) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (32, 9, 10, 10, "6", "0", "NetWare") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- --added for 3.7.1, HP Unix B.11.11 (11i) if not exists (select * from simOS_DBU where id = 33) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (33, 5, 5, 4, "B.11.11", "????", "HP-UX") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- -- Galaxy 4.1 -- .NET server if not exists (select * from simOS_DBU where id = 34) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (34, 2, 6, 8, "5.2", "????", "Windows Server 2003") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 35) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (35, 2, 6, 8, "5.2", "????", "Windows Server 2003 64-bit") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- -- AIX 5 if not exists (select * from simOS_DBU where id = 36) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (36, 6, 5, 6, "5", "????", "AIX") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- -- Generic Netware OS if not exists (select * from simOS_DBU where id = 37) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (37, 9, 10, 10, "????", "????", "NetWare") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 38) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (38, 7, 5, 5, "5.9", "????", "SunOS") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- -- New OS added for 4.5 if not exists (select * from simOS_DBU where id = 39) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (39, 2, 6, 8, "5.2", "????", "Windows XP 64-bit") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 40) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (40, 20, 2, 14, "6.?", "????", "Darwin") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 41) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (41, 9, 10, 10, "6", "50", "NetWare") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 42) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (42, 21, 2, 13, "6.5", "????", "IRIX64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 43) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (43, 23, 2, 13, "4.7-RELEASE", "????", "FreeBSD") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 44) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (44, 5, 5, 4, "B.11.23 Itanium", "????", "HP-UX") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 45) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (45, 24, 6, 8, "????", "????", "NAS") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- --Galaxy 6.1 new OS's if not exists (select * from simOS_DBU where id = 49) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (49, 16, 2, 1, "linux-glibc2.0", "????", "Linux") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 50) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (50, 16, 2, 1, "linux-glibc2.1", "????", "Linux") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 51) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (51, 16, 2, 1, "linux-glibc2.2", "????", "Linux") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 52) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (52, 16, 2, 1, "linux-glibc2.3", "????", "Linux") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 53) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (53, 16, 2, 1, "linux-ia64-glibc2.2", "????", "Linux") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 54) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (54, 16, 2, 1, "linux-glibc2.3-x86_64", "????", "Linux") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 55) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (55, 12, 6, 8, "????", "????", "Centera") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 47) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (47, 7, 5, 5, "5.10", "????", "SunOS") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 56) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (56, 4, 1, 0, "????", "????", "Oracle RAC") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 57) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (57, 23, 2, 13, "5.1-RELEASE", "????", "FreeBSD") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 58) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (58, 16, 2, 1, "linux-ia64-glibc2.3", "????", "Linux") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 46) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (46, 25, 6, 8, "5.2", "????", "Windows Server 2003 x64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 48) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (48, 25, 6, 8, "5.2", "????", "Windows XP x64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 59) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (59, 5, 5, 4, "B.11.23 PA-RISC", "????", "HP-UX") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 60) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (60, 7, 5, 5, "5.10 x86", "????", "SunOS") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 61) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (61, 16, 2, 1, "linux-glibc2.4", "????", "Linux") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 62) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (62, 2, 6, 8, "6.0", "????", "Windows Vista") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 63) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (63, 2, 6, 8, "6.0", "????", "Windows Vista 64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 64) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (64, 25, 6, 8, "6.0", "????", "Windows Vista x64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 65) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (65, 2, 6, 8, "6.0", "????", "Windows Server 2008") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- else update simOS_DBU set name='Windows Server 2008' where id = 65 set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 66) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (66, 2, 6, 8, "6.0", "????", "Windows Server 2008 64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- else update simOS_DBU set name='Windows Server 2008 64' where id = 66 set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 67) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (67, 25, 6, 8, "6.0", "????", "Windows Server 2008 x64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- else update simOS_DBU set name='Windows Server 2008 x64' where id = 67 set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 68) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (68, 16, 2, 1, "linux-glibc2.4-x86_64", "????", "Linux") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 69) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (69, 16, 2, 1, "linux-ia64-glibc2.4", "????", "Linux") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- -- AIX 5.1 if not exists (select * from simOS_DBU where id = 70) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (70, 6, 5, 6, "5.1", "????", "AIX") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- -- AIX 5.2 if not exists (select * from simOS_DBU where id = 71) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (71, 6, 5, 6, "5.2", "????", "AIX") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- -- AIX 5.3 if not exists (select * from simOS_DBU where id = 72) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (72, 6, 5, 6, "5.3", "????", "AIX") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 73) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (73, 23, 2, 13, "6.0-RELEASE", "????", "FreeBSD") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 74) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (74, 5, 5, 4, "B.11.31 Itanium", "????", "HP-UX") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 75) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (75, 5, 5, 4, "B.11.31 PA-RISC", "????", "HP-UX") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 76) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (76, 16, 2, 1, "linux-glibc2.5", "????", "Linux") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 77) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (77, 16, 2, 1, "linux-ia64-glibc2.5", "????", "Linux") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 78) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (78, 16, 2, 1, "linux-glibc2.5-x86_64", "????", "Linux") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- -- AIX 6 if not exists (select * from simOS_DBU where id = 79) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (79, 6, 5, 6, "6", "????", "AIX") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- -- glibc2.6 if not exists (select * from simOS_DBU where id = 80) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (80, 16, 2, 1, "linux-glibc2.6", "????", "Linux") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 81) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (81, 16, 2, 1, "linux-ia64-glibc2.6", "????", "Linux") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 82) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (82, 16, 2, 1, "linux-glibc2.6-x86_64", "????", "Linux") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- -- AIX 6.1 if not exists (select * from simOS_DBU where id = 83) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (83, 6, 5, 6, "6.1", "????", "AIX") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- --DB2 DPF if not exists (select * from simOS_DBU where id = 84) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (84, 4, 1, 0, "????", "????", "DB2 Database Partitioning Feature") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- --Linux support for Power PC if not exists (select * from simOS_DBU where id = 85) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (85, 16, 2, 1, "linux-glibc2.3-ppc", "????", "Linux") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 86) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (86, 16, 2, 1, "linux-glibc2.3-ppc64", "????", "Linux") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 87) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (87, 16, 2, 1, "linux-glibc2.4-ppc", "????", "Linux") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 88) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (88, 16, 2, 1, "linux-glibc2.4-ppc64", "????", "Linux") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 89) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (89, 16, 2, 1, "linux-glibc2.5-ppc", "????", "Linux") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 90) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (90, 16, 2, 1, "linux-glibc2.5-ppc64", "????", "Linux") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 91) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (91, 16, 2, 1, "linux-glibc2.6-ppc", "????", "Linux") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 92) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (92, 16, 2, 1, "linux-glibc2.6-ppc64", "????", "Linux") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- -------------------------- -------------------------- -- GENERIC OS ID: START -- -------------------------- if not exists (select * from simOS_DBU where id = 93) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (93, 2, 6, 8, "????", "????", "New Windows Server") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 94) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (94, 2, 6, 8, "????", "????", "New Windows client") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 95) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (95, 6, 5, 6, "????", "????", "New AIX") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 96) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (96, 23, 5, 13, "????", "????", "New FreeBSD") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 97) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (97, 5, 5, 4, "????", "????", "New HP-UX") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 98) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (98, 16, 2, 1, "????", "????", "New Linux") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 99) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (99, 9, 10, 10, "????", "????", "New NetWare") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 100) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (100, 7, 5, 5, "????", "????", "New SunOS") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 113) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (113, 19, 2, 1, "????", "????", "New OSF1") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 114) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (114, 21, 2, 13, "????", "????", "New IRIX64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 115) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (115, 20, 2, 14, "????", "????", "New Darwin") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 116) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (116, 16, 2, 1, "????", "????", "New OS") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- ------------------------ -- GENERIC OS ID: END -- ------------------------ ------------------------ -------------------------------------------------------- -- 7.0 update: -------------------------------------------------------- if not exists (select * from simOS_DBU where id = 101) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (101, 16, 2, 1, "Linux-glibc2.7", "????", "Linux") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 102) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (102, 16, 2, 1, "Linux-glibc2.8", "????", "Linux") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 103) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (103, 16, 2, 1, "Linux-glibc2.9", "????", "Linux") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 104) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (104, 16, 2, 1, "Linux-glibc2.7-x86_64", "????", "Linux") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 105) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (105, 16, 2, 1, "Linux-glibc2.8-x86_64", "????", "Linux") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 106) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (106, 16, 2, 1, "Linux-glibc2.9-x86_64", "????", "Linux") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 107) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (107, 16, 2, 1, "Linux-glibc2.7_IA64", "????", "Linux") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 108) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (108, 16, 2, 1, "Linux-glibc2.8_IA64", "????", "Linux") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 109) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (109, 16, 2, 1, "Linux-glibc2.9_IA64", "????", "Linux") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 110) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (110, 16, 2, 1, "Linux-glibc2.10", "????", "Linux") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 112) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (112, 16, 2, 1, "Linux-glibc2.10_IA64", "????", "Linux") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 111) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (111, 16, 2, 1, "Linux-glibc2.10-x86_64", "????", "Linux") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- --9.0 Sim OS IDs if not exists (select * from simOS_DBU where id = 200) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (200, 2, 6, 2, "????", "????", "Windows") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 201) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (201, 6, 5, 6, "????", "????", "AIX") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 202) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (202, 23, 5, 13, "????", "????", "FreeBSD") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 203) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (203, 16, 2, 1, "IA64", "????", "Linux") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 204) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (204, 16, 2, 1, "s390", "????", "Linux") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 205) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (205, 19, 2, 11, "????", "????", "OSF1") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 206) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (206, 15, 2, 1, "????", "????", "Unix") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 207) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (207, 23, 5, 13, "7.1", "????", "FreeBSD") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- -- new windows OS if not exists (select * from simOS_DBU where id = 208) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (208, 2, 6, 8, "????", "????", "New Windows Server X86") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 209) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (209, 2, 6, 8, "????", "????", "New Windows Client X86") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 210) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (210, 2, 6, 8, "????", "????", "New Windows Server X64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 211) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (211, 2, 6, 8, "????", "????", "New Windows Client X64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 212) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (212, 2, 6, 8, "????", "????", "New Windows Server IA64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- if not exists (select * from simOS_DBU where id = 213) insert into simOS_DBU (id, simVendorId, type, family, release, version, name) values (213, 2, 6, 8, "????", "????", "New Windows Client IA64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOS_DBU]' END ----------------------------------------------------- GO -- ------------ Genernerated from [../../../Source/CommServer/Db/TblScript/simSystemOS.script] ---------- -- ALLOW_COMMENTS_BELOW_HERE: -- ---------------------------------------------------------------------- -- -- Copyright (c) 1998 CommVault Systems, Inc. -- All rights reserved. -- -- -- This is unpublished proprietary source code of CommVault -- Systems, Inc. The copyright notice above does not evidence -- any actual or intended publication of such source code. -- ----------------------------------------------------------------------*/ -- rcsid[]="@(#)$Source: /cvs/cvsrepro/GX/vaultcx/Source/CommServer/Db/TblScript/simSystemOS.script,v $ $Id: simSystemOS.script,v 1.28 2012/02/03 13:22:44 pankajkumar Exp $"; -- TABLENAME simSystemOS print '... inserting Table: simSystemOS_DBU' GO ---Remove it in upgrade scripts DECLARE @tblRetCode integer -- TABLENAME simSystemOS GO DECLARE @tblRetCode integer if not exists (select * from simSystemOS_DBU where id = 0) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (0, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 2) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (2, 2, 2) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 3) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (3, 2, 3) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 4) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (4, 3, 2) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 5) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (5, 3, 3) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 6) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (6, 4, 2) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 7) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (7, 5, 2) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 8) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (8, 5, 3) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 9) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (9, 2, 4) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 10) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (10, 2, 5) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 11) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (11, 3, 4) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 12) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (12, 3, 5) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 13) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (13, 4, 4) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 14) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (14, 4, 5) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 15) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (15, 5, 4) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 16) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (16, 5, 5) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 17) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (17, 6, 2) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 18) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (18, 6, 3) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 19) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (19, 6, 4) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 20) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (20, 6, 5) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 21) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (21, 6, 8) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 22) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (22, 6, 9) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 23) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (23, 6, 10) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 24) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (24, 6, 11) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 25) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (25, 6, 12) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 26) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (26, 6, 13) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 27) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (27, 2, 8) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 28) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (28, 2, 9) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 29) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (29, 2, 10) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 30) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (30, 2, 11) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 31) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (31, 2, 12) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 32) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (32, 2, 13) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 33) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (33, 3, 8) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 34) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (34, 3, 9) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 35) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (35, 3, 10) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 36) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (36, 3, 11) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 37) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (37, 3, 12) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 38) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (38, 3, 13) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 39) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (39, 5, 8) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 40) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (40, 5, 9) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 41) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (41, 5, 10) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 42) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (42, 5, 11) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 43) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (43, 5, 12) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 44) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (44, 5, 13) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 45) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (45, 4, 8) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 46) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (46, 4, 9) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 47) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (47, 4, 10) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 48) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (48, 4, 11) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 49) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (49, 4, 12) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 50) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (50, 4, 13) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- --Inserted new row if not exists (select * from simSystemOS_DBU where id = 51) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (51, 4, 3) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- --Inserted new row for 1.15 if not exists (select * from simSystemOS_DBU where id = 52) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (52, 7, 7) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 53) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (53, 7, 14) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 54) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (54, 7, 15) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 55) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (55, 8, 16) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- -- Inserted 3 new rows for 1.18. Galaxy 2.5 GSP1. if not exists (select * from simSystemOS_DBU where id = 56) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (56, 9, 17) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 57) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (57, 10, 18) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 77) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (77, 17, 29) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 58) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (58, 11, 19) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 59) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (59, 2, 24) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 60) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (60, 3, 24) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 61) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (61, 4, 24) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 62) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (62, 5, 24) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 63) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (63, 6, 24) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 64) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (64, 12, 6) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 65) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (65, 13, 25) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 66) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (66, 12, 26) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 67) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (67, 14, 24) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 68) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (68, 15, 24) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 69) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (69, 2, 27) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 70) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (70, 3, 27) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 71) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (71, 4, 27) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 72) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (72, 5, 27) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 73) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (73, 6, 27) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 74) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (74, 14, 27) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 75) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (75, 15, 27) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 76) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (76, 16, 28) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 78) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (78, 18, 30) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 79) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (79, 2, 25) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 80) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (80, 3, 25) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 81) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (81, 4, 25) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 82) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (82, 5, 25) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 83) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (83, 6, 25) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 84) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (84, 14, 25) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- --added for 3.7.1 if not exists (select * from simSystemOS_DBU where id = 85) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (85, 6, 31) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 86) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (86, 2, 31) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 87) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (87, 3, 31) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 88) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (88, 5, 31) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 89) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (89, 4, 31) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- --for 6.0 if not exists (select * from simSystemOS_DBU where id = 90) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (90, 6, 32) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 91) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (91, 2, 32) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 92) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (92, 3, 32) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 93) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (93, 5, 32) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 94) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (94, 4, 32) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- -- For 3.7.1 HP Unix B.11.11(11i) if not exists (select * from simSystemOS_DBU where id = 95) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (95, 12, 33) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- -- Galaxy 4.1 if not exists (select * from simSystemOS_DBU where id = 96) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (96, 19, 31) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- -- .NET 32 bit on all pentium hardwares if not exists (select * from simSystemOS_DBU where id = 97) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (97, 3, 34) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 98) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (98, 4, 34) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 99) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (99, 5, 34) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 100) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (100, 6, 34) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- -- .NET 64 on all pentium hardwares if not exists (select * from simSystemOS_DBU where id = 101) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (101, 2, 35) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 102) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (102, 3, 35) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 103) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (103, 4, 35) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 104) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (104, 5, 35) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 105) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (105, 6, 35) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- -- AIX5 on IBM Power pc if not exists (select * from simSystemOS_DBU where id = 106) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (106, 16, 36) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 107) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (107, 14, 34) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 108) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (108, 15, 35) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 109) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (109, 2, 34) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 110) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (110, 7, 38) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- --4.2 Unknown CPU type if not exists (select * from simSystemOS_DBU where id = 111) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (111, 19, 2) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 112) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (112, 19, 3) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 113) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (113, 19, 8) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 114) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (114, 19, 9) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 115) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (115, 19, 10) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 116) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (116, 19, 11) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 117) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (117, 19, 12) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 118) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (118, 19, 13) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 119) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (119, 19, 24) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 120) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (120, 19, 27) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 121) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (121, 19, 32) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 122) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (122, 19, 34) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 123) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (123, 19, 35) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- -- Galaxy 4.2 entries made during 4.5/5.0 if not exists (select * from simSystemOS_DBU where id = 124) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (124, 2, 39) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 125) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (125, 3, 39) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 126) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (126, 4, 39) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 127) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (127, 5, 39) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 128) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (128, 6, 39) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 129) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (129, 14, 39) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 130) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (130, 15, 39) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 131) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (131, 19, 39) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 132) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (132, 20, 40) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- -- Galaxy 4.5 entries if not exists (select * from simSystemOS_DBU where id = 133) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (133, 6, 41) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 134) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (134, 2, 41) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 135) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (135, 3, 41) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 136) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (136, 5, 41) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 137) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (137, 4, 41) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 138) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (138, 19, 41) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 139) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (139, 21, 42) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 140) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (140, 14, 2) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 141) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (141, 14, 3) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 142) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (142, 14, 4) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 143) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (143, 14, 5) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 144) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (144, 14, 8) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 145) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (145, 14, 9) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 146) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (146, 14, 10) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 147) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (147, 14, 11) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 148) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (148, 14, 12) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 149) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (149, 14, 13) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 150) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (150, 14, 31) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 151) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (151, 14, 32) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 152) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (152, 14, 35) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 153) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (153, 14, 41) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- -- START: Galaxy 5.9 entries if not exists (select * from simSystemOS_DBU where id = 154) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (154, 13, 43) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 155) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (155, 2, 43) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 156) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (156, 3, 43) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 157) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (157, 4, 43) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 158) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (158, 5, 43) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 159) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (159, 6, 43) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 160) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (160, 14, 43) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 161) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (161, 15, 25) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 162) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (162, 22, 25) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 163) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (163, 12, 44) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 164) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (164, 22, 44) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 165) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (165, 15, 44) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 166) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (166, 23, 45) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- -- END: Galaxy 5.9 entries -- START: Galaxy 6.1 entries if not exists (select * from simSystemOS_DBU where id = 176) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (176, 13, 49) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 177) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (177, 13, 50) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 178) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (178, 13, 51) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 179) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (179, 13, 52) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 180) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (180, 13, 53) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 181) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (181, 13, 54) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 182) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (182, 24, 55) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 175) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (175, 7, 47) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 183) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (183, 13, 56) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 184) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (184, 13, 57) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 185) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (185, 2, 57) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 186) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (186, 3, 57) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 187) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (187, 4, 57) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 188) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (188, 5, 57) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 189) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (189, 6, 57) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 190) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (190, 14, 57) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- --More linux entries if not exists (select * from simSystemOS_DBU where id = 191) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (191, 2, 49) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 192) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (192, 3, 49) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 193) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (193, 4, 49) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 194) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (194, 5, 49) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 195) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (195, 6, 49) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 196) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (196, 14, 49) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 197) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (197, 15, 49) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 198) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (198, 22, 49) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 199) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (199, 2, 50) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 200) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (200, 3, 50) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 201) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (201, 4, 50) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 202) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (202, 5, 50) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 203) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (203, 6, 50) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 204) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (204, 14, 50) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 205) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (205, 15, 50) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 206) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (206, 22, 50) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 207) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (207, 2, 51) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 208) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (208, 3, 51) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 209) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (209, 4, 51) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 210) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (210, 5, 51) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 211) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (211, 6, 51) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 212) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (212, 14, 51) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 213) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (213, 15, 51) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 214) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (214, 22, 51) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 215) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (215, 2, 52) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 216) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (216, 3, 52) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 217) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (217, 4, 52) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 218) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (218, 5, 52) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 219) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (219, 6, 52) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 220) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (220, 14, 52) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 221) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (221, 15, 52) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 222) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (222, 22, 52) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 223) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (223, 2, 53) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 224) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (224, 3, 53) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 225) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (225, 4, 53) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 226) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (226, 5, 53) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 227) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (227, 6, 53) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 228) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (228, 14, 53) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 229) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (229, 15, 53) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 230) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (230, 22, 53) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 231) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (231, 2, 54) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 232) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (232, 3, 54) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 233) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (233, 4, 54) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 234) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (234, 5, 54) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 235) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (235, 6, 54) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 236) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (236, 14, 54) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 237) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (237, 15, 54) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 238) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (238, 22, 54) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 239) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (239, 15, 58) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 167) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (167, 14, 46) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 168) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (168, 2, 46) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 169) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (169, 3, 46) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 170) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (170, 4, 46) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 171) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (171, 5, 46) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 172) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (172, 6, 46) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 173) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (173, 15, 46) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 174) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (174, 19, 46) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 242) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (242, 25, 46) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 240) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (240, 19, 48) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 241) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (241, 25, 48) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 243) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (243, 12, 59) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- -- END: Galaxy 6.1 entries -- START: Galaxy 7.0 entries if not exists (select * from simSystemOS_DBU where id = 245) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (245, 13, 61) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 246) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (246, 2, 61) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 247) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (247, 3, 61) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 248) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (248, 4, 61) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 249) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (249, 5, 61) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 250) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values ( 250, 6, 61) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 251) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values ( 251, 14, 61) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 252) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values(252, 15, 61) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 253) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values(253, 22, 61) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 254) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (254, 19, 62) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 255) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (255, 19, 63) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 256) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (256, 19, 64) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 257) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (257, 19, 65) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 258) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (258, 19, 66) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 259) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (259, 19, 67) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 244) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (244, 6, 60) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 260) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (260, 26, 40) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 261) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (261, 19, 68) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 262) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (262, 19, 69) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- -- AIX5.1 on IBM Power pc if not exists (select * from simSystemOS_DBU where id = 263) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (263, 16, 70) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- -- AIX5.2 on IBM Power pc if not exists (select * from simSystemOS_DBU where id = 264) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (264, 16, 71) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- -- AIX5.3 on IBM Power pc if not exists (select * from simSystemOS_DBU where id = 265) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (265, 16, 72) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- -- FreeBSD 6.0 if not exists (select * from simSystemOS_DBU where id = 266) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (266, 13, 73) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 267) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (267, 2, 73) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 268) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (268, 3, 73) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 269) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (269, 4, 73) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 270) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (270, 5, 73) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 271) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (271, 6, 73) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 272) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (272, 14, 73) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 273) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (273, 15, 74) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 274) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (274, 12, 75) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 277) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (277, 13, 76) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 278) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (278, 2, 76) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 279) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (279, 3, 76) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 280) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (280, 4, 76) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 281) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (281, 5, 76) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 282) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (282, 6, 76) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 283) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (283, 14, 76) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 284) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (284, 15, 76) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 285) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (285, 22, 76) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 276) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (276, 19, 77) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 275) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (275, 19, 78) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- -- AIX6 on IBM Power pc if not exists (select * from simSystemOS_DBU where id = 286) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (286, 16, 79) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- -- glic2.6 if not exists (select * from simSystemOS_DBU where id = 290) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (290, 13, 80) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 291) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (291, 2, 80) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 292) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (292, 3, 80) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 293) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (293, 4, 80) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 294) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (294, 5, 80) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 295) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (295, 6, 80) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 296) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (296, 14, 80) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 297) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (297, 15, 80) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 298) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (298, 22, 80) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 289) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (289, 15, 81) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 288) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (288, 19, 82) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- -- IBM P series if not exists (select * from simSystemOS_DBU where id = 299) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (299, 16, 52) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 300) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (300, 16, 61) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 301) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (301, 16, 76) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 302) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (302, 16, 80) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- -- AIX6.1 on IBM Power pc if not exists (select * from simSystemOS_DBU where id = 303) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (303, 16, 83) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 287) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (287, 13, 84) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- --Linux support for Power PC if not exists (select * from simSystemOS_DBU where id = 304) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (304, 16, 85) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 305) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (305, 16, 86) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 306) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (306, 16, 87) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 307) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (307, 16, 88) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 308) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (308, 16, 89) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 309) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (309, 16, 90) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 310) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (310, 16, 91) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 311) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (311, 16, 92) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 312) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (312, 27, 93) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 313) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (313, 27, 94) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 314) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (314, 27, 95) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 315) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (315, 27, 96) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 316) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (316, 27, 97) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 317) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (317, 27, 98) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 318) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (318, 27, 99) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 319) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (319, 27, 100) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- ---------------------------------------------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 332) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (332, 27, 113) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 333) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (333, 27, 114) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 334) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (334, 27, 115) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 335) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (335, 27, 116) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- ----------------------------------------------------------------------- -- 7.0 update ----------------------------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 320) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (320, 19, 101) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 321) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (321, 19, 102) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 322) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (322, 19, 103) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 323) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (323, 19, 104) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 324) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (324, 19, 105) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 325) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (325, 19, 106) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 326) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (326, 19, 107) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 327) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (327, 19, 108) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 328) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (328, 19, 109) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 329) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (329, 19, 110) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 330) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (330, 19, 111) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- if not exists (select * from simSystemOS_DBU where id = 331) insert into simSystemOS_DBU(id, simHardwareId, simOSId) values (331, 19, 112) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simSystemOS_DBU]' END ----------------------------------------------------- GO -- ------------ Genernerated from [../../../Source/CommServer/Db/TblScript/simOperatingSystem.script] ---------- -- ALLOW_COMMENTS_BELOW_HERE: -- ---------------------------------------------------------------------- -- -- Copyright (c) 1998 CommVault Systems, Inc. -- All rights reserved. -- -- -- This is unpublished proprietary source code of CommVault -- Systems, Inc. The copyright notice above does not evidence -- any actual or intended publication of such source code. -- ----------------------------------------------------------------------*/ GO DECLARE @tblRetCode integer -- TABLENAME simOperatingSystem print '... inserting Table: simOperatingSystem_DBU' GO ---Remove it in upgrade scripts DECLARE @tblRetCode integer -- TABLENAME simOperatingSystem DELETE simOperatingSystem_DBU set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 98 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- insert into simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) values (0, "Any", "Any", "Any", "Any", "Any") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- insert into simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) values (3, "Windows 2000", "Windows", "Server", "5.0", "X86") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- insert into simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) values (4, "Windows95", "Windows", "Server", "Any", "X86") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- insert into simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) values (5, "Windows98", "Windows", "Server", "Any", "X86") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- insert into simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) values (2, "Windows NT", "Windows", "Server", "4.0", "X86") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- --XP insert into simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) values (24, "Windows XP", "Windows", "Desktop", "5.1", "X86") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- insert into simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) values (48, "Windows XP", "Windows", "Desktop", "5.2", "X64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- insert into simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) values (39, "Windows XP", "Windows", "Desktop", "5.2", "IA64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- insert into simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) values (27, "Windows XP", "Windows", "Desktop", "5.1", "IA64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- --Windows 2003 insert into simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) values (34, "Windows Server 2003", "Windows", "Server", "5.2", "X86") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- insert into simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) values (46, "Windows Server 2003", "Windows", "Server", "5.2", "X64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- insert into simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) values (35, "Windows Server 2003", "Windows", "Server", "5.2", "IA64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- --Vista insert into simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) values (62, "Windows Vista", "Windows", "Desktop", "6.0", "X86") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- insert into simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) values (64, "Windows Vista", "Windows", "Desktop", "6.0", "X64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- insert into simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) values (63, "Windows Vista", "Windows", "Desktop", "6.0", "IA64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- --Windows 2008 insert into simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) values (65, "Windows Server 2008", "Windows", "Server", "6.0", "X86") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- insert into simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) values (67, "Windows Server 2008", "Windows", "Server", "6.0", "X64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- insert into simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) values (66, "Windows Server 2008", "Windows", "Server", "6.0", "IA64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- --NETWARE insert into simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) values (13, "NetWare", "Netware", "Server", "5.0", "X86") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- insert into simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) values (31, "NetWare", "Netware", "Server", "5.1", "X86") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- insert into simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) values (32, "NetWare", "Netware", "Server", "6.0", "X86") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- insert into simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) values (41, "NetWare", "Netware", "Server", "6.50", "X86") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- insert into simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) values (8, "NetWare", "Netware", "Server", "3.12", "X86") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- insert into simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) values (9, "NetWare", "Netware", "Server", "3.2", "X86") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- insert into simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) values (10, "NetWare", "Netware", "Server", "4.10", "X86") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- insert into simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) values (11, "NetWare", "Netware", "Server", "4.11", "X86") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- insert into simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) values (12, "NetWare", "Netware", "Server", "4.2", "X86") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- --UNIX --AIX INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (28, "AIX", "Unix", "AIX", "4", "PPC") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (36, "AIX", "Unix", "AIX", "5", "PPC") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (70, "AIX", "Unix", "AIX", "5.1", "PPC") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (71, "AIX", "Unix", "AIX", "5.2", "PPC") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (72, "AIX", "Unix", "AIX", "5.3", "PPC") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (79, "AIX", "Unix", "AIX", "6", "PPC") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (83, "AIX", "Unix", "AIX", "6.1", "PPC") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- --FREEBSD INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (43, "FreeBSD", "Unix", "FreeBSD", "4.7", "Any") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (57, "FreeBSD", "Unix", "FreeBSD", "5.1", "Any") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (73, "FreeBSD", "Unix", "FreeBSD", "6.0", "Any") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (207, "FreeBSD", "Unix", "FreeBSD", "7.1", "Any") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- --HP INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (6, "HP-UX", "Unix", "HP", "B.11.00", "Any") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (26, "HP-UX", "Unix", "HP", "B.10.20", "Any") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (33, "HP-UX", "Unix", "HP", "B.11.11", "Any") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (44, "HP-UX", "Unix", "HP", "B.11.23", "X86") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (59, "HP-UX", "Unix", "HP", "B.11.23", "PA-RISC") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (74, "HP-UX", "Unix", "HP", "B.11.31", "X86") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (75, "HP-UX", "Unix", "HP", "B.11.31", "PA-RISC") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- --SUNOS INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (7, "SunOS", "Unix", "Solaris", "5.6", "SPARC") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (14, "SunOS", "Unix", "Solaris", "5.7", "SPARC") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (15, "SunOS", "Unix", "Solaris", "5.8", "SPARC") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (38, "SunOS", "Unix", "Solaris", "5.9", "SPARC") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (47, "SunOS", "Unix", "Solaris", "5.10", "SPARC") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (60, "SunOS", "Unix", "Solaris", "5.10", "X86") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- --LINUX INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (50, "Linux", "Unix", "Linux", "glibc2.1", "Any") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (51, "Linux", "Unix", "Linux", "glibc2.2", "X86") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (53, "Linux", "Unix", "Linux", "glibc2.2", "IA64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (52, "Linux", "Unix", "Linux", "glibc2.3", "X86") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (54, "Linux", "Unix", "Linux", "glibc2.3", "X64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (58, "Linux", "Unix", "Linux", "glibc2.3", "IA64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (85, "Linux", "Unix", "Linux", "glibc2.3", "PPC") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (86, "Linux", "Unix", "Linux", "glibc2.3", "PPC64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (61, "Linux", "Unix", "Linux", "glibc2.4", "X86") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (68, "Linux", "Unix", "Linux", "glibc2.4", "X64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (69, "Linux", "Unix", "Linux", "glibc2.4", "IA64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (87, "Linux", "Unix", "Linux", "glibc2.4", "PPC") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (88, "Linux", "Unix", "Linux", "glibc2.4", "PPC64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (76, "Linux", "Unix", "Linux", "glibc2.5", "X86") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (78, "Linux", "Unix", "Linux", "glibc2.5", "X64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (77, "Linux", "Unix", "Linux", "glibc2.5", "IA64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (89, "Linux", "Unix", "Linux", "glibc2.5", "PPC") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (90, "Linux", "Unix", "Linux", "glibc2.5", "PPC64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (80, "Linux", "Unix", "Linux", "glibc2.6", "X86") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (82, "Linux", "Unix", "Linux", "glibc2.6", "X64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (81, "Linux", "Unix", "Linux", "glibc2.6", "IA64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (91, "Linux", "Unix", "Linux", "glibc2.6", "PPC") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (92, "Linux", "Unix", "Linux", "glibc2.6", "PPC64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (101, "Linux", "Unix", "Linux", "glibc2.7", "X86") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (104, "Linux", "Unix", "Linux", "glibc2.7", "X64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (107, "Linux", "Unix", "Linux", "glibc2.7", "IA64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (102, "Linux", "Unix", "Linux", "glibc2.8", "X86") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (105, "Linux", "Unix", "Linux", "glibc2.8", "X64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (108, "Linux", "Unix", "Linux", "glibc2.8", "IA64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (103, "Linux", "Unix", "Linux", "glibc2.9", "X86") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (106, "Linux", "Unix", "Linux", "glibc2.9", "X64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (109, "Linux", "Unix", "Linux", "glibc2.9", "IA64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (110, "Linux", "Unix", "Linux", "glibc2.10", "X86") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (111, "Linux", "Unix", "Linux", "glibc2.10", "X64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (112, "Linux", "Unix", "Linux", "glibc2.10", "IA64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- --Other UNIX OS INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (40, "Darwin", "Unix", "Darwin", "6", "Any") INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (42, "IRIX64", "Unix", "IRIX64", "6.5", "MIPS") INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (30, "OSF1", "Unix", "OSF1", "5.1", "ALPHA") --Dummy OS insert into simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) values (84, "DB2 Database Partitioning Feature", "Any", "Any", "Any", "Any") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- insert into simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) values (56, "Oracle RAC","Any", "Any", "Any", "Any") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- insert into simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) values (117, "Reference Copy Client", "Any", "Any", "Any", "Any") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- --NAS INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (17, "Celerra", "Windows", "NAS", "Any", "Any") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (18, "IP4700", "Windows", "NAS", "Any", "Any") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (55, "Centera", "Windows", "NAS", "Any", "Any") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (29, "BlueArc", "Windows", "NAS", "Any", "Any") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (45, "NAS", "Windows", "NAS", "Any", "Any") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (16, "Data ONTAP", "Windows", "NAS", "Any", "Any") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (19, "NAS Filer", "Windows", "NAS", "Any", "Any") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- -- Generic Operating systems INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) values (200, "Windows", "Windows", "Desktop", "Any", "Any") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) values (21, "Windows", "Windows", "Server", "Any", "Any") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- insert into simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) values (37, "NetWare", "Netware", "Server", "Any", "Any") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (20, "Unix", "Unix", "Any", "Any", "Any") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (201, "AIX", "Unix", "AIX", "Any", "Any") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (202, "FreeBSD", "Unix", "FreeBSD", "Any", "Any") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (22, "HP-UX", "Unix", "HP", "Any", "Any") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (23, "SunOS", "Unix", "Solaris", "Any", "Any") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (25, "Linux", "Unix", "Linux", "Any", "Any") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (203, "Linux", "Unix", "Linux", "Any", "IA64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (204, "Linux", "Unix", "Linux", "Any", "s390") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (205, "OSF1", "Unix", "OSF1", "Any", "Any") --new OS INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) values (94,"Windows", "Windows", "Desktop", "New", "Any") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) values (93,"Windows", "Windows", "Server", "New", "Any") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) values (209,"Windows", "Windows", "Desktop", "New", "X86") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) values (208,"Windows", "Windows", "Server", "New", "X86") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) values (211,"Windows", "Windows", "Desktop", "New", "X64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) values (210,"Windows", "Windows", "Server", "New", "X64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) values (213,"Windows", "Windows", "Desktop", "New", "IA64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) values (212,"Windows", "Windows", "Server", "New", "IA64") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (95, "AIX", "Unix", "AIX", "New", "Any") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (96, "FreeBSD", "Unix", "FreeBSD", "New", "Any") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (97, "HP-UX", "Unix", "HP", "New", "Any") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (98, "Linux", "Unix", "Linux", "New", "Any") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (99, "NetWare", "Netware", "New", "New", "Any") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (100, "SunOS", "Unix", "Solaris", "New", "Any") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (113, "OSF1", "Unix", "OSF1", "New", "Any") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (114, "IRIX64", "Unix", "IRIX64", "New", "Any") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (115, "Darwin", "Unix", "Darwin", "New", "Any") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (206, "Unix", "Unix", "New", "New", "Any") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (116, "New OS", "Any", "New", "New", "Any") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- --Open VMS INSERT INTO simOperatingSystem_DBU(id, Name, Type, SubType, Version, PlatformType) VALUES (49, "Open VMS", "Unix", "Any", "Any", "Any") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simOperatingSystem_DBU]' END ----------------------------------------------------- GO -- ------------ Genernerated from [../../../Source/CommServer/Db/TblScript/simLicAppTypeV2.script] ---------- -- ALLOW_COMMENTS_BELOW_HERE: -- ---------------------------------------------------------------------- -- -- Copyright (c) CommVault Systems -- All Rights Reserved -- -- THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF CommVault Systems -- The copyright notice above does not evidence any -- actual or intended publication of such source code. -- -- File name : simLicAppTypeV2.script -- -- Description : Contains Licensetype, Shortname, GroupId -- -- Author : CommVault -- -- ----------------------------------------------------------------------*/ -- rcsid[]="@(#)$Source: /cvs/cvsrepro/GX/vaultcx/Source/CommServer/Db/TblScript/simLicAppTypeV2.script,v $ $Id: simLicAppTypeV2.script,v 1.80 2012/07/19 22:12:17 rkumarasamy Exp $"; GO DECLARE @tblRetCode integer -- TABLENAME simLicAppTypeV2 print '... inserting Table: simLicAppTypeV2_DBU' GO ---Remove it in upgrade scripts DECLARE @tblRetCode integer -- TABLENAME simLicAppTypeV2 DELETE simLicAppTypeV2_DBU set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 98 Table [simLicAppTypeV2_DBU]' END ----------------------------------------------------- insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (1, "Server File System", 3) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (2, "Laptop and Desktop", 3) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (3, "Application Class 1", 3) --insert into simLicAppTypeV2(id, short_name, groupId) --values (SIM_CSL_AT_V2_LCP, --CSL_LAN_LCP, LIBRARY_LICENSE) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (11, "MediaAgent", 2) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (16, "Application Class 3", 3) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (17, "Application Class 2", 3) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (20, "iDataAgent for Sun Solaris File System on Intel", 3) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (25, "NAS Client", 3) --insert into simLicAppTypeV2(id, short_name, groupId) --values (SIM_CSL_AT_V2_SHARELCP, --CSL_LAN_SHARELCP, LIBRARY_LICENSE) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (50331648, "CommServe StorageManager", 3) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (33554432, "MediaAgent", 3) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (16777216, "CommClient Base", 3) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (67108864, "NAS MediaAgent Client Software", 3) --LicenseType:48 --insert into simLicAppTypeV2(id, short_name, groupId) -- values (SIM_CSL_AT_V2_NDMP_REMOTETAPE_SERVER, -- CSL_LAN_NDMP_REMOTETAPE_SERVER, BKUP_AGENT_LICENSE) --LicenseType:54 --insert into simLicAppTypeV2(id, short_name, groupId) --values (SIM_CSL_AT_V2_MS_EXCHANGE_DATA_MIGRATOR, --CSL_LAN_XCHG_2K_DATA_MIGRATOR, DA_LICENSE) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (63, "File System Archiving", 4) --LicenseType:65 --insert into simLicAppTypeV2(id, short_name, groupId) -- values (SIM_CSL_AT_V2_NDMP_RESTORE_ENABLER, -- CSL_LAN_NDMP_RESTORE_ENABLER, BKUP_AGENT_LICENSE) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (71, "Centera Mount Path", 7) --80 --insert into simLicAppTypeV2(id, short_name, groupId) --values (SIM_CSL_AT_V2_CONTENT_INDEXING, -- CSL_LAN_CONTENT_INDEXING, CONTENT_INDEXING_LICENSE) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (82, "VaultTracker Enterprise", 1) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (84, "Media Agent Direct to Disk Option (DDO)", 2) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (85, "Data Encryption", 1) --LicenseType:89 --insert into simLicAppTypeV2(id, short_name, groupId) --values (SIM_CSL_AT_V2_MS_EXCHANGE_ARCHIVER, --CSL_LAN_MS_EXCHANGE_ARCHIVER, DA_LICENSE) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (90, "WORM Media Support", 1) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (91, "GridStore", 1) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (102, "Boot Server on Unix", 1) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (105, "Content Addressed Storage", 1) --106 --insert into simLicAppTypeV2(id, short_name, groupId) --values (SIM_CSL_AT_V2_CELL_DVD, -- CSL_LAN_CELL_DVD, CELL_LEVEL_LICENSE) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (110, "System Recovery Server on Windows", 1) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (111, "Erase Data", 1) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (122, "DataArchiver for MS Exchange Public Folder", 4) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (124, "ContinuousDataReplicator for MS Windows", 6) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (125, "Data Classification Enabler", 10) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (127, "Cluster Group", 3) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (129, "DataArchiver for MS SharePoint", 4) --LicenseType:130 --insert into simLicAppTypeV2(id, short_name, groupId) --values (SIM_CSL_AT_V2_NOTES_DOC_DATA_MIGRATOR, --CSL_LAN_NOTES_DOC_DATA_MIGRATOR, DA_LICENSE) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (132, "Data De-Duplication Enabler", 2) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (133, "ContinuousDataReplicator for Unix", 6) --134 --insert into simLicAppTypeV2(id, short_name, groupId) -- values (SIM_CSL_AT_V2_CONT_INDX_SERVER, -- CSL_LAN_CONT_INDX_SERVER, CONTENT_INDEXING_LICENSE) --135 --insert into simLicAppTypeV2(id, short_name, groupId) -- values (SIM_CSL_AT_V2_CONT_INDX_CLIENT, --CSL_LAN_CONT_INDX_CLIENT, CONTENT_INDEXING_LICENSE) --137 --insert into simLicAppTypeV2(id, short_name, groupId) -- values (SIM_CSL_AT_V2_DESKTOP_SEARCH_SERVER, -- CSL_LAN_DESKTOP_SEARCH_SERVER, CONTENT_INDEXING_LICENSE) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (139, "Auxiliary Copy Encryption", 2) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (141, "Compliance Search", 1) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (154, "SharePoint Search Connector", 1) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (143, "Virtual Server", 3) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (145, "SRM for File System", 11) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (146, "SRM for Applications", 11) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (142, "Legal Hold", 1) --156 --insert into simLicAppTypeV2(id, short_name, groupId) -- values (SIM_CSL_AT_V2_OCI_EXCH_MB, CSL_LAN_OCI_EXCH_MB, BKUP_AGENT_LICENSE) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (158, "Workstation Backup", 3) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (157, "Offline Mining Enabler", 12) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (163, "Hardware Snapshot Enabler", 3) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (164, "Automated content classification", 1) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (165, "Data Tagging", 1) --insert into simLicAppTypeV2(id, short_name, groupId) --values (SIM_CSL_AT_V2_REC_MANG_INTEG, CSL_LAN_REC_MANG_INTEG, CELL_LEVEL_LICENSE) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (168, "Block Level De-Duplication", 2) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (169, "Tape De-Duplication", 2) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (171, "CommNet Server", 13) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (172, "CommNet Agent", 13) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (174, "CommNet Advanced Reporting", 1) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (175, "CommNet SNMP Enabler", 13) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (170, "Free License", 1) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (179, "Object Link", 3) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (185, "External Data Connector", 3) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (187, "Sharepoint Online CI Enabler", 3) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (190, "Cloud Storage", 7) --194 --insert into simLicAppTypeV2(id, short_name, groupId) -- values (SIM_CSL_AT_V2_SEARCH_SERVER, CSL_LAN_SEARCH_SERVER, BKUP_AGENT_LICENSE) --Capacity based licensing insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (100001, "Data Protection Core infrastructure", 14) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (100002, "Data Protection Enterprise infrastructure", 14) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (100003, "Data Archive Core infrastructure", 14) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (100004, "Data Archive Enterprise infrastructure", 14) --10.0 licenses insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (195, "NetApp Cloud", 7) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (196, "NetApp Snap Management", 3) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (197, "Remote Operation Management Service", 1) --198 --insert into simLicAppTypeV2(id, short_name, groupId) -- values (SIM_CSL_AT_V2_ADV_DOCUMENT, CSL_LAN_ADV_DOCUMENT, BKUP_AGENT_LICENSE) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (199, "Linguistic", 3) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (200, "Dell Snap Management", 3) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (100011, "Virtual Machines", 15) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (203, "Protected Mailboxes", 15) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (100013, "Archived Mailboxes", 15) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (100014, "Content indexed Mailboxes", 15) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (100015, "Disk Library Space (TB)", 15) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (100016, "Dedupe Store Space (TB)", 15) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (201, "Content Indexing Advanced Linguistic Support", 3) insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (202, "NetApp Disk Library", 7) --100017- Content Indexed Object - New License. insert into simLicAppTypeV2_DBU(id, short_name, groupId) values (100017, "Content Indexed Object", 15) -- END: 9.0 GO -- ------------ Genernerated from [../../../Source/CommServer/Db/TblScript/simAppTypeLicTypeMap.script] ---------- -- ALLOW_COMMENTS_BELOW_HERE: -- ---------------------------------------------------------------------- -- -- Copyright (c) CommVault Systems -- All Rights Reserved -- -- THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF CommVault Systems -- The copyright notice above does not evidence any -- actual or intended publication of such source code. -- -- File name : simAppTypeLicTypeMap.script -- -- Description : Contains AppType, LicType, Display name and Celllevel Information -- -- Author : CommVault -- -- ----------------------------------------------------------------------*/ -- rcsid[]="@(#)$Source: /cvs/cvsrepro/GX/vaultcx/Source/CommServer/Db/TblScript/simAppTypeLicTypeMap.script,v $ $Id: simAppTypeLicTypeMap.script,v 1.90 2012/07/19 22:13:02 rkumarasamy Exp $"; GO DECLARE @tblRetCode integer -- TABLENAME simAppTypeLicTypeMap print '... inserting Table: simAppTypeLicTypeMap_DBU' GO ---Remove it in upgrade scripts DECLARE @tblRetCode integer -- TABLENAME simAppTypeLicTypeMap DELETE simAppTypeLicTypeMap_DBU set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 98 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (001, 1, 1, "Server File System", "File System", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (002, 11, 1, "Server File System", "File System", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (003, 33, 1, "Server File System", "File System", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (004, 34, 1, "Server File System", "File System", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (005, 42, 1, "Server File System", "File System", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (006, 43, 1, "Server File System", "File System", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (007, 1, 2, "Laptop and Desktop", "File System", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (008, 11, 2, "Laptop and Desktop", "File System", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (009, 33, 2, "Laptop and Desktop", "File System", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (010, 34, 2, "Laptop and Desktop", "File System", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (011, 42, 2, "Laptop and Desktop", "File System", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (012, 43, 2, "Laptop and Desktop", "File System", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (013, 6, 3, "iDataAgent for Lotus Notes Database on MS Windows", "Notes Database", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (014, 59, 3, "iDataAgent for Lotus Notes Database on MS Windows", "Notes Database", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (015, 51, 3, "Application Class 1", "Notes Database", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) --values (SIM_ID_ALM_LOTUS5WIN_DOCUMENT, --UNUSED_CV_APPTYPE_7, --SIM_CSL_AT_V2_LOTUSNOTES_DOC_WINDOWS, --CSL_LAN_LOTUSNOTES_DOC_WINDOWS, --SIM_LAN_LOTUSNOTES_DOC_WINNT, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) --values (SIM_ID_ALM_LOTUS6WIN_DOCUMENT, --CV_APPTYPE_LOTUS_DOMINO6_DOCUMENT, --SIM_CSL_AT_V2_LOTUSNOTES_DOC_WINDOWS, --CSL_LAN_LOTUSNOTES_DOC_WINDOWS, --SIM_LAN_LOTUSDOMINO6DOC, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) --values (SIM_ID_ALM_LOTUS5UNIX_DOCUMENT, --UNUSED_CV_APPTYPE_52, --SIM_CSL_AT_V2_LOTUSNOTES_DOC_UNIX, --CSL_LAN_LOTUSNOTES_DOC_UNIX, --SIM_LAN_LOTUSNOTES_DOC_UNIX, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (019, 9, 3, "Application Class 1", "Exchange Database", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (020, 15, 3, "Application Class 1", "Exchange Database", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (021, 53, 3, "Application Class 1", "Exchange Database", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) --values (SIM_ID_ALM_MSEXCHANGE55_MAILBOX, --UNUSED_CV_APPTYPE_8, --SIM_CSL_AT_V2_MSEXCHANGE_MB, --CSL_LAN_MSEXCHANGE_MB, --SIM_LAN_MSEXCHANGE_MB, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) --values (SIM_ID_ALM_MSEXCHANGE2K_MAILBOX, --LEGACY_CV_APPTYPE_14, --SIM_CSL_AT_V2_MSEXCHANGE_MB, --CSL_LAN_MSEXCHANGE_MB, --SIM_LAN_MSEXCHANGE2K_MB, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) --values (SIM_ID_ALM_TITANIUM_MAILBOX, --CV_APPTYPE_MSEXCHANGE_MAILBOX, --SIM_CSL_AT_V2_MSEXCHANGE_MB, --CSL_LAN_MSEXCHANGE_MB, --SIM_LAN_MS_TITANIUM_MB, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (025, 4, 3, "Application Class 1", "SQL Server", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (026, 16, 3, "Application Class 1", "SQL Server", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) --values (SIM_ID_ALM_MA_LCP, --CV_APPTYPE_MEDIAAGENTMGMT, --SIM_CSL_AT_V2_LCP, --CSL_LAN_LCP, --SIM_LAN_LCP, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (028, 1002, 11, "MediaAgent", "Microsoft Windows NT MediaAgent", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (029, 1002, 11, "MediaAgent", "Hewlett Packard HP-UX MediaAgent", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (030, 1002, 11, "MediaAgent", "Sun Solaris MediaAgent", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (031, 1002, 11, "MediaAgent", "IBM AIX MediaAgent", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (032, 1002, 11, "MediaAgent", "Linux MediaAgent", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (033, 3, 16, "Application Class 3", "Informix", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (034, 3, 17, "Application Class 2", "Informix", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (035, 5, 3, "Application Class 1", "Sybase", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (036, 5, 17, "Application Class 2", "Sybase", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (038, 21, 1, "Server File System", "File System", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (039, 29, 1, "Server File System", "File System", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (040, 12, 1, "Server File System", "File System", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (041, 10, 3, "Application Class 1", "Novell Directory Services", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) -- values (SIM_ID_ALM_NAS_FS, -- CV_APPTYPE_NAS_FS, -- SIM_CSL_AT_V2_NAS, -- CSL_LAN_NAS, -- SIM_LAN_NAS, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) --values (SIM_ID_ALM_MA_SHARELCP, --CV_APPTYPE_MEDIAAGENTMGMT, --SIM_CSL_AT_V2_SHARELCP, --CSL_LAN_SHARELCP, --SIM_LAN_SHARELCP, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (046, 17, 1, "Server File System", "File System", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (037, 19, 1, "Server File System", "File System", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (047, 22, 3, "Application Class 1", "Oracle", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (048, 22, 17, "Application Class 2", "Oracle", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) -- values (SIM_ID_ALM_NAS_EMC_CELERRA, -- CV_APPTYPE_NAS_FS, -- SIM_CSL_AT_V2_NAS_EMC_CELERRA, -- CSL_LAN_NAS_EMC_CELERRA, -- SIM_LAN_NAS_EMC_CELERRA, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (051, 13, 25, "NAS Client", "NAS", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) --values (SIM_ID_ALM_PROXYHOST_PROXYHOST, --LEGACY_CV_APPTYPE_PROXYHOST, --SIM_CSL_AT_V2_PROXYHOST, --CSL_LAN_PROXYHOST, --SIM_LAN_PROXYHOST, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (061, 36, 1, "Server File System", "File System", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) -- values (SIM_ID_ALM_NAS_NAS_BLUEARC, -- CV_APPTYPE_NAS_FS, -- SIM_CSL_AT_V2_NAS_BLUEARC, -- CSL_LAN_NAS_BLUEARC, -- SIM_LAN_NAS_BLUEARC, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --48 --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) --values (SIM_ID_ALM_NDMPMA_WINDOWS_NDMP_REMOTETAPE_SERVER, -- CV_APPTYPE_NDMP_MA_CLIENT, --SIM_CSL_AT_V2_NDMP_REMOTETAPE_SERVER, --CSL_LAN_NDMP_REMOTETAPE_SERVER, --SIM_LAN_NDMP_REMOTETAPE_SERVER, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) --values (SIM_ID_ALM_PROXYHOST_UNIX_GENERIC, --LEGACY_CV_APPTYPE_UNIX_PROXYHOST, --SIM_CSL_AT_V2_PROXY_HOST_UNIX, --CSL_LAN_PROXY_HOST_UNIX, --SIM_LAN_PROXY_HOST_UNIX, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (065, 41, 3, "Application Class 1", "Active Directory", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (068, 1002, 11, "MediaAgent", "MediaAgent on Tru64", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) --values (SIM_ID_ALM_MSEXCHANGE55PUBFOLDER_GENERIC, --UNUSED_CV_APPTYPE_35, --SIM_CSL_AT_V2_MS_EXCHANGE_PUB_FOLDER, --CSL_LAN_MS_EXCHANGE_PUB_FOLDER, --SIM_LAN_XCHGMB_PUB_FOLDER, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) --values (SIM_ID_ALM_MSEXCHANGE2KPUBFOLDER_GENERIC, --UNUSED_CV_APPTYPE_44, --SIM_CSL_AT_V2_MS_EXCHANGE_PUB_FOLDER, --CSL_LAN_MS_EXCHANGE_PUB_FOLDER, --SIM_LAN_XCHG2K_PUB_FOLDER, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) --values (SIM_ID_ALM_TITANIUMPUBFOLDER_GENERIC, --CV_APPTYPE_MSEXCHANGE_WEB_FOLDER, --SIM_CSL_AT_V2_MS_EXCHANGE_PUB_FOLDER, --CSL_LAN_MS_EXCHANGE_PUB_FOLDER, --SIM_LAN_MS_TITANIUM_PUBFOLDER, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --need to check SIM_CSL_AT_V2_MS_EXCHANGE_DATA_MIGRATOR --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) -- values (SIM_ID_ALM_MSEXCHANGE55DATAMIGRATOR_GENERIC, -- UNUSED_CV_APPTYPE_57, -- SIM_CSL_AT_V2_MS_EXCHANGE_DATA_MIGRATOR, -- CSL_LAN_MS_EXCHANGE_DATA_MIGRATOR, -- SIM_LAN_MS_XCHG_55_DATA_MIGRATOR, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) -- values (SIM_ID_ALM_MSEXCHANGE2KDATAMIGRATOR_GENERIC, -- UNUSED_CV_APPTYPE_45, -- SIM_CSL_AT_V2_MS_EXCHANGE_DATA_MIGRATOR, -- CSL_LAN_MS_EXCHANGE_DATA_MIGRATOR, -- SIM_LAN_XCHG2K_DATA_MIGRATOR, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) -- values (SIM_ID_ALM_TITANIUMDATAMIGRATOR_GENERIC, -- UNUSED_CV_APPTYPE_56, -- SIM_CSL_AT_V2_MS_EXCHANGE_DATA_MIGRATOR, -- CSL_LAN_MS_EXCHANGE_DATA_MIGRATOR, -- SIM_LAN_MS_TITANIUM_DATAMIGRATOR, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) --values (SIM_ID_ALM_REPLICATION_WINDOWS, --CV_APPTYPE_QR_AGENT, --SIM_CSL_AT_V2_REPLICATION_IDA_WINDOWS, --CSL_LAN_REPLICATION_IDA_WINDOWS, --SIM_LAN_REPLICATION_IDA_WINDOWS, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) --values (SIM_ID_ALM_REPLICATION_UNIX, --CV_APPTYPE_UNIX_REPLICATION_IDA, --SIM_CSL_AT_V2_REPLICATION_IDA_UNIX, --CSL_LAN_REPLICATION_IDA_UNIX, --SIM_LAN_REPLICATION_IDA_UNIX, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --59 --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) -- values (SIM_ID_ALM_NDMPMA_UNIX_NDMP_REMOTETAPE_SERVER, -- CV_APPTYPE_NDMP_MA_CLIENT, -- SIM_CSL_AT_V2_NDMP_REMOTETAPE_SERVER_UNIX, -- CSL_LAN_NDMP_REMOTETAPE_SERVER_UNIX, -- SIM_LAN_NDMP_REMOTETAPE_SERVER, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) --values (SIM_ID_ALM_HOTSPOT_SNAPSHOT_WINDOWS, --CV_APPTYPE_HOTSPOT_SNAPSHOT, --SIM_CSL_AT_V2_HOTSPOT_SNAPSHOT, --CSL_LAN_HOTSPOT_SNAPSHOT, --SIM_LAN_HOTSPOT_SNAPSHOT, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (082, 62, 17, "Application Class 2", "DB2", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (083, 58, 63, "File System Archiving", "File Archiver", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (084, 61, 16, "Application Class 3", "SAP for Oracle", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --65 --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) -- values (SIM_ID_ALM_NDMP_RESTORE_ENABLER, --CV_APPTYPE_NDMP_RESTORE_ENABLER, --SIM_CSL_AT_V2_NDMP_RESTORE_ENABLER, --CSL_LAN_NDMP_RESTORE_ENABLER, --SIM_LAN_NDMP_RESTORE_ENABLER, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) --values (SIM_ID_ALM_QR_ENABLER_SNAPVIEW, --CV_APPTYPE_QR_ENABLER_SNAP_VIEW, --SIM_CSL_AT_V2_QR_ENABLER_SNAPVIEW, --CSL_LAN_QR_ENABLER_SNAPVIEW, --SIM_LAN_QR_ENABLER, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) --values (SIM_ID_ALM_QR_ENABLER_DOTNET_SHADOW_SERVICE, --CV_APPTYPE_QR_ENABLER, --SIM_CSL_AT_V2_QR_ENABLER_DOTNET_SHADOW_SERVICE, --CSL_LAN_QR_ENABLER_DOTNET_SHADOW_SERVICE, --SIM_LAN_QR_ENABLER, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) --values (SIM_ID_ALM_CS_SNMP_ENABLER, --CV_APPTYPE_SNMP_ENABLER, --SIM_CSL_AT_V2_SNMP_ENABLER, --CSL_LAN_SNMP_ENABLER, --SIM_LAN_SNMP_ENABLER, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) --values (SIM_ID_ALM_HOTSPOT_SNAPSHOT_UNIX, --CV_APPTYPE_HOTSPOT_SNAPSHOT, --SIM_CSL_AT_V2_HOTSPOT_SNAPSHOT_UNIX, --CSL_LAN_HOTSPOT_SNAPSHOT_UNIX, --SIM_LAN_HOTSPOT_SNAPSHOT, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (091, 1010, 71, "Centera Mount Path", "Centera", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (092, 1002, 11, 11, "MediaAgent on Novell Netware", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (093, 37, 3, "Application Class 1", "DB2", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (095, 1000, 50331648, "CommServe StorageManager", "CommServe StorageManager", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (096, 1002, 33554432, "MediaAgent", "MediaAgent", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (097, 1001, 16777216, "CommClient Base", "iDataAgent Base", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (098, 1003, 67108864, "NAS MediaAgent Client Software", "NetApp NAS", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- -- START : Galaxy 4.5 insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (100, 63, 1, "Server File System", "File System", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (101, 64, 1, "Server File System", "File System", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) --values (SIM_ID_ALM_IMAGELEVEL_WINFS, --CV_APPTYPE_IMAGE_WINFS_IDA, --SIM_CSL_AT_V2_IMAGELEVEL_WINFS_IDA, --CSL_LAN_IMAGELEVEL_WINFS_IDA, --SIM_LAN_IMAGELEVEL_WINFS_IDA, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (103, 61, 16, "Application Class 3", "SAP for Oracle", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --80 --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) -- values (SIM_ID_ALM_CONTENT_INDEXING, -- CV_APPTYPE_CONTENT_INDEXING, -- SIM_CSL_AT_V2_CONTENT_INDEXING, -- CSL_LAN_CONTENT_INDEXING, -- SIM_LAN_CONTENT_INDEXING, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) -- values (SIM_ID_ALM_ECHO_VIEW_ENABLER, -- CV_APPTYPE_ECHOVIEW_ENABLER, -- SIM_CSL_AT_V2_ECHO_VIEW_ENABLER, -- CSL_LAN_ECHO_VIEW_ENABLER, -- SIM_LAN_ECHO_VIEW_ENABLER, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (106, 1019, 82, "VaultTracker Enterprise", "Vault Tracker Enterprise", 1, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (107, 66, 63, "File System Archiving", "File Archiver", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (108, 1020, 84, "Media Agent Direct to Disk Option (DDO)", "Media Agent Direct to Disk Option (DDO)", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (109, 1021, 85, "Data Encryption", "Data Encryption", 1, 1) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) --values (SIM_ID_ALM_COMMCELL_MIGRATION, --CV_APPTYPE_COMMCELL_MIGRATION, --SIM_CSL_AT_V2_COMMCELL_MIGRATION, --CSL_LAN_COMMCELL_MIGRATION, --CSL_LAN_COMMCELL_MIGRATION, 1, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --89 --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) -- values (SIM_ID_ALM_MS_EXCHANGE_ARCHIVER, -- CV_APPTYPE_MS_EXCHANGE_ARCHIVER, --SIM_CSL_AT_V2_MS_EXCHANGE_ARCHIVER, --CSL_LAN_MS_EXCHANGE_ARCHIVER, --SIM_LAN_MS_EXCHANGE_ARCHIVER, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --89 --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) --values (SIM_ID_ALM_MS_EXCHANGE55_ARCHIVER, -- UNUSED_CV_APPTYPE_68, --SIM_CSL_AT_V2_MS_EXCHANGE_ARCHIVER, --CSL_LAN_MS_EXCHANGE_ARCHIVER, --SIM_LAN_MS_EXCHANGE55_ARCHIVER, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (115, 1025, 90, "WORM Media Support", "WORM Support", 1, 1) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (116, 1026, 91, "GridStore", "Grid Store", 1, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (117, 69, 3, "Application Class 1", "SharePoint Server Database", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- -- END : Galaxy 4.5 just -- START : Galaxy 5.9 just insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (118, 70, 3, "iDataAgent for Microsoft SQL Server 2000", "SQL Server", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (119, 71, 3, "Application Class 1", "GroupWise DB", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) --values (SIM_ID_ALM_RECOVERY_DIRECTOR, --CV_APPTYPE_RECOVERY_DIRECTOR, --SIM_CSL_AT_V2_RECOVERY_DIRECTOR, --CSL_LAN_RECOVERY_DIRECTOR, --SIM_LAN_RECOVERY_DIRECTOR, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (121, 73, 63, "File System Archiving", "File Share Archiver", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (122, 74, 1, "Server File System", "File System", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) --values (SIM_ID_ALM_IMAGE_UNIXFS_IDA, --CV_APPTYPE_IMAGE_UNIXFS_IDA, --SIM_CSL_AT_V2_IMAGE_UNIXFS_IDA, --CSL_LAN_IMAGE_UNIXFS_IDA, --SIM_LAN_IMAGE_UNIXFS_IDA, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) --values (SIM_ID_ALM_PROXYHOST_IMAGELEVEL_WIN, --CV_APPTYPE_PROXYHOST_IMAGELEVEL, --SIM_CSL_AT_V2_PROXYHOST_IMAGELEVEL_WIN, --CSL_LAN_PROXYHOST_IMAGELEVEL_WIN, --SIM_LAN_PROXYHOST_IMAGELEVEL_WIN, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) --values (SIM_ID_ALM_PROXYHOST_IMAGELEVEL_UNIX, --CV_APPTYPE_PROXYHOST_IMAGELEVEL_UNIX, --SIM_CSL_AT_V2_PROXYHOST_IMAGELEVEL_UNIX, --CSL_LAN_PROXYHOST_IMAGELEVEL_UNIX, --SIM_LAN_PROXYHOST_IMAGELEVEL_UNIX, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) --values (SIM_ID_ALM_SNAP_VAULT, --CV_APPTYPE_SNAP_VAULT, --SIM_CSL_AT_V2_SNAP_VAULT, --CSL_LAN_SNAP_VAULT, --SIM_LAN_SNAP_VAULT, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) --values (SIM_ID_ALM_ONTAP_SNAP_VAULT, --CV_APPTYPE_ONTAP_SNAP_VAULT, --SIM_CSL_AT_V2_ONTAP_V2_SNAP_VAULT, --CSL_LAN_ONTAP_V2_SNAP_VAULT, --SIM_LAN_ONTAP_SNAP_VAULT, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (128, 77, 3, "Application Class 1", "Notes Database", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) --values (SIM_ID_ALM_SHAREPOINTV2_DOC, --CV_APPTYPE_MS_SHAREPOINTV2_DOC, --SIM_CSL_AT_V2_SHAREPOINT_DOC_2003, --CSL_LAN_SHAREPOINT_DOC_2003, --SIM_LAN_SHAREPOINTV2_DOC, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (130, 1033, 102, "Boot Server on Unix", "1-Touch Server for Unix", 1, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (131, 79, 16, "Application Class 3", "SAP for MAX DB", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (132, 79, 16, "Application Class 3", "SAP for MAX DB", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (133, 1035, 105, "Content Addressed Storage", "Content Addressed Storage", 1, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --106 --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) -- values (SIM_ID_ALM_CELL_DVD, --CV_APPTYPE_DVD, --SIM_CSL_AT_V2_CELL_DVD, --CSL_LAN_CELL_DVD, --SIM_LAN_CELL_DVD, 1, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) --values (SIM_ID_ALM_CELL_UDO, --CV_APPTYPE_UDO, --SIM_CSL_AT_V2_CELL_UDO, --CSL_LAN_CELL_UDO, --SIM_LAN_CELL_UDO, 1, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (138, 1040, 110, "System Recovery Server on Windows", "1-Touch Server for Windows", 1, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (139, 1041, 111, "Erase Data", "Erase Data", 1, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) --values (SIM_ID_ALM_DYN_MOUNT_PATH_SHARING, --CV_APPTYPE_DYN_MOUNT_PATH_SHARING, --SIM_CSL_AT_V2_DYN_MOUNT_PATH_SHARING, --CSL_LAN_DYN_MOUNT_PATH_SHARING, --SIM_LAN_DYN_MOUNT_PATH_SHARING, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) -- values (SIM_ID_ALM_NAS_HITACHI_ENAS, -- CV_APPTYPE_NAS_FS, -- SIM_CSL_AT_V2_HITACHI_ENAS, -- CSL_LAN_HITACHI_ENAS, -- SIM_LAN_NAS_HITACHI_ENAS, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- -- END : Galaxy 5.9 -- START : Galaxy 6.1 insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (149, 81, 3, "Application Class 1", "SQL Server", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (150, 82, 122, "DataArchiver for MS Exchange Public Folder", "Exchange PF Archiver", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (151, 83, 63, "File System Archiving", "File Archiver", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (152, 84, 124, "ContinuousDataReplicator for MS Windows", "Continuous Data Replicator", 0, 1) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (153, 85, 125, "Data Classification Enabler", "Data Classification Enabler", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (154, 86, 1, "Server File System", "OES File System", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (156, 1, 127, "Server File System", "File System", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (157, 11, 127, "Server File System", "File System", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (158, 33, 127, "Server File System", "File System", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (159, 34, 127, "Server File System", "File System", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (160, 42, 127, "Server File System", "File System", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (161, 43, 127, "Server File System", "File System", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (162, 1, 127, "Laptop and Desktop", "File System", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (163, 11, 127, "Laptop and Desktop", "File System", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (164, 33, 127, "Laptop and Desktop", "File System", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (165, 34, 127, "Laptop and Desktop", "File System", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (166, 42, 127, "Laptop and Desktop", "File System", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (167, 43, 127, "Laptop and Desktop", "File System", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (168, 19, 127, "Server File System", "File System", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (169, 21, 127, "Server File System", "File System", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (170, 29, 127, "Server File System", "File System", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (171, 12, 127, "Server File System", "File System", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (172, 18, 127, "iDataAgent for Hewlett Packard HP-UX 64bit File System", "File System", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (173, 20, 127, "iDataAgent for Sun Solaris 64bit File System", "File System", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (174, 17, 127, "Server File System", "File System", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (175, 36, 127, "Server File System", "File System", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (176, 63, 127, "Server File System", "File System", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (177, 64, 127, "Server File System", "File System", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (178, 74, 127, "Server File System", "File System", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --REMOVING :iDataAgent for Linux File System on s390 Mainframe --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) -- values (SIM_ID_ALM_VFS_MAINFRAME_LINUX_FS, -- CV_APPTYPE_LINUX_FS, -- SIM_CSL_AT_V2_VIRTUAL_SERVER_FS, -- CSL_LAN_MAINFRAME_LINUX_FS, -- SIM_LAN_FILESYSTEM, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --REMOVING :iDataAgent for Linux File System on Itanium --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) -- values (SIM_ID_ALM_VFS_ITANIUM_LINUX_FS, -- CV_APPTYPE_LINUX_FS, -- SIM_CSL_AT_V2_VIRTUAL_SERVER_FS, -- CSL_LAN_ITANIUM_LINUX_FS, -- SIM_LAN_FILESYSTEM, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (181, 86, 127, "Server File System", "OES File System", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) --values (SIM_ID_ALM_CELL_DEST_SNAPSHOT, --CV_APPTYPE_CELL_MULT_CONSIST_PT_QR, --SIM_CSL_AT_V2_CELL_MULT_CONSIST_PT_QR, --CSL_LAN_CELL_MULT_CONSIST_PT_QR, --SIM_LAN_CELL_MULT_CONSIST_PT_QR, 1, 1) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) --values (SIM_ID_ALM_HOTSPOT_SNAPSHOT_OFH_WINDOWS, --CV_APPTYPE_HOTSPOT_SNAPSHOT_OFH, --SIM_CSL_AT_V2_HOTSPOT_SNAPSHOT, --CSL_LAN_HOTSPOT_SNAPSHOT, --SIM_LAN_HOTSPOT_SNAPSHOT, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (184, 89, 129, "DataArchiver for MS SharePoint", "MS Sharepoint Archiver", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --130 --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) -- values (SIM_ID_ALM_NOTES_DOC_DATA_MIGRATOR, -- CV_APPTYPE_NOTES_DOC_DATA_MIGRATOR, -- SIM_CSL_AT_V2_NOTES_DOC_DATA_MIGRATOR, -- CSL_LAN_NOTES_DOC_DATA_MIGRATOR, -- SIM_LAN_NOTES_DOC_DATA_MIGRATOR, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (186, 91, 3, "Application Class 1", "DPM", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (187, 1076, 132, "Data De-Duplication Enabler", "Data De-Duplication Enabler", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (188, 84, 133, "ContinuousDataReplicator for Unix", "Continuous Data Replicator on Unix", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --134 --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) -- values (SIM_ID_ALM_CONT_INDX_SERVER, -- CV_APPTYPE_CONT_INDX_SERVER, -- SIM_CSL_AT_V2_CONT_INDX_SERVER, --CSL_LAN_CONT_INDX_SERVER, --SIM_LAN_CONT_INDX_SERVER, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --135 --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) -- values (SIM_ID_ALM_CONT_INDX_CLIENT, --CV_APPTYPE_CONTENT_INDEXING_IDA, --SIM_CSL_AT_V2_CONT_INDX_CLIENT, --CSL_LAN_CONT_INDX_CLIENT, --SIM_LAN_CONT_INDX_CLIENT, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) --values (SIM_ID_ALM_NETAPP_SNAP_VAULT, --CV_APPTYPE_FILER_SNAPSHOT, --SIM_CSL_AT_V2_NETAPP_SNAP_VAULT, --CSL_LAN_NETAPP_SNAP_VAULT, --SIM_LAN_NETAPP_SNAP_VAULT, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --137 --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) -- values (SIM_ID_ALM_DESKTOP_SEARCH_SERVER, -- CV_APPTYPE_DESKTOP_SEARCH_SERVER, -- SIM_CSL_AT_V2_DESKTOP_SEARCH_SERVER, -- CSL_LAN_DESKTOP_SEARCH_SERVER, -- SIM_LAN_DESKTOP_SEARCH_SERVER, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (194, 1077, 139, "Auxiliary Copy Encryption", "Auxiliary Copy Encryption", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (196, 1075, 141, "Compliance Search", "Compliance Search", 1, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (197, 1079, 142, "Legal Hold", "Legal Hold", 1, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (198, 106, 143, "Virtual Server", "Virtual Server", 0, 1) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) --values (SIM_ID_ALM_OWA_PROXY, --CV_APPTYPE_OWA_PROXY_ENABLER, --SIM_CSL_AT_V2_OWA_PROXY, --CSL_LAN_OWA_PROXY, --SIM_LAN_OWA_PROXY, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --START: Galaxy 8.0 insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (200, 600, 145, "SRM for File System", "SRM for Windows File Systems", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (201, 601, 146, "SRM for Applications", "SRM for Oracle", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (202, 602, 146, "SRM for Applications", "SRM for SQL Server", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (203, 603, 145, "SRM for File System", "SRM for Network Attached Storage", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (204, 604, 145, "SRM for File System", "SRM for Netware", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (205, 605, 145, "SRM for File System", "SRM for UNIX File Systems", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (206, 606, 146, "SRM for Applications", "SRM for Exchange", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (207, 607, 146, "SRM for Applications", "SRM for Sharepoint", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) --values (SIM_ID_ALM_SRM_SERVICES, CV_APPTYPE_SRM_SERVICES, SIM_CSL_AT_V2_SRM_SERVICES, CSL_LAN_SRM_SERVICES, SIM_LAN_SRM_SERVICES, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (209, 120, 154, "SharePoint Search Connector", "SharePoint Search Connector", 1, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --156 --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) --values (SIM_ID_ALM_OCI_EXCH_MB, CV_APPTYPE_OCI_EXCH_MB_IDA, SIM_CSL_AT_V2_OCI_EXCH_MB, CSL_LAN_OCI_EXCH_MB, SIM_LAN_OCI_EXCH_MB, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (213, 104, 3, "Application Class 1", "MySQL", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (212, 107, 158, "Workstation Backup", "Workstation Backup", 0, 1) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (215, 1087, 157, "Offline Mining Enabler", "Offline Mining Enabler for Exchange", 0, 1) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (216, 1089, 157, "Offline Mining Enabler", "Offline Mining Enabler for SharePoint", 0, 1) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (217, 1091, 3, "Application Class 1", "Office Communications Server", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (218, 1092, 163, "Hardware Snapshot Enabler", "Hardware Snapshot Enabler", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (219, 1096, 164, "Automated content classification", "Automated content classification", 1, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (220, 1097, 165, "Data Tagging", "Data Tagging", 1, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --166 --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) -- values (SIM_ID_ALM_REC_MANG_INTEG, CV_APPTYPE_REC_MANG_INTEG, SIM_CSL_AT_V2_REC_MANG_INTEG, CSL_LAN_REC_MANG_INTEG, SIM_LAN_REC_MANG_INTEG, 1, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (222, 1099, 157, "Offline Mining Enabler", "Offline Mining Enabler for Active Directory", 0, 1) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (223, 1100, 168, "Block Level De-Duplication", "Block Level De-Duplication", 0, 1) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (224, 1101, 169, "Tape De-Duplication", "Tape De-Duplication", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --9.0 licenses insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (225, 121, 171, "CommNet Server", "CommNet Server", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (226, 122, 172, "CommNet Agent", "CommNet Agent", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (228, 1103, 174, "CommNet Advanced Reporting", "CommNet Advanced Reporting", 1, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (229, 1102, 175, "CommNet SNMP Enabler", "CommNet SNMP Enabler", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (233, 124, 179, "Object Link", "Object Link", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (232, 125, 3, "Application Class 1", "PostgreSQL", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (236, 1117, 146, "SRM for Applications", "SRM for Virtual Server", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (238, 128, 3, "Application Class 1", "Documentum", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (239, 127, 185, "External Data Connector", "External Data Connector", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (241, 1110, 187, "Sharepoint Online CI Enabler", "Sharepoint Online CI Enabler", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (244, 1113, 190, "Cloud Storage", "Cloud Storage", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --194 --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) -- values (SIM_ID_ALM_SEARCH_SERVER, CV_APPTYPE_SEARCH_SERVER, SIM_CSL_AT_V2_SEARCH_SERVER, CSL_LAN_SEARCH_SERVER, SIM_LAN_SEARCH_SERVER, 0, 1) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --Capacity based licensing insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (100001, 1118, 100001, "Data Protection Core infrastructure", "Data Protection Core infrastructure", 1, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (100002, 1119, 100002, "Data Protection Enterprise infrastructure", "Data Protection Enterprise infrastructure", 1, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (100003, 1120, 100003, "Data Archive Core infrastructure", "Data Archive Core infrastructure", 1, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (100004, 1121, 100004, "Data Archive Enterprise infrastructure", "Data Archive Enterprise infrastructure", 1, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --end 9.0 licenses --10.0 licenses insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (250, 1122, 195, "NetApp Cloud", "NetApp Cloud", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (251, 1123, 196, "NetApp Snap Management", "NetApp Snap Management", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (252, 1124, 197, "Remote Operation Management Service", "Remote Operation Management Service", 1, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- --198 --insert into simAppTypeLicTypeMap(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) -- values (SIM_ID_ALM_ADV_DOCUMENT, CV_APPTYPE_ADV_DOCUMENT, SIM_CSL_AT_V2_ADV_DOCUMENT, CSL_LAN_ADV_DOCUMENT, SIM_LAN_ADV_DOCUMENT, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (254, 1141, 199, "Linguistic", "Linguistic", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (255, 1128, 200, "Dell Snap Management", "Dell Snap Management", 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (110001, 1129, 100011, "Virtual Machines", "Virtual Machines", 1, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (110002, 1130, 203, "Protected Mailboxes", "Protected Mailboxes", 1, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (110003, 1131, 100013, "Archived Mailboxes", "Archived Mailboxes", 1, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- -- 100017 - Content Indexed Objects insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (110007, 1138, 100017, "Content Indexed Object", "Content Indexed Object", 1, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (110004, 1132, 100014, "Content indexed Mailboxes", "Content indexed Mailboxes", 1, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (110005, 1133, 100015, "Disk Library Space (TB)", "Disk Library Space (TB)", 1, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (110006, 1134, 100016, "Dedupe Store Space (TB)", "Dedupe Store Space (TB)", 1, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (256, 1135, 201, "Content Indexing Advanced Linguistic Support", "Content Indexing Advanced Linguistic Support", 0, 1) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- insert into simAppTypeLicTypeMap_DBU(id, appTypeId, simLicAppType, name, display_name, isCellLevel, isForExpress) values (257, 1002, 202, "NetApp Disk Library", "NetApp Disk Library", 0, 1) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simAppTypeLicTypeMap_DBU]' END ----------------------------------------------------- GO -- ------------ Genernerated from [../../../Source/CommServer/Db/TblScript/simOEM.script] ---------- -- ALLOW_COMMENTS_BELOW_HERE: -- ---------------------------------------------------------------------- -- -- Copyright (c) 1998 CommVault Systems, Inc. -- All rights reserved. -- -- -- This is unpublished proprietary source code of CommVault -- Systems, Inc. The copyright notice above does not evidence -- any actual or intended publication of such source code. -- ----------------------------------------------------------------------*/ -- rcsid[]="@(#)$Source: /cvs/cvsrepro/GX/vaultcx/Source/CommServer/Db/TblScript/simOEM.script,v $ $Id: simOEM.script,v 1.8 2008/10/31 15:38:24 hmishra Exp $"; -- TABLENAME simOEM print '... inserting Table: simOEM_DBU' GO ---Remove it in upgrade scripts DECLARE @tblRetCode integer -- TABLENAME simOEM --OEM ID 0, generated by python script IF NOT EXISTS (SELECT * FROM simOEM_DBU WHERE OEMId = 0) BEGIN INSERT INTO simOEM_DBU(OEMId, OEMName, ExpressFlag) VALUES(0, 'CommVault', 0) END ELSE BEGIN UPDATE simOEM_DBU SET OEMName = 'CommVault', ExpressFlag = 0 WHERE (OEMId = 0) END --OEM ID 1, generated by python script IF NOT EXISTS (SELECT * FROM simOEM_DBU WHERE OEMId = 1) BEGIN INSERT INTO simOEM_DBU(OEMId, OEMName, ExpressFlag) VALUES(1, 'CommVault', 0) END ELSE BEGIN UPDATE simOEM_DBU SET OEMName = 'CommVault', ExpressFlag = 0 WHERE (OEMId = 1) END --OEM ID 6, generated by python script IF NOT EXISTS (SELECT * FROM simOEM_DBU WHERE OEMId = 6) BEGIN INSERT INTO simOEM_DBU(OEMId, OEMName, ExpressFlag) VALUES(6, 'DELL Express', 1) END ELSE BEGIN UPDATE simOEM_DBU SET OEMName = 'DELL Express', ExpressFlag = 1 WHERE (OEMId = 6) END --OEM ID 8, generated by python script IF NOT EXISTS (SELECT * FROM simOEM_DBU WHERE OEMId = 8) BEGIN INSERT INTO simOEM_DBU(OEMId, OEMName, ExpressFlag) VALUES(8, 'DELL Enterprise', 0) END ELSE BEGIN UPDATE simOEM_DBU SET OEMName = 'DELL Enterprise', ExpressFlag = 0 WHERE (OEMId = 8) END --OEM ID 13, generated by python script IF NOT EXISTS (SELECT * FROM simOEM_DBU WHERE OEMId = 13) BEGIN INSERT INTO simOEM_DBU(OEMId, OEMName, ExpressFlag) VALUES(13, 'Dell CowBoy', 0) END ELSE BEGIN UPDATE simOEM_DBU SET OEMName = 'Dell CowBoy', ExpressFlag = 0 WHERE (OEMId = 13) END --OEM ID 14, generated by python script IF NOT EXISTS (SELECT * FROM simOEM_DBU WHERE OEMId = 14) BEGIN INSERT INTO simOEM_DBU(OEMId, OEMName, ExpressFlag) VALUES(14, 'Hitachi', 0) END ELSE BEGIN UPDATE simOEM_DBU SET OEMName = 'Hitachi', ExpressFlag = 0 WHERE (OEMId = 14) END --OEM ID 15, generated by python script IF NOT EXISTS (SELECT * FROM simOEM_DBU WHERE OEMId = 15) BEGIN INSERT INTO simOEM_DBU(OEMId, OEMName, ExpressFlag) VALUES(15, 'Net Apps', 1) END ELSE BEGIN UPDATE simOEM_DBU SET OEMName = 'Net Apps', ExpressFlag = 1 WHERE (OEMId = 15) END --OEM ID 16, generated by python script IF NOT EXISTS (SELECT * FROM simOEM_DBU WHERE OEMId = 16) BEGIN INSERT INTO simOEM_DBU(OEMId, OEMName, ExpressFlag) VALUES(16, 'CommVault Express', 1) END ELSE BEGIN UPDATE simOEM_DBU SET OEMName = 'CommVault Express', ExpressFlag = 1 WHERE (OEMId = 16) END --OEM ID 17, generated by python script IF NOT EXISTS (SELECT * FROM simOEM_DBU WHERE OEMId = 17) BEGIN INSERT INTO simOEM_DBU(OEMId, OEMName, ExpressFlag) VALUES(17, 'BULL', 0) END ELSE BEGIN UPDATE simOEM_DBU SET OEMName = 'BULL', ExpressFlag = 0 WHERE (OEMId = 17) END GO -- ------------ Genernerated from [../../../Source/CommServer/Db/TblScript/simMiniBrand.script] ---------- -- ALLOW_COMMENTS_BELOW_HERE: -- ---------------------------------------------------------------------- -- -- Copyright \(c\) 1998 CommVault Systems, Inc. -- All rights reserved. -- -- -- Systems, Inc. The copyright notice above does not evidence -- any actual or intended publication of such source code. -- ----------------------------------------------------------------------*/ -- rcsid[]="@(#)$Source: /cvs/cvsrepro/GX/vaultcx/Source/CommServer/Db/TblScript/SimMiniBrand.script,v $ $Id: SimMiniBrand.script,v 1.23 2012/10/15 01:43:36 rkumarasamy Exp $"; -- TABLENAME simMiniBrand print '... inserting Table: simMiniBrand_DBU' GO ---Remove it in upgrade scripts DECLARE @tblRetCode integer -- TABLENAME simMiniBrand IF not exists (select * from simMiniBrand_DBU where miniBrandId = 0) BEGIN INSERT INTO simMiniBrand_DBU (miniBrandId, oemId, name) VALUES(0, 0, 'CommVault') END ELSE BEGIN UPDATE simMiniBrand_DBU SET oemId = 0, name = 'CommVault' WHERE miniBrandId = 0 END IF not exists (select * from simMiniBrand_DBU where miniBrandId = 1) BEGIN INSERT INTO simMiniBrand_DBU (miniBrandId, oemId, name) VALUES(1, 1, 'CommVault') END ELSE BEGIN UPDATE simMiniBrand_DBU SET oemId = 1, name = 'CommVault' WHERE miniBrandId = 1 END IF not exists (select * from simMiniBrand_DBU where miniBrandId = 6) BEGIN INSERT INTO simMiniBrand_DBU (miniBrandId, oemId, name) VALUES(6, 6, 'DELL Express') END ELSE BEGIN UPDATE simMiniBrand_DBU SET oemId = 6, name = 'DELL Express' WHERE miniBrandId = 6 END IF not exists (select * from simMiniBrand_DBU where miniBrandId = 8) BEGIN INSERT INTO simMiniBrand_DBU (miniBrandId, oemId, name) VALUES(8, 8, 'DELL Enterprise') END ELSE BEGIN UPDATE simMiniBrand_DBU SET oemId = 8, name = 'DELL Enterprise' WHERE miniBrandId = 8 END IF not exists (select * from simMiniBrand_DBU where miniBrandId = 13) BEGIN INSERT INTO simMiniBrand_DBU (miniBrandId, oemId, name) VALUES(13, 13, 'Cowboy') END ELSE BEGIN UPDATE simMiniBrand_DBU SET oemId = 13, name = 'Cowboy' WHERE miniBrandId = 13 END IF not exists (select * from simMiniBrand_DBU where miniBrandId = 14) BEGIN INSERT INTO simMiniBrand_DBU (miniBrandId, oemId, name) VALUES(14, 14, 'Hitachi') END ELSE BEGIN UPDATE simMiniBrand_DBU SET oemId = 14, name = 'Hitachi' WHERE miniBrandId = 14 END IF not exists (select * from simMiniBrand_DBU where miniBrandId = 15) BEGIN INSERT INTO simMiniBrand_DBU (miniBrandId, oemId, name) VALUES(15, 15, 'Net Apps') END ELSE BEGIN UPDATE simMiniBrand_DBU SET oemId = 15, name = 'Net Apps' WHERE miniBrandId = 15 END IF not exists (select * from simMiniBrand_DBU where miniBrandId = 16) BEGIN INSERT INTO simMiniBrand_DBU (miniBrandId, oemId, name) VALUES(16, 16, 'CommVault Express') END ELSE BEGIN UPDATE simMiniBrand_DBU SET oemId = 16, Name = 'CommVault Express' WHERE miniBrandId = 16 END IF not exists (select * from simMiniBrand_DBU where miniBrandId = 17) BEGIN INSERT INTO simMiniBrand_DBU (miniBrandId, oemId, name) VALUES(17, 17, 'BULL') END ELSE BEGIN UPDATE simMiniBrand_DBU SET oemId = 17, Name = 'BULL' WHERE miniBrandId = 17 END IF not exists (select * from simMiniBrand_DBU where miniBrandId = 100) BEGIN INSERT INTO simMiniBrand_DBU (miniBrandId, oemId, name) VALUES(100, 1, 'DocTeam') END ELSE BEGIN UPDATE simMiniBrand_DBU SET oemId = 1, Name = 'DocTeam' WHERE miniBrandId = 100 END IF not exists (select * from simMiniBrand_DBU where miniBrandId = 101) BEGIN INSERT INTO simMiniBrand_DBU (miniBrandId, oemId, name) VALUES(101, 1, 'Showcase') END ELSE BEGIN UPDATE simMiniBrand_DBU SET oemId = 1, Name = 'Showcase' WHERE miniBrandId = 101 END IF not exists (select * from simMiniBrand_DBU where miniBrandId = 102) BEGIN INSERT INTO simMiniBrand_DBU (miniBrandId, oemId, name) VALUES(102, 1, 'GTS') END ELSE BEGIN UPDATE simMiniBrand_DBU SET oemId = 1, Name = 'GTS' WHERE miniBrandId = 102 END IF not exists (select * from simMiniBrand_DBU where miniBrandId = 103) BEGIN INSERT INTO simMiniBrand_DBU (miniBrandId, oemId, name) VALUES(103, 1, 'Concept') END ELSE BEGIN UPDATE simMiniBrand_DBU SET oemId = 1, Name = 'Concept' WHERE miniBrandId = 103 END IF not exists (select * from simMiniBrand_DBU where miniBrandId = 104) BEGIN INSERT INTO simMiniBrand_DBU (miniBrandId, oemId, name) VALUES(104, 16, 'Doc Express') END ELSE BEGIN UPDATE simMiniBrand_DBU SET oemId = 16, Name = 'Doc Express' WHERE miniBrandId = 104 END IF not exists (select * from simMiniBrand_DBU where miniBrandId = 105) BEGIN INSERT INTO simMiniBrand_DBU (miniBrandId, oemId, name) VALUES(105, 1, 'Netapp') END ELSE BEGIN UPDATE simMiniBrand_DBU SET oemId = 1, Name = 'Netapp' WHERE miniBrandId = 105 END IF not exists (select * from simMiniBrand_DBU where miniBrandId = 106) BEGIN INSERT INTO simMiniBrand_DBU (miniBrandId, oemId, name) VALUES(106, 16, 'VMWare Protection') END ELSE BEGIN UPDATE simMiniBrand_DBU SET oemId = 16, Name = 'VMWare Protection' WHERE miniBrandId = 106 END IF not exists (select * from simMiniBrand_DBU where miniBrandId = 107) BEGIN INSERT INTO simMiniBrand_DBU (miniBrandId, oemId, name) VALUES(107, 16, 'Medical Imaging') END ELSE BEGIN UPDATE simMiniBrand_DBU SET oemId = 16, Name = 'Medical Imaging' WHERE miniBrandId = 107 END IF not exists (select * from simMiniBrand_DBU where miniBrandId = 108) BEGIN INSERT INTO simMiniBrand_DBU (miniBrandId, oemId, name) VALUES(108, 16, 'IntelliSnap™ Recovery Manager') END ELSE BEGIN UPDATE simMiniBrand_DBU SET oemId = 16, Name = 'IntelliSnap™ Recovery Manager' WHERE miniBrandId = 108 END GO -- ------------ Genernerated from [../../../Source/CommServer/Db/TblScript/simOEMMap.script] ---------- -- ALLOW_COMMENTS_BELOW_HERE: -- ---------------------------------------------------------------------- -- -- Copyright (c) 1998 CommVault Systems, Inc. -- All rights reserved. -- -- -- This is unpublished proprietary source code of CommVault -- Systems, Inc. The copyright notice above does not evidence -- any actual or intended publication of such source code. -- ----------------------------------------------------------------------*/ -- rcsid[]="@(#)$Source: /cvs/cvsrepro/GX/vaultcx/Source/CommServer/Db/TblScript/simOEMMap.script,v $ $Id: simOEMMap.script,v 1.8 2010/03/08 15:11:09 xsui Exp $"; -- TABLENAME simOEMMap print '... inserting Table: simOEMMap_DBU' GO ---Remove it in upgrade scripts DECLARE @tblRetCode integer -- TABLENAME simOEMMap -------------------------------------------- -- Permanent: Any brand to CV enterprise -- -------------------------------------------- if NOT EXISTS (select * from simOEMMap_DBU where fromOEMId=8 and toOEMID=1 and IsEval=0) BEGIN insert into simOEMMap_DBU(FromOEMId, ToOEMId, IsEval) values (8,1,0); END if NOT EXISTS (select * from simOEMMap_DBU where fromOEMId=6 and toOEMID=1 and IsEval=0) BEGIN insert into simOEMMap_DBU(FromOEMId, ToOEMId, IsEval) values (6,1,0); END if NOT EXISTS (select * from simOEMMap_DBU where fromOEMId=14 and toOEMID=1 and IsEval=0) BEGIN insert into simOEMMap_DBU(FromOEMId, ToOEMId, IsEval) values (14,1,0); END if NOT EXISTS (select * from simOEMMap_DBU where fromOEMId=16 and toOEMID=1 and IsEval=0) BEGIN insert into simOEMMap_DBU(FromOEMId, ToOEMId, IsEval) values (16,1,0); END if NOT EXISTS (select * from simOEMMap_DBU where fromOEMId=17 and toOEMID=1 and IsEval=0) BEGIN insert into simOEMMap_DBU(FromOEMId, ToOEMId, IsEval) values (17,1,0); END ------------------------------------------------- -- Permanent: Any express brand to CV express -- ------------------------------------------------- if NOT EXISTS (select * from simOEMMap_DBU where fromOEMId=6 and toOEMID=16 and IsEval= 0) BEGIN insert into simOEMMap_DBU(FromOEMId, ToOEMId, IsEval) values (6,16,0); END ------------------------------------------------- -- Permanent: Dell express to Dell enterprise -- ------------------------------------------------- if NOT EXISTS (select * from simOEMMap_DBU where fromOEMId=6 and toOEMID=8 and IsEval= 0) BEGIN insert into simOEMMap_DBU(FromOEMId, ToOEMId, IsEval) values (6,8,0); END --------------------------------------------------------------------------------------------------------------------------------------- -- EVAL -- All of rules for Permanent also apply on eval --------------------------------------------------------------------------------------------------------------------------------------- --------------------------------------- -- Eval: Any brand to CV enterprise -- --------------------------------------- if NOT EXISTS (select * from simOEMMap_DBU where fromOEMId=8 and toOEMID=1 and IsEval=1) BEGIN insert into simOEMMap_DBU(FromOEMId, ToOEMId, IsEval) values (8,1,1); END if NOT EXISTS (select * from simOEMMap_DBU where fromOEMId=6 and toOEMID=1 and IsEval=1) BEGIN insert into simOEMMap_DBU(FromOEMId, ToOEMId, IsEval) values (6,1,1); END if NOT EXISTS (select * from simOEMMap_DBU where fromOEMId=14 and toOEMID=1 and IsEval=1) BEGIN insert into simOEMMap_DBU(FromOEMId, ToOEMId, IsEval) values (14,1,1); END if NOT EXISTS (select * from simOEMMap_DBU where fromOEMId=16 and toOEMID=1 and IsEval=1) BEGIN insert into simOEMMap_DBU(FromOEMId, ToOEMId, IsEval) values (16,1,1); END if NOT EXISTS (select * from simOEMMap_DBU where fromOEMId=17 and toOEMID=1 and IsEval=1) BEGIN insert into simOEMMap_DBU(FromOEMId, ToOEMId, IsEval) values (17,1,1); END -------------------------------------------- -- Eval: Any express brand to CV express -- -------------------------------------------- if NOT EXISTS (select * from simOEMMap_DBU where fromOEMId=6 and toOEMID=16 and IsEval=1) BEGIN insert into simOEMMap_DBU(FromOEMId, ToOEMId, IsEval) values (6,16,1); END -------------------------------------------- -- Eval: Dell express to Dell enterprise -- -------------------------------------------- if NOT EXISTS (select * from simOEMMap_DBU where fromOEMId=6 and toOEMID=8 and IsEval=1) BEGIN insert into simOEMMap_DBU(FromOEMId, ToOEMId, IsEval) values (6,8,1); END --------------------------------------------------- -- Eval: Allow any enterprise to any enterprise -- --------------------------------------------------- if NOT EXISTS (select * from simOEMMap_DBU where fromOEMId=1 and toOEMID=8 and IsEval=1) BEGIN insert into simOEMMap_DBU(FromOEMId, ToOEMId, IsEval) values (1,8,1); END if NOT EXISTS (select * from simOEMMap_DBU where fromOEMId=1 and toOEMID=14 and IsEval=1) BEGIN insert into simOEMMap_DBU(FromOEMId, ToOEMId, IsEval) values (1,14,1); END if NOT EXISTS (select * from simOEMMap_DBU where fromOEMId=1 and toOEMID=17 and IsEval= 1) BEGIN insert into simOEMMap_DBU(FromOEMId, ToOEMId, IsEval) values (1,17,1); END if NOT EXISTS (select * from simOEMMap_DBU where fromOEMId=8 and toOEMID=14 and IsEval=1) BEGIN insert into simOEMMap_DBU(FromOEMId, ToOEMId, IsEval) values (8,14,1); END if NOT EXISTS (select * from simOEMMap_DBU where fromOEMId=8 and toOEMID=17 and IsEval= 1) BEGIN insert into simOEMMap_DBU(FromOEMId, ToOEMId, IsEval) values (8,17,1); END if NOT EXISTS (select * from simOEMMap_DBU where fromOEMId=14 and toOEMID=8 and IsEval=1) BEGIN insert into simOEMMap_DBU(FromOEMId, ToOEMId, IsEval) values (14,8,1); END if NOT EXISTS (select * from simOEMMap_DBU where fromOEMId=14 and toOEMID=17 and IsEval= 1) BEGIN insert into simOEMMap_DBU(FromOEMId, ToOEMId, IsEval) values (14,17,1); END if NOT EXISTS (select * from simOEMMap_DBU where fromOEMId=17 and toOEMID=8 and IsEval=1) BEGIN insert into simOEMMap_DBU(FromOEMId, ToOEMId, IsEval) values (17,8,1); END if NOT EXISTS (select * from simOEMMap_DBU where fromOEMId=17 and toOEMID=14 and IsEval= 1) BEGIN insert into simOEMMap_DBU(FromOEMId, ToOEMId, IsEval) values (17,14,1); END --------------------------------------------- -- Eval: Allow any express to any express -- --------------------------------------------- if NOT EXISTS (select * from simOEMMap_DBU where fromOEMId=16 and toOEMID=6 and IsEval=1) BEGIN insert into simOEMMap_DBU(FromOEMId, ToOEMId, IsEval) values (16,6,1); END ----------------------------------------------------------------------------------- -- Allow SIM_CSL_OI_DELL_COWBOY to SIM_CSL_OI_DELL_LOW & SIM_CSL_OI_DELL_HIGH -- -- Allow SIM_CSL_OI_DELL_COWBOY to SIM_CSL_OI_COMMVAULT & SIM_CSL_OI_CV_EXPRESS -- ----------------------------------------------------------------------------------- if NOT EXISTS (select * from simOEMMap_DBU where fromOEMId=13 and toOEMID=6 and IsEval=1) BEGIN insert into simOEMMap_DBU(FromOEMId, ToOEMId, IsEval) values (13,6,1); END if NOT EXISTS (select * from simOEMMap_DBU where fromOEMId=13 and toOEMID=6 and IsEval=0) BEGIN insert into simOEMMap_DBU(FromOEMId, ToOEMId, IsEval) values (13,6,0); END if NOT EXISTS (select * from simOEMMap_DBU where fromOEMId=13 and toOEMID=8 and IsEval=1) BEGIN insert into simOEMMap_DBU(FromOEMId, ToOEMId, IsEval) values (13,8,1); END if NOT EXISTS (select * from simOEMMap_DBU where fromOEMId=13 and toOEMID=8 and IsEval=0) BEGIN insert into simOEMMap_DBU(FromOEMId, ToOEMId, IsEval) values (13,8,0); END if NOT EXISTS (select * from simOEMMap_DBU where fromOEMId=13 and toOEMID=1 and IsEval=1) BEGIN insert into simOEMMap_DBU(FromOEMId, ToOEMId, IsEval) values (13,1,1); END if NOT EXISTS (select * from simOEMMap_DBU where fromOEMId=13 and toOEMID=1 and IsEval=0) BEGIN insert into simOEMMap_DBU(FromOEMId, ToOEMId, IsEval) values (13,1,0); END if NOT EXISTS (select * from simOEMMap_DBU where fromOEMId=13 and toOEMID=16 and IsEval=1) BEGIN insert into simOEMMap_DBU(FromOEMId, ToOEMId, IsEval) values (13,16,1); END if NOT EXISTS (select * from simOEMMap_DBU where fromOEMId=13 and toOEMID=16 and IsEval=0) BEGIN insert into simOEMMap_DBU(FromOEMId, ToOEMId, IsEval) values (13,16,0); END ------------------------------------------------------------------------------------------------- -- Per Parag, We will allow any enterprise brand to be changed to any other enterprise brand. -- -- Same within express. So even CV to Dell enterprise should be allowed. -- ------------------------------------------------------------------------------------------------- if NOT EXISTS (select * from simOEMMap_DBU where fromOEMId=1 and toOEMID=8 and IsEval=0) BEGIN insert into simOEMMap_DBU(FromOEMId, ToOEMId, IsEval) values (1,8,0); END if NOT EXISTS (select * from simOEMMap_DBU where fromOEMId=1 and toOEMID=14 and IsEval=0) BEGIN insert into simOEMMap_DBU(FromOEMId, ToOEMId, IsEval) values (1,14,0); END if NOT EXISTS (select * from simOEMMap_DBU where fromOEMId=1 and toOEMID=17 and IsEval=0) BEGIN insert into simOEMMap_DBU(FromOEMId, ToOEMId, IsEval) values (1,17,0); END ----------------------- if NOT EXISTS (select * from simOEMMap_DBU where fromOEMId=8 and toOEMID=14 and IsEval=0) BEGIN insert into simOEMMap_DBU(FromOEMId, ToOEMId, IsEval) values (8,14,0); END if NOT EXISTS (select * from simOEMMap_DBU where fromOEMId=8 and toOEMID=17 and IsEval=0) BEGIN insert into simOEMMap_DBU(FromOEMId, ToOEMId, IsEval) values (8,17,0); END ----------------------- if NOT EXISTS (select * from simOEMMap_DBU where fromOEMId=14 and toOEMID=8 and IsEval=0) BEGIN insert into simOEMMap_DBU(FromOEMId, ToOEMId, IsEval) values (14,8,0); END if NOT EXISTS (select * from simOEMMap_DBU where fromOEMId=14 and toOEMID=17 and IsEval=0) BEGIN insert into simOEMMap_DBU(FromOEMId, ToOEMId, IsEval) values (14,17,0); END ----------------------- if NOT EXISTS (select * from simOEMMap_DBU where fromOEMId=17 and toOEMID=8 and IsEval=0) BEGIN insert into simOEMMap_DBU(FromOEMId, ToOEMId, IsEval) values (17,8,0); END if NOT EXISTS (select * from simOEMMap_DBU where fromOEMId=17 and toOEMID=14 and IsEval=0) BEGIN insert into simOEMMap_DBU(FromOEMId, ToOEMId, IsEval) values (17,14,0); END ----------------------- if NOT EXISTS (select * from simOEMMap_DBU where fromOEMId=16 and toOEMID=6 and IsEval=0) BEGIN insert into simOEMMap_DBU(FromOEMId, ToOEMId, IsEval) values (16, 6,0); END GO -- ------------ Genernerated from [../../../Source/CommServer/Db/TblScript/simApptypeGroupIDMap.script] ---------- -- ALLOW_COMMENTS_BELOW_HERE: -- ---------------------------------------------------------------------- -- -- Copyright (c) 1998 CommVault Systems, Inc. -- All rights reserved. -- -- -- This is unpublished proprietary source code of CommVault -- Systems, Inc. The copyright notice above does not evidence -- any actual or intended publication of such source code. -- ----------------------------------------------------------------------*/ -- rcsid[]="@(#)$Source: /cvs/cvsrepro/GX/vaultcx/Source/CommServer/Db/TblScript/simApptypeGroupIDMap.script,v $ $Id: simApptypeGroupIDMap.script,v 1.9 2010/11/13 17:04:55 bmehta Exp $"; -- TABLENAME simApptypeGroupIDMap print '... inserting Table: simApptypeGroupIDMap_DBU' GO ---Remove it in upgrade scripts DECLARE @tblRetCode integer -- TABLENAME simApptypeGroupIDMap IF NOT EXISTS (select * from simApptypeGroupIDMap_DBU where GroupID=1 AND AppTypeID=1001) BEGIN insert into simApptypeGroupIDMap_DBU(AppTypeID, GroupID, GroupName) values (1001, 1, "BaseClient"); END IF NOT EXISTS (select * from simApptypeGroupIDMap_DBU where GroupID=1 AND AppTypeID=1045) BEGIN insert into simApptypeGroupIDMap_DBU(AppTypeID, GroupID, GroupName) values (1045, 1, "BaseClient"); END IF NOT EXISTS (select * from simApptypeGroupIDMap_DBU where GroupID=2 AND AppTypeID=11) BEGIN insert into simApptypeGroupIDMap_DBU(AppTypeID, GroupID, GroupName) values (11, 2, "FileSystem"); END IF NOT EXISTS (select * from simApptypeGroupIDMap_DBU where GroupID=2 AND AppTypeID=33) BEGIN insert into simApptypeGroupIDMap_DBU(AppTypeID, GroupID, GroupName) values (33, 2, "FileSystem"); END IF NOT EXISTS (select * from simApptypeGroupIDMap_DBU where GroupID=2 AND AppTypeID=34) BEGIN insert into simApptypeGroupIDMap_DBU(AppTypeID, GroupID, GroupName) values (34, 2, "FileSystem"); END IF NOT EXISTS (select * from simApptypeGroupIDMap_DBU where GroupID=2 AND AppTypeID=42) BEGIN insert into simApptypeGroupIDMap_DBU(AppTypeID, GroupID, GroupName) values (42, 2, "FileSystem"); END IF NOT EXISTS (select * from simApptypeGroupIDMap_DBU where GroupID=2 AND AppTypeID=43) BEGIN insert into simApptypeGroupIDMap_DBU(AppTypeID, GroupID, GroupName) values (43, 2, "FileSystem"); END IF NOT EXISTS (select * from simApptypeGroupIDMap_DBU where AppTypeID=19 AND GroupID=2) BEGIN insert into simApptypeGroupIDMap_DBU values (19, 2, "FileSystem") END IF NOT EXISTS (select * from simApptypeGroupIDMap_DBU where AppTypeID=17 AND GroupID=2) BEGIN insert into simApptypeGroupIDMap_DBU values (17, 2, "FileSystem") END IF NOT EXISTS (select * from simApptypeGroupIDMap_DBU where AppTypeID=21 AND GroupID=2) BEGIN insert into simApptypeGroupIDMap_DBU values (21, 2, "FileSystem") END IF NOT EXISTS (select * from simApptypeGroupIDMap_DBU where AppTypeID=29 AND GroupID=2) BEGIN insert into simApptypeGroupIDMap_DBU values (29, 2, "FileSystem") END IF NOT EXISTS (select * from simApptypeGroupIDMap_DBU where AppTypeID=36 AND GroupID=2) BEGIN insert into simApptypeGroupIDMap_DBU values (36, 2, "FileSystem") END IF NOT EXISTS (select * from simApptypeGroupIDMap_DBU where AppTypeID=63 AND GroupID=2) BEGIN insert into simApptypeGroupIDMap_DBU values (63, 2, "FileSystem") END IF NOT EXISTS (select * from simApptypeGroupIDMap_DBU where AppTypeID=64 AND GroupID=2) BEGIN insert into simApptypeGroupIDMap_DBU values (64, 2, "FileSystem") END IF NOT EXISTS (select * from simApptypeGroupIDMap_DBU where AppTypeID=74 AND GroupID=2) BEGIN insert into simApptypeGroupIDMap_DBU values (74, 2, "FileSystem") END IF NOT EXISTS (select * from simApptypeGroupIDMap_DBU where GroupID=3 AND AppTypeID=1068) BEGIN insert into simApptypeGroupIDMap_DBU(AppTypeID, GroupID, GroupName) values (1068, 3, "FSDMDriver"); END IF NOT EXISTS (select * from simApptypeGroupIDMap_DBU where GroupID=4 AND AppTypeID=47) BEGIN insert into simApptypeGroupIDMap_DBU(AppTypeID, GroupID, GroupName) values (47, 4, "ReplicationIDA"); END IF NOT EXISTS (select * from simApptypeGroupIDMap_DBU where GroupID=5 AND AppTypeID=1000) BEGIN insert into simApptypeGroupIDMap_DBU(AppTypeID, GroupID, GroupName) values (1000, 5, "CommServer"); END IF NOT EXISTS (select * from simApptypeGroupIDMap_DBU where GroupID=6 AND AppTypeID=65) BEGIN insert into simApptypeGroupIDMap_DBU(AppTypeID, GroupID, GroupName) values (65, 6, "ImageWinFS"); END IF NOT EXISTS (select * from simApptypeGroupIDMap_DBU where GroupID=7 AND AppTypeID=1007) BEGIN insert into simApptypeGroupIDMap_DBU(AppTypeID, GroupID, GroupName) values (1007, 7, "HotspotSnapshot"); END IF NOT EXISTS (select * from simApptypeGroupIDMap_DBU where GroupID=8 AND AppTypeID=11) BEGIN insert into simApptypeGroupIDMap_DBU(AppTypeID, GroupID, GroupName) values (11, 8, "CI"); END IF NOT EXISTS (select * from simApptypeGroupIDMap_DBU where GroupID=8 AND AppTypeID=33) BEGIN insert into simApptypeGroupIDMap_DBU(AppTypeID, GroupID, GroupName) values (33, 8, "CI"); END IF NOT EXISTS (select * from simApptypeGroupIDMap_DBU where GroupID=8 AND AppTypeID=34) BEGIN insert into simApptypeGroupIDMap_DBU(AppTypeID, GroupID, GroupName) values (34, 8, "CI"); END IF NOT EXISTS (select * from simApptypeGroupIDMap_DBU where GroupID=8 AND AppTypeID=42) BEGIN insert into simApptypeGroupIDMap_DBU(AppTypeID, GroupID, GroupName) values (42, 8, "CI"); END IF NOT EXISTS (select * from simApptypeGroupIDMap_DBU where GroupID=8 AND AppTypeID=43) BEGIN insert into simApptypeGroupIDMap_DBU(AppTypeID, GroupID, GroupName) values (43, 8, "CI"); END IF NOT EXISTS (select * from simApptypeGroupIDMap_DBU where GroupID=8 AND AppTypeID=85) BEGIN insert into simApptypeGroupIDMap_DBU(AppTypeID, GroupID, GroupName) values (85, 8, "CI"); END IF NOT EXISTS (select * from simApptypeGroupIDMap_DBU where GroupID=9 AND AppTypeID=1084) BEGIN insert into simApptypeGroupIDMap_DBU(AppTypeID, GroupID, GroupName) values (1084, 9, "BaseZero"); END IF NOT EXISTS (select * from simApptypeGroupIDMap_DBU where GroupID=4 AND AppTypeID=50) BEGIN insert into simApptypeGroupIDMap_DBU(AppTypeID, GroupID, GroupName) values (50, 4, "ReplicationIDA"); END IF NOT EXISTS (select * from simApptypeGroupIDMap_DBU where GroupID=11 AND AppTypeID=1045) BEGIN insert into simApptypeGroupIDMap_DBU(AppTypeID, GroupID, GroupName) values (1045, 11, "UNIXBase"); END IF NOT EXISTS (select * from simApptypeGroupIDMap_DBU where GroupID=12 AND AppTypeID=75) BEGIN insert into simApptypeGroupIDMap_DBU(AppTypeID, GroupID, GroupName) values (75, 12, "ImageUNIXFS"); END IF NOT EXISTS (select * from simApptypeGroupIDMap_DBU where GroupID=13 AND AppTypeID=1002) BEGIN insert into simApptypeGroupIDMap_DBU(AppTypeID, GroupID, GroupName) values (1002, 13, "MA"); END IF NOT EXISTS (select * from simApptypeGroupIDMap_DBU where AppTypeID=1045 AND GroupID=14) BEGIN insert into simApptypeGroupIDMap_DBU values (1045, 14, "FileRepDriver") END IF NOT EXISTS (select * from simApptypeGroupIDMap_DBU where AppTypeID=1067 AND GroupID=14) BEGIN insert into simApptypeGroupIDMap_DBU values (1067, 14, "FileRepDriver") END GO -- ------------ Genernerated from [../../../Source/CommServer/Db/TblScript/simAppTypeDependency.script] ---------- -- ALLOW_COMMENTS_BELOW_HERE: -- ---------------------------------------------------------------------- -- -- Copyright (c) 1998 CommVault Systems, Inc. -- All rights reserved. -- -- -- This is unpublished proprietary source code of CommVault -- Systems, Inc. The copyright notice above does not evidence -- any actual or intended publication of such source code. -- ----------------------------------------------------------------------*/ -- rcsid[]="@(#)$Source: /cvs/cvsrepro/GX/vaultcx/Source/CommServer/Db/TblScript/simAppTypeDependency.script,v $ $Id: simAppTypeDependency.script,v 1.11 2010/11/17 16:00:15 bmehta Exp $"; -- TABLENAME simAppTypeDependency print '... inserting Table: simAppTypeDependency_DBU' GO ---Remove it in upgrade scripts DECLARE @tblRetCode integer -- TABLENAME simAppTypeDependency IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=1000 AND GroupID=1 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (1000, 1, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=1002 AND GroupID=1 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (1002, 1, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=11 AND GroupID=1 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (11, 1, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=33 AND GroupID=1 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (33, 1, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=34 AND GroupID=1 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (34, 1, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=42 AND GroupID=1 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (42, 1, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=43 AND GroupID=1 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (43, 1, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=56 AND GroupID=1 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (56, 1, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=45 AND GroupID=1 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (45, 1, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=57 AND GroupID=1 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (57, 1, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=1007 AND GroupID=1 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (1007, 1, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=47 AND GroupID=1 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (47, 1, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=1068 AND GroupID=1 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (1068, 1, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=68 AND GroupID=1 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (68, 1, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=67 AND GroupID=1 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (67, 1, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=82 AND GroupID=1 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (82, 1, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=89 AND GroupID=1 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (89, 1, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=1078 AND GroupID=1 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (1078, 1, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=600 AND GroupID=1 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (600, 1, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=606 AND GroupID=1 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (606, 1, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=651 AND GroupID=1 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (651, 1, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=602 AND GroupID=1 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (602, 1, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=650 AND GroupID=1 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (650, 1, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=652 AND GroupID=1 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (652, 1, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=607 AND GroupID=1 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (607, 1, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=1087 AND GroupID=1 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (1087, 1, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=1089 AND GroupID=1 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (1089, 1, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=107 AND GroupID=1 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (107, 1, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=41 AND GroupID=2 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (41, 2, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=22 AND GroupID=2 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (22, 2, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=59 AND GroupID=2 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (59, 2, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=6 AND GroupID=2 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (6, 2, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=60 AND GroupID=2 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (60, 2, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=7 AND GroupID=2 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (7, 2, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=81 AND GroupID=2 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (81, 2, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=9 AND GroupID=2 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (9, 2, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=15 AND GroupID=2 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (15, 2, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=53 AND GroupID=2 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (53, 2, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=8 AND GroupID=2 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (8, 2, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=14 AND GroupID=2 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (14, 2, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=54 AND GroupID=2 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (54, 2, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=35 AND GroupID=2 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (35, 2, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=25 AND GroupID=2 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (25, 2, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=37 AND GroupID=2 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (37, 2, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=1009 AND GroupID=2 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (1009, 2, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=44 AND GroupID=2 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (44, 2, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=55 AND GroupID=2 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (55, 2, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=61 AND GroupID=2 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (61, 2, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=78 AND GroupID=2 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (78, 2, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=79 AND GroupID=2 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (79, 2, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=1040 AND GroupID=2 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (1040, 2, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=5 AND GroupID=2 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (5, 2, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=1064 AND GroupID=2 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (1064, 2, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=91 AND GroupID=2 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (91, 2, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=1070 AND GroupID=2 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (1070, 2, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=106 AND GroupID=2 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (106, 2, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=58 AND GroupID=3 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (58, 3, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=1008 AND GroupID=4 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (1008, 4, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=1013 AND GroupID=4 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (1013, 4, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=1017 AND GroupID=4 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (1017, 4, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=1029 AND GroupID=4 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (1029, 4, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=1031 AND GroupID=4 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (1031, 4, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=72 AND GroupID=4 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (72, 4, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=1066 AND GroupID=4 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (1066, 4, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=1018 AND GroupID=5 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (1018, 5, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=1012 AND GroupID=5 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (1012, 5, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=1011 AND GroupID=5 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (1011, 5, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=1082 AND GroupID=5 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (1082, 5, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=76 AND GroupID=6 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (76, 6, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=1067 AND GroupID=7 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (1067, 7, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=93 AND GroupID=8 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (93, 8, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=105 AND GroupID=8 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (105, 8, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=1045 AND GroupID=9 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (1045, 9, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=1047 AND GroupID=9 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (1047, 9, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=85 AND GroupID=9 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (85, 9, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=1017 AND GroupID=4 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (1017, 4, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=1066 AND GroupID=4 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (1066, 4, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=1031 AND GroupID=4 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (1031, 4, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=1029 AND GroupID=4 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (1029, 4, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=84 AND GroupID=14 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (84, 14, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=66 AND GroupID=11 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (66, 11, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=71 AND GroupID=11 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (71, 11, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=86 AND GroupID=11 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (86, 11, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=50 AND GroupID=11 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (50, 11, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=605 AND GroupID=11 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (605, 11, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=87 AND GroupID=12 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (87, 12, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=1004 AND GroupID=13 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (1004, 13, 0, 13); END IF NOT EXISTS (select * from simAppTypeDependency_DBU where AppTypeID=1072 AND GroupID=13 AND IsVirtual=0 AND ReleaseID=13) BEGIN insert into simAppTypeDependency_DBU(AppTypeID, GroupID, IsVirtual, ReleaseID) values (1072, 13, 0, 13); END GO -- ------------ Genernerated from [../../../Source/CommServer/Db/TblScript/simApptypeProp.script] ---------- -- ALLOW_COMMENTS_BELOW_HERE: -- ---------------------------------------------------------------------- -- -- Copyright (c) 1998 CommVault Systems, Inc. -- All rights reserved. -- -- -- This is unpublished proprietary source code of CommVault -- Systems, Inc. The copyright notice above does not evidence -- any actual or intended publication of such source code. -- ----------------------------------------------------------------------*/ -- rcsid[]="@(#)$Source: /cvs/cvsrepro/GX/vaultcx/Source/CommServer/Db/TblScript/simApptypeProp.script,v $ $Id: simApptypeProp.script,v 1.55 2012/09/07 15:17:10 xsui Exp $"; -- TABLENAME simApptypeProp print '... inserting Table: simApptypeProp_DBU' GO ---Remove it in upgrade scripts DECLARE @tblRetCode integer -- TABLENAME simApptypeProp -- File system specific properties. if not exists (select * from simApptypeProp_DBU where componentNameId = 11 AND attrName = "OSUpgadable") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (11, "OSUpgadable", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 11 AND attrName = "OSDowngadable") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (11, "OSDowngadable", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 33 AND attrName = "OSUpgadable") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (33, "OSUpgadable", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 33 AND attrName = "OSDowngadable") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (33, "OSDowngadable", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 34 AND attrName = "OSUpgadable") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (34, "OSUpgadable", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 34 AND attrName = "OSDowngadable") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (34, "OSDowngadable", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 42 AND attrName = "OSUpgadable") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (42, "OSUpgadable", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 42 AND attrName = "OSDowngadable") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (42, "OSDowngadable", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 43 AND attrName = "OSUpgadable") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (43, "OSUpgadable", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 43 AND attrName = "OSDowngadable") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (43, "OSDowngadable", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- -- SQL specific properties if not exists (select * from simApptypeProp_DBU where componentNameId = 81 AND attrName = "DummyInstance") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (81, "DummyInstance", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 81 AND attrName = "DummyBackupSet") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (81, "DummyBackupSet", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 81 AND attrName = "DummySubClient") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (81, "DummySubClient", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 81 AND attrName = "HiddenBackupSet") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (81, "HiddenBackupSet", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 81 AND attrName = "DonotCreateSubClientAtInstallTime") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (81, "DonotCreateSubClientAtInstallTime", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- -- WBA specific properties if not exists (select * from simApptypeProp_DBU where componentNameId = 107 AND attrName = "HiddenBackupSet") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (107, "HiddenBackupSet", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 107 AND attrName = "HiddenSubClient") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (107, "HiddenSubClient", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- --Oracle specific properties if not exists (select * from simApptypeProp_DBU where componentNameId = 22 AND attrName = "DummyInstance") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (22, "DummyInstance", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 22 AND attrName = "DummyBackupSet") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (22, "DummyBackupSet", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 22 AND attrName = "DummySubClient") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (22, "DummySubClient", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 22 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (22, "DefaultInstanceName", 1, "defaultDummyInstanceForOracle") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 127 AND attrName = "HiddenSubClient") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (127 , "HiddenSubClient", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 127 AND attrName = "DefaultBackupSetName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (127 , "DefaultBackupSetName", 1, "defaultArchiveSet") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (127 , "DonotCreateSubClientAtInstallTime", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- --Documentum properties insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (128, "DummyInstance", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (128, "HiddenBackupSet", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (128, "HiddenSubClient", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (128, "DefaultInstanceName", 1, "defaultDummyInstanceForDocumentum") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- -- DonotCreateAppIDAtInstallTime property if not exists (select * from simApptypeProp_DBU where componentNameId = 106 AND attrName = "DonotCreateSubClientAtInstallTime") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (106, "DonotCreateSubClientAtInstallTime", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 602 AND attrName = "DonotCreateSubClientAtInstallTime") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (602, "DonotCreateSubClientAtInstallTime", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 58 AND attrName = "DonotCreateSubClientAtInstallTime") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (58, "DonotCreateSubClientAtInstallTime", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- -- HiddenSubClient property if not exists (select * from simApptypeProp_DBU where componentNameId = 84 AND attrName = "HiddenSubClient") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (84, "HiddenSubClient", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 72 AND attrName = "HiddenSubClient") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (72, "HiddenSubClient", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 58 AND attrName = "HiddenSubClient") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (58, "HiddenSubClient", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 127 AND attrName = "HiddenSubClient") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (127 , "HiddenSubClient", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 48 AND attrName = "HiddenSubClient") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (48, "HiddenSubClient", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 24 AND attrName = "HiddenSubClient") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (24, "HiddenSubClient", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 28 AND attrName = "HiddenSubClient") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (28, "HiddenSubClient", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 13 AND attrName = "HiddenSubClient") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (13, "HiddenSubClient", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 25 AND attrName = "HiddenSubClient") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (25, "HiddenSubClient", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 40 AND attrName = "HiddenSubClient") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (40, "HiddenSubClient", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 47 AND attrName = "HiddenSubClient") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (47, "HiddenSubClient", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 50 AND attrName = "HiddenSubClient") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (50, "HiddenSubClient", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 65 AND attrName = "HiddenSubClient") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (65, "HiddenSubClient", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 66 AND attrName = "HiddenSubClient") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (66, "HiddenSubClient", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 67 AND attrName = "HiddenSubClient") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (67, "HiddenSubClient", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 68 AND attrName = "HiddenSubClient") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (68, "HiddenSubClient", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 73 AND attrName = "HiddenSubClient") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (73, "HiddenSubClient", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 75 AND attrName = "HiddenSubClient") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (75, "HiddenSubClient", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 76 AND attrName = "HiddenSubClient") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (76, "HiddenSubClient", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 83 AND attrName = "HiddenSubClient") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (83, "HiddenSubClient", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 87 AND attrName = "HiddenSubClient") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (87, "HiddenSubClient", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 89 AND attrName = "HiddenSubClient") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (89, "HiddenSubClient", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 106 AND attrName = "HiddenSubClient") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (106, "HiddenSubClient", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- --QNET properties if not exists (select * from simApptypeProp_DBU where componentNameId = 121 AND attrName = "HiddenSubClient") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (121, "HiddenSubClient", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 122 AND attrName = "HiddenSubClient") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (122, "HiddenSubClient", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- -- HiddenBackupSet property if not exists (select * from simApptypeProp_DBU where componentNameId = 84 AND attrName = "HiddenBackupSet") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (84, "HiddenBackupSet", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- -- DummySubClient property if not exists (select * from simApptypeProp_DBU where componentNameId = 3 AND attrName = "DummySubClient") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (3, "DummySubClient", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 5 AND attrName = "DummySubClient") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (5, "DummySubClient", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 126 AND attrName = "DummySubClient") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (126, "DummySubClient", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 61 AND attrName = "DummySubClient") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (61, "DummySubClient", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 79 AND attrName = "DummySubClient") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (79, "DummySubClient", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 37 AND attrName = "DummySubClient") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (37, "DummySubClient", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 62 AND attrName = "DummySubClient") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (62, "DummySubClient", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 104 AND attrName = "DummySubClient") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (104, "DummySubClient", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 125 AND attrName = "DummySubClient") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (125, "DummySubClient", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- -- DummyBackupSet property if not exists (select * from simApptypeProp_DBU where componentNameId = 3 AND attrName = "DummyBackupSet") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (3, "DummyBackupSet", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 5 AND attrName = "DummyBackupSet") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (5, "DummyBackupSet", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 126 AND attrName = "DummyBackupSet") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (126, "DummyBackupSet", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 61 AND attrName = "DummyBackupSet") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (61, "DummyBackupSet", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 79 AND attrName = "DummyBackupSet") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (79, "DummyBackupSet", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 37 AND attrName = "DummyBackupSet") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (37, "DummyBackupSet", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 62 AND attrName = "DummyBackupSet") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (62, "DummyBackupSet", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 104 AND attrName = "DummySubClient") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (104, "DummySubClient", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 125 AND attrName = "DummySubClient") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (125, "DummySubClient", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- -- DummyInstance property if not exists (select * from simApptypeProp_DBU where componentNameId = 3 AND attrName = "DummyInstance") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (3, "DummyInstance", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 5 AND attrName = "DummyInstance") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (5, "DummyInstance", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 126 AND attrName = "DummyInstance") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (126, "DummyInstance", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 61 AND attrName = "DummyInstance") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (61, "DummyInstance", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 79 AND attrName = "DummyInstance") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (79, "DummyInstance", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 37 AND attrName = "DummyInstance") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (37, "DummyInstance", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 62 AND attrName = "DummyInstance") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (62, "DummyInstance", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 104 AND attrName = "DummyInstance") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (104, "DummyInstance", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 125 AND attrName = "DummyInstance") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (125, "DummyInstance", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- -- SCAssocCheckNeeded property if not exists (select * from simApptypeProp_DBU where componentNameId = 47 AND attrName = "SCAssocCheckNeeded") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (47, "SCAssocCheckNeeded", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 25 AND attrName = "SCAssocCheckNeeded") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (25, "SCAssocCheckNeeded", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 50 AND attrName = "SCAssocCheckNeeded") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (50, "SCAssocCheckNeeded", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 40 AND attrName = "SCAssocCheckNeeded") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (40, "SCAssocCheckNeeded", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 76 AND attrName = "SCAssocCheckNeeded") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (76, "SCAssocCheckNeeded", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 87 AND attrName = "SCAssocCheckNeeded") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (87, "SCAssocCheckNeeded", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 48 AND attrName = "SCAssocCheckNeeded") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (48, "SCAssocCheckNeeded", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 24 AND attrName = "SCAssocCheckNeeded") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (24, "SCAssocCheckNeeded", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- -- OSDowngadable property if not exists (select * from simApptypeProp_DBU where componentNameId = 1 AND attrName = "OSDowngadable") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (1, "OSDowngadable", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 11 AND attrName = "OSDowngadable") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (11, "OSDowngadable", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 33 AND attrName = "OSDowngadable") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (33, "OSDowngadable", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 34 AND attrName = "OSDowngadable") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (34, "OSDowngadable", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 42 AND attrName = "OSDowngadable") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (42, "OSDowngadable", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 8 AND attrName = "OSDowngadable") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (8, "OSDowngadable", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 14 AND attrName = "OSDowngadable") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (14, "OSDowngadable", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 7 AND attrName = "OSDowngadable") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (7, "OSDowngadable", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 9 AND attrName = "OSDowngadable") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (9, "OSDowngadable", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 15 AND attrName = "OSDowngadable") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (15, "OSDowngadable", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 57 AND attrName = "OSDowngadable") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (57, "OSDowngadable", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 45 AND attrName = "OSDowngadable") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (45, "OSDowngadable", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- -- OSUpgadable property if not exists (select * from simApptypeProp_DBU where componentNameId = 33 AND attrName = "OSUpgadable") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (33, "OSUpgadable", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 34 AND attrName = "OSUpgadable") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (34, "OSUpgadable", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 11 AND attrName = "OSUpgadable") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (11, "OSUpgadable", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 14 AND attrName = "OSUpgadable") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (14, "OSUpgadable", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 43 AND attrName = "OSUpgadable") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (43, "OSUpgadable", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 42 AND attrName = "OSUpgadable") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (42, "OSUpgadable", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 59 AND attrName = "OSUpgadable") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (59, "OSUpgadable", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 60 AND attrName = "OSUpgadable") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (60, "OSUpgadable", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 54 AND attrName = "OSUpgadable") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (54, "OSUpgadable", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 45 AND attrName = "OSUpgadable") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (45, "OSUpgadable", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 56 AND attrName = "OSUpgadable") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (56, "OSUpgadable", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 67 AND attrName = "OSUpgadable") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (67, "OSUpgadable", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 86 AND attrName = "OSUpgadable") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (86, "OSUpgadable", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 68 AND attrName = "OSUpgadable") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (68, "OSUpgadable", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 77 AND attrName = "OSUpgadable") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (77, "OSUpgadable", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- -- DefaultInstanceName property if not exists (select * from simApptypeProp_DBU where componentNameId = 3 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (3, "DefaultInstanceName", 1, "defaultDummyInstanceForOracle") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 5 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (5, "DefaultInstanceName", 1, "defaultDummyInstanceForOracle") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 126 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (126, "DefaultInstanceName", 1, "defaultDummyInstanceForOracle") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 104 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (104, "DefaultInstanceName", 1, "defaultDummyInstanceForOracle") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 125 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (125, "DefaultInstanceName", 1, "defaultDummyInstanceForOracle") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 37 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (37, "DefaultInstanceName", 1, "defaultDummyInstanceForOracle") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 62 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (62, "DefaultInstanceName", 1, "defaultDummyInstanceForOracle") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 601 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (601, "DefaultInstanceName", 1, "defaultDummyInstanceForOracle") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 61 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (61, "DefaultInstanceName", 1, "defaultDummyInstanceForSAP") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 79 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (79, "DefaultInstanceName", 1, "defaultDummyInstanceForSAP") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 650 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (650, "DefaultInstanceName", 1, "defaultInstance") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 651 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (651, "DefaultInstanceName", 1, "defaultInstance") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 652 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (652, "DefaultInstanceName", 1, "defaultInstance") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- -- DefaultBackupSetName property if not exists (select * from simApptypeProp_DBU where componentNameId = 93 AND attrName = "DefaultBackupSetName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (93, "DefaultBackupSetName", 1, "defaultContentIndexSet") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 105 AND attrName = "DefaultBackupSetName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (105, "DefaultBackupSetName", 1, "defaultContentIndexSet") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 58 AND attrName = "DefaultBackupSetName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (58, "DefaultBackupSetName", 1, "defaultArchiveSet") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 127 AND attrName = "DefaultBackupSetName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (127 , "DefaultBackupSetName", 1, "defaultArchiveSet") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 66 AND attrName = "DefaultBackupSetName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (66, "DefaultBackupSetName", 1, "defaultArchiveSet") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 83 AND attrName = "DefaultBackupSetName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (83, "DefaultBackupSetName", 1, "defaultArchiveSet") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 73 AND attrName = "DefaultBackupSetName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (73, "DefaultBackupSetName", 1, "defaultArchiveSet") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 106 AND attrName = "DefaultBackupSetName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (106, "DefaultBackupSetName", 1, "defaultArchiveSet") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 90 AND attrName = "DefaultBackupSetName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (90, "DefaultBackupSetName", 1, "defaultArchiveSet") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 45 AND attrName = "DefaultBackupSetName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (45, "DefaultBackupSetName", 1, "defaultArchiveSet") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 56 AND attrName = "DefaultBackupSetName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (56, "DefaultBackupSetName", 1, "defaultArchiveSet") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 57 AND attrName = "DefaultBackupSetName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (57, "DefaultBackupSetName", 1, "defaultArchiveSet") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 67 AND attrName = "DefaultBackupSetName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (67, "DefaultBackupSetName", 1, "defaultArchiveSet") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 68 AND attrName = "DefaultBackupSetName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (68, "DefaultBackupSetName", 1, "defaultArchiveSet") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 82 AND attrName = "DefaultBackupSetName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (82, "DefaultBackupSetName", 1, "defaultArchiveSet") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 89 AND attrName = "DefaultBackupSetName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (89, "DefaultBackupSetName", 1, "defaultArchiveSet") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 37 AND attrName = "DefaultBackupSetName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (37, "DefaultBackupSetName", 1, "defaultDummyBackupSet") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 62 AND attrName = "DefaultBackupSetName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (62, "DefaultBackupSetName", 1, "defaultDummyBackupSet") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 650 AND attrName = "DefaultBackupSetName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (650, "DefaultBackupSetName", 1, "defaultDummyBackupSet") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 651 AND attrName = "DefaultBackupSetName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (651, "DefaultBackupSetName", 1, "defaultDummyBackupSet") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 652 AND attrName = "DefaultBackupSetName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (652, "DefaultBackupSetName", 1, "defaultDummyBackupSet") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- -- UseDefaultSubclientContentsFromAppMgr property if not exists (select * from simApptypeProp_DBU where componentNameId = 35 AND attrName = "UseDefaultSubclientContentsFromAppMgr") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (35, "UseDefaultSubclientContentsFromAppMgr", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 44 AND attrName = "UseDefaultSubclientContentsFromAppMgr") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (44, "UseDefaultSubclientContentsFromAppMgr", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 46 AND attrName = "UseDefaultSubclientContentsFromAppMgr") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (46, "UseDefaultSubclientContentsFromAppMgr", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 78 AND attrName = "UseDefaultSubclientContentsFromAppMgr") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (78, "UseDefaultSubclientContentsFromAppMgr", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 55 AND attrName = "UseDefaultSubclientContentsFromAppMgr") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (55, "UseDefaultSubclientContentsFromAppMgr", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 82 AND attrName = "UseDefaultSubclientContentsFromAppMgr") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (82, "UseDefaultSubclientContentsFromAppMgr", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 1 AND attrName = "UseDefaultSubclientContentsFromAppMgr") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (1, "UseDefaultSubclientContentsFromAppMgr", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 10 AND attrName = "UseDefaultSubclientContentsFromAppMgr") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (10, "UseDefaultSubclientContentsFromAppMgr", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 11 AND attrName = "UseDefaultSubclientContentsFromAppMgr") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (11, "UseDefaultSubclientContentsFromAppMgr", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 12 AND attrName = "UseDefaultSubclientContentsFromAppMgr") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (12, "UseDefaultSubclientContentsFromAppMgr", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 13 AND attrName = "UseDefaultSubclientContentsFromAppMgr") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (13, "UseDefaultSubclientContentsFromAppMgr", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 19 AND attrName = "UseDefaultSubclientContentsFromAppMgr") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (19, "UseDefaultSubclientContentsFromAppMgr", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 20 AND attrName = "UseDefaultSubclientContentsFromAppMgr") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (20, "UseDefaultSubclientContentsFromAppMgr", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 36 AND attrName = "UseDefaultSubclientContentsFromAppMgr") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (36, "UseDefaultSubclientContentsFromAppMgr", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 21 AND attrName = "UseDefaultSubclientContentsFromAppMgr") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (21, "UseDefaultSubclientContentsFromAppMgr", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 17 AND attrName = "UseDefaultSubclientContentsFromAppMgr") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (17, "UseDefaultSubclientContentsFromAppMgr", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 18 AND attrName = "UseDefaultSubclientContentsFromAppMgr") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (18, "UseDefaultSubclientContentsFromAppMgr", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 29 AND attrName = "UseDefaultSubclientContentsFromAppMgr") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (29, "UseDefaultSubclientContentsFromAppMgr", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 25 AND attrName = "UseDefaultSubclientContentsFromAppMgr") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (25, "UseDefaultSubclientContentsFromAppMgr", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 28 AND attrName = "UseDefaultSubclientContentsFromAppMgr") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (28, "UseDefaultSubclientContentsFromAppMgr", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 24 AND attrName = "UseDefaultSubclientContentsFromAppMgr") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (24, "UseDefaultSubclientContentsFromAppMgr", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 33 AND attrName = "UseDefaultSubclientContentsFromAppMgr") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (33, "UseDefaultSubclientContentsFromAppMgr", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 34 AND attrName = "UseDefaultSubclientContentsFromAppMgr") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (34, "UseDefaultSubclientContentsFromAppMgr", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 41 AND attrName = "UseDefaultSubclientContentsFromAppMgr") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (41, "UseDefaultSubclientContentsFromAppMgr", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 40 AND attrName = "UseDefaultSubclientContentsFromAppMgr") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (40, "UseDefaultSubclientContentsFromAppMgr", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 42 AND attrName = "UseDefaultSubclientContentsFromAppMgr") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (42, "UseDefaultSubclientContentsFromAppMgr", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 43 AND attrName = "UseDefaultSubclientContentsFromAppMgr") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (43, "UseDefaultSubclientContentsFromAppMgr", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 48 AND attrName = "UseDefaultSubclientContentsFromAppMgr") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (48, "UseDefaultSubclientContentsFromAppMgr", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 47 AND attrName = "UseDefaultSubclientContentsFromAppMgr") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (47, "UseDefaultSubclientContentsFromAppMgr", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 50 AND attrName = "UseDefaultSubclientContentsFromAppMgr") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (50, "UseDefaultSubclientContentsFromAppMgr", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 58 AND attrName = "UseDefaultSubclientContentsFromAppMgr") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (58, "UseDefaultSubclientContentsFromAppMgr", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 63 AND attrName = "UseDefaultSubclientContentsFromAppMgr") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (63, "UseDefaultSubclientContentsFromAppMgr", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 66 AND attrName = "UseDefaultSubclientContentsFromAppMgr") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (66, "UseDefaultSubclientContentsFromAppMgr", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 83 AND attrName = "UseDefaultSubclientContentsFromAppMgr") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (83, "UseDefaultSubclientContentsFromAppMgr", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 93 AND attrName = "UseDefaultSubclientContentsFromAppMgr") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (93, "UseDefaultSubclientContentsFromAppMgr", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (600, "UseDefaultSubclientContentsFromAppMgr", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- -- DoNotConsumeLicense property if not exists (select * from simApptypeProp_DBU where componentNameId = 0 AND attrName = "DoNotConsumeLicense") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (0, "DoNotConsumeLicense", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 650 AND attrName = "DoNotConsumeLicense") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (650, "DoNotConsumeLicense", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 651 AND attrName = "DoNotConsumeLicense") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (651, "DoNotConsumeLicense", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 652 AND attrName = "DoNotConsumeLicense") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (652, "DoNotConsumeLicense", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 1014 AND attrName = "DoNotConsumeLicense") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (1014, "DoNotConsumeLicense", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 1015 AND attrName = "DoNotConsumeLicense") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (1015, "DoNotConsumeLicense", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 1018 AND attrName = "DoNotConsumeLicense") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (1018, "DoNotConsumeLicense", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 1027 AND attrName = "DoNotConsumeLicense") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (1027, "DoNotConsumeLicense", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 1030 AND attrName = "DoNotConsumeLicense") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (1030, "DoNotConsumeLicense", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 1032 AND attrName = "DoNotConsumeLicense") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (1032, "DoNotConsumeLicense", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 1043 AND attrName = "DoNotConsumeLicense") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (1043, "DoNotConsumeLicense", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 1045 AND attrName = "DoNotConsumeLicense") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (1045, "DoNotConsumeLicense", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 1046 AND attrName = "DoNotConsumeLicense") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (1046, "DoNotConsumeLicense", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 1047 AND attrName = "DoNotConsumeLicense") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (1047, "DoNotConsumeLicense", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 1048 AND attrName = "DoNotConsumeLicense") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (1048, "DoNotConsumeLicense", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 1049 AND attrName = "DoNotConsumeLicense") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (1049, "DoNotConsumeLicense", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 1050 AND attrName = "DoNotConsumeLicense") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (1050, "DoNotConsumeLicense", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 1051 AND attrName = "DoNotConsumeLicense") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (1051, "DoNotConsumeLicense", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 1055 AND attrName = "DoNotConsumeLicense") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (1055, "DoNotConsumeLicense", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 1062 AND attrName = "DoNotConsumeLicense") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (1062, "DoNotConsumeLicense", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 1063 AND attrName = "DoNotConsumeLicense") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (1063, "DoNotConsumeLicense", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 1060 AND attrName = "DoNotConsumeLicense") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (1060, "DoNotConsumeLicense", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 1065 AND attrName = "DoNotConsumeLicense") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (1065, "DoNotConsumeLicense", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 1067 AND attrName = "DoNotConsumeLicense") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (1067, "DoNotConsumeLicense", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 1068 AND attrName = "DoNotConsumeLicense") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (1068, "DoNotConsumeLicense", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 1069 AND attrName = "DoNotConsumeLicense") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (1069, "DoNotConsumeLicense", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 1071 AND attrName = "DoNotConsumeLicense") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (1071, "DoNotConsumeLicense", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 1072 AND attrName = "DoNotConsumeLicense") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (1072, "DoNotConsumeLicense", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 1074 AND attrName = "DoNotConsumeLicense") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (1074, "DoNotConsumeLicense", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 1081 AND attrName = "DoNotConsumeLicense") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (1081, "DoNotConsumeLicense", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 1083 AND attrName = "DoNotConsumeLicense") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (1083, "DoNotConsumeLicense", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 1084 AND attrName = "DoNotConsumeLicense") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (1084, "DoNotConsumeLicense", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 1085 AND attrName = "DoNotConsumeLicense") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (1085, "DoNotConsumeLicense", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 1086 AND attrName = "DoNotConsumeLicense") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (1086, "DoNotConsumeLicense", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 1090 AND attrName = "DoNotConsumeLicense") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (1090, "DoNotConsumeLicense", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 1104 AND attrName = "DoNotConsumeLicense") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (1104, "DoNotConsumeLicense", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 1000 AND attrName = "DoNotConsumeLicense") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (1000, "DoNotConsumeLicense", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 85 AND attrName = "DoNotConsumeLicense") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (85, "DoNotConsumeLicense", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- -- IndexingSupported property if not exists (select * from simApptypeProp_DBU where componentNameId = 11 AND attrName = "IndexingSupported") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (11, "IndexingSupported", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 12 AND attrName = "IndexingSupported") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (12, "IndexingSupported", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 29 AND attrName = "IndexingSupported") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (29, "IndexingSupported", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 20 AND attrName = "IndexingSupported") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (20, "IndexingSupported", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 19 AND attrName = "IndexingSupported") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (19, "IndexingSupported", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 36 AND attrName = "IndexingSupported") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (36, "IndexingSupported", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 17 AND attrName = "IndexingSupported") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (17, "IndexingSupported", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 18 AND attrName = "IndexingSupported") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (18, "IndexingSupported", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 33 AND attrName = "IndexingSupported") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (33, "IndexingSupported", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 34 AND attrName = "IndexingSupported") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (34, "IndexingSupported", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 36 AND attrName = "IndexingSupported") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (36, "IndexingSupported", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 38 AND attrName = "IndexingSupported") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (38, "IndexingSupported", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 21 AND attrName = "IndexingSupported") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (21, "IndexingSupported", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 42 AND attrName = "IndexingSupported") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (42, "IndexingSupported", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 43 AND attrName = "IndexingSupported") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (43, "IndexingSupported", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 63 AND attrName = "IndexingSupported") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (63, "IndexingSupported", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 64 AND attrName = "IndexingSupported") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (64, "IndexingSupported", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 74 AND attrName = "IndexingSupported") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (74, "IndexingSupported", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 36 AND attrName = "IndexingSupported") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (36, "IndexingSupported", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 14 AND attrName = "IndexingSupported") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (14, "IndexingSupported", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 54 AND attrName = "IndexingSupported") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (54, "IndexingSupported", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 8 AND attrName = "IndexingSupported") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (8, "IndexingSupported", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 13 AND attrName = "IndexingSupported") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (13, "IndexingSupported", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 88 AND attrName = "IndexingSupported") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (88, "IndexingSupported", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 86 AND attrName = "IndexingSupported") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (86, "IndexingSupported", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (59, "IndexingSupported", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (60, "IndexingSupported", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (90, "IndexingSupported", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (77, "IndexingSupported", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (52, "IndexingSupported", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (78, "IndexingSupported", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (89, "IndexingSupported", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- --SharePoint if not exists (select * from simApptypeProp_DBU where componentNameId = 78 AND attrName = "DefaultBackupSetName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (78, "DefaultBackupSetName", 1, "Documents") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 78 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (78, "DefaultInstanceName", 1, "defaultInstance") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 69 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (69, "DefaultInstanceName", 1, "defaultInstance") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 89 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (89, "DefaultInstanceName", 1, "defaultInstance") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- --Exchange instance name if not exists (select * from simApptypeProp_DBU where componentNameId = 9 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (9, "DefaultInstanceName", 1, "defaultInstance") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 15 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (15, "DefaultInstanceName", 1, "defaultInstance") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 8 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (8, "DefaultInstanceName", 1, "defaultInstance") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 14 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (14, "DefaultInstanceName", 1, "defaultInstance") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 26 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (26, "DefaultInstanceName", 1, "defaultInstance") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 27 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (27, "DefaultInstanceName", 1, "defaultInstance") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 30 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (30, "DefaultInstanceName", 1, "defaultInstance") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 31 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (31, "DefaultInstanceName", 1, "defaultInstance") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 35 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (35, "DefaultInstanceName", 1, "defaultInstance") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 44 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (44, "DefaultInstanceName", 1, "defaultInstance") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 32 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (32, "DefaultInstanceName", 1, "defaultInstance") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 46 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (46, "DefaultInstanceName", 1, "defaultInstance") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 53 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (53, "DefaultInstanceName", 1, "defaultInstance") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 54 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (54, "DefaultInstanceName", 1, "defaultInstance") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 55 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (55, "DefaultInstanceName", 1, "defaultInstance") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 606 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (606, "DefaultInstanceName", 1, "defaultInstance") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 607 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (607, "DefaultInstanceName", 1, "defaultInstance") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- --dummy apptype if not exists (select * from simApptypeProp_DBU where componentNameId = 85 AND attrName = "DummyApptype") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (85, "DummyApptype", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 122 AND attrName = "DummyApptype") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (122, "DummyApptype", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- --SharePoint if not exists (select * from simApptypeProp_DBU where componentNameId = 69 AND attrName = "DefaultBackupSetName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (69, "DefaultBackupSetName", 1, "Databases") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- --Exchange instance name if not exists (select * from simApptypeProp_DBU where componentNameId = 9 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (9, "DefaultInstanceName", 1, "defaultInstance") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 15 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (15, "DefaultInstanceName", 1, "defaultInstance") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 8 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (8, "DefaultInstanceName", 1, "defaultInstance") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 14 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (14, "DefaultInstanceName", 1, "defaultInstance") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 26 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (26, "DefaultInstanceName", 1, "defaultInstance") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 27 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (27, "DefaultInstanceName", 1, "defaultInstance") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 30 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (30, "DefaultInstanceName", 1, "defaultInstance") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 31 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (31, "DefaultInstanceName", 1, "defaultInstance") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 35 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (35, "DefaultInstanceName", 1, "defaultInstance") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 44 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (44, "DefaultInstanceName", 1, "defaultInstance") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 32 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (32, "DefaultInstanceName", 1, "defaultInstance") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 46 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (46, "DefaultInstanceName", 1, "defaultInstance") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 53 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (53, "DefaultInstanceName", 1, "defaultInstance") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 54 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (54, "DefaultInstanceName", 1, "defaultInstance") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 55 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (55, "DefaultInstanceName", 1, "defaultInstance") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 69 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (69, "DefaultInstanceName", 1, "defaultInstance") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- -- SRM Exchange & SRM SharePoint if not exists (select * from simApptypeProp_DBU where componentNameId = 606 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (606, "DefaultInstanceName", 1, "defaultInstance") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 607 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (607, "DefaultInstanceName", 1, "defaultInstance") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- -- CreateNewIndexIfFailure property insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (65, "CreateNewIndexIfFailure", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (75, "CreateNewIndexIfFailure", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (76, "CreateNewIndexIfFailure", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (87, "CreateNewIndexIfFailure", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- --DisableArchiveBitForBackupSet insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (25, "DisableArchiveBitForBackupSet", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (40, "DisableArchiveBitForBackupSet", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- --Exchange agents if not exists (select * from simApptypeProp_DBU where componentNameId = 45 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (45, "DefaultInstanceName", 1, "defaultInstance") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 56 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (56, "DefaultInstanceName", 1, "defaultInstance") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 67 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (67, "DefaultInstanceName", 1, "defaultInstance") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 68 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (68, "DefaultInstanceName", 1, "defaultInstance") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 82 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (82, "DefaultInstanceName", 1, "defaultInstance") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 105 AND attrName = "DefaultInstanceName") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (105, "DefaultInstanceName", 1, "defaultInstance") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- --InstanceLevelLicense if not exists (select * from simApptypeProp_DBU where componentNameId = 60 AND attrName = "InstanceLevelLicense") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (60, "InstanceLevelLicense", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 59 AND attrName = "InstanceLevelLicense") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (59, "InstanceLevelLicense", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 52 AND attrName = "InstanceLevelLicense") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (52, "InstanceLevelLicense", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 77 AND attrName = "InstanceLevelLicense") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (77, "InstanceLevelLicense", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 81 AND attrName = "InstanceLevelLicense") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (81, "InstanceLevelLicense", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 602 AND attrName = "InstanceLevelLicense") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (602, "InstanceLevelLicense", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 106 AND attrName = "InstanceLevelLicense") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (106, "InstanceLevelLicense", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 126 AND attrName = "InstanceLevelLicense") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (126, "InstanceLevelLicense", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 127 AND attrName = "InstanceLevelLicense") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (127 , "InstanceLevelLicense", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 58 AND attrName = "InstanceLevelLicense") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (58, "InstanceLevelLicense", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 90 AND attrName = "InstanceLevelLicense") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (90, "InstanceLevelLicense", 2, '1') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- -- delayed upgrade info DECLARE @agentUpgradeDelayInfo VARCHAR(1024) SET @agentUpgradeDelayInfo = '15:-'+CAST(datediff(second, '01/01/1970', (DATEADD(MONTH, 6, GETUTCDATE()))) AS VARCHAR(65)) if not exists (select * from simApptypeProp_DBU where componentNameId = 78 AND attrName = "DelayedAgentUpgradeInfo") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (78, "DelayedAgentUpgradeInfo", 1, @agentUpgradeDelayInfo) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 89 AND attrName = "DelayedAgentUpgradeInfo") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (89, "DelayedAgentUpgradeInfo", 1, @agentUpgradeDelayInfo) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- if not exists (select * from simApptypeProp_DBU where componentNameId = 106 AND attrName = "DelayedAgentUpgradeInfo") insert into simApptypeProp_DBU(componentNameId, attrName, attrType, attrVal) values (106, "DelayedAgentUpgradeInfo", 1, '15:-ServicePack:2') set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simApptypeProp_DBU]' END ----------------------------------------------------- GO -- ------------ Genernerated from [../../../Source/CommServer/Db/TblScript/simPackage.script] ---------- -- ALLOW_COMMENTS_BELOW_HERE: -- ---------------------------------------------------------------------- -- -- Copyright (c) 1998 CommVault Systems, Inc. -- All rights reserved. -- -- -- This is unpublished proprietary source code of CommVault -- Systems, Inc. The copyright notice above does not evidence -- any actual or intended publication of such source code. -- ----------------------------------------------------------------------*/ GO DECLARE @tblRetCode integer -- TABLENAME simPackage print '... inserting Table: simPackage_DBU' GO ---Remove it in upgrade scripts DECLARE @tblRetCode integer -- TABLENAME simPackage DELETE simPackage_DBU set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 98 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, InstallableFromGUI, SortID) values (1, "File System Core", "File System Core", "File System", (515 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 1, 110000) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, InstallableFromGUI) values (2, "Base Seed", "Base Seed", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- --CS packages insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, InstallableFromGUI) values (20, "CommServe", "CommServe", "Packages/Common Technology Engine/CommServe Modules", (516 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, InstallableFromGUI) values (21, "Commserve SNMP Enabler", "Commserve SNMP Enabler", "Packages/Common Technology Engine/CommServe Modules", (546 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, InstallableFromGUI) values (22, "CommCell Explorer", "CommCell Explorer", "Packages/Common Technology Engine/CommServe Modules", (547 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, InstallableFromGUI) values (23, "Workflow Engine", "Work Flow", "Packages/Common Technology Engine/CommServe Modules", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- --MA packages insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (51, "MediaAgent", "MediaAgent", "Server Modules", (519 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 90000) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, InstallableFromGUI, SortID) values (52, "NDMP Remote Server", "NDMP Remote Server", "Server Modules", (539 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 0, 90001) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, InstallableFromGUI, SortID) values (53, "Shared Dynamic Disks", "Shared Dynamic Disks", "Server Modules", (567 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 0, 90002) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- --SharePoint packages insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (101, "SharePoint iDataAgent", "SharePoint iDataAgent", "SharePoint", (562 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 150000) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, InstallableFromGUI, flag) values (102, "SharePoint Archiver Agent", "SharePoint Archiver Agent", "SharePoint", (575 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 0, 1) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- --Exchange packages insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (151, "iDA for Exchange Database", "Database", "Exchange", (530 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 130000) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (152, "iDA for Exchange Mailbox", "Mailbox", "Exchange", (531 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 130001) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (153, "iDA for Exchange Public Folder", "Public Folder", "Exchange", (532 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 130005) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, InstallableFromGUI, flag) values (154, "iDA for Exchange Web Folder", "Web Folder", "Exchange", (552 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 0, (1 | 2 | 4)) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, InstallableFromGUI) values (155, "Exchange Compliance Archiver", "Compliance Archiver", "Exchange", (553 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 1) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (156, "DataArchiver WebProxy Agent for Exchange", "DataArchiver WebProxy Agent", "Exchange", (568 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 130003) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (157, "DataArchiver for Exchange Public Folder", "Public Folder Archiver", "Exchange", (569 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 130006) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, InstallableFromGUI, flag) values (158, "DataArchiver Agent for Exchange", "Archiver", "Exchange", (523 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 0, 1) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID, InstallableFromGUI) values (159, "DataArchiver Outlook Add-In", "Outlook Add-In", "Exchange", (585 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 130002, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (160, "OWA Proxy Enabler", "OWA Proxy Enabler", "Exchange", (585 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 130010) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- --Lotus Notes packages insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (201, "iDA for Lotus Notes Database", "Database", "Domino Lotus Notes", (525 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 140000) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (202, "iDA for Lotus Notes Document", "Document", "Domino Lotus Notes", (526 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 140001) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (203, "Lotus Notes DataArchiver", "Archiver", "Domino Lotus Notes", (576 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 140002) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (204, "Lotus Notes DataArchiver Client", "Client Add-in", "Domino Lotus Notes", (578 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 140003) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- --content indexing packages insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, InstallableFromGUI, SortID) values (251, "Content Indexing Engine", "Content Indexing Engine", "Content Indexing and Search", (577 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 0, 160000) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, InstallableFromGUI, SortID) values (252, "Web Server", "Web Server", "Content Indexing and Search""::""Packages/Client Modules/Backup & Recovery/Web Based Search & Browse", (582 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 0, 160001) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, InstallableFromGUI, flag) values (253, "Online Content Indexing", "Online Content Indexing", "Content Indexing and Search", (583 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 0, (1 | 2 | 4)) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, InstallableFromGUI, flag) values (254, "Online Content Indexing for Exchange", "Online Content Indexing", "Content Indexing and Search", (549 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 0, (1 | 2 | 4)) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, InstallableFromGUI) values (255, "Compliance Search", "Compliance Search", "Content Indexing and Search""::""Packages/Client Modules/Backup & Recovery/Web Based Search & Browse", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, InstallableFromGUI) values (256, "Authentication Service", "Authentication Service", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (257, "Search Engine", "Search Engine", "Content Indexing and Search", (765 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 160005) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, InstallableFromGUI, SortID) values (259, "Search Advanced Document Type Support", "Search Advanced Document Type Support", "Content Indexing and Search", (774 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 1, 160006) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, InstallableFromGUI, SortID) values (260, "Solr Language Support", "Search Language Support", "Content Indexing and Search", (775 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 0, 160007) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, InstallableFromGUI) values (261, "Extended Indexing Engine", "Extended Indexing Engine", "Content Indexing and Search", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- --QR Agents insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (301, "OSSV Agent", "OSSV Agent", "OSSV Plug-In", (537 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 180000) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, InstallableFromGUI, flag) values (302, "Recovery Director", "Recovery Director", "OSSV Plug-In", (563 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 0, (1 | 2 | 4)) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, InstallableFromGUI) values (303, "SnapView Enabler for OSSV", "SnapView Enabler for OSSV", "OSSV Plug-In", (544 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (304, "VSS Enabler for OSSV Plug-in", "VSS Enabler for OSSV Plug-in", "OSSV Plug-In", (543 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 180004) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (305, "OSSV Enabler", "OSSV Enabler", "OSSV Plug-In", (559 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 180002) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, InstallableFromGUI) values (306, "SnapVault/SnapMirror ONTAP Enabler", "SnapVault/SnapMirror ONTAP Enabler", "OSSV Plug-In", (560 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, InstallableFromGUI) values (307, "NetApp Snapshot Enabler", "NetApp Snapshot Enabler", "OSSV Plug-In", (581 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- --DB agents insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (351, "iDA for DB2", "DB2", "Databases", (540 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 120005) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (352, "iDA for Oracle", "Oracle", "Databases", (522 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 120002) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (353, "iDA for MSSQL Server", "MSSQL Server", "Databases", (529 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 120001) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (354, "SAP on Oracle", "SAP on Oracle", "Databases", (555 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 120003) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (355, "SAP on MaxDB", "SAP on MaxDB", "Databases", (565 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 120004) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (356, "Sybase iDataAgent", "Sybase", "Databases", (570 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 120006) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (358, "MySQL iDataAgent", "MySQL", "Databases", (606 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 120007) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, InstallableFromGUI) values (360, "Informix IDA", "Informix", "Databases", (605 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (362, "PostgreSQL iDataAgent", "PostgreSQL", "Databases", (607 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 120008) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, InstallableFromGUI) values (718, "RootOfCPUFolder", "RootOfCPUFolder", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, InstallableFromGUI) values (719, "Test Automation", "Test Automation", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- --SRM packagess insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, InstallableFromGUI) values (401, "Operations Manager", "Operations Manager", "Packages/Common Technology Engine/CommServe Modules", (586 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID, InstallableFromGUI, flag) values (402, "SRM Windows File System Agent", "Standalone SRM for Files", "File System", (587 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 110050, 0, (1 | 2)) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, InstallableFromGUI, flag) values (403, "SRM Exchange Agent", "SRM", "Exchange", (588 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 0, (1 | 2)) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (404, "SRM NAS Agent", "Standalone SRM for NAS", "File System", (589 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 110051) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID, InstallableFromGUI, flag) values (405, "SRM SQL Agent", "SRM for MSSQL", "Databases", (590 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 120020, 0, (1 | 2)) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, InstallableFromGUI, flag) values (406, "SRM Oracle Agent", "SRM Oracle Agent", "Packages/Client Modules/SRM", (591 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 0, (1 | 2)) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, InstallableFromGUI, flag) values (407, "SRM NetWare Proxy Agent", "SRM NetWare Proxy Agent", "Packages/Client Modules/SRM", (592 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 0, (1 | 2)) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, InstallableFromGUI, flag) values (408, "SRM SharePoint Agent", "SRM", "SharePoint", (593 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 0, (1 | 2)) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- --Replication agents insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (451, "Continuous Data Replicator", "CDR", "Replication", (574 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 170000) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (452, "Driver for Continuous Data Replicator", "Driver", "Replication", (573 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 170001) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, InstallableFromGUI, flag) values (454, "WorkStation Backup", "WorkStation Backup", "Replication", (601 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 0, (1 | 2 | 4)) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- --Snapshot-based packages insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, InstallableFromGUI, flag) values (501, "iDA for ProxyHost", "Proxy Host", "File System", (533 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 0, (1 | 2 | 4)) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, InstallableFromGUI, flag) values (502, "Image Level Proxy Host", "Image Level Proxy Host", "File System", (561 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 0, (1 | 2 | 4)) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (503, "QSnap", "QSnap", "Supporting Modules", (534 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 195001) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (453, "VSS Provider", "VSS Provider", "File System", (584 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 110004) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- --driver packages insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (551, "Driver for File Recalls", "Driver for File Recalls", "File System", (541 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 110003) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (552, "DataArchiver for Network Storage Client", "File Share Archiver Client", "File System", (564 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 110005) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, InstallableFromGUI) values (554, "1-Touch Recovery", "1-Touch Recovery", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- --QNET packages insert into simPackage_DBU(id, Name, DisplayName, InstallableFromGUI) values (601, "CommNet Server", "CommNet Server", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, InstallableFromGUI) values (602, "CommNet Console", "CommNet Console", "Consoles", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, InstallableFromGUI) values (603, "CommNetExplorer", "CommNetExplorer", "Packages/Common Technology Engine/CommServe Modules/CommNet", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, InstallableFromGUI, SortID) values (604, "CommNet SNMP Enabler", "CommNet SNMP Enabler", "Server Modules", 0, 90003) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- --License packages insert into simPackage_DBU(id, Name, DisplayName, InstallableFromGUI) values (651, "Licensing Web Application", "Licensing Web Application", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, InstallableFromGUI) values (652, "Licensing Server", "Licensing Server", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, InstallableFromGUI) values (653, "Licensing Web Service", "Licensing Web Service", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, InstallableFromGUI) values (654, "Licensing Lookup Data Admin Application", "Licensing Lookup Data Admin Application", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- --other packages insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (363, "Documentum Agent", "Documentum", "File System", (804 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 110005) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, InstallableFromGUI, Hierarchy, DescriptionID, SortID) values (701, "Commcell Console", "Commcell Console", 1, "Consoles", (517 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 100000) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (702, "File System", "File System", "File System", (520 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 110001) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (703, "iDA for Active Directory", "Active Directory", "File System", (521 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 110006) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, InstallableFromGUI, flag) values (705, "Standalone File Archiver for Windows Agent", "Standalone Archiver for Files", "File System", 0, 1) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, InstallableFromGUI) values (704, "File System NAS Restore Enabler", "File System NAS Restore Enabler", "File System", (545 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, InstallableFromGUI) values (706, "EchoView Enabler for OSSV", "EchoView Enabler for OSSV", "OSSV Plug-In", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, SortID) values (707, "iDA for Image Level", "Image Level", "File System", 110007) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, InstallableFromGUI) values (708, "Data Classification Enabler", "Data Classification Enabler", "Supporting Modules", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, InstallableFromGUI, flag) values (709, "Data Protection Manager", "Data Protection Manager", "File System", 0, (1 | 2 | 4)) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, InstallableFromGUI) values (710, "Media Explorer", "Media Explorer", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (711, "Exchange Offline Mining Tool", "Offline Mining", "Exchange", (597 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 130015) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, DescriptionID, InstallableFromGUI) values (712, "SharePoint Offline Mining Tool", "SharePoint Offline Mining Tool", (599 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (713, "VirtualServer Agent", "VirtualServer Agent", "Virtualization", (602 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 110500) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID) values (715, "External Data Connector Agent", "External Data Connector", "Tools", (803 | (CAST(POWER(2, 24) AS BIGINT) * 4))) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, InstallableFromGUI) values (716, "PrePost Install Package", "PrePost Install Package", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, InstallableFromGUI, SortID) values (717, "Database Upgrade Package", "Database Upgrade", "Tools", (802 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 0, 190004) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, InstallableFromGUI) values (720, "Resource Pack", "Resource Pack", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, InstallableFromGUI) values (721, "Resource Pack Limited Use", "Advanced Tools", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, InstallableFromGUI) values (722, "Resource Pack Internal Use", "Internal Tools", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, InstallableFromGUI) values (725, "Commserve Failover", "Commserve Failover", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, InstallableFromGUI, SortID) values (726, "Web Console", "Web Console", "Consoles", 0, 100001) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- --DB packages insert into simPackage_DBU(id, Name, DisplayName, InstallableFromGUI) values (801, "Commserve DB", "Commserve DB", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, InstallableFromGUI) values (802, "SRM services DB", "SRM services DB", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, InstallableFromGUI) values (803, "DM2 Web services DB", "DM2 Web services DB", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, InstallableFromGUI) values (804, "Commnet Server DB", "Commnet Server DB", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, InstallableFromGUI) values (805, "License Generator Server DB", "License Generator Server DB", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, InstallableFromGUI) values (806, "License Generator License DB", "License Generator License DB", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, InstallableFromGUI) values (807, "License Generator Front DB", "License Generator Front DB", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, InstallableFromGUI) values (808, "Workflow Engine DB", "Workflow Engine DB", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- --expired packages insert into simPackage_DBU(id, Name, DisplayName, InstallableFromGUI) values (901, "NT FileSystem", "NT FileSystem", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, InstallableFromGUI) values (902, "SharePoint Database V2", "SharePoint Database V2", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, InstallableFromGUI) values (5000, "CommCell Console", "CommCell Console", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, InstallableFromGUI) values (903, "Open File Handler", "Open File Handler", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, InstallableFromGUI) values (904, "Hardware Snap Enabler", "Hardware Snap Enabler", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, InstallableFromGUI) values (905, "Serverless Data Manager", "Serverless Data Manager", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, InstallableFromGUI) values (906, "SharePoint Database V1", "SharePoint Database V1", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, InstallableFromGUI) values (907, "SharePoint Document", "SharePoint Document", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, InstallableFromGUI) values (908, "DataArchiver Agent for Network Storage", "DataArchiver Agent for Network Storage", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, InstallableFromGUI) values (910, "Exchange Offline Mining Tool for Administrators", "Exchange Offline Mining Tool for Administrators", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, InstallableFromGUI) values (911, "NAS", "NAS", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, InstallableFromGUI) values (912, "Notes Database", "Notes Database", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, InstallableFromGUI) values (913, "Notes Document", "Notes Document", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, InstallableFromGUI) values (5001, "HW Snap Enabler", "HW Snap Enabler", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- --UNIX packages insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (1002, "File System Core", "File System Core", "File System", (515 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 110000) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, DescriptionID, InstallableFromGUI) values (1003, "Base0 Module", "Base0 Module", (515 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- --Lotus Notes Packages insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (1051, "Lotus Notes DB IDA", "Database", "Domino Lotus Notes", (525 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 140000) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (1052, "iDA for Lotus Notes Document", "Document", "Domino Lotus Notes", (526 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 140001) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (1053, "Lotus Notes DataArchiver", "Archiver", "Domino Lotus Notes", (576 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 140002) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- --MISC packages insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (1101, "File System", "File System", "File System", (520 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 110001) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, InstallableFromGUI, flag) values (1102, "Proxy FileSystem Agent", "Proxy FileSystem", "File System", 0, (1 | 2 | 4)) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, SortID) values (1103, "Serverless Data Manager", "Serverless Data Manager", "Supporting Modules", 195001) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (1104, "Image IDA for UNIX", "Image IDA for UNIX", "File System", (551 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 110004) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, SortID) values (1105, "SCSI Driver", "SCSI Driver", "Server Modules", 90006) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, InstallableFromGUI) values (1106, "Copy Manager Driver", "Copy Manager Driver", "Supporting Modules", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, InstallableFromGUI) values (1107, "StorageTek EchoView Enabler", "StorageTek EchoView Enabler", "OSSV Plug-In", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, InstallableFromGUI, SortID) values (1109, "Data Archiver for UNIX", "Archiver", "File System", 0, 110006) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, InstallableFromGUI) values (1110, "Media Explorer", "Media Explorer", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, InstallableFromGUI) values (1112, "Data Classification", "Data Classification", "Supporting Modules", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, InstallableFromGUI) values (1113, "File System Filter Driver", "File System Filter Driver", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (1114, "Continuous Data Replicator", "Continuous Data Replicator", "Replication", (574 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 170000) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, InstallableFromGUI) values (1115, "OSSV", "OSSV", "OSSV Plug-In", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, InstallableFromGUI) values (1116, "OSSV Enabler", "OSSV Enabler", "OSSV Plug-In", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, InstallableFromGUI) values (1117, "NetApp SnapShot Enabler", "NetApp SnapShot Enabler", "OSSV Plug-In", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, SortID) values (1118, "CommCell Console", "CommCell Console", "Consoles", 100003) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, InstallableFromGUI) values (1119, "1-Touch Boot Server Agent", "1-Touch Boot Server Agent", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, InstallableFromGUI, flag) values (1120, "Recovery Director for UNIX", "Recovery Director for UNIX", "OSSV Plug-In", 0, (1 | 2 | 4)) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, SortID) values (1121, "Novell OES Linux FS Agent", "Novell OES Linux FS", "File System", 110006) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, SortID) values (1122, "Groupwise DB on OES", "Groupwise DB on OES", "File System", 110007) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, SortID, InstallableFromGUI, flag) values (1123, "SRM File System Agent", "SRM", "File System", 110020, 0, (1 | 2)) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, SortID) values (1124, "Novell OES Directory Services", "Novell OES Directory Services", "File System", 110008) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, InstallableFromGUI, flag) values (1125, "UNIX ImageLevel ProxyHost Agent", "ImageLevel ProxyHost", "File System", 0, (1 | 2 | 4)) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (1126, "Documentum Agent", "Documentum", "File System", (804 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 110010) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID) values (1128, "External Data Connector Agent", "External Data Connector Agent", "Tools", (803 | (CAST(POWER(2, 24) AS BIGINT) * 4))) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, InstallableFromGUI) values (1129, "Data store", "Data store", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, InstallableFromGUI) values (1130, "Resource Pack", "Resource Pack", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, InstallableFromGUI) values (1131, "Resource Pack Limited Use", "Resource Pack Limited Use", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, InstallableFromGUI) values (1132, "Resource Pack Internal Use", "Resource Pack Internal Use", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, InstallableFromGUI) values (1133, "CDR Predictor", "CDR Predictor", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, InstallableFromGUI) values (1134, "CommNet Browser", "CommNet Browser", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, InstallableFromGUI) values (1135, "Web Console", "Web Console", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- --MR 70283 Push Install Option "File System iDataAgent with Archiving Enabler" needs to be removed -- Dummy package for "File System iDataAgent with Archiving Enabler" --insert into simPackage(id, Name, DisplayName, Hierarchy, InstallableFromGUI) -- values (N_NON_EXISTENT_UNIX_PACKAGE_ARCHIVE_ENABLER, SZ_NON_EXISTENT_UNIX_PACKAGE_ARCHIVE_ENABLER, SZ_WIN_PACKAGE_HIERARCHY_ARCHIVE_MGMENT, 1) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- --DB Agents insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, InstallableFromGUI) values (1201, "Informix Agent", "Informix", "Databases", (605 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (1202, "Sybase Agent", "Sybase", "Databases", (570 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 120005) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, InstallableFromGUI, SortID) values (1203, "SybaseIQ Agent", "SybaseIQ", "Databases", (604 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 0, 120006) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (1204, "Oracle Agent", "Oracle", "Databases", (522 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 120001) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (1205, "Oracle SAP Agent", "Oracle SAP", "Databases", (555 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 120002) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (1206, "SAPMAXDB Agent", "SAPMAXDB", "Databases", (565 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 120003) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (1207, "DB2 Agent", "DB2", "Databases", (540 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 120004) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (1208, "MySQL Agent", "MySQL", "Databases", (606 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 120007) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (1209, "Postgre SQL Agent", "PostgreSQL", "Databases", (607 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 120008) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- --MA packages insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (1301, "MediaAgent", "MediaAgent", "Server Modules", (519 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 90004) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, InstallableFromGUI, SortID) values (1302, "NDMP Remote Server", "NDMP Remote Server", "Server Modules", (539 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 0, 90005) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, InstallableFromGUI) values (1303, "NAS Restore Enabler", "NAS Restore Enabler", "File System", (545 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- --QR Agents insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (1351, "OSSV Agent", "OSSV Agent", "OSSV Plug-In", (537 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 180005) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- --Snapshot-based packages insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, SortID) values (1401, "Qsnap Driver", "Qsnap Driver", "Supporting Modules", (534 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 195005) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- --Netware package insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, InstallableFromGUI) values (2001, "NetWare File System iDataAgent", "NetWare File System iDataAgent", "File System", (520 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, InstallableFromGUI) values (2002, "Novell Directory Services iDataAgent", "Novell Directory Services iDataAgent", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, Hierarchy, DescriptionID, InstallableFromGUI, SortID) values (2003, "NetWare MediaAgent", "NetWare MediaAgent", "Server Modules", (519 | (CAST(POWER(2, 24) AS BIGINT) * 4)), 0, 90020) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, InstallableFromGUI) values (2004, "NetWare GroupWise iDataAgent", "NetWare GroupWise iDataAgent", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, InstallableFromGUI) values (2005, "NetWare File System Data Archiver", "NetWare File System Data Archiver", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName, InstallableFromGUI) values (2006, "NetWare Media Explorer", "NetWare Media Explorer", 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName,Hierarchy) values (6001,"WinDbg 6.11.1.404","WinDbg 6.11.1.404","Other Software Packages") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName,Hierarchy) values (6002,"Remote CommServe","Remote CommServe","Other Software Packages") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName,Hierarchy) values (6003,"MSSQL Server SP2","MSSQL Server SP2","Other Software Packages") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName,Hierarchy) values (6004,"Mozilla Firefox 5.0.1","Mozilla Firefox 5.0.1","Other Software Packages") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name, DisplayName,Hierarchy) values (6005,"NotePad++ 5.7","NotePad++ 5.7","Other Software Packages") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- insert into simPackage_DBU(id, Name,Hierarchy) values (6006,"Google Chrome 18.0.1025.162","Other Software Packages") set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackage_DBU]' END ----------------------------------------------------- GO -- ------------ Genernerated from [../../../Source/CommServer/Db/TblScript/simPackageMap.script] ---------- -- ALLOW_COMMENTS_BELOW_HERE: -- ---------------------------------------------------------------------- -- -- Copyright (c) CommVault Systems -- All Rights Reserved -- -- THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF CommVault Systems -- The copyright notice above does not evidence any -- actual or intended publication of such source code. -- -- File name : simPackageMap.script -- -- Description : Contains simPackage Mapping.-- -- -- Author : CommVault -- -- ----------------------------------------------------------------------*/ GO DECLARE @tblRetCode integer -- TABLENAME simPackageMap print '... inserting Table: simPackageMap_DBU' GO ---Remove it in upgrade scripts DECLARE @tblRetCode integer -- TABLENAME simPackageMap delete simPackageMap_DBU -- FileSystem if not exists (select * from simPackageMap_DBU where simPackageId = 1 AND apptype = 11 AND lictype = 1 AND simOSid = 3) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1, 11, 1, 3) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 702 AND apptype = 11 AND lictype = 0 AND simOSid = 3) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (702, 11, 0, 3) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 1 AND apptype = 33 AND lictype = 2 AND simOSid = 24) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1, 33, 2, 24) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 702 AND apptype = 33 AND lictype = 0 AND simOSid = 24) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (702, 33, 0, 24) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 1 AND apptype = 34 AND lictype = 2 AND simOSid = 48) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1, 34, 2, 48) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 702 AND apptype = 34 AND lictype = 0 AND simOSid = 48) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (702, 34, 0, 48) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 1 AND apptype = 34 AND lictype = 2 AND simOSid = 27) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1, 34, 2, 27) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 702 AND apptype = 34 AND lictype = 0 AND simOSid = 27) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (702, 34, 0, 27) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 1 AND apptype = 42 AND lictype = 1 AND simOSid = 34) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1, 42, 1, 34) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 702 AND apptype = 42 AND lictype = 0 AND simOSid = 34) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (702, 42, 0, 34) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 1 AND apptype = 43 AND lictype = 1 AND simOSid = 46) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1, 43, 1, 46) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 702 AND apptype = 43 AND lictype = 0 AND simOSid = 46) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (702, 43, 0, 46) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 1 AND apptype = 43 AND lictype = 1 AND simOSid = 35) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1, 43, 1, 35) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 702 AND apptype = 43 AND lictype = 0 AND simOSid = 35) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (702, 43, 0, 35) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 1 AND apptype = 33 AND lictype = 2 AND simOSid = 200) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1, 33, 2, 200) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 702 AND apptype = 33 AND lictype = 0 AND simOSid = 200) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (702, 33, 0, 200) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 1 AND apptype = 33 AND lictype = 1 AND simOSid = 21) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1, 33, 1, 21) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 702 AND apptype = 33 AND lictype = 0 AND simOSid = 21) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (702, 33, 0, 21) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 1 AND apptype = 33 AND lictype = 1 AND simOSid = 16) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1, 33, 1, 16) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 702 AND apptype = 33 AND lictype = 0 AND simOSid = 16) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (702, 33, 0, 16) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- -- SQL if not exists (select * from simPackageMap_DBU where simPackageId = 353 AND apptype = 81 AND lictype = 3 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (353, 81, 3, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- -- WBA if not exists (select * from simPackageMap_DBU where simPackageId = 454 AND apptype = 107 AND lictype = 158 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (454, 107, 158, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- --Oracle if not exists (select * from simPackageMap_DBU where simPackageId = 352 AND apptype = 22 AND lictype = 3 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (352, 22, 3, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- --FSDM if not exists (select * from simPackageMap_DBU where simPackageId = 705 AND apptype = 58 AND lictype = 0 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (705, 58, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- -- Base Client --if not exists (select * from simPackageMap where simPackageId = N_WIN_PACKAGE_BASECLIENT AND apptype = CV_APPTYPE_COMMCLNTMGMT AND lictype = SIM_CSL_AT_V2_CCBASE AND simOSid = N_CV_OS_ID_ANY) --insert into simPackageMap(simPackageId, apptype, lictype, simOSid) -- values (N_WIN_PACKAGE_BASECLIENT, CV_APPTYPE_COMMCLNTMGMT, SIM_CSL_AT_V2_CCBASE, N_CV_OS_ID_ANY) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- --CS packages if not exists (select * from simPackageMap_DBU where simPackageId = 20 AND apptype = 1000 AND lictype = 50331648 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (20, 1000, 50331648, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- --SIM_CSL_AT_V2_SNMP_ENABLER if not exists (select * from simPackageMap_DBU where simPackageId = 21 AND apptype = 1012 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (21, 1012, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 22 AND apptype = 1011 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (22, 1011, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 23 AND apptype = 1127 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (23, 1127, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- --MA packages if not exists (select * from simPackageMap_DBU where simPackageId = 51 AND apptype = 1002 AND lictype = 11 AND simOSid = 200) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (51, 1002, 11, 200) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 51 AND apptype = 1002 AND lictype = 11 AND simOSid = 21) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (51, 1002, 11, 21) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 52 AND apptype = 1004 AND lictype = -1 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (52, 1004, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 53 AND apptype = 1072 AND lictype = 0 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (53, 1072, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- --SharePoint packages - SIM_CSL_AT_V2_SHAREPOINT_DOC_2003 if not exists (select * from simPackageMap_DBU where simPackageId = 101 AND apptype = 78 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (101, 78, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 102 AND apptype = 89 AND lictype = 129 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (102, 89, 129, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- --Exchange packages if not exists (select * from simPackageMap_DBU where simPackageId = 151 AND apptype = 53 AND lictype = 3 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (151, 53, 3, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- -- SIM_CSL_AT_V2_MSEXCHANGE_MB if not exists (select * from simPackageMap_DBU where simPackageId = 152 AND apptype = 54 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (152, 54, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- -- SIM_CSL_AT_V2_MS_EXCHANGE_PUB_FOLDER if not exists (select * from simPackageMap_DBU where simPackageId = 153 AND apptype = 35 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (153, 35, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- -- SIM_CSL_AT_V2_MS_EXCHANGE_PUB_FOLDER if not exists (select * from simPackageMap_DBU where simPackageId = 154 AND apptype = 55 AND lictype = -1 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (154, 55, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 155 AND apptype = 67 AND lictype = -1 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (155, 67, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 156 AND apptype = 1063 AND lictype = 0 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (156, 1063, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 157 AND apptype = 82 AND lictype = 122 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (157, 82, 122, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 158 AND apptype = 56 AND lictype = -1 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (158, 56, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- -- SIM_CSL_AT_V2_OWA_PROXY if not exists (select * from simPackageMap_DBU where simPackageId = 160 AND apptype = 1078 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (160, 1078, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- --Lotus Notes packages if not exists (select * from simPackageMap_DBU where simPackageId = 201 AND apptype = 59 AND lictype = 3 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (201, 59, 3, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- -- SIM_CSL_AT_V2_LOTUSNOTES_DOC_WINDOWS if not exists (select * from simPackageMap_DBU where simPackageId = 202 AND apptype = 60 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (202, 60, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (203, 90, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- --content indexing packages --134 if not exists (select * from simPackageMap_DBU where simPackageId = 251 AND apptype = 1064 AND lictype = -1 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (251, 1064, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 252 AND apptype = 1070 AND lictype = -1 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (252, 1070, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- --135 --if not exists (select * from simPackageMap where simPackageId = N_WIN_PACKAGE_ONLINE_CONTENTINDEXING AND apptype = CV_APPTYPE_CONTENT_INDEXING_IDA AND lictype = SIM_CSL_AT_V2_CONT_INDX_CLIENT AND simOSid = N_CV_OS_ID_ANY) --insert into simPackageMap(simPackageId, apptype, lictype, simOSid) -- values (N_WIN_PACKAGE_ONLINE_CONTENTINDEXING, CV_APPTYPE_CONTENT_INDEXING_IDA, SIM_CSL_AT_V2_CONT_INDX_CLIENT, N_CV_OS_ID_ANY) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- --156 if not exists (select * from simPackageMap_DBU where simPackageId = 254 AND apptype = 105 AND lictype = -1 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (254, 105, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- --194 if not exists (select * from simPackageMap_DBU where simPackageId = 257 AND apptype = 1125 AND lictype = -1 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (257, 1125, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- --N_WIN_PACKAGE_SOLR_ADVACED_DOCUMENT_TYPE_SUPPORT 259 if not exists (select * from simPackageMap_DBU where simPackageId = 259 AND apptype = 1140 AND lictype = -1 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (259, 1140, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- --QR Agents - SIM_CSL_AT_V2_REPLICATION_IDA_WINDOWS if not exists (select * from simPackageMap_DBU where simPackageId = 301 AND apptype = 47 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (301, 47, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- -- SIM_CSL_AT_V2_RECOVERY_DIRECTOR if not exists (select * from simPackageMap_DBU where simPackageId = 302 AND apptype = 72 AND lictype = -1 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (302, 72, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- --SIM_CSL_AT_V2_QR_ENABLER_SNAPVIEW if not exists (select * from simPackageMap_DBU where simPackageId = 303 AND apptype = 1013 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (303, 1013, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- --SIM_CSL_AT_V2_QR_ENABLER_DOTNET_SHADOW_SERVICE if not exists (select * from simPackageMap_DBU where simPackageId = 304 AND apptype = 1008 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (304, 1008, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- -- SIM_CSL_AT_V2_SNAP_VAULT if not exists (select * from simPackageMap_DBU where simPackageId = 305 AND apptype = 1029 AND lictype = -1 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (305, 1029, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- -- SIM_CSL_AT_V2_ONTAP_V2_SNAP_VAULT if not exists (select * from simPackageMap_DBU where simPackageId = 306 AND apptype = 1031 AND lictype = -1 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (306, 1031, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- -- SIM_CSL_AT_V2_NETAPP_SNAP_VAULT if not exists (select * from simPackageMap_DBU where simPackageId = 307 AND apptype = 1066 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (307, 1066, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- --DB agents if not exists (select * from simPackageMap_DBU where simPackageId = 351 AND apptype = 37 AND lictype = 3 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (351, 37, 3, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 354 AND apptype = 61 AND lictype = 16 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (354, 61, 16, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 355 AND apptype = 79 AND lictype = 16 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (355, 79, 16, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 356 AND apptype = 5 AND lictype = 3 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (356, 5, 3, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (363, 128, 3, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- --SRM packagess - SIM_CSL_AT_V2_SRM_SERVICES if not exists (select * from simPackageMap_DBU where simPackageId = 401 AND apptype = 1082 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (401, 1082, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 402 AND apptype = 600 AND lictype = 145 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (402, 600, 145, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 403 AND apptype = 606 AND lictype = 146 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (403, 606, 146, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 404 AND apptype = 651 AND lictype = 170 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (404, 651, 170, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 405 AND apptype = 602 AND lictype = 146 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (405, 602, 146, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 406 AND apptype = 650 AND lictype = 170 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (406, 650, 170, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 407 AND apptype = 652 AND lictype = 170 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (407, 652, 170, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 408 AND apptype = 607 AND lictype = 146 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (408, 607, 146, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- --Replication agents if not exists (select * from simPackageMap_DBU where simPackageId = 451 AND apptype = 84 AND lictype = 124 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (451, 84, 124, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 452 AND apptype = 1067 AND lictype = 0 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (452, 1067, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 453 AND apptype = 1071 AND lictype = 0 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (453, 1071, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- --Snapshot-based packages - SIM_CSL_AT_V2_PROXYHOST if not exists (select * from simPackageMap_DBU where simPackageId = 501 AND apptype = 25 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (501, 25, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- -- SIM_CSL_AT_V2_PROXYHOST_IMAGELEVEL_WIN if not exists (select * from simPackageMap_DBU where simPackageId = 502 AND apptype = 76 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (502, 76, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- --SIM_CSL_AT_V2_HOTSPOT_SNAPSHOT if not exists (select * from simPackageMap_DBU where simPackageId = 503 AND apptype = 1007 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (503, 1007, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- --driver packages if not exists (select * from simPackageMap_DBU where simPackageId = 551 AND apptype = 1068 AND lictype = 0 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (551, 1068, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 554 AND apptype = 1040 AND lictype = 0 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (554, 1040, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- --QNET packages insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (601, 121, 171, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (602, 1104, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (603, 1107, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (604, 1102, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- --other packages if not exists (select * from simPackageMap_DBU where simPackageId = 701 AND apptype = 1014 AND lictype = 0 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (701, 1014, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 703 AND apptype = 41 AND lictype = 3 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (703, 41, 3, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 704 AND apptype = 1009 AND lictype = -1 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (704, 1009, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 706 AND apptype = 1017 AND lictype = 0 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (706, 1017, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- -- SIM_CSL_AT_V2_IMAGELEVEL_WINFS_IDA if not exists (select * from simPackageMap_DBU where simPackageId = 707 AND apptype = 65 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (707, 65, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 708 AND apptype = 85 AND lictype = 0 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (708, 85, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 709 AND apptype = 91 AND lictype = 3 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (709, 91, 3, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 710 AND apptype = 1083 AND lictype = 0 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (710, 1083, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 711 AND apptype = 1087 AND lictype = 157 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (711, 1087, 157, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 712 AND apptype = 1089 AND lictype = 157 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (712, 1089, 157, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 713 AND apptype = 106 AND lictype = 143 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (713, 106, 143, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- --Reference Copy Client - Dummy client if not exists (select * from simPackageMap_DBU where simPackageId = 1 AND apptype = 33 AND lictype = 0 AND simOSid = 117) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1, 33, 0, 117) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 152 AND apptype = 54 AND simOSid = 117) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (152, 54, 0, 117) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 1101 AND apptype = 29 AND simOSid = 117) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1002, 29, 0, 117) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- --DB packages insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (801, 1062, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (802, 1080, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (803, 1074, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (804, 1106, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (808, 1126, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- --expired packages insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (901, 1, 1, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (902, 69, 3, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (5000, 1050, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- -- SIM_CSL_AT_V2_HOTSPOT_SNAPSHOT insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (903, 1061, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (904, 1088, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (905, 24, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (906, 32, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (907, 46, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (908, 73, 63, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (910, 1086, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (912, 6, 3, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- -- SIM_CSL_AT_V2_LOTUSNOTES_DOC_WINDOWS insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (913, 7, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (5001, 1088, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- -- New 9.0 agents --if not exists (select * from simPackageMap where simPackageId = N_WIN_PACKAGE_SYBASE_IQ AND apptype = CV_APPTYPE_SYBASE_IQ AND lictype = SIM_CSL_AT_V2_SYBASE_IQ AND simOSid = N_CV_OS_ID_ANY) --insert into simPackageMap(simPackageId, apptype, lictype, simOSid) -- values (N_WIN_PACKAGE_SYBASE_IQ, CV_APPTYPE_SYBASE_IQ, SIM_CSL_AT_V2_SYBASE_IQ, N_CV_OS_ID_ANY) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 358 AND apptype = 104 AND lictype = 3 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (358, 104, 3, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (360, 3, 16, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 1209 AND apptype = 125 AND lictype = 3 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1209, 125, 3, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- if not exists (select * from simPackageMap_DBU where simPackageId = 715 AND apptype = 127 AND lictype = 185 AND simOSid = 0) insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (715, 127, 185, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- --10.0 packages insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (362, 125, 3, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- --UNIX packages --insert into simPackageMap(simPackageId, apptype, lictype, simOSid) -- values (N_UNIX_PACKAGE_BASECLIENT, CV_APPTYPE_UNIX_BASE_NOLIC, N_CV_DOES_NOT_CONSUME_LICENSE, N_CV_OS_ID_ANY) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1003, 1084, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- --Lotus notes packages insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1051, 77, 3, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- -- SIM_CSL_AT_V2_LOTUSNOTES_DOC_UNIX insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1052, 52, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1053, 90, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- --UNIX FS license and apptypes insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1002, 19, 1, 23) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1101, 19, 0, 23) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1002, 17, 1, 22) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1101, 17, 0, 22) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1002, 21, 1, 201) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1101, 21, 0, 201) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1002, 29, 1, 204) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1101, 29, 0, 204) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1002, 29, 1, 203) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1101, 29, 0, 203) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1002, 29, 1, 25) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1101, 29, 0, 25) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1002, 36, 1, 30) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1101, 36, 0, 30) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1002, 63, 1, 40) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1101, 63, 0, 40) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1002, 64, 1, 42) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1101, 64, 0, 42) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1002, 74, 1, 202) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1101, 74, 0, 202) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- --Misc UNIX package - SIM_CSL_AT_V2_PROXY_HOST_UNIX insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1102, 40, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1103, 48, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- -- SIM_CSL_AT_V2_IMAGE_UNIXFS_IDA insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1104, 75, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1105, 1049, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1106, 1046, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1107, 1017, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1109, 66, 63, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1110, 1083, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1112, 85, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1113, 1085, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1114, 84, 133, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- -- SIM_CSL_AT_V2_SNAP_VAULT insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1115, 1029, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- -- SIM_CSL_AT_V2_ONTAP_V2_SNAP_VAULT insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1116, 1031, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- -- SIM_CSL_AT_V2_NETAPP_SNAP_VAULT insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1117, 1066, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1118, 1014, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1119, 1033, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- -- SIM_CSL_AT_V2_RECOVERY_DIRECTOR insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1120, 72, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1121, 86, 1, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1122, 71, 3, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1123, 605, 145, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1124, 10, 3, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- -- SIM_CSL_AT_V2_PROXYHOST_IMAGELEVEL_UNIX insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1125, 87, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1126, 128, 3, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- --UNIX DB packages insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1201, 3, 17, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1202, 5, 17, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1203, 126, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1204, 22, 17, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1205, 61, 16, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1206, 79, 16, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1207, 62, 17, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1208, 104, 3, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1128, 127, 185, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- --UNIX MA licenses insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1301, 1002, 11, 23) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1301, 1002, 11, 22) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1301, 1002, 11, 201) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1301, 1002, 11, 25) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1301, 1002, 11, 205) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1302, 1004, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1303, 1009, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- --UNIX QR Agents - SIM_CSL_AT_V2_REPLICATION_IDA_UNIX insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1351, 50, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- --UNIX Snapshot-based packages - SIM_CSL_AT_V2_HOTSPOT_SNAPSHOT_UNIX insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (1401, 1007, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- --NETWARE packages insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (2001, 12, 1, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (2002, 10, 3, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (2003, 1002, 11, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (2004, 71, 3, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (2005, 83, 63, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (2006, 1083, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- insert into simPackageMap_DBU(simPackageId, apptype, lictype, simOSid) values (261, 1139, 0, 0) set @tblRetCode = @@error if (@tblRetCode <> 0) BEGIN set @tblRetCode = @@error; print 'RETVAL: 01 Table [simPackageMap_DBU]' END ----------------------------------------------------- GO -- ------------ Genernerated from [../../../Source/CommServer/Db/TblScript/simPackageDependency.script] ---------- -- ALLOW_COMMENTS_BELOW_HERE: -- ---------------------------------------------------------------------- -- -- Copyright (c) 1998 CommVault Systems, Inc. -- All rights reserved. -- -- -- This is unpublished proprietary source code of CommVault -- Systems, Inc. The copyright notice above does not evidence -- any actual or intended publication of such source code. -- ----------------------------------------------------------------------*/ -- rcsid[]="@(#)$Source: /cvs/cvsrepro/GX/vaultcx/Source/CommServer/Db/TblScript/simPackageDependency.script,v $ $Id: simPackageDependency.script,v 1.7 2011/12/22 06:48:08 arasheed Exp $"; -- TABLENAME simPackageDependency print '... inserting Table: simPackageDependency_DBU' GO ---Remove it in upgrade scripts DECLARE @tblRetCode integer -- TABLENAME simPackageDependency IF NOT EXISTS (select * from simPackageDependency_DBU where simDependentPackageId=702 AND simPackageId=1 AND releaseId=0) BEGIN insert into simPackageDependency_DBU(simDependentPackageId, simPackageId, releaseId) values (702, 1, 0); END IF NOT EXISTS (select * from simPackageDependency_DBU where simDependentPackageId=51 AND simPackageId=1 AND releaseId=0) BEGIN insert into simPackageDependency_DBU(simDependentPackageId, simPackageId, releaseId) values (51, 1, 0); END IF NOT EXISTS (select * from simPackageDependency_DBU where simDependentPackageId=1002 AND simPackageId=1003 AND releaseId=0) BEGIN insert into simPackageDependency_DBU(simDependentPackageId, simPackageId, releaseId) values (1002, 1003, 0); END IF NOT EXISTS (select * from simPackageDependency_DBU where simDependentPackageId=1101 AND simPackageId=1002 AND releaseId=0) BEGIN insert into simPackageDependency_DBU(simDependentPackageId, simPackageId, releaseId) values (1101, 1002, 0); END IF NOT EXISTS (select * from simPackageDependency_DBU where simDependentPackageId=1301 AND simPackageId=1002 AND releaseId=0) BEGIN insert into simPackageDependency_DBU(simDependentPackageId, simPackageId, releaseId) values (1301, 1002, 0); END IF NOT EXISTS (SELECT * FROM simPackageDependency_DBU WHERE simDependentPackageId = 301 AND simPackageId = 304 AND releaseId=0) BEGIN insert into simPackageDependency_DBU(simDependentPackageId, simPackageId, releaseId) values (301, 304, 0); END IF NOT EXISTS (SELECT * FROM simPackageDependency_DBU WHERE simDependentPackageId = 301 AND simPackageId = 305 AND releaseId=0) BEGIN insert into simPackageDependency_DBU(simDependentPackageId, simPackageId, releaseId) values (301, 305, 0); END IF NOT EXISTS (SELECT * FROM simPackageDependency_DBU WHERE simDependentPackageId = 301 AND simPackageId = 453 AND releaseId=0) BEGIN insert into simPackageDependency_DBU(simDependentPackageId, simPackageId, releaseId) values (301, 453, 0); END IF NOT EXISTS (SELECT * FROM simPackageDependency_DBU WHERE simDependentPackageId = 1351 AND simPackageId = 1401 AND releaseId=0) BEGIN insert into simPackageDependency_DBU(simDependentPackageId, simPackageId, releaseId) values (1351, 1401, 0); END -- Calling stored procedure to set the Ranking for every package. -- EXEC simSortPackagesBasedOnDependency GO