How to access archived service requests
I am new to Cireson Portal and trying to learn as much as I can on the fly. Had a user asking why they could no longer see some tickets. I determined we are configured to purge closed tickets after 365 days. According to the setting "After a work item has been removed from the database, it is available only for offline reporting from the Service Manager data warehouse". Now I should add I am certainly no SQL expert either but can mange to get around. I am also using PowerBI. The problem is I can't figure out where this data is stored and how to retrieve. Any pointers would be greatly appreciated.
Regards,
Claude
Comments
Now then, all archived SCSM data ends up in the DWDataMart for a default retention period of 3 years which can be manually altered. It is the DWDataMart that you should query from as that is the place the SCSM Reports and the SCSM Cubes grab their data from.
There is a schema available for the SCSM Data Warehouse
I have a few optimization tips regarding the DW.
You should be aware that the Data Warehouse does not archive ticket comments by default and must be manually added, personally this is the xml I used for my Management Pack and then Sealed using FastSeal.exe
My.WorkItem.CommentLog.DataWarehouse.xml
Good Luck!
SCSM Simple Report Queries - SQL File for learning how to query the DWDataMart database to author reports