I have tried to update my lab environment to CU3 (october 2013) and get the strange warning while running install-csdatabase comand:
****Creating DbSetupInstance for 'Microsoft.Rtc.Common.Data.AbsDatabase'****
Trying to connect to Sql Server vm-labexch-sql.labexch.ru. using windows authent
ication...
Sql version: Major: 10, Minor: 50, Build 2811.
Sql version is acceptable.
Checking state for database rtcab.
Checking state for database rtcab.
State of database rtcab is DbState_RequiresMinorUpgrade.
Database rtcab set to mode Restricted.
Dropping all procedures, functions and views from database rtcab.
Executing RtcAbTypes.sql...
WARNING: Warning: Failed to execute batch --
-- Copyright (c) Microsoft Corporation. All rights reserved.
--
exec sp_addrole N'ServerRole'.
Executing RtcAbDb.sql...
Setting owner for database rtcab to sa.
Creating login LABEXCH\RTCComponentUniversalServices.
Creating user LABEXCH\RTCComponentUniversalServices.
Creating Schema LABEXCH\RTCComponentUniversalServices.
Adding account LABEXCH\RTCComponentUniversalServices to role ServerRole.
Setting database version: Schema Version 62, Sproc Version 42, Update Version 2.
Setting the database rtcab to multi user mode.
Database rtcab is set to multi user mode.
VERBOSE: Successfully installed the database. For details, see the following log:
"C:\Users\Administrator.LABEXCH\AppData\Local\Temp\Create-ABSStore-vm-labexch-sql.labexch.ru-[2013_11_18][19_06_46].log"
VERBOSE: Installing "ApplicationStore" on vm-labexch-sql.labexch.ru,collocated: False
After applying this database update all services have started successfully, and everything seems to work fine.
As I understand, installer could not execute SQL batch file RtcAbTypes.sql.
Can I safely ignore this warning and try to upgrade my production? Or it may cause problems?
Any help would be appreciated.
Best regards, Pavel