- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2024 11:38 AM
Hi,
We are using the OOTB data source 'SG-SCCM SAMP Usage' in SCCM Graph version 3.4.0, and noticed the two following issues with this data source:
1- the data source import the v_MonthlyUsageSummary view, the transform map of the data sourcec requires the
user name and the file name as a mandatory field however these two fields are not returned by the view
2- if we put a valid query that brings the two missing field, the transform map works, but the on_start script of the
data source at the end of the execution replace the query with the OOTB one that is not returning the two
required field
3. in the On start script there is this comment '
Solved! Go to Solution.
- Labels:
-
Architect
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2024 02:28 PM
@fbelghait , in order for that data source to pull in any data, you'll need to make sure there are two things configured:
1. Software metering should be turned on for that product within SCCM.
2. You'll need a reclamation rule created and associated with that product.
Once you've confirmed both of those things are configured for the software product you are looking to collect usage from, you can run the job and start seeing data populate in the Software usage table (samp_sw_usage).
Hope that helps!
Omar H.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2024 02:28 PM
@fbelghait , in order for that data source to pull in any data, you'll need to make sure there are two things configured:
1. Software metering should be turned on for that product within SCCM.
2. You'll need a reclamation rule created and associated with that product.
Once you've confirmed both of those things are configured for the software product you are looking to collect usage from, you can run the job and start seeing data populate in the Software usage table (samp_sw_usage).
Hope that helps!
Omar H.