Tag: error

SfB Server 2015: Event 57005 Could not find stored procedure ‘XdsQueryCriticalDocumentSignatures’

Event-ID-57005-Could-not-find-stored-procedure-XdsQueryCriticalDocumentSignatures-fix

After applying cumulative update on Skype for Business I noticed the following errors in Event Log: Log Name: Lync Server Source: LS User Store Sync Agent Date: 04/23/2018 11:33:23 Event ID: 57005 Task Category: (1061) Level: Error Keywords: Classic User: N/A Computer: sfbfe01.contoso.com Description: Error encountered pushing data to RtcXds Blob Store

Continue reading

Set owner failed for Database ‘rtcxds’

Installation of Skype for Business database update failed with error “Set owner failed for Database ‘rtcxds’.” Command used to update Skype for Business database:

The update script needs SQL user “sa” to be on place so make sure it was not renamed or deleted. In my case it was renamed so I renamed it …

Continue reading

SQL SSRS change certificate binding error

show-add-delete-ssl-bindings

While deploying SQL Reporting Services I got the following error: Create certificate binding. We were unable to create the certificate binding.

Continue reading

Error Duplicate entry for key on query

On checking MySQL/MariaDB slave status we can see the following error:

There are a few ways how to treat such kind of errors.

Continue reading

Reset your Skype for Business Conferencing ID and PIN

Reset-your-Skype-for-Business-Conferencing-ID-and-PIN

There are three pieces of information used for establishing a dial-in Skype for Business conference: Conference Dial-in Numbers – used by the conference attendees. Conference ID – used by the conference attendees; each conference organizer has their own ID. Skype for Business Conferencing PIN – used by the conference organizer. Since Skype for Business Phone …

Continue reading

Could not find target log during relay log initialization

While a setting up MariaDB slave I ran in the following issue: 180118 14:14:11 [ERROR] Failed to open the relay log ‘./-relay-bin’ (relay_log_pos 7654336) 071118 16:44:10 [ERROR] Could not find target log during relay log initialization 071118 16:44:10 [ERROR] Failed to initialize the master info structure

Continue reading

Unable to set php_value soap.wsdl_cache_dir

I php-fpm access.log we can see the following: [18-Jan-2018 15:03:38] WARNING: [pool www] child 2148 said into stderr: “ERROR: Unable to set php_value ‘soap.wsdl_cache_dir’” By default this parameter looks like the following: php_value[soap.wsdl_cache_dir] = /var/lib/php/wsdlcache

Continue reading

The target principal name is incorrect. Cannot generate SSPI context.

It is a good practice to use a domain or service account to run the SQL service. However, once you do the right thing and change the SQL Service account, you may start getting the following error message when attempting to connect to the sql server: “The target principal name is incorrect.  Cannot generate SSPI …

Continue reading

Apache SSL: error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch

For Apache error message is: [Tue Jan 23 12:51:37 2017] [error] Unable to configure RSA server private key [Tue Jan 23 12:51:37 2017] [error] SSL Library Error: 185073780 error:0B080074: x509 certificate routines:X509_check_private_key:key values mismatch

Continue reading

nginx SSL error key values mismatch

The error nginx SSL: error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch can happen for a chain of certificates merged in one .crt file. The reason is that nginx tries to apply a private key to the first certificate in a crt file. nginx needs that the first certificate in a .crt file would be a server certificate. …

Continue reading

Load more