Тёмный

SCCM Tutorial for Beginners: How To Install & Configure Reporting Services Point in SCCM 

Подписаться
Просмотров 4 тыс.
% 41

SCCM Reports
SCCM Tutorials Complete Playlist:: bit.ly/SCCMHomeLab
@bibi.tech
SCCM has rich capabilities to collect lots of information from endpoints. This information is stored in SCCM SQL DB. We can make beautiful reports with the data collected by SCCM. SCCM has near about 500 default of reports those are available out of the box. To get access to these default SCCM reports, you need to Setup Configure SCCM CB Reporting Services point.
Check SQL Reporting Services Configuration Manager
Prerequisite
SQL Server Reporting Services (SSRS) is one of the requirements for SCCM CB reporting services point. The SQL reporting service is part of SQL server installation. Make sure that SSRS component is installed before going to the next step.
SCCM Reports Architecture:
The reporting services point in SCCM communicates with SSRS to copy SCCM reports to a specified report folder. SCCM will configure Reporting Services general and security settings. Reporting Services connects to the SCCM site DB to retrieve data that is returned when you run reports.
SQL Server Reporting Services Configuration Checks
Login to SQL server (or the primary server where the SQL management console is installed) and Launch SQL Server Reporting Services Configuration Manager from Start menu click All Programs, click Microsoft SQL Server 2016.
"C:\Program Files (x86)\Microsoft SQL Server\120\Tools\Binn\RSConfigTool.exe"
Connect to the SQL Report Server Instance. Make sure report service status is in the started stage. If not started, click on START.
SQL Server Instance: MSSQLServer
Make sure the reporting server service account is configured correctly. Make sure all the following sections are precisely set up.
Web Service URL
Database
Report Manager URL
E-mail Settings
Execution Account
Encryption Keys
Scale-out Deployment
SCCM CB Reporting Services Point Installation and Configuration
Launch SCCM CB console and navigate via \Administration\Overview\Site Configuration \Servers and Site System Roles. Select the Site system - Add Site System role. In the Add new site system role wizard select “Reporting services point” role. Reporting Services Point page configurations:
Following is the main configuration page for SCCM reporting services point. Click on VERIFY button to confirm the connectivity with the SQL server and access rights. Click NEXT - NEXT and finish the wizard.
Check SCCM CB Reporting Services Point Log Files
Once the SCCM CB reporting services point installation wizard is completed, you can check and confirm the success of the installation of log files.
The first log I would prefer to look at is srsrpsetup.log and make sure following lines are present at the end of the log file.
"Cannot delete old installation directory C:\Program Files\SMS_SRSRP. Error Code=5. Installation will continue.
No versions of SMSSRSRP are installed. Installing new SMSSRSRP.
No versions of SMSSRSRP are installed. Installing new SMSSRSRP.
Enabling MSI logging. srsrp.msi will log to C:\Program Files\Microsoft Configuration Manager\logs\srsrpMSI.log
Installing C:\Program Files\Microsoft Configuration Manager\bin\x64\srsrp.msi SRSRPINSTALLDIR="C:\Program Files\SMS_SRSRP" SRSRPLANGPACKFLAGS=0
srsrp.msi exited with return code: 0
Installation was successful.
Installation was successful.
~RoleSetup()."
The next stage in the SCCM CB reporting services point installation verification is with srsrp.log. This log will be going to take 5 minutes to complete the creation of all the default reports in SCCM. You can see all the SCCM reports and folder creation details in this log file.
Check the Results - Launch SCCM CB SSRS Default SCCM Reports
sccm tutorial for beginners
sccm 2016 training videos
system center configuration manager
Source: docs.microsoft.com/en-us/sccm/core/servers/manage/configuring-reporting
#SCCM #Reports #BibiTV #Microsoft
Watch this Video: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-GDlwDorkXIU.html
Subscribe To my Channel: ru-vid.com

Наука

Опубликовано:

 

17 ноя 2019

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 4   
@bibitechUSA
@bibitechUSA 5 лет назад
We put great amount of time creating these videos. Would appreciate if you would please provide honest feedback so we can improve our videos. A comment, share, and like is always appreciated. Don't forget to Subscribe :) . Thank you!
@siddharthtripathi9928
@siddharthtripathi9928 6 месяцев назад
Could you brief on what permissions does the account requires which is running the SQL reporting services
@pcpll
@pcpll 4 года назад
Unfortunately, you installed everything on the same server, which is not the best way to handle SCCM in bigger organisations.
@bibitechUSA
@bibitechUSA 4 года назад
Thanks for responding. You are correct, It SCCM and SQL very both on same server. There were two reasons I wanted to take this approach. 1. I wanted to make it as easy as possible since this lab is for beginners. 2. I have plan to create full step by step lab on Windows Server 2019 to show separate installs. Hope it makes sense. Thank You for watching.