Hi All,
I recently installed SQL Server 2017 in a Failover Cluster and also installed SSRS 2017. Both are working fine with no known issues. SQL Server and Reporting Services are working fine from a user's perspective.
My Failover cluster has two hosts, NODE1 and NODE2. Regardless of which host is currently functioning as the active server, I get the following error messages in my SQL Server error log:
I cannot tell where this error is coming from, and why it is only generated from NODE1. I do not get a similar error from 'DOM\NODE2$'.
The error only began after I installed Reporting Services. Please help me track this down. Error 18456, State 38 translates to "Could not find the database requested". I assure you, the database, "ReportServer" is there!
SQL Server Version: Microsoft SQL Server 2017 (RTM) - 14.0.1000.169 (X64) Aug 22 2017 17:04:49 Copyright (C) 2017 Microsoft Corporation Enterprise Edition: Core-based Licensing (64-bit) on Windows Server 2016 Standard 10.0<X64> (Build 14393: ) (Hypervisor)
Reporting Services Version: Microsoft SQL Server Reporting Services Version 14.0.600.1453
I have read numerous articles on how to resolve Error 18456: none of them reference State 38, and none of them refer to Reporting Services.
Thanks for any help you can provide.
--Dan