Here are the last 20 or so lines from the log:
[30000] (01/08 13:49:24):{0x43C} SQL being executed:
DROP TABLE #tmpPK
[30000] (01/08 13:49:24):{0x43C} SQL executed successfully
[30000] (01/08 13:49:24):{0x43C} SQL being executed:
-------------------------------------------------------------------------------------------------------
if object_id('dbo.sp_ServiceConfig') is not null drop PROCEDURE dbo.sp_ServiceConfig
[30000] (01/08 13:49:24):{0x43C} SQL executed successfully
[30000] (01/08 13:49:24):{0x43C} SQL being executed:
-------------------------------------------------------------------------------------------------------
-- procedure sp_ServiceConfig insert BB service info into tables : sp_ServiceConfig, ServiceTable
-- [IN] @type - type of BB service BB Agent : BBA
-- [IN] @host name may be IP address
-- [IN] @port - UDP port
-- [IN] @iid - internal BB service id
-- [IN] @pid - process id id BB service
-- [IN] @rimdata - dbsn structure as RimString
-- [IN] @timeout - timeout between refresh notifications
-- [OUT] @version - dbsn version
CREATE PROCEDURE dbo.sp_ServiceConfig @type NVARCHAR(4), @host NVARCHAR(255), @port INT, @iid INT,
@pid INT, @rimdata VARBINARY(7400), @timeout INT, @version INT OUTPUT
AS
SET NOCOUNT ON
SET @version = 0
DECLARE @id INT
IF object_id('master..xp_RIMdbns') IS NOT NULL AND object_id('master..xp_RIMinitialize') IS NOT NULL
BEGIN
SELECT @id = id FROM dbo.ServiceConfig WHERE iid = @iid AND host = @host AND type = @type
DECLARE
[30000] (01/08 13:49:24):{0x43C} SQL Informational Message from CBESDBInstaller::ExecuteSql.executeDirect: Cannot add rows to sysdepends for the current stored procedure because it depends on the missing object 'master..xp_RIMdbns'. The stored procedure will still be created.
[30000] (01/08 13:49:24):{0x43C} SQL Informational Message from CBESDBInstaller::ExecuteSql.executeDirect: Cannot add rows to sysdepends for the current stored procedure because it depends on the missing object 'master..xp_RIMinitialize'. The stored procedure will still be created.
[30000] (01/08 13:49:24):{0x43C} SQL Informational Message from CBESDBInstaller::ExecuteSql.executeDirect: Cannot add rows to sysdepends for the current stored procedure because it depends on the missing object 'master..xp_RIM_version'. The stored procedure will still be created.
[30000] (01/08 13:49:24):{0x43C} SQL executed successfully
[30000] (01/08 13:49:24):{0x43C} SQL being executed:
-------------------------------------------------------------------------------------------------------
if object_id('dbo.TR_ServiceConfig') is not null drop TRIGGER dbo.TR_ServiceConfig
[30000] (01/08 13:49:24):{0x43C} SQL executed successfully
[30000] (01/08 13:49:24):{0x43C} SQL Informational Message from CBESDBInstaller::ExecuteSql.execute2: Cannot add rows to sysdepends for the current stored procedure because it depends on the missing object 'master..xp_RIMdelete_srv_list'. The stored procedure will still be created.
[30000] (01/08 13:49:24):{0x43C} SQL executed successfully
[30000] (01/08 13:49:24):{0x43C} [PIPTOOL]: Leaving DBInfoDlg.
[30000] (01/08 13:49:24):{0x43C} [PIPTOOL]: SQL Server: (Mailsvr1), DB Name: (BESMgmt), DB Auth: (SQL Auth) SQL User Name: () sa
[30000] (01/08 13:49:24):{0x43C} [PIPTOOL]: Entering BESMigrateDlg.
[30000] (01/08 13:49:28):{0x43C} [PIPTOOL]: Leaving BESMigrateDlg.
[30000] (01/08 13:49:28):{0x43C} [PIPTOOL]: Entering IMTypeDlg.
[30000] (01/08 13:49:29):{0x43C} [PIPTOOL]: Entering InstallationInfoDlg.
[30000] (01/08 13:49:29):{0x43C} [PIPTOOL]: Leaving IMTypeDlg.
[30000] (01/08 13:49:29):{0x43C} [PIPTOOL]: IM Type: (0)
[30000] (01/08 13:52:15):{0x43C} [PIPTOOL]: Exiting PIPTool from InstallationInfoDlg.
====== END OF LOG ======
