Lync Server 2013 – CU1 sonrasi event id 31059 hatasi ve cozumu
Lync Server 2013 CU1 sonrası sunucu üzerinde bulunan veritabanının da üzerinde bazı komutlar çalıştırarak veritabanını da yükseltmemiz gerekir.
Event, 31059
The database being used Group Pickup is not the appropriate version.
The database is not the correct version:
Connection: Data Source=(local) tc;Initial Catalog=cpsdyn;Integrated Security=True
Expected… SchemaVersion: 1, SprocVersion: 1, UpgradeVersion: 2
Actual… SchemaVersion: 0, SprocVersion: 0, UpgradeVersion: 0
Cause: The database has not been upgraded.
Resolution:
Upgrade the database to CU1.
Event 31055
There was a problem communicating with the Group Pickup backend database.
There were problems accessing SQL server:
Connection: Data Source=(local) tc;Initial Catalog=cpsdyn;Integrated Security=True
Message: The EXECUTE permission was denied on the object ‘DbpGetVersionSchema’, database ‘cpsdyn’, schema ‘dbo’.
Error code: -2146232060
Error number: 229
Cause: This may be caused by connectivity issues with the backend database.
Resolution:
Check if SQL backend is running and accepts connections from Group Pickup.
Hataları ile karşılaşmış olabilirsiniz. bu hataları giderebilmeniz için SQL databaseinin de CU1 e yükseltilmesi gerekmektedir. Bunu yapabilmek için aşağıdaki komutu çalıştırmamız gerekiyor
http://support.microsoft.com/kb/2809243 update ve komut hakkında detaylı bilgiye bu adresten erişebilirsiniz
Lync Server 2013 Standard Edition
Install-CsDatabase -ConfiguredDatabases -SqlServerFqdn frontendserverfqdnlyncserverfqdnadi -Verbose
Lync Server 2013 Enterprise Edition
Eğer Lync Server 2013 Enterprise Edition ise back end serverlar SQL mirroring olarak konfigure edilmemiştir, değişikliklerin geçerli olabilmesi için aşağıdaki komutu çalıştırınız:
Install-CsDatabase -ConfiguredDatabases -SqlServerFqdn sqlserverfqdn -Verbose
Umarım faydalı olmuştur.