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 BGBServer installation error

  • Thread starter Thread starter Cross89
  • Start date Start date
  • Replies Replies 1
  • Views Views 2K
Status
Not open for further replies.

Cross89

Member
Messages
10
Solutions
3
Reaction score
0
Points
1
Greetings After adding the "reports" role, there was such an error
Maybe someone can help with a solution
"sitecomp.log"
1678433515736.png
 
Solution
in a reinstalled primary site, the installation goes to "C:\program files" and the configuration tries to use "D:\Program Files", and obviously fail.

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SMS\SRSRP, and find:

"InstallDir"="C:\\Program Files\\SMS_SRSRP\\"

I change the entry to:

"InstallDir"="D:\\Program Files\\SMS_SRSRP\\"

And all Works correctly.
in a reinstalled primary site, the installation goes to "C:\program files" and the configuration tries to use "D:\Program Files", and obviously fail.

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SMS\SRSRP, and find:

"InstallDir"="C:\\Program Files\\SMS_SRSRP\\"

I change the entry to:

"InstallDir"="D:\\Program Files\\SMS_SRSRP\\"

And all Works correctly.
 
Solution
Status
Not open for further replies.
Back
Top