Asked by:
Report problem in SCSM data warehouse server

Question
-
All replies
-
Check the logs in the Temp folders for the SCSM Data Warehouse server role was installed, it will give a detail on each management pack which was processed.
Also Try to run the Powershell command Get-SCSMDWJob and get some more details on why they failed
Website: www.walshamsolutions.com Technical Blog: https://www.walshamsolutions.com/technical-blog Personal Blog: https://www.walshamsolutions.com/personal-blog Twitter: Dwalshampro
-
If you run the following in PS to see if any jobs have failed
Get-SCDWJob -ComputerName ********
Then run this for the failed job, in this example its the DWMaintenance job, this will then show you more info on that job
Get-SCDWJobModule -ComputerName ******* -JobName DWMaintenance
-
Hi James,
Below are the results of the Get SCDWJobs.In first pic the deployment status of all the reports management packs are failed and the same status in scsm console.
- Edited by NajeebUllah Wednesday, July 3, 2019 5:02 AM
-
-
Hello,
It seems the DW jobs are stuck in your case. You need to mark the stuck jobs as completed in sql and release lock if any job has taken it.Then you need to create new batches for all DW jobs. Once you see all DW jobs are in Not started state, then you need to manually start the jobs like DWMaintenance and MPSync and see if it completes successfully.
You can follow the below blog which has detailed steps for fixing this-
-
-
-
-
Have you prepared the SSRS server correctly and given the service account the correct rights over the SQL server?
Check your install checklist once more: https://docs.microsoft.com/en-us/system-center/scsm/prepare-remote-ssrs?view=sc-sm-2019
Brett Moffett
-