Asset Intelligence License 01A report blank - wrong query?

I recently had a chance to dig into the Asset Intelligence License 01a report to see what it picked up about our Volume Licenses. We're currently at SCCM 2012 SP1, CU3. When we ran the report, it came up empty. We checked our Client Inventory classes and
they all looked good. We decided to open a case with PSS to see if they could help us.
The support folks took a look at the underlying SQL and discovered that it was all wrong. They replaced the existing query
declare @CodeOption int
if @ChannelCode = N'All'
select @CodeOption = 0
else if ISNULL(@ChannelCode, N'') = N''
select @CodeOption = 1
else
select @CodeOption = 2
if OBJECT_ID(N'tempdb..#Temp_MembLic01A') IS NOT NULL
DROP TABLE #Temp_MembLic01A
select v_FullCollectionMembership.ResourceID into #Temp_MembLic01A
from v_FullCollectionMembership inner join v_R_System_Valid
ON v_R_System_Valid.ResourceID = v_FullCollectionMembership.ResourceID
where CollectionID = @CollectionID
Select v_LU_MSProd.MLSFamilyName AS [Licensed Family Name],
v_LU_MSProd.MLSProductName AS [Licensed Product Name],
v_LU_MSProd.VersionCode AS [Version Code],
count(v_GS_INSTALLED_SOFTWARE.ResourceID) AS [Inventoried Quantity],
ISNULL(v_GS_INSTALLED_SOFTWARE.ChannelCode0, N'') AS [Channel],
@CollectionID AS [Collection ID]
from v_GS_INSTALLED_SOFTWARE
inner Join v_LU_MSProd on v_LU_MSProd.MPC = v_GS_INSTALLED_SOFTWARE.MPC0
inner join #Temp_MembLic01A on #Temp_MembLic01A.ResourceID = v_GS_INSTALLED_SOFTWARE.ResourceID
Where
@CodeOption = 0 or
(@CodeOption = 1 and ISNULL(v_GS_INSTALLED_SOFTWARE.ChannelCode0, N'') = N'') OR
(@CodeOption = 2 and v_GS_INSTALLED_SOFTWARE.ChannelCode0 = @ChannelCode)
Group by v_LU_MSProd.MLSFamilyName, v_LU_MSProd.MLSProductName,
v_LU_MSProd.VersionCode,
ISNULL(v_GS_INSTALLED_SOFTWARE.ChannelCode0, N'')
drop table #Temp_MembLic01AThey replaced it withSelect t.FamilyName AS [Licensed Family Name],
t.ProductName AS [Licensed Product Name],
t.VersionCode AS [Version Code],
t.ChannelCode AS [Channel],
t.InventoryCount AS [Inventoried Quantity],
@CollectionID AS [Collection ID]
from dbo.fnInventoriedSoftware(@CollectionID,@ChannelCode,NULL) t
That returns data now. I wonder if anyone else out there has had the same experience.
Orange County District Attorney

I looked at my dataldr.log file but I'm not sure what I'm looking for.
Are you asking a question other than has anyone else seen this?
I personally don't understand the dataldr.log note from brijj1 either.
http://www.enhansoft.com/

Similar Messages

  • SCCM - Asset Intellligence - License -02B Reporting

    Hi All,
    When i m trying to run the report of license 02B , i m getting a blank report. I have already applied hotfix.
    The sync point is showing as deployed. Any idea??
    Regards,
    Naren

    Since no one has replied to this, I recommend that you contact CSS directly for support, they can work with you to solve this problem.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • Logical data base for license revenue report.

    Hi All,
    My requirement is to create "license revenue report through SAP Query with following fields:
    VBAK:
    Sales Document,Sales Doc type,net value of sales order in document,sales org,distribution channel,division,sales office,business area,customer purchase order number,customer purchase order date,sold to party.
    VBAP:
    Sales document item,target quantity in sales units,target quantity in UOM,usage indicator,billing block for item,business area,plant(own or external),
    origin of bill of material,net price,SD document currency,material pricing pgroup,account assignment group for this material,activity type,personnel number.
    VEDA:
    contracts start date,contract end date,date on which contract is assigned.,installation date,agreement acceptance date
    VBREVK:
    clearing account for accrued revenues,clearing accountkey(offsetting account),total accrued value,currency key,amount in document currency,posting year and posting period.
    VBREVE:
    revenue amount,currency key,accrual period,company code,country of destination,profit center,posting year and posting period,amount in document currency,gl account,account for deferred revenue,account for non billed receivable
    Is there any  standard logical data base which gives all the required fields mentioned above? since i am not SD consultant i am not sure whether i have to take only above tables exactly or not
    there are certain logical databases like SD_ORDER,SD_SALES_DOCUMENT which has tables VBAK,VBAP,VEDA but i am unable to join remaining tables  VBREVE and VBREVK with those logical data bases
    Please provide some valuable suggestions on this.
    Thanks&Regards

    Hi All,
    My requirement is to create "license revenue report through SAP Query with following fields:
    VBAK:
    Sales Document,Sales Doc type,net value of sales order in document,sales org,distribution channel,division,sales office,business area,customer purchase order number,customer purchase order date,sold to party.
    VBAP:
    Sales document item,target quantity in sales units,target quantity in UOM,usage indicator,billing block for item,business area,plant(own or external),
    origin of bill of material,net price,SD document currency,material pricing pgroup,account assignment group for this material,activity type,personnel number.
    VEDA:
    contracts start date,contract end date,date on which contract is assigned.,installation date,agreement acceptance date
    VBREVK:
    clearing account for accrued revenues,clearing accountkey(offsetting account),total accrued value,currency key,amount in document currency,posting year and posting period.
    VBREVE:
    revenue amount,currency key,accrual period,company code,country of destination,profit center,posting year and posting period,amount in document currency,gl account,account for deferred revenue,account for non billed receivable
    Is there any  standard logical data base which gives all the required fields mentioned above? since i am not SD consultant i am not sure whether i have to take only above tables exactly or not
    there are certain logical databases like SD_ORDER,SD_SALES_DOCUMENT which has tables VBAK,VBAP,VEDA but i am unable to join remaining tables  VBREVE and VBREVK with those logical data bases
    Please provide some valuable suggestions on this.
    Thanks&Regards

  • Asset Intelligence - Licence 14A Microsoft Volume Licensing Reconcilation report - Zero Inventory Count

    I have a SCCM 2012 SP1 Installation. I have set the client to report software and hardware inventory every 1 day. I have installed the Asset Intelligence Synchronization Point and sync it with Microsoft. I have enabled all the AIS Reporting Classes
    to be reported on.
    I have had the clients deployed for several days and I am getting no reporting on the inventory count. Software Metering and other reports are working fine. Could I please have some guidance on how to resolve this? Which logs in particular may resolve me
    issue?

    Yes, I know this is an old post, but I’m trying to clean them up. Did you solve this problem, if so what was the solution?
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • Difference between Asset Intelligence 09A report and reports in the Software Metering folder

    Dear all,
    I can not seem to grasp the difference between Asset Intelligence 09x reports and reports in the Software Metering folder. Do they extract conclusions based on the same data and which data are those? I also have come to notice that there are occasional dicrepancies
    between them. Why would this be?

    Hi,
    1. Software metering allows you to create a rule and meter application usage very granular, when it is started, how many times , how long it has been used e.t.c, Asset intellegence doesn't require you to create any rules it will only inventory start/stop
    so you can get reports like "all computers that hasn't started a application in x days".
    2.It depends on the license agreement for that application, but yes you can get how many has started a specific application within a timeframe.
    3.No
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • Asset Intelligence per site licenses

    Hello everyone!
    I have a question on the following scenario:
    One CAS on the parent company (in Europe) and two primary sites (both in South America).
    I need to configure Asset Intelligence on this environment, the catch is that each country has to handle it's own licenses.
    I know that I'll need to configure the Asset Intelligence on CAS, but when I import the MVLS will the licenses informations be available to all hierarchy? I wasn't able to find any official information for this specific scenario.
    Thanks in advance!

    The scenario cant be handled in an absolutely straightforward manner. However if you are ready to put some manual effort you can manage it to a certain extent. You can do the following things:
    1. Consolidate the MVLS file and the General License Statement with requirements/inputs from all countries.
    2. Run your Asset Intelligence reports based on country specific collections and modify the fields(effective licenses, Initial Diff etc) and you would have what you need.
    Regards, Ravinder Gupta
     "If this thread answered your question, please click on "Mark as Answer"

  • Issue with Importing Software Licenses Into the Asset Intelligence Catalog

    I'm trying to import a MSVL spreadsheet into SCCM 2012. Everything I have found so far all points to SCCM 2007 not 2012.
    I save the Licensing Summary tab as an CSV and save it on a share on the SCCM 2012 server. When I run the wizard to import the
    files I get the following error message.
    Error: Importing file:
    We will now import Microsoft licensing information from the file \\******\******\*********.csv into the Asset Intelligence database.
    Errors
    1             
    Unable to open the licensing statement file.
    I have also tried the same as an
    XML (spreadsheet) with the same result.
    I sent a copy of the spreadsheet to the Microsoft licensing team and they assured me it was a standard claret report Any ideas what else I should
    be doing or checking for?
    Thanks in advance.

    Go to the following link:
    https://www.microsoft.com/Licensing/servicecenter/Downloads/DownloadsAndKeys.aspx
    Go to Licenses>License Summary
    Click “Download all License Information” on the right side.
    The CSV should have the following fields:
    Product Pool - License Product Family - License Version - Effective Quantity - Unresolved Quantity - Active SA Quantity
    Using above method I have successfully managed to import license info in SCCM 2012 R2
    -RG

  • Custom Report for Asset Intelligence including Collection selection

    Dear all,
    I'm struggling with an custom report for doing the following thing.
    I have labeled software with the custom label 3 in the Asset Intelligence.
    I like to create a Report where i can Choose my Collection and then the Label that should be displayed.
    Similar to the Report: Software 10A - Software titles with specific multiple custom labels defined.
    But i like to choose more than one Label 3.
    Does anybody have something like that? Its really complicated for me to edit that report.
    Thanks & Regards
    Flat

    Hi,
    You could post this question in SQL forum to see if someone there can edit the report.
    The following document could help you to custom the report.
    Getting Started with Report Builder
    https://msdn.microsoft.com/en-us/library/dd220460.aspx
    Best Regards,
    Joyce
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • SCCM 2012 Asset Intelligence Report 14A Downgrade Rights not calculated

    Hello,
    In SCCM 2012 the License Reconcilation Report cannot calculate downgrade rights like it was the same problem in SCCM 2007:
    http://social.technet.microsoft.com/Forums/en-US/configmgrai/thread/9c6c74cb-9bdc-4a7b-92af-feca7397a5fb
    I tried this solution but the view V_CAL_User isn't existing anymore in 2012 so i cannot execute this query:
    http://myitforum.com/cs2/blogs/idany/archive/2008/10/16/improving-microsoft-volume-licensing-reconciliation-report.aspx
    So can you help me experts?
    Thanks

    Yes I know this is an old post, Cal tracking has been removed from CM12 AI and no longer exists.
    Also within the forum post you will notice that I say there is no downgrade right listed within CM12/CM07 AI. If you feel this is important then I suggest that you submit a connect item. Post the link back here for other to vote up.
    http://www.enhansoft.com/

  • License management via the Asset Intelligence

    Implemented Asset Intelligence and now would like to understand how I can manage licenses correctly because the catalog of Microsoft licenses that cared contained only the latest versions of the products, such as Windows 8.1 and would like to know how
    SCCM will understand that this total related contains Windows 7 and Windows 8 that I have on the environment? 
    Someone who uses the AI could give me some guidance? 
    thank you
    Allan

    There is no simple answer to this I'm afraid, There are many 3rd party products that will assist you in determining this information.
    http://www.enhansoft.com/

  • SCCM 2012 SP1 - Asset Intelligence

    Hi All,
    Need your advice on the below query please,
    I have not enabled Asset intelligence synchronization point in SCCM 2012 SP1 but enabled Hardware Inventory, Sofware Inventory, SOftware Metering. Can i still able to pull reports related to hardware/software since i didnt enable Asset intelligence point.
    Please advice
    Regards, Pratap

    From
    https://technet.microsoft.com/en-us/library/gg681998.aspx#AssetIntelligenceSycnronizationPoint:
    "The Asset Intelligence synchronization point is a Configuration Manager site system role used to connect to System Center Online (by using TCP port 443) to manage dynamic Asset Intelligence catalog information updates."
    and
    "In addition to downloading new Asset Intelligence catalog information, the Asset Intelligence synchronization point can upload custom software title information to System Center Online for categorization."
    Thus, as Torsten stated, the AI sync point has *nothing* to do with actually gathering or reporting on information in your site unless you actually want the supplemental software categories, labels, and families defined in the catalog. Note that to
    use the AI reports though, you must enable the AI classes in hardware inventory:
    https://technet.microsoft.com/en-us/library/gg712322.aspx#BKMK_EnableAssetIntelligence
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • License 14A - Microsoft Volume Licensing reconciliation report

    Hi,
    This report is not inventorying Windows 8.1 Enterprise.
    Anyone had this problem?
    Tks
    Allan

    Hi,
    Have you Imported Software License Statement? (Assets and Compliance> Asset Intelligence> Import Software Licenses)
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Core differences between Asset intelligence and Software Metering

    Hello all,
    A small doubt,
    What all are the core differences between Asset intelligence and Software Metering.
    I am asked to implement License management for certain software in my environment using SCCM 2012 R2, where I should get the report on number of licenses of one particular software used during particular timing. Will this be possible using Software metering
    alone.
    Is there any extra cost involved in for software metering or asset intelligence?
    Regards,
    Vishnu
    V I S H N U

    Hi,
    1. Software metering allows you to create a rule and meter application usage very granular, when it is started, how many times , how long it has been used e.t.c, Asset intellegence doesn't require you to create any rules it will only inventory start/stop
    so you can get reports like "all computers that hasn't started a application in x days".
    2.It depends on the license agreement for that application, but yes you can get how many has started a specific application within a timeframe.
    3.No
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • Getting the MDX query select error when running a webi report on BI query

    Getting the following error when running a webi report on BI query :
    A database error occured. The database error text is: The MDX query SELECT  { [Measures].[D8JBFK099LLUVNLO7JY49FJKU] }  ON COLUMNS , NON EMPTY [ZCOMPCODE].[LEVEL01].MEMBERS ON ROWS FROM [ZTEST_CUB/REP_20100723200521]  failed to execute with the error Unknown error. (WIS 10901).
    I have gone through many threads related to this error. But not able find the steps to follow for resoultion.
    Please help in this regard.
    Thanks,
    Jeethender

    The Fix Pack is also for Client Tools--it is a separate download.  Please see the text below for ADAPT01255422
    ADAPT01255422
    Description:
    Web Intelligence generates an incorrect MDX statement when a characteristic and a prompt are used.
    The following database error happens: "The MDX query ... failed to execute with the error
    Unknown error (WIS 10901)."
    New Behavior:
    This problem is resolved.
    This information is also available in the Fixed Issues document for any Fix Pack greater than 2.2.

  • Asset Intelligence Third Party Import File with multiple PO# for Same Software Title.

    A customer of mine ask me if there is a way to import third-party license information to SCCM 2012 Asset Intelligence that contain multiple POs either from same or different vendors using one line per PO.  I try using the following test input file but
    if fails.  If I only use a single line it works.
    Name,Publisher,Version,Language,EffectiveQuantity,PONumber,ResellerName,DateOfPurchase,SupportPurchased,SupportExpirationDate,Comments
    Adobe Reader XI (11.0.07)  MUI,Adobe Systems,11,English,3,CS10087281,XYZ,2/1/2013,,,
    Adobe Reader XI (11.0.07)  MUI,Adobe Systems,11,English,7,CS10087293,XYZ,6/1/2014,,,
    Adobe Reader XI (11.0.07)  MUI,Adobe Systems,11,English,2,CS10087451,RTR,7/1/2014,,
    The customer wants to track each individual PO for auditing purposes.  It appears the error in importing the file is due to the Name field having to be unique.  One approach might be to manually totaling the licenses for a given title and adding
    the POs info to the comment field.  Issue with this is the administrative overhead and limiting ability to track the individual PO/license info such as Reseller Name, Date of Order, ect.  I'm hoping for a workaround or is this a software limitation
    and they have to look at a third party solution.
    Thank You in Advance

    Wally,
    Thanks for the response.  So far it appears to be the case because the key field is the software name so it looks like a third party tool might be needed where SCCM provides the license usage info and the tool reconciles/normalizes against purchases.

Maybe you are looking for