Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

SOLVED Geting an error configuring Reporting role

  • Thread starter Thread starter mdestapado
  • Start date Start date
  • Replies Replies 1
  • Views Views 3K

mdestapado

Member
Messages
5
Reaction score
0
Points
1
Hi,

I´m having an error wile configuring the Reporting role on the SQL Server.
I have a Cluster SQL server with two nodes. When instaling the SCCM reporting role i get a error that cannot find the virtual path of the virtual name of the SQL server \\<virtual name SQL server>\Admin$

Failed to make a network connection to \\DR-SQL-SCCM.VM.CO.MZ\ADMIN$ (0x43). SMS_SITE_COMPONENT_MANAGER 7/2/2018 3:12:10 PM 3568 (0x0DF0)
ERROR: failed to access server "DR-SQL-SCCM.VM.CO.MZ", probably because the machine is down, the network is down, or the Site System Installation Account is misconfigured. CSiteSystemInstallationAccount::Connect() returned 0x80070043: The operation completed successfully. SMS_SITE_COMPONENT_MANAGER 7/2/2018 3:12:10 PM 3568 (0x0DF0)

Any ideias ????
 
The account with which you start the installation must have full control on your SQL Server (sysadmin). You can also give the computer account of your Site Server an admin privileges on your SQL Server.
 
Last edited:
Back
Top