12-19-2011 12:43 PM
I´m installing a new Blackberry Enterprise Server Express, and everything was going fine until the configuration database step. From the wizard I got an error when creating the config database, and I went deeper and deper until here.
I´m actually creating the database manually using the "CreateDB.exe", and this is the error from the log file :
[20000] (12/19 13:50:43.350):{0x122C} [CBESDBInstaller::executeRetryDDL] COM Error 0x80040E14 - IDispatch error #3092 - Source: "Microsoft SQL Native Client" - Description "Must declare the scalar variable "@TableName"." Native error = 137
[20000] (12/19 13:50:43.350):{0x122C} [CBESDBInstaller::executeRetryDDL] COM Error 0x80040E14 - IDispatch error #3092 - Source: "Microsoft SQL Native Client" - Description "Must declare the scalar variable "@TableName"." Native error = 137
[20000] (12/19 13:50:43.350):{0x122C} [CBESDBInstaller::executeRetryDDL] COM Error 0x80040E14 - IDispatch error #3092 - Source: "Microsoft SQL Native Client" - Description "Must declare the scalar variable "@TableName"." Native error = 137
[20000] (12/19 13:50:43.350):{0x122C} [CBESDBInstaller::executeRetryDDL] COM Error 0x80040E14 - IDispatch error #3092 - Source: "Microsoft SQL Native Client" - Description "Must declare the scalar variable "@TableName"." Native error = 137
[20000] (12/19 13:50:43.350):{0x122C} [CBESDBInstaller::executeRetryDDL] SQL Error for:
CREATE PROCEDURE dbo.GenerateHistoryDomainTrigger
@tableName SYSNAME
,@objectDefnId INT = NULL
AS
DECLARE @sql NVARCHAR(4000)
IF @objectDefnId IS NULL
BEGIN
SET @objectDefnId = dbo.GetObjectIdForObjectName(@TableName)
IF @objectDefnId IS NULL
B
[20000] (12/19 13:50:43.350):{0x122C} Terminating because we had a problem executing CommonObjects.sql
. See log file for details
I tried to edit the file CommonObjects.sql and declare the variable "@TableName", but no success. From the SQL Query analizer I keep receiving the same error when parsing the script.
Msg 137, Level 15, State 2, Procedure GenerateHistoryDomainTrigger, Line 27 Must declare the scalar variable "@TableName". Msg 137, Level 15, State 2, Procedure GenerateHistoryDomainTrigger, Line 30 Must declare the scalar variable "@TableName". Msg 137, Level 15, State 2, Procedure GenerateHistoryDomainTrigger, Line 39 Must declare the scalar variable "@TableName". Msg 137, Level 15, State 2, Procedure GenerateHistoryDomainTrigger, Line 90 Must declare the scalar variable "@TableName". Msg 137, Level 15, State 2, Procedure GenerateHistoryServerTrigger, Line 27 Must declare the scalar variable "@TableName". Msg 137, Level 15, State 2, Procedure GenerateHistoryServerTrigger, Line 30 Must declare the scalar variable "@TableName". Msg 137, Level 15, State 2, Procedure GenerateHistoryServerTrigger, Line 39 Must declare the scalar variable "@TableName". Msg 137, Level 15, State 2, Procedure GenerateHistoryServerTrigger, Line 90 Must declare the scalar variable "@TableName". Msg 137, Level 15, State 2, Procedure GenerateHistoryUserTrigger, Line 27 Must declare the scalar variable "@TableName". Msg 137, Level 15, State 2, Procedure GenerateHistoryUserTrigger, Line 30 Must declare the scalar variable "@TableName". Msg 137, Level 15, State 2, Procedure GenerateHistoryUserTrigger, Line 39 Must declare the scalar variable "@TableName". Msg 137, Level 15, State 2, Procedure GenerateHistoryUserTrigger, Line 90 Must declare the scalar variable "@TableName". Msg 137, Level 15, State 2, Procedure GenerateHistoryUserIdTrigger, Line 27 Must declare the scalar variable "@TableName". Msg 137, Level 15, State 2, Procedure GenerateHistoryUserIdTrigger, Line 30 Must declare the scalar variable "@TableName". Msg 137, Level 15, State 2, Procedure GenerateHistoryUserIdTrigger, Line 39 Must declare the scalar variable "@TableName". Msg 137, Level 15, State 2, Procedure GenerateHistoryUserIdTrigger, Line 90 Must declare the scalar variable "@TableName". Msg 137, Level 15, State 2, Procedure GenerateHistoryUserIndirectServerTrigger, Line 27 Must declare the scalar variable "@TableName". Msg 137, Level 15, State 2, Procedure GenerateHistoryUserIndirectServerTrigger, Line 30 Must declare the scalar variable "@TableName". Msg 137, Level 15, State 2, Procedure GenerateHistoryUserIndirectServerTrigger, Line 39 Must declare the scalar variable "@TableName". Msg 137, Level 15, State 2, Procedure GenerateHistoryUserIndirectServerTrigger, Line 92 Must declare the scalar variable "@TableName".
I have no idea of how to workaround this.
This seems to be a bug in the script, but no way I´m the only one receiving this error.
I need help.. any ideas are apreciated.
Solved! Go to Solution.
12-19-2011 04:09 PM
12-20-2011 05:19 AM - edited 12-20-2011 06:00 AM
Sorry, I forgot about the database information.
I´m using a SQL 2005 Std x64 database that I already have on another server.
First I suspected that could be the Collation of this server that´s "Latin1_General_BIN", So I edited the script "Createdb.SQL" to change the collation do the SQL Defaults during the creation step "N'COLLATE Latin1_General_CI_AS'". This script runs just fine, and the database is created.
I´m pasting bellow the full CreateDB.exe log :
UTF-8 encoded
[30000] (12/19 13:50:37.079):{0x3014} Current Date: 2011/12/19
[30000] (12/19 13:50:37.079):{0x3014} [DIAG] EVENT=Thread_report, THREADID=0x3014, THREADNAME="DebugLogger"
[30000] (12/19 13:50:37.079):{0x3014} [ENV] Current Process: C:\bundle0012\Database\CreateDB.exe
[30000] (12/19 13:50:37.079):{0x3014} [ENV] Current Process logged on as: SAO\BESAdmin, Start Time: Dec 19 2011 13:50:35, Uptime (seconds): 2
[30000] (12/19 13:50:37.079):{0x3014} [ENV] Current Process id: 14592
[30000] (12/19 13:50:37.079):{0x3014} [ENV] Computer Host Name: sao-narada, OS Version: 6.1, Build number 7601, ServicePack Major 1, ServicePack Minor 0
[30000] (12/19 13:50:37.079):{0x3014} [ENV] Processor Identifier: Intel64 Family 6 Model 26 Stepping 5
[30000] (12/19 13:50:37.079):{0x3014} [ENV] Processor Vendor Identifier: GenuineIntel
[30000] (12/19 13:50:37.079):{0x3014} [ENV] Processor Name String: Intel(R) Xeon(R) CPU E5520 @ 2.27GHz
[30000] (12/19 13:50:37.079):{0x3014} [ENV] Number of Processors: 16
[30000] (12/19 13:50:37.079):{0x3014} [ENV] 97 percent of memory in use.
[30000] (12/19 13:50:37.079):{0x3014} [ENV] Total size of physical memory: 33545580 KB
[30000] (12/19 13:50:37.079):{0x3014} [ENV] Size of physical memory available: 732140 KB
[30000] (12/19 13:50:37.079):{0x3014} [ENV] Size of the committed memory limit: 67089312 KB
[30000] (12/19 13:50:37.079):{0x3014} [ENV] Size of available memory to commit: 29300480 KB
[30000] (12/19 13:50:37.079):{0x3014} [ENV] Total size of the user mode portion of the virtual address space of the BES process: 2097024 KB
[30000] (12/19 13:50:37.079):{0x3014} [ENV] Size of unreserved and uncommitted memory in the user mode portion of the virtual address space of the BES process: 2038576 KB
[30000] (12/19 13:50:37.079):{0x3014} [ENV] Size of private memory of the BES process: 3788 KB
[30000] (12/19 13:50:37.079):{0x3014} [ENV] Total HD bytes: 145996378112, Total free bytes = 87108673536
[30000] (12/19 13:50:37.157):{0x3014} [ENV] Error occurred while collecting performance data from the registry for System uptime (HeaderLength = 112, TotalByteLength = 112)
[30000] (12/19 13:50:37.157):{0x3014} [ENV] Could not get System up time information. [-1]
[30000] (12/19 13:50:37.157):{0x3014} [ENV] Local Time Zone: E. South America Daylight Time (GMT-03:00)
[30000] (12/19 13:50:37.157):{0x3014} [ENV] TCP/IP provider (Winsock) File Version: 6.1.7600.16385 (C:\Windows\System32\wsock32.dll)
[30000] (12/19 13:50:37.157):{0x3014} [ENV] Unable to provide HostName
[30000] (12/19 13:50:37.157):{0x3014} [ENV] Winsock2 file: @%SystemRoot%\system32\nlasvc.dll,-1000, Version: 6.1.7601.17514 (C:\Windows\system32\NLAapi.dll)
[30000] (12/19 13:50:37.157):{0x3014} [ENV] Winsock2 file: @%SystemRoot%\system32\napinsp.dll,-1000, Version: 6.1.7600.16385 (C:\Windows\system32\napinsp.dll)
[30000] (12/19 13:50:37.157):{0x3014} [ENV] Winsock2 file: @%SystemRoot%\system32\wshtcpip.dll,-60103, Version: 6.1.7601.17514 (C:\Windows\System32\mswsock.dll)
[30000] (12/19 13:50:37.157):{0x3014} [ENV] Winsock2 file: NTDS, Version: 6.1.7600.16385 (C:\Windows\System32\winrnr.dll)
[30000] (12/19 13:50:37.157):{0x3014} [ENV] Microsoft XML Parser 6.0: C:\Windows\System32\msxml6.dll, Version: 6.30.7601.17514
[30000] (12/19 13:50:37.625):{0x3014} [ENV] MSSQL OLEDB provider is available: [SQLOLEDB]
[30000] (12/19 13:50:37.625):{0x3014} [ENV] SQLCLI provider is available: [SQLNCLI]
[30000] (12/19 13:50:37.625):{0x3014} [ENV] SQLCLI provider is available: [SQLNCLI10]
[30000] (12/19 13:50:37.625):{0x3014} [ENV] MDAC version: 6.1.7601.17514
[30000] (12/19 13:50:37.625):{0x3014} [ENV] MSADO15.DLL: C:\Program Files (x86)\Common Files\System\ado\msado15.dll, Version: 6.1.7601.17514
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: System, ID: 4
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: smss.exe, ID: 372
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: csrss.exe, ID: 656
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: wininit.exe, ID: 708
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: csrss.exe, ID: 716
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: winlogon.exe, ID: 744
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: services.exe, ID: 804
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: lsass.exe, ID: 812
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: lsm.exe, ID: 820
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: svchost.exe, ID: 924
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: svchost.exe, ID: 1004
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: LogonUI.exe, ID: 328
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: svchost.exe, ID: 380
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: svchost.exe, ID: 668
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: svchost.exe, ID: 660
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: svchost.exe, ID: 884
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: svchost.exe, ID: 1052
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: svchost.exe, ID: 1096
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: svchost.exe, ID: 1356
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: spoolsv.exe, ID: 1524
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: amService.exe, ID: 1552
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: svchost.exe, ID: 1592
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: bedbg.exe, ID: 1612
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: certsrv.exe, ID: 1668
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: inetinfo.exe, ID: 1732
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: FrameworkService.exe, ID: 1780
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: VsTskMgr.exe, ID: 1848
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: mfevtps.exe, ID: 1900
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: mfeann.exe, ID: 1952
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: msftesql.exe, ID: 2020
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: conhost.exe, ID: 2028
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: naPrdMgr.exe, ID: 1116
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: svchost.exe, ID: 1812
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: SMSvcHost.exe, ID: 2140
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: nxagentd.exe, ID: 2492
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: ocspsvc.exe, ID: 2536
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: gf_agent.exe, ID: 2580
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: SVRemCon.exe, ID: 2628
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: svchost.exe, ID: 2664
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: JavaService.exe, ID: 2696
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: snmp.exe, ID: 2724
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: SrvCtrl.exe, ID: 2748
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: svchost.exe, ID: 2808
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: TestHandler.exe, ID: 2828
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: vme_srv.exe, ID: 2876
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: svchost.exe, ID: 2680
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: mcshield.exe, ID: 3108
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: svchost.exe, ID: 3272
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: svchost.exe, ID: 3308
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: vmms.exe, ID: 3328
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: CcmExec.exe, ID: 3460
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: MSExchangeADTopologyService.exe, ID: 3564
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: WmiPrvSE.exe, ID: 3812
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: WmiPrvSE.exe, ID: 3900
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: beremote.exe, ID: 4028
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: snmp.exe, ID: 4252
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: conhost.exe, ID: 4268
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: w3wp.exe, ID: 4640
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: w3wp.exe, ID: 4756
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: w3wp.exe, ID: 5452
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: Microsoft.Exchange.AddressBook.Service.exe, ID: 2168
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: MsExchangeFDS.exe, ID: 5232
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: MSExchangeMailboxAssistants.exe, ID: 1260
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: MSExchangeMailboxReplication.exe, ID: 2084
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: MSExchangeMailSubmission.exe, ID: 4212
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: Microsoft.Exchange.Search.ExSearch.exe, ID: 6212
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: MSExchangeThrottling.exe, ID: 6668
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: MSExchangeTransport.exe, ID: 6776
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: MSExchangeTransportLogSearch.exe, ID: 6820
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: vmwp.exe, ID: 628
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: WmiPrvSE.exe, ID: 7236
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: svchost.exe, ID: 7512
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: svchost.exe, ID: 7676
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: WmiPrvSE.exe, ID: 7868
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: w3wp.exe, ID: 8048
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: store.exe, ID: 6388
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: WmiPrvSE.exe, ID: 8692
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: vmwp.exe, ID: 7276
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: svchost.exe, ID: 8032
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: iashost.exe, ID: 8872
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: msdtc.exe, ID: 3532
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: Microsoft.Exchange.Monitoring.exe, ID: 6180
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: Microsoft.Exchange.ProtectedServiceHost.exe, ID: 9196
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: svchost.exe, ID: 7916
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: sppsvc.exe, ID: 7468
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: WmiPrvSE.exe, ID: 9220
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: vmwp.exe, ID: 2848
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: vmwp.exe, ID: 8904
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: vmwp.exe, ID: 10020
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: mad.exe, ID: 4596
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: Microsoft.Exchange.ServiceHost.exe, ID: 5384
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: Microsoft.Exchange.RpcClientAccess.Service.exe, ID: 10432
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: exfba.exe, ID: 10828
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: w3wp.exe, ID: 10292
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: w3wp.exe, ID: 10004
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: w3wp.exe, ID: 11936
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: Microsoft.Exchange.EdgeSyncSvc.exe, ID: 11396
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: msexchangerepl.exe, ID: 11812
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: WmiPrvSE.exe, ID: 12820
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: TrustedInstaller.exe, ID: 13152
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: EdgeTransport.exe, ID: 9296
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: conhost.exe, ID: 12904
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: csrss.exe, ID: 14720
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: winlogon.exe, ID: 13088
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: taskhost.exe, ID: 12948
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: rdpclip.exe, ID: 10756
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: dwm.exe, ID: 13888
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: explorer.exe, ID: 12728
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: shstat.exe, ID: 15188
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: wuauclt.exe, ID: 13512
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: cmd.exe, ID: 13868
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: conhost.exe, ID: 14184
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: taskeng.exe, ID: 12704
[30000] (12/19 13:50:37.641):{0x3014} [ENV] Running Process: CreateDB.exe, ID: 14592
[30000] (12/19 13:50:37.734):{0x122C} CBESDBInstaller::CBESDBInstaller - working directory is [C:\bundle0012\Database]
[30000] (12/19 13:50:38.296):{0x122C} Schema is being installed
[30000] (12/19 13:50:38.296):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:38.296):{0x122C} Determining progress bar range
[30000] (12/19 13:50:39.809):{0x122C} ADO ConnectionTimeout value = 30s
[30000] (12/19 13:50:39.809):{0x122C} ADO ConnectionTimeout for re-initalizing the pool = 45s
[45059] (12/19 13:50:39.825):{0x122C} {ConnectionPool::PostConnectWork()}: Using connection pool with limit of 2 connections
[30000] (12/19 13:50:39.840):{0x122C} [ENV] [DB] Connection String = Server=sao-scimitar;Database=master;Network=dbmsso cn;Trusted_Connection=Yes
[30000] (12/19 13:50:39.840):{0x122C} [ENV] [DB] DBMS Name = Microsoft SQL Server; DBMS Version = 09.00.5057; Provider Name = sqlncli.dll; Provider Friendly Name = Microsoft SQL Native Client; OLE DB Version = 02.80; Provider Version = 9.00.3042.00; Failover Partner =
[30000] (12/19 13:50:39.840):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:39.840):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\createdb.sql]
[30000] (12/19 13:50:39.856):{0x122C} Adding 500 to range which now is 500
[30000] (12/19 13:50:39.856):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:39.856):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\CommonObjects.sql]
[30000] (12/19 13:50:39.856):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:39.856):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\CommonObjects.sql]
[30000] (12/19 13:50:39.856):{0x122C} Adding 500 to range which now is 1000
[30000] (12/19 13:50:39.856):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:39.856):{0x122C} Determining progress bar range
[30000] (12/19 13:50:39.856):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:39.856):{0x122C} Determining progress bar range
[30000] (12/19 13:50:39.856):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:39.856):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:39.856):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \4.1.2\tables.sql]
[30000] (12/19 13:50:39.871):{0x122C} Adding 500 to range which now is 1500
[30000] (12/19 13:50:39.871):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:39.871):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \4.1.2\views.sql]
[30000] (12/19 13:50:39.871):{0x122C} Adding 500 to range which now is 2000
[30000] (12/19 13:50:39.871):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:39.871):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \4.1.2\stored proc.sql]
[30000] (12/19 13:50:39.903):{0x122C} Adding 500 to range which now is 2500
[30000] (12/19 13:50:39.903):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:39.903):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \4.1.2\RI.sql]
[30000] (12/19 13:50:39.903):{0x122C} Adding 500 to range which now is 3000
[30000] (12/19 13:50:39.903):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:39.903):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:39.903):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \4.1.2\UpgradeV20060427.sql]
[30000] (12/19 13:50:39.918):{0x122C} Adding 500 to range which now is 3500
[30000] (12/19 13:50:39.918):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:39.918):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \4.1.2\UpgradeV20060704.sql]
[30000] (12/19 13:50:39.918):{0x122C} Adding 500 to range which now is 4000
[30000] (12/19 13:50:39.918):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:39.918):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \4.1.2\UpgradeV20061005.sql]
[30000] (12/19 13:50:39.918):{0x122C} Adding 500 to range which now is 4500
[30000] (12/19 13:50:39.918):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:39.918):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \4.1.2\UpgradeV20061025.sql]
[30000] (12/19 13:50:39.918):{0x122C} Adding 500 to range which now is 5000
[30000] (12/19 13:50:39.918):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:39.918):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \4.1.2\UpgradeV20070216.sql]
[30000] (12/19 13:50:39.934):{0x122C} Adding 500 to range which now is 5500
[30000] (12/19 13:50:39.934):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:39.934):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \4.1.2\UpgradeV20070608.sql]
[30000] (12/19 13:50:39.934):{0x122C} Adding 500 to range which now is 6000
[30000] (12/19 13:50:39.934):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:39.934):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \4.1.2\UpgradeV20071126.sql]
[30000] (12/19 13:50:39.934):{0x122C} Adding 500 to range which now is 6500
[30000] (12/19 13:50:39.934):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:39.934):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \4.1.2\UpgradeV20080410.sql]
[30000] (12/19 13:50:39.949):{0x122C} Adding 500 to range which now is 7000
[30000] (12/19 13:50:39.949):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:39.949):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \4.1.2\UpgradeV20090707.sql]
[30000] (12/19 13:50:39.965):{0x122C} Adding 500 to range which now is 7500
[30000] (12/19 13:50:39.965):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:39.965):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \4.1.2\UpgradeV99990101.sql]
[30000] (12/19 13:50:39.965):{0x122C} Adding 500 to range which now is 8000
[30000] (12/19 13:50:39.965):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:39.965):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \4.1.2\HistoryTriggers.sql]
[30000] (12/19 13:50:39.981):{0x122C} Adding 500 to range which now is 8500
[30000] (12/19 13:50:39.981):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:39.981):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \4.1.2\security.sql]
[30000] (12/19 13:50:39.981):{0x122C} Adding 500 to range which now is 9000
[30000] (12/19 13:50:39.981):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:39.981):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \4.1.2\LoadSyncDefaults.sql]
[30000] (12/19 13:50:39.981):{0x122C} Adding 500 to range which now is 9500
[30000] (12/19 13:50:39.981):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:39.981):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \4.1.2\LoadGlobalResource.sql]
[30000] (12/19 13:50:40.043):{0x122C} Adding 500 to range which now is 10000
[30000] (12/19 13:50:40.043):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.043):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \4.1.2\LoadWorkDefns.sql]
[30000] (12/19 13:50:40.043):{0x122C} Adding 500 to range which now is 10500
[30000] (12/19 13:50:40.043):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.043):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \4.1.2\LoadObjectDefns.sql]
[30000] (12/19 13:50:40.059):{0x122C} Adding 500 to range which now is 11000
[30000] (12/19 13:50:40.059):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.059):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \4.1.2\LoadServiceBookTemplates.sql]
[30000] (12/19 13:50:40.059):{0x122C} Adding 500 to range which now is 11500
[30000] (12/19 13:50:40.059):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.059):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \4.1.2\LoadMiscData.sql]
[30000] (12/19 13:50:40.090):{0x122C} Adding 500 to range which now is 12000
[30000] (12/19 13:50:40.090):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.090):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \4.1.2\LoadSyncDeviceConfig.sql]
[30000] (12/19 13:50:40.090):{0x122C} Adding 500 to range which now is 12500
[30000] (12/19 13:50:40.090):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.090):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \4.1.2\LoadPolicy.sql]
[30000] (12/19 13:50:40.090):{0x122C} Adding 500 to range which now is 13000
[30000] (12/19 13:50:40.090):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.090):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.090):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \4.5\UpgradeV20070831.sql]
[30000] (12/19 13:50:40.105):{0x122C} Adding 500 to range which now is 13500
[30000] (12/19 13:50:40.105):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.105):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \4.5\UpgradeV20071010.sql]
[30000] (12/19 13:50:40.121):{0x122C} Adding 500 to range which now is 14000
[30000] (12/19 13:50:40.121):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.121):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \4.5\UpgradeV20071030.sql]
[30000] (12/19 13:50:40.137):{0x122C} Adding 500 to range which now is 14500
[30000] (12/19 13:50:40.137):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.137):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \4.5\UpgradeV20080715.sql]
[30000] (12/19 13:50:40.215):{0x122C} Adding 500 to range which now is 15000
[30000] (12/19 13:50:40.215):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.215):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \4.5\LoadSyncDefaults.sql]
[30000] (12/19 13:50:40.215):{0x122C} Adding 500 to range which now is 15500
[30000] (12/19 13:50:40.215):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.215):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \4.5\LoadObjectDefns.sql]
[30000] (12/19 13:50:40.246):{0x122C} Adding 500 to range which now is 16000
[30000] (12/19 13:50:40.246):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.246):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \4.5\LoadGlobalResource.sql]
[30000] (12/19 13:50:40.293):{0x122C} Adding 500 to range which now is 16500
[30000] (12/19 13:50:40.293):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.293):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \4.5\LoadServiceBookTemplates.sql]
[30000] (12/19 13:50:40.308):{0x122C} Adding 500 to range which now is 17000
[30000] (12/19 13:50:40.308):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.308):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \4.5\LoadSyncDeviceConfigData.sql]
[30000] (12/19 13:50:40.308):{0x122C} Adding 500 to range which now is 17500
[30000] (12/19 13:50:40.308):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.308):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \4.5\LoadMiscData.sql]
[30000] (12/19 13:50:40.355):{0x122C} Adding 500 to range which now is 18000
[30000] (12/19 13:50:40.355):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.355):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \4.5\LoadPluginDispatcher.sql]
[30000] (12/19 13:50:40.355):{0x122C} Adding 500 to range which now is 18500
[30000] (12/19 13:50:40.355):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.355):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \4.5\LoadPluginCollaboration.sql]
[30000] (12/19 13:50:40.355):{0x122C} Adding 500 to range which now is 19000
[30000] (12/19 13:50:40.355):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.355):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \4.5\LoadPluginAlert.sql]
[30000] (12/19 13:50:40.355):{0x122C} Adding 500 to range which now is 19500
[30000] (12/19 13:50:40.355):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.355):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \4.5\LoadPluginLogging.sql]
[30000] (12/19 13:50:40.355):{0x122C} Adding 500 to range which now is 20000
[30000] (12/19 13:50:40.355):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.355):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \4.5\LoadPluginPolicy.sql]
[30000] (12/19 13:50:40.355):{0x122C} Adding 500 to range which now is 20500
[30000] (12/19 13:50:40.355):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.355):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \4.5\LoadPluginSynchronization.sql]
[30000] (12/19 13:50:40.355):{0x122C} Adding 500 to range which now is 21000
[30000] (12/19 13:50:40.355):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.355):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \4.5\LoadPluginEmailCommon.sql]
[30000] (12/19 13:50:40.355):{0x122C} Adding 500 to range which now is 21500
[30000] (12/19 13:50:40.355):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.355):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \4.5\LoadPluginMDSCS.sql]
[30000] (12/19 13:50:40.371):{0x122C} Adding 500 to range which now is 22000
[30000] (12/19 13:50:40.371):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.371):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \4.5\LoadPluginAttachment.sql]
[30000] (12/19 13:50:40.371):{0x122C} Adding 500 to range which now is 22500
[30000] (12/19 13:50:40.371):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.371):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.371):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\UpgradeV20090122.sql]
[30000] (12/19 13:50:40.417):{0x122C} Adding 500 to range which now is 23000
[30000] (12/19 13:50:40.433):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.433):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\UpgradeV20090827.sql]
[30000] (12/19 13:50:40.433):{0x122C} Adding 500 to range which now is 23500
[30000] (12/19 13:50:40.433):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.433):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\UpgradeV20091001.sql]
[30000] (12/19 13:50:40.464):{0x122C} Adding 500 to range which now is 24000
[30000] (12/19 13:50:40.464):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.464):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\UpgradeV99990101.sql]
[30000] (12/19 13:50:40.495):{0x122C} Adding 500 to range which now is 24500
[30000] (12/19 13:50:40.495):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.495):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\UpgradeServerConfigForBASConfigTool.sql]
[30000] (12/19 13:50:40.495):{0x122C} Adding 500 to range which now is 25000
[30000] (12/19 13:50:40.495):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.495):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadObjectDefns.sql]
[30000] (12/19 13:50:40.511):{0x122C} Adding 500 to range which now is 25500
[30000] (12/19 13:50:40.511):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.511):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadServiceBookTemplates.sql]
[30000] (12/19 13:50:40.527):{0x122C} Adding 500 to range which now is 26000
[30000] (12/19 13:50:40.527):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.527):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadSyncConfigVersion.sql]
[30000] (12/19 13:50:40.589):{0x122C} Adding 500 to range which now is 26500
[30000] (12/19 13:50:40.589):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.589):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadSyncDefaults.sql]
[30000] (12/19 13:50:40.589):{0x122C} Adding 500 to range which now is 27000
[30000] (12/19 13:50:40.589):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.589):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadBASOrganizations.sql]
[30000] (12/19 13:50:40.589):{0x122C} Adding 500 to range which now is 27500
[30000] (12/19 13:50:40.589):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.589):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadBASOrganizationLocaleNames.sql]
[30000] (12/19 13:50:40.589):{0x122C} Adding 500 to range which now is 28000
[30000] (12/19 13:50:40.589):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.589):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadBASAuthenticationCredentials.sql]
[30000] (12/19 13:50:40.589):{0x122C} Adding 500 to range which now is 28500
[30000] (12/19 13:50:40.589):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.589):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadBASCapabilityDefinitions.sql]
[30000] (12/19 13:50:40.589):{0x122C} Adding 500 to range which now is 29000
[30000] (12/19 13:50:40.589):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.589):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadBASITPolicies.sql]
[30000] (12/19 13:50:40.589):{0x122C} Adding 500 to range which now is 29500
[30000] (12/19 13:50:40.589):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.589):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadBASTraits.sql]
[30000] (12/19 13:50:40.605):{0x122C} Adding 500 to range which now is 30000
[30000] (12/19 13:50:40.605):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.605):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadBASTraitsInstallOnly.sql]
[30000] (12/19 13:50:40.605):{0x122C} Adding 500 to range which now is 30500
[30000] (12/19 13:50:40.605):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.605):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadBASLocks.sql]
[30000] (12/19 13:50:40.605):{0x122C} Adding 500 to range which now is 31000
[30000] (12/19 13:50:40.605):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.605):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\MigrateUserAndDevices.sql]
[30000] (12/19 13:50:40.620):{0x122C} Adding 500 to range which now is 31500
[30000] (12/19 13:50:40.636):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.636):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadBASWLANConfigurations.sql]
[30000] (12/19 13:50:40.636):{0x122C} Adding 500 to range which now is 32000
[30000] (12/19 13:50:40.636):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.636):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadPluginBAS.sql]
[30000] (12/19 13:50:40.651):{0x122C} Adding 500 to range which now is 32500
[30000] (12/19 13:50:40.651):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.651):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadPluginDispatcher.sql]
[30000] (12/19 13:50:40.651):{0x122C} Adding 500 to range which now is 33000
[30000] (12/19 13:50:40.651):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.651):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadPluginCollaboration.sql]
[30000] (12/19 13:50:40.651):{0x122C} Adding 500 to range which now is 33500
[30000] (12/19 13:50:40.651):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.651):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadPluginAlert.sql]
[30000] (12/19 13:50:40.651):{0x122C} Adding 500 to range which now is 34000
[30000] (12/19 13:50:40.651):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.651):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadPluginLogging.sql]
[30000] (12/19 13:50:40.651):{0x122C} Adding 500 to range which now is 34500
[30000] (12/19 13:50:40.651):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.651):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadPluginPolicy.sql]
[30000] (12/19 13:50:40.651):{0x122C} Adding 500 to range which now is 35000
[30000] (12/19 13:50:40.651):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.651):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadPluginSynchronization.sql]
[30000] (12/19 13:50:40.651):{0x122C} Adding 500 to range which now is 35500
[30000] (12/19 13:50:40.651):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.651):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadPluginEmailExchangeX.sql]
[30000] (12/19 13:50:40.667):{0x122C} Adding 500 to range which now is 36000
[30000] (12/19 13:50:40.667):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.667):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadPluginMDSCS.sql]
[30000] (12/19 13:50:40.667):{0x122C} Adding 500 to range which now is 36500
[30000] (12/19 13:50:40.667):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.667):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadMDSMediaManagement.sql]
[30000] (12/19 13:50:40.667):{0x122C} Adding 500 to range which now is 37000
[30000] (12/19 13:50:40.667):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.667):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadPluginAttachment.sql]
[30000] (12/19 13:50:40.667):{0x122C} Adding 500 to range which now is 37500
[30000] (12/19 13:50:40.667):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.667):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadPluginSIP.sql]
[30000] (12/19 13:50:40.667):{0x122C} Adding 500 to range which now is 38000
[30000] (12/19 13:50:40.683):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.683):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadPluginController.sql]
[30000] (12/19 13:50:40.683):{0x122C} Adding 500 to range which now is 38500
[30000] (12/19 13:50:40.683):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.683):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadPluginMonitoringExchangeX.sql]
[30000] (12/19 13:50:40.683):{0x122C} Adding 500 to range which now is 39000
[30000] (12/19 13:50:40.683):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.683):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadPluginAD.sql]
[30000] (12/19 13:50:40.683):{0x122C} Adding 500 to range which now is 39500
[30000] (12/19 13:50:40.683):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.683):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadAppControlPolicies.sql]
[30000] (12/19 13:50:40.683):{0x122C} Adding 500 to range which now is 40000
[30000] (12/19 13:50:40.683):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.683):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadPolicyExchangeX.sql]
[30000] (12/19 13:50:40.683):{0x122C} Adding 500 to range which now is 40500
[30000] (12/19 13:50:40.683):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.683):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadNotificationEventFilters.sql]
[30000] (12/19 13:50:40.683):{0x122C} Adding 500 to range which now is 41000
[30000] (12/19 13:50:40.683):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.683):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadLocaleLanguageIdMappings.sql]
[30000] (12/19 13:50:40.683):{0x122C} Adding 500 to range which now is 41500
[30000] (12/19 13:50:40.683):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.683):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\DeleteBASLocaleStrings.sql]
[30000] (12/19 13:50:40.683):{0x122C} Adding 500 to range which now is 42000
[30000] (12/19 13:50:40.683):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.683):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadBASLocaleStrings.sql]
[30000] (12/19 13:50:40.776):{0x122C} Adding 500 to range which now is 42500
[30000] (12/19 13:50:40.776):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.776):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadPlugIn0LocaleStrings.sql]
[30000] (12/19 13:50:40.792):{0x122C} Adding 500 to range which now is 43000
[30000] (12/19 13:50:40.792):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.792):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadPlugIn1LocaleStrings.sql]
[30000] (12/19 13:50:40.792):{0x122C} Adding 500 to range which now is 43500
[30000] (12/19 13:50:40.792):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.792):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadPlugIn2LocaleStrings.sql]
[30000] (12/19 13:50:40.807):{0x122C} Adding 500 to range which now is 44000
[30000] (12/19 13:50:40.807):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.807):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadPlugIn3LocaleStrings.sql]
[30000] (12/19 13:50:40.823):{0x122C} Adding 500 to range which now is 44500
[30000] (12/19 13:50:40.823):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.823):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadPlugIn4LocaleStrings.sql]
[30000] (12/19 13:50:40.823):{0x122C} Adding 500 to range which now is 45000
[30000] (12/19 13:50:40.823):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.823):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadPlugIn5LocaleStrings.sql]
[30000] (12/19 13:50:40.823):{0x122C} Adding 500 to range which now is 45500
[30000] (12/19 13:50:40.823):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.823):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadPlugIn6LocaleStrings.sql]
[30000] (12/19 13:50:40.823):{0x122C} Adding 500 to range which now is 46000
[30000] (12/19 13:50:40.823):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.839):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadPlugIn100LocaleStrings.sql]
[30000] (12/19 13:50:40.839):{0x122C} Adding 500 to range which now is 46500
[30000] (12/19 13:50:40.839):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.839):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadPlugIn101LocaleStrings.sql]
[30000] (12/19 13:50:40.854):{0x122C} Adding 500 to range which now is 47000
[30000] (12/19 13:50:40.854):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.854):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadPlugIn102LocaleStrings.sql]
[30000] (12/19 13:50:40.870):{0x122C} Adding 500 to range which now is 47500
[30000] (12/19 13:50:40.870):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.870):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadPlugIn103LocaleStrings.sql]
[30000] (12/19 13:50:40.870):{0x122C} Adding 500 to range which now is 48000
[30000] (12/19 13:50:40.885):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.885):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadPlugIn104LocaleStrings.sql]
[30000] (12/19 13:50:40.885):{0x122C} Adding 500 to range which now is 48500
[30000] (12/19 13:50:40.885):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.885):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadPlugIn106LocaleStrings.sql]
[30000] (12/19 13:50:40.901):{0x122C} Adding 500 to range which now is 49000
[30000] (12/19 13:50:40.901):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.901):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadPlugIn107LocaleStrings.sql]
[30000] (12/19 13:50:40.901):{0x122C} Adding 500 to range which now is 49500
[30000] (12/19 13:50:40.901):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.901):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadPlugIn108LocaleStrings.sql]
[30000] (12/19 13:50:40.901):{0x122C} Adding 500 to range which now is 50000
[30000] (12/19 13:50:40.901):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.901):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadPlugIn109LocaleStrings.sql]
[30000] (12/19 13:50:40.917):{0x122C} Adding 500 to range which now is 50500
[30000] (12/19 13:50:40.917):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.917):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadPlugIn111LocaleStrings.sql]
[30000] (12/19 13:50:40.917):{0x122C} Adding 500 to range which now is 51000
[30000] (12/19 13:50:40.917):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.917):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadEmailCommonLocaleStrings.sql]
[30000] (12/19 13:50:40.917):{0x122C} Adding 500 to range which now is 51500
[30000] (12/19 13:50:40.917):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.917):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadproxySettingsCommonLocaleStrings.sql]
[30000] (12/19 13:50:40.917):{0x122C} Adding 500 to range which now is 52000
[30000] (12/19 13:50:40.917):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.917):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadBASSystemTimerDefinitions.sql]
[30000] (12/19 13:50:40.932):{0x122C} Adding 500 to range which now is 52500
[30000] (12/19 13:50:40.932):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.932):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadTimeZoneRegistryMap.sql]
[30000] (12/19 13:50:40.932):{0x122C} Adding 500 to range which now is 53000
[30000] (12/19 13:50:40.932):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.932):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadMiscData.sql]
[30000] (12/19 13:50:40.979):{0x122C} Adding 500 to range which now is 53500
[30000] (12/19 13:50:40.979):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.979):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadBASLocaleNamesAndDescriptions.sql]
[30000] (12/19 13:50:40.995):{0x122C} Adding 500 to range which now is 54000
[30000] (12/19 13:50:40.995):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.995):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\LoadPlugIn109LocaleNamesAndDescriptions.sql]
[30000] (12/19 13:50:40.995):{0x122C} Adding 500 to range which now is 54500
[30000] (12/19 13:50:40.995):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.995):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\BMS.sql]
[30000] (12/19 13:50:40.995):{0x122C} Adding 500 to range which now is 55000
[40000] (12/19 13:50:40.995):{0x122C} Progress Bar Max Value = 55000
[40000] (12/19 13:50:40.995):{0x122C} Finished determining progress bar range
[30000] (12/19 13:50:40.995):{0x122C} Processing file 5.0\createdb.sql
[30000] (12/19 13:50:40.995):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:40.995):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\createdb.sql]
[30000] (12/19 13:50:41.010):{0x122C} Progress update 500. Current position is 500 of 55000 = 0%
[30000] (12/19 13:50:41.010):{0x122C} Executing file [C:\bundle0012\Database\BES_SQL_Generated\createdb V111219135040.sql]
[30000] (12/19 13:50:41.010):{0x122C} SQL being executed:
/************************************************* ***************************
createdb.sql
This SQL script will create the initial BESMgmt database.
Notes:
(C) 1997-2004 Research In Motion Limited.
************************************************** **************************/
DECLARE @path nvarchar(1024)
SET @path = (SELECT TOP 1 filename FROM tempdb.dbo.sysfiles)
DECLARE @indx INT,
@lastindx INT,
@notdone BIT
SET @notdone = 1
SET @indx = 0
SET @lastindx = 0
--find the last \
WHILE (@notdone = 1)
BEGIN
SET @indx = (SELECT charindex(N'\',@path,@indx + 1))
IF @indx > 0
BEGIN
SET @lastindx = @indx
END
ELSE
BEGIN
SET @notdone = 0;
END
END
IF @lastindx = 0
BEGIN
SET @lastindx = LEN(@path)
END
SET @path = SUBSTRING(@path,1,@lastindx)
DECLARE @pathdb NVARCHAR(1024),
@pathlog NVARCHAR(1024),
@dbfile NVARCHAR(1024),
@logfile
[30000] (12/19 13:50:42.945):{0x122C} SQL executed successfully
[30000] (12/19 13:50:42.945):{0x122C} SQL being executed:
-- INSTALL_PROGRESS_BAR=1188
ALTER DATABASE "BESMgmt" SET
auto_close OFF,
auto_create_statistics ON,
auto_update_statistics ON,
auto_shrink OFF
[30000] (12/19 13:50:42.960):{0x122C} SQL executed successfully
[30000] (12/19 13:50:42.960):{0x122C} SQL being executed:
/*
* Allow the transaction log to be truncated if it fills up. This is for the customers who aren't
* doing regular backups.
*
* If desired, it can be altered to FULL which gives the ability to restore to any point in time, not just
* to the last backup.
*/
ALTER DATABASE "BESMgmt" SET recovery simple
[30000] (12/19 13:50:43.054):{0x122C} SQL executed successfully
[30000] (12/19 13:50:43.054):{0x122C} SQL being executed:
/*
* Added this DB setting to make sure that the DB triggers aren't called recursively
* as it could cause an infinite number of recursive update calls to occur.
*/
EXEC sp_dboption N'BESMgmt', 'recursive triggers', 'FALSE'
[30000] (12/19 13:50:43.194):{0x122C} SQL executed successfully
[30000] (12/19 13:50:43.194):{0x122C} SQL executed successfully
[30000] (12/19 13:50:43.194):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:43.194):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\CommonObjects.sql]
[30000] (12/19 13:50:43.194):{0x122C} Processing file 5.0\CommonObjects.sql
[30000] (12/19 13:50:43.194):{0x122C} Scripts loading from: C:\bundle0012\Database\DBInstallScripts\SqlServer\
[30000] (12/19 13:50:43.194):{0x122C} Replacing variables in [C:\bundle0012\Database\DBInstallScripts\SqlServer \5.0\CommonObjects.sql]
[30000] (12/19 13:50:43.225):{0x122C} Progress update 500. Current position is 1000 of 55000 = 1%
[30000] (12/19 13:50:43.225):{0x122C} Executing file [C:\bundle0012\Database\BES_SQL_Generated\CommonOb jectsV111219135043.sql]
[30000] (12/19 13:50:43.225):{0x122C} SQL being executed:
-- ================================================== ===========================
-- CommonObjects.sql
-- ================================================== ===========================
USE "BESMgmt"
[40000] (12/19 13:50:43.241):{0x122C} [CBESDBInstaller::executeRetryDDL] Changed database context to 'BESMgmt'.
[30000] (12/19 13:50:43.241):{0x122C} SQL executed successfully
[30000] (12/19 13:50:43.241):{0x122C} SQL being executed:
-- ================================================== ===========================
IF EXISTS (SELECT 1 FROM sysobjects WHERE id = OBJECT_ID(N'dbo.SysInfoV') AND xtype = N'V')
DROP VIEW dbo.SysInfoV
[30000] (12/19 13:50:43.241):{0x122C} SQL executed successfully
[30000] (12/19 13:50:43.241):{0x122C} SQL being executed:
/************************************************* ******************************
*
* PURPOSE: A view which returns various system-specific information.
*
* The view allows a UDF to bypass the restriction of accessing
* non-deterministic functions like GETDATE(), GETUTCDATE and
* CURRENT_TIMESTAMP.
*
* RETURNS: One row with the following columns for the current database instance:
*
* DBNAME = Name of the database to which the user is connected
* DBUSER = Database username of the user connected to the specified instance
* SESSIONID = Database username internal session ID
* OSUSER = O/S username associated with database user connected to the specified instance
* INSTANCE_NAME = Name of the database instance to which the user is connected
* MACHINE_NAME = Computer name on which the specified instance is running
*
[30000] (12/19 13:50:43.257):{0x122C} SQL executed successfully
[30000] (12/19 13:50:43.257):{0x122C} SQL being executed:
-- ================================================== ===========================
IF EXISTS (SELECT 1 FROM sysobjects WHERE name = 'ConvertToBase' AND xtype = 'FN')
DROP FUNCTION dbo.ConvertToBase;
[30000] (12/19 13:50:43.257):{0x122C} SQL executed successfully
[30000] (12/19 13:50:43.257):{0x122C} SQL being executed:
SET QUOTED_IDENTIFIER ON
SET ANSI_NULLS ON
[30000] (12/19 13:50:43.272):{0x122C} SQL executed successfully
[30000] (12/19 13:50:43.272):{0x122C} SQL being executed:
CREATE FUNCTION dbo.ConvertToBase
( @value AS BIGINT
, @base AS BIGINT = 16
) RETURNS VARCHAR(255)
AS
-- Convert any base 10 [integer] value (P1) to the given base (P2) value.
BEGIN
DECLARE @characters VARCHAR(36)
, @sign VARCHAR(1)
, @result VARCHAR(255)
;
SELECT @base = ISNULL(@base,16)
, @characters = SUBSTRING('0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ',1 ,ISNULL(@base,16))
, @result = NULL
, @sign = CASE SIGN(@value) WHEN -1 THEN '-' ELSE '' END
;
IF @sign = '-' SET @value = -1 * @value; -- Force positive number.
IF @base < 2 OR @base > 36 RETURN NULL; -- Exit if invalid base.
WHILE @value > 0 BEGIN -- Convert the value using modulo arithmentic.
SET @result = SUBSTRING(@characters,(@value%@base)+1,1) + ISNULL(@result,'');
SET @value = ROUND(@value/@base,0,1);
END
[30000] (12/19 13:50:43.272):{0x122C} SQL executed successfully
[30000] (12/19 13:50:43.272):{0x122C} SQL being executed:
-- ================================================== ===========================
IF EXISTS (SELECT 1 FROM sysobjects WHERE name = 'ConvertFromBase' AND xtype = 'FN')
DROP FUNCTION dbo.ConvertFromBase;
[30000] (12/19 13:50:43.272):{0x122C} SQL executed successfully
[30000] (12/19 13:50:43.272):{0x122C} SQL being executed:
SET QUOTED_IDENTIFIER ON
SET ANSI_NULLS ON
[30000] (12/19 13:50:43.288):{0x122C} SQL executed successfully
[30000] (12/19 13:50:43.288):{0x122C} SQL being executed:
CREATE FUNCTION dbo.ConvertFromBase
( @value AS VARCHAR(4000)
, @base AS BIGINT = 16
) RETURNS BIGINT
AS
-- Convert any [integer] value (P1) from the given base (P2) to base 10.
-- Returns NULL if invalid conversion.
-- Depends on FUNCTION ConvertToBase.
BEGIN
DECLARE @bigint BIGINT
, @characters VARCHAR(36)
, @digit SMALLINT
, @index SMALLINT
, @sign SMALLINT
, @pad_char CHAR(1)
, @result BIGINT
, @value_len INTEGER
, @value_max VARCHAR(255)
, @value_max_len INTEGER
;
SELECT @base = ISNULL(@base,16)
, @bigint = 9223372036854775807 -- Maximum value for BIGINT
, @characters = SUBSTRING('0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ',1 ,ISNULL(@base,16))
, @digit = 0
, @index =
[30000] (12/19 13:50:43.335):{0x122C} SQL executed successfully
[30000] (12/19 13:50:43.335):{0x122C} SQL being executed:
-- ================================================== ===========================
IF EXISTS (SELECT name FROM sysobjects WHERE name = 'GenerateHistoryDomainTrigger' AND type = 'P')
DROP PROCEDURE dbo.GenerateHistoryDomainTrigger
[30000] (12/19 13:50:43.350):{0x122C} SQL executed successfully
[30000] (12/19 13:50:43.350):{0x122C} SQL being executed:
/************************************************* ******************************
*
* PURPOSE: A procedure to generate a history trigger on a table that needs to
* send domain level notifications
*
* RETURNS: The trigger is generated directly so nothing is returned when successful
*
* USAGE: EXEC GenerateHistoryDomainTrigger 'table'
* or
* EXEC GenerateHistoryDomainTrigger 'table', xx
*
* The second flavour is used when the ObjectDefnId isn't loaded yet.
* ObjectDefnId are defined in MetadataTablelist.txt
*
************************************************** *****************************/
CREATE PROCEDURE dbo.GenerateHistoryDomainTrigger
@tableName SYSNAME
,@objectDefnId INT = NULL
AS
DECLARE @sql NVARCHAR(4000)
IF @objectDefnId IS NULL
BEGIN
SET @objectDefnId = dbo.GetObjectIdForObjectName(@TableName)
IF @objectDefnId IS NULL
BEGIN
RAISERROR('Objec
[20000] (12/19 13:50:43.350):{0x122C} [CBESDBInstaller::executeRetryDDL] COM Error 0x80040E14 - IDispatch error #3092 - Source: "Microsoft SQL Native Client" - Description "Must declare the scalar variable "@TableName"." Native error = 137
[20000] (12/19 13:50:43.350):{0x122C} [CBESDBInstaller::executeRetryDDL] COM Error 0x80040E14 - IDispatch error #3092 - Source: "Microsoft SQL Native Client" - Description "Must declare the scalar variable "@TableName"." Native error = 137
[20000] (12/19 13:50:43.350):{0x122C} [CBESDBInstaller::executeRetryDDL] COM Error 0x80040E14 - IDispatch error #3092 - Source: "Microsoft SQL Native Client" - Description "Must declare the scalar variable "@TableName"." Native error = 137
[20000] (12/19 13:50:43.350):{0x122C} [CBESDBInstaller::executeRetryDDL] COM Error 0x80040E14 - IDispatch error #3092 - Source: "Microsoft SQL Native Client" - Description "Must declare the scalar variable "@TableName"." Native error = 137
[20000] (12/19 13:50:43.350):{0x122C} [CBESDBInstaller::executeRetryDDL] SQL Error for:
/************************************************* ******************************
*
* PURPOSE: A procedure to generate a history trigger on a table that needs to
* send domain level notifications
*
* RETURNS: The trigger is generated directly so nothing is returned when successful
*
* USAGE: EXEC GenerateHistoryDomainTrigger 'table'
* or
* EXEC GenerateHistoryDomainTrigger 'table', xx
*
* The second flavour is used when the ObjectDefnId isn't loaded yet.
* ObjectDefnId are defined in MetadataTablelist.txt
*
************************************************** *****************************/
CREATE PROCEDURE dbo.GenerateHistoryDomainTrigger
@tableName SYSNAME
,@objectDefnId INT = NULL
AS
DECLARE @sql NVARCHAR(4000)
IF @objectDefnId IS NULL
BEGIN
SET @objectDefnId = dbo.GetObjectIdForObjectName(@TableName)
IF @objectDefnId IS NULL
B
[20000] (12/19 13:50:43.350):{0x122C} Terminating because we had a problem executing CommonObjects.sql
. See log file for details
====== END OF LOG ======
12-27-2011 05:28 AM
12-27-2011 07:33 AM - edited 12-27-2011 07:39 AM
Ok, the error has been in front of our eyes all time. And this error is very ugly.
The variable were declared with the first letter lowercase:
CREATE PROCEDURE dbo.GenerateHistoryDomainTrigger
@tableName SYSNAME
,@objectDefnId INT = NULL
AS
And all subsequent calls to that variable were written with the first letter Uppercase :
SET @objectDefnId = dbo.GetObjectIdForObjectName(@TableName)
Ugly huh ... ntsc ntsc ntsc ...
On execution, the original files under \Database\DBInstallScripts\SQLServer are read and re-written with the replaced values under \Database\DBInstallScripts for those who are curious.
12-27-2011 08:07 AM
This isn´t done yet ... I found several other occurrences like this one.
Several other scripts are not respecting capital letters from the variables, and even typing errors were found !!! **bleep** .. how can you guys work like this ???
I´m making a list of the changes I´m making on scripts and I´ll post here hoping that you guys correct it in the future .. No change ![]()
12-27-2011 03:11 PM
Now I understand that this database works with collations non - case sensitive.
What I´m doing is making this database case sentitive. but what else can I do.
also, who declares a variable called @BESname and uses right bellow the variable @BESName...
I´m still editing the scripts but I was able to create everything just fine. there are 4 or 5 errors only now, and I´m very close to finish creating the database perfectly.
Here is a list of files and variables that you need to change to get this done :
C:\bundle0012\Database\DBInstallScripts\SqlServer\4.1.2\stored proc.sql @BESname @indx @colList @colsUpdated @pin if @Pinis not null and @Pin<> '' and @Pin<> '0' => corrected to "@Pin is not null" @id C:\bundle0012\Database\DBInstallScripts\SqlServer\ 4.1.2\UpgradeV20060427.sql @id @colList @ID C:\bundle0012\Database\DBInstallScripts\SqlServer\ 4.1.2\UpgradeV20060704.sql @colList [C:\bundle0012\Database\DBInstallScripts\SqlServer \4.1.2\UpgradeV20061005.sql @colList C:\bundle0012\Database\DBInstallScripts\SqlServer\ 4.1.2\UpgradeV20071126.sql @id @RichContentInline C:\bundle0012\Database\DBInstallScripts\SqlServer\ 4.1.2\UpgradeV20080410.sql @id @pin @colList C:\bundle0012\Database\DBInstallScripts\SqlServer\ 4.1.2\UpgradeV20090707.sql @TOTAL @guid @PluginId @id @semanticid C:\bundle0012\Database\DBInstallScripts\SqlServer\ 4.1.2\HistoryTriggers.sql @colList @ObjectDefnId C:\bundle0012\Database\DBInstallScripts\SqlServer\ 4.5\UpgradeV20070831.sql @IdNull @mdsconfigid @IMConfigid @IMExtraConfigid @id C:\bundle0012\Database\DBInstallScripts\SqlServer\ 4.5\UpgradeV20071030.sql @sequence @MAILPLUGINID @STATE C:\bundle0012\Database\DBInstallScripts\SqlServer\ 4.5\UpgradeV20080715.sql @guid @operation @colList @objectDefnId @id @pin @RichContentInLine @MAILPLUGINID @err @versionNumber @sequence @hostserviceInstanceId @mdsagconfigid @basUserID @pluginId @BASServerid @hostname @ERR C:\bundle0012\Database\DBInstallScripts\SqlServer\ 4.5\LoadPluginDispatcher.sql @referenceid @Sequence @hostserviceId C:\bundle0012\Database\DBInstallScripts\SqlServer\ 4.5\LoadPluginCollaboration.sql @sequence @serviceId C:\bundle0012\Database\DBInstallScripts\SqlServer\ 4.5\LoadPluginLogging.sql @installedonServerid @serviceinstanceid C:\bundle0012\Database\DBInstallScripts\SqlServer\ 4.5\LoadPluginPolicy.sql] @serverid C:\bundle0012\Database\DBInstallScripts\SqlServer\ 4.5\LoadPluginEmailCommon.sql @serverid C:\bundle0012\Database\DBInstallScripts\SqlServer\ 4.5\LoadPluginMDSCS.sql @sequence C:\bundle0012\Database\DBInstallScripts\SqlServer\ 5.0\UpgradeV20090122.sql @TOTAL @ObjectDefnId @operation @ColList @plugInId @Sequence @MAILPLUGINID @hostserviceInstanceId @hostname C:\bundle0012\Database\DBInstallScripts\SqlServer\ 5.0\UpgradeV20091001.sql @sql @objectDefnId @colList @SQL @operation @location @PluginId @err @RichContentInLine C:\bundle0012\Database\DBInstallScripts\SqlServer\ 5.0\UpgradeV99990101.sql @RichContentInLine @CapabilityId @capabilityKey C:\bundle0012\Database\DBInstallScripts\SqlServer\ 5.0\MigrateUserAndDevices.sql @ERROR @RoleID C:\bundle0012\Database\DBInstallScripts\SqlServer\ 5.0\LoadPluginAttachment.sql @decoratorId C:\bundle0012\Database\DBInstallScripts\SqlServer\ 5.0\LoadAppControlPolicies.sql @Sequence
12-28-2011 08:57 AM
Database creation successful.
If someone needs the edited sources, ask me : luiz.camilo@br.geodiswilson.com
There´s no option to attach a file in this forum.
I am on AT&T. Please edit your Personal Profile with your DEVICE TYPE, DEVICE OS and Carrier
01-01-2012 11:01 AM
Click here to Backup the data on your BlackBerry Device! It's important, and FREE!
BESAdmin's, please make a signature with your BES environment info. SIM Free BlackBerry Unlocking FAQ
Follow me on Twitter @knottyrope
01-03-2012 03:20 PM