August 2012
Intermediate to advanced
446 pages
9h 22m
English
The Extract, Transform and Load (ETL) process refreshes the data in the warehouse. This is logically a sequential flow of data:
Our problem is that there will be no data in our reports until the ETL process has done its job. If you would like to speed up that process, you can save and run the following PowerShell script on your FIM Service server:
Remember to change the $dwMachine value to the actual name of your SCSM DW server.
if (@(get-pssnapin | where-object {$_.Name -eq ...Read now
Unlock full access