Report Updates Compliance 5 - Specific System across similar machines

I wrote a roll up summary of Compliance 5 to summarize missing/installed on a group of machines.  I never noticed it before, but the number of installed patches varies greatly across similar OS's, including some built on the same day and having just
baseline software installed.  Has anyone else noticed this and possibly know why this happens? 
Here is the main query I'm using:
SELECT
CS.Name0 AS System,
CS.UserName0 AS 'User',
SUM(CASE WHEN UCS.Status = 2 THEN 1 ELSE 0 END)
AS Missing,
SUM(CASE WHEN UCS.Status = 3 THEN 1 ELSE 0 END)
AS Installed,
ROUND(
(SUM(CONVERT(float,
CASE WHEN UCS.Status = 3 THEN 1 ELSE 0 END))
/ (SUM(CONVERT(float,
CASE WHEN UCS.Status = 2 THEN 1 ELSE 0 END))
+ SUM(CONVERT(float,
CASE WHEN UCS.Status = 3 THEN 1 ELSE 0 END))
)) * 100, 2) AS Compliance, WS.LastHWScan
FROM
v_Update_ComplianceStatus AS UCS
LEFT OUTER JOIN v_GS_COMPUTER_SYSTEM AS CS
ON CS.ResourceID = UCS.ResourceID
JOIN v_CICategories_All AS CI
ON CI.CI_ID = UCS.CI_ID
JOIN v_CategoryInfo AS NFO
ON NFO.CategoryInstance_UniqueID =
CI.CategoryInstance_UniqueID
AND
NFO.CategoryTypeName = 'UpdateClassification'
LEFT JOIN v_GS_WORKSTATION_STATUS AS WS
ON WS.ResourceID = CS.ResourceID
LEFT JOIN v_FullCollectionMembership AS FCM
ON FCM.ResourceID = CS.ResourceID
WHERE (UCS.Status IN (2, 3))
AND (CS.Name0 LIKE '<SomeServer>%')
AND FCM.CollectionID = '<SomeCollectionID>'
AND NFO.CategoryInstanceName = 'Critical Updates'
GROUP BY
CS.Name0,
CS.UserName0,
WS.LastHWScan
There is also a screenshot at sccmbrokeit.blogspot.com/2013/11/improved-sccm-2012-srss-microsoft.html.  You can see in the last screenshot (this only show 'critical updates') that then number installed varies from 6 to 27, but there are several that
have either 6 or 18 installed that were installed at roughly the same time with the same application loads.  I see the same pattern on DC's as well which have strict build proceedures and were last refreshed within a few days of each other. 
For the life of me I just can't see any differences on the machine that would cause different reporting.  Thanks all,
--Dave

Hi,
Have you compared two similar computers’ logs when you deploy same updates? (UpdatesHandler.log, UpdatesStore.log, UpdatesDeployment.log)
Best Regards,
Joyce Li
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.

Similar Messages

  • Update showing up in "Compliance 5 - Specific Computer" Report even after removing the update from the Software Update before creating Group and Package

    So I've created a Software Update Group and I did NOT want anything in there dealing with Internet Explorer 11 since the organization is currently stuck at using 10 as the highest. So I made sure that Internet Explorer was NOT in the list and then I deployed
    the package. 
    After running my Overall Compliance report it shows that the systems are compliant, but when I view the "Compliance 5 - Specific Computer" I see that "Internet Explorer 11 for Windows 7 for x64-based Systems" is listed in the report. 
    This is just a testing phase right now and I have not created a WSUS like Domain level GPO. I understand that the SCCM client creates a local policy on the clients for the location of the Software Update Point (Specify
    Intranet Microsoft update service location), but the "Configure Automatic Updates" policy is set to Not Configured, which it looks like when this
    is set, the "Install updates automatically (recommended)" at 3AM is the default. 
    Is the reason why the "Internet Explorer 11 for Windows 7 for x64-based Systems" update is showing up in the list due to the fact that the "Configure
    Automatic Updates" policy is set to Not Configured
    and therefore it is still reaching out to check Windows Update online? 
    So, if I do create a Domain level GPO to Disable the "Configure
    Automatic Updates" policy, then the "Internet Explorer 11 for Windows 7 for x64-based Systems" update would not show up in the "Compliance 5 - Specific Computer" report?
    By the way, I have a Software Update Maintenance Window configured for the hours of 1AM-4AM so the 3AM default time falls within this time frame, therefore, I am assuming the SCCM 2012 client will not allow the Windows Update Agent to install the "Internet
    Explorer 11 for Windows 7 for x64-based Systems" update, even though it has detected it is "Required". 
    Thanks

    But, don't you need a Deployment Package in order to deploy the Software Update Group? The Software Update Group uses the downloaded updates contained in the Deployment Package located in, wherever the Package Source is, right?
    One more quick question that you will know right off hand, because, well, you just will I'm sure.
    No. The software update group really has nothing to do with any update packages. The update group assigns updates to clients and in turn clients use update packages to download assign and applicable updates from. There is no connection between the two though
    as the client can download an update from any available update package. Thus, it's more than possible to updates in an update package that are not in any update groups and it is also possible for an update to be in an update group without being in any update
    package.
    If the "Configure Automatic Updates" policy is set to "Not Configured" and since this keeps the 3AM Automatic Updates default, if I was to remove the Software Update Maintenance Window from being between 1AM-4AM, will the WUA agent install updates
    at 3AM, or no because the SCCM 2012 client still manages and oversees it and basically blocks that from occurring?
    No, ConfigMgr does not in any way block the WUA; however, the WUA can only autonomously install updates it downloads directly from WSUS. Thus, since there are no updates approved or downloaded in your WSUS instance, there's nothing for it to download and
    install. If you happen to actually be going into WSUS and approving updates (which you should not be doing as its unsupported), then yes, it actually would install updates -- this is outside of ConfigMgr's control though. Generally, disabling the WUA via a
    GPO is the recommended to prevent any accidental installations or reboots (as the WUA wil also check for initiate pending reboots outside of ConfigMgr).
    Lots more info in these two blog posts:
    - http://blog.configmgrftw.com/software-update-management-and-group-policy-for-configmgr-what-else/
    - http://blog.configmgrftw.com/software-updates-management-and-group-policy-for-configmgr-cont/
    Jason | http://blog.configmgrftw.com

  • Updates installed but SCCM 2012 says non-compliant - Compliance 5 - Specific computer report

    Hi,
    I hope someone has an answer.
    When I use the compliance report "Compliance 5 - Specific computer report" I've noticed that some updates need to be installed, but when I check the server the updates are already installed.
    This issue occurs for several servers.
    Does anyone have an idea what could be wrong?
    Thanks in advance.
    Kind regards,
    Roberto

    Hi,
    Have you checked the status of the deployment that contains the updates need to be installed?
    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]

  • Software Updates Compliance Report for Specific Computer - DatePosted

    Hello, I am using the default report to know the Software updates compliance state for a specific computer. The business requirement is to get date the software update has been posted in the same report. So the report should contain columns as follows:
    Title
    Update Class
    Bulletin ID
    Date Released/Date Posted 
    Article ID
    Vendor
    Approved
    Installed
    Is Required
    Unique Up[date ID
    The default report shows up all the columns except the date posted. Please help me with a query with which we can get date released with all the other columns.
    Appreciate your help!
    Thanks

    Hi,
    Please refer to the link below:
    Troubleshooting SCCM Software Update Deployment Package distribution due to missing directories
    http://blogs.technet.com/b/ken_brumfield/archive/2013/01/10/troubleshooting-sccm-software-update-deployment-package-distribution-due-to-missing-directories.aspx
    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.

  • Report for InstallDate of Security Updates on a specific computer

    Hello everyone!
    There is a way to show the installation date of security updates installed on a specific computer ?
    For listing all updates I found in ConfigMgr reports under "Software Updates - A. Compliance" a report: "Compliance 6 - Specific Computer" but the problem is that when is listed in web reports this doesn't contain a column with installation date. I tried
    to modify it to add another column, but my knowledge in ms sql is very poor.
    Can you help me to modify the code below and add the Install Date column for the security updates?
    declare @RscID int; 
    select @RscID=ResourceID from v_R_System where ((Name0 = @MachineName) and (Active0 = 1));
    select 
    catinfo.CategoryInstanceName as Vendor,
    catinfo2.CategoryInstanceName as UpdateClassification,
                ui.BulletinID as BulletinID,
                ui.ArticleID as ArticleID,
                ui.Title as Title,            
                Targeted=(case when ctm.ResourceID is not null then '*' else '' end),
                Installed=(case when css.Status=3 then '*' else '' end),
                IsRequired=(case when css.Status=2 then '*' else '' end),
                Deadline=cdl.Deadline,
                ui.CI_UniqueID as UniqueUpdateID,
    ui.InfoURL as InformationURL
    from v_UpdateComplianceStatus css
    join v_UpdateInfo ui on ui.CI_ID=css.CI_ID
    join v_CICategories_All catall on catall.CI_ID=ui.CI_ID 
    join v_CategoryInfo catinfo on catall.CategoryInstance_UniqueID = catinfo.CategoryInstance_UniqueID and catinfo.CategoryTypeName='Company' 
    join v_CICategories_All catall2 on catall2.CI_ID=ui.CI_ID 
    join v_CategoryInfo catinfo2 on catall2.CategoryInstance_UniqueID = catinfo2.CategoryInstance_UniqueID and catinfo2.CategoryTypeName='UpdateClassification' 
    left join v_CITargetedMachines ctm on ctm.CI_ID=css.CI_ID and ctm.ResourceID = @RscID
    left join (
                            select atc.CI_ID, Deadline=min(a.EnforcementDeadline) from v_CIAssignment a
                            join v_CIAssignmentToCI atc on atc.AssignmentID=a.AssignmentID
                            group by atc.CI_ID) cdl   on cdl.CI_ID=css.CI_ID
    where  css.ResourceID = @RscID 
    and ((css.Status=2) or (css.Status=3))
    and (@Vendor = '' or catinfo.CategoryInstanceName = @Vendor)
    and (@UpdateClass = '' or catinfo2.CategoryInstanceName = @UpdateClass)
    order by catinfo.CategoryInstanceName, catinfo2.CategoryInstanceName, ui.ArticleID
    And maybe you have some link to ms sql tutorials and links to the free sql editing tools. 
    Another question: Is possible to find when a sccm client comunicate for the first time with the server?(Different from the installation date)
    Thanks in advance. Good day!

    Emilian, not sure if you found an answer to this yet but I think this will give you what you need.  LastStatusChangeTime is essentially the InstallDate if the patch was actually installed.  If it was never installed, it will give you
    the last time the update scan was run.
    select
    catinfo
    .CategoryInstanceName
    as Vendor,
    catinfo2
    .CategoryInstanceName
    as UpdateClassification,
    ui
    .BulletinID
    as BulletinID,
    ui
    .ArticleID
    as ArticleID,
    ui
    .Title
    as Title,
    Targeted
    =(case
    when ctm.ResourceID
    is
    not
    null
    then
    else
    end),
    Installed
    =(case
    when css.Status=3
    then
    else
    end),
    IsRequired
    =(case
    when css.Status=2
    then
    else
    end),
    UCSA
    .LastStatusChangeTime,
    Deadline
    =cdl.Deadline,
    ui
    .CI_UniqueID
    as UniqueUpdateID,
    ui
    .InfoURL
    as InformationURL
    from
    v_UpdateComplianceStatus css
    join
    v_UpdateInfo ui on ui.CI_ID=css.CI_ID
    join
    v_CICategories_All catall on catall.CI_ID=ui.CI_ID
    join
    v_CategoryInfo catinfo on catall.CategoryInstance_UniqueID
    = catinfo.CategoryInstance_UniqueID
    and catinfo.CategoryTypeName='Company'
    join
    v_CICategories_All catall2 on catall2.CI_ID=ui.CI_ID
    join
    v_CategoryInfo catinfo2 on catall2.CategoryInstance_UniqueID
    = catinfo2.CategoryInstance_UniqueID
    and catinfo2.CategoryTypeName='UpdateClassification'
    left
    join v_Update_ComplianceStatusAll UCSA
    on css.CI_ID=UCSA.CI_ID
    and css.ResourceID=UCSA.ResourceID
    left
    join v_CITargetedMachines ctm
    on ctm.CI_ID=css.CI_ID
    and ctm.ResourceID
    = @RscID
    left
    join
    select atc.CI_ID,
    Deadline=min(a.EnforcementDeadline)
    from v_CIAssignment a
    join v_CIAssignmentToCI atc
    on atc.AssignmentID=a.AssignmentID
    group
    by atc.CI_ID)
    cdl on cdl.CI_ID=css.CI_ID
    where
    css.ResourceID
    = @RscID
    and
    ((css.Status=2)
    or
    (css.Status=3
    and
    (@Vendor
    =
    or catinfo.CategoryInstanceName
    = @Vendor
    and
    (@UpdateClass
    =
    or catinfo2.CategoryInstanceName
    = @UpdateClass
    order
    by catinfo.CategoryInstanceName,
    catinfo2.CategoryInstanceName,
    ui.ArticleID

  • Report needed for overall view of update compliancy

    I've been asked to provide a custom report to give an overall status for the update compliancy for the servers in place.
    Have been fiddling about in sql mgmt studio and kind of understand where to get the information from, but am missing something.  so I was hoping someone could point me in the right direction
    I realize that this kind of report might take some querying time, but this is what the customer wants: instead of him going to the builtin report compliance 7 (category sw updates - compliance A) where he has to select a collection AND a baseline AND a compliance
    status, he wants to obtain a list of all server systems being compliant to some server baselines and a list of all server systems being non-compliant to some server baselines
    currently the sqlcode i Have to show the compliant servers, is:
    SELECT
         v_R_System.Name0
    AS Servername,
    v_GS_OPERATING_SYSTEM.Caption0
    AS OS,
    v_ConfigurationItems.CI_ID,
    v_AuthListInfo.Title,
    v_StateNames.TopicType,
                          v_StateNames
    .StateID,
    v_StateNames.StateName
    FROM
             v_ConfigurationItems
    INNER
    JOIN
                          v_AuthListInfo
    ON v_ConfigurationItems.CI_ID
    = v_AuthListInfo.CI_ID
    CROSS
    JOIN
                          v_R_System
    INNER
    JOIN
                          v_GS_OPERATING_SYSTEM
    ON v_R_System.ResourceID
    = v_GS_OPERATING_SYSTEM.ResourceID
    CROSS
    JOIN
                          v_StateNames
    WHERE    
    (v_R_System.Client0
    = 1) 
    AND(v_R_System.Operating_System_Name_and0
    LIKE
    '%server%')
    AND
    (v_AuthListInfo.Title
    LIKE
    '%server%')
    AND(v_StateNames.TopicType
    = 300)
    AND(v_StateNames.StateID
    =
    '1')
    ORDER
    BY Servername
    BUT if I now change the stateid to 2 in the query I get the same amount of rows back (being 134 servers with an sccm client times 4 server update groups)
    so my problem is: how and when do i make the correct join here ?

    I was thinking that it might be better to use the assignmentstate views, and I quickly came up with this alternative:
    SELECT
         v_R_System.Name0
    AS ServerName,
    v_CIAssignment.AssignmentName
    as
    'Deployment Name',
    v_StateNames.StateName
    FROM
             v_AssignmentState_Combined
    INNER
    JOIN
                          v_R_System
    ON v_AssignmentState_Combined.ResourceID
    = v_R_System.ResourceID
    INNER
    JOIN
                          v_FullCollectionMembership
    ON v_R_System.ResourceID
    = v_FullCollectionMembership.ResourceID
    INNER
    JOIN
                          v_CIAssignment
    ON v_AssignmentState_Combined.AssignmentID
    = v_CIAssignment.AssignmentID
    INNER
    JOIN
                          v_StateNames
    ON v_AssignmentState_Combined.StateID
    = v_StateNames.StateID
    WHERE    
    (v_StateNames.TopicType
    = 300)
    AND(v_StateNames.StateID
    = 1
    OR
                          v_StateNames
    .StateID
    = 2)
    AND(v_FullCollectionMembership.CollectionID
    =
    N'D01003FE')
    ORDER
    BY servername
    at first glance this produces what I want, let me check with the customer.
    you guys agree with that or not?

  • Please update the functional specifications for Vendor Balance Report

    Dear All,
    Please update the functional specifications for Vendor Balance Report with
    proper descriptions.
    Please include
    1. How your selection screen should look like..
    2. Output format ( in an excel sheet)
    3. Logic for every field in the output format (viz. .. how do link the
    vendors from the selection screen to the BKPf and BSEG tables, how do you
    find open and closed items in BSEG , etc.)
    Please avoid statements like 'The total value of all the break-up should
    tally with the balance as shown in FBL1N for a given vendor for the given
    day.'
    You need to give the logic for the FBL1N, in that case.
    Regards
    Rama Mohan

    Hello again,
    Regarding having them update the specs, one can dream. Dreams are free. LOL. Hopefully the memory makers will update their specs as more makers start supporting a large memory configuration.
    The 4GB sticks I am using are http://shop.kingston.com/partsinfo.asp?ktcpartno=KTL-TP667/4G
    I did not do an extended test of the sticks in my MBP. Their home is in the ThinkPad I have because it is running Windows Server 2008 with Hyper-V.
    As you can see from the link above, these little suckers are pricey. But consider the price of 2GB SoDIMMs were $950 when they entered the market a couple of years ago. The price will drop.
    I asked the Kingston rep that sent these to me if online sites like newegg.com would have them soon. She indicated no, but the corporate buying sites like CDW and Zone would. So check around. They just started shipped a couple of weeks ago so be patient.
    If you have any other questions, please stop by http://blogs.technet.com/keithcombs/archive/2008/07/05/testing-my-apple-macbook- pro-with-8gb-of-ram.aspx and ask there. I'll see them much more quickly.
    Cheers,
    Keith Combs
    Microsoft

  • Report for - All Status Messages from a Specific System

    
    I would like a report that is based on the console query “All Status Messages from a Specific System”. I have tried to take the SQL Query from the smsprovider.log but with no luck. So there is where my SQL knowledge ends. Do any of you maybe already have this
    report or could help me create one?

    You could use v_StatMsgWithInsStrings as an alternative. 
    Torsten Meringer | http://www.mssccmfaq.de

  • Adding new Updates makes Reports show compliance status as "Enforcement state unknown". Old updates are still installing though.

    Hi, Just wondering if anyone has seen this before and resolved it?
    Basically, 2012 Software Updates have been working fine for over a year. Last months Patch Tuesday updates were fine too.
    However, this week I added a new update to a Software Update Group/deployment. This update did not deploy, and when I run a report, I get "Enforcement state unknown" for ALL clients in the collection. This happens to any deployment I amend. And
    also if I create a new update group and new deployment - same thing - "enforcement status unknown".
    However, updates previous to this week continue to download and install fine for all deployments. Deployments which I have not changed appear to continue to report correctly (unknown, compliant, pending system restart, etc).
    In the SCCM console for Software Updates, the "required" and "installed" figures are still showing correctly.
    Custom software packages continue to download and install too.
    All servers have sufficient disk space. Most collections dont have maintenance windows, and the deadlines are correct.
    Not sure what this could be, a problem with the Management Point? But I can see any errors in the "monitoring" view on the server. The client log files like "wuahandler.log" and "windowsUpdate.log" appear fine also, no obvious
    errors.
    I cant see any evidence of a group policy conflict. The WSUS entry is still correct in the local group policy (GPEDIT.MSC/admin template/windows comp/ windows update).
    Any ideas here? Thanks

    There were absolutely no errors in WUAhandler.log on existing machines - all looked normal, which baffled me. Machines with newly installed SCCM client only had machine and user policy update, so could not check for Software Updates.
    However, I through web searches, I found a solution on another discussion here:
    https://social.technet.microsoft.com/Forums/en-US/1cefa9e0-a7f9-48d1-83b9-34d2293bab64/sccm-2012-r2-problem-with-device-deployment-user-deployments-ok?forum=configmanagerapps
    Basically the issue was described as a "corrupt PADBID in the database". A SQL query code detects if the issue is present, and another SQL code fixes the issue.
    What lead me to this fix was searching for this error in "CCMEXEC.LOG" online: "System task 'PolicyEvaluator_Unlock' returned error code 0x8000ffff".

  • I need help understanding how the Apple components integrate to create a system across all my devices?

    I need help understanding how the Apple components connect to create a whole system across all my devices?
    Is there a resource that describes current system and associated functionality?
    For example:
    Buy A, B, C to achieve "X" 
    You will need:
    an internet provider which supports <specs>
    add D to achieve "Y"
    You will need:
    an internet provider which supports <specs>
    add "E" to achieve "Z"
    You will need:
    an internet provider which supports <specs>
    For example, I am looking at the Gen 6 Airport extreme.  For intended performance do I need broadband? if so what are the specs, or will basic internet service suffice?  Do I need the internet provider's modem or does the Airport extreme replace that?  And then I think, if I am doing this, I should also look at Apple TV....What do I need and Why?  Then I look at the New Desk top coming out in the fall, and I think well, if I wait and get this, what does this component do for the system, and what becomes redundant? What does this awesome desktop do for my ability to sit and use a new macbook air when I travel  or sit on the couch in my PJs?
    If there was a place that plainly stated "if you buy the new dektop you can configure a system including only these components and achieve <this result> and by adding <additional components> you will achieve this result.
    I have been to the genius store a few times, but I come out of there more confused unless I have SPECIFIC questions or already know what to buy. 
    A "System Configuration App" would be a really great sales tool--Just saying.

    I have no idea what "fully optimized" means.
    No Apple device will let you watch broadcast TV. The Apple TV is a good option for watching streaming TV from iTunes, NetFlix and Hulu. If you want to watch from other sources, you may need to look at other devices.
    Any Mac computer or iPad will allow you to surf the web.
    What business software?
    Time Capsule is a good option for back ups.
    Update what across all devices?
    For accessing documents from all devices, a service like Dropbox is your best bet.
    I have no idea what "step as far away from an internet provider as possible" means. If you want Internet access, you need an Internet provider.
    Lighting fast speed for what? Processor? The specs are listed for all devices in the Online Store. Internet? We're back to the service provider.
    Technology changes. The only way to keep pace with it beyond a couple of years is to buy new stuff.
    The bottom line is you need to look at the specs for devices availble and at your budget and decide what best meets your needs. If you are unable to do that on your own, there are lot of technology consultants out there who will, for a fee, look at your exact situation, make recommendations and even handle the purchase and set up. Perhaps that would be the best route for you.
    Best of luck.

  • EP Client update compliance

    I recently deployed update 2907566 to all my EP client machines. This should take the version of EP up to
    4.4.304.0.
    However when I check the EP client version on the client PCs almost all of them are still sitting at the older version of 4.1.522.0. When I check the compliance of the deployment for update 2907566 under Monitoring/Deployments it says nearly all are compliant.
    Why is SCCM reporting the clients as compliant when the EP client version has clearly not increased, suggesting the update has not been installed a all?
    Hibs Ya Bass!

    Hi,
    How did you deploy the Update? I did it yesterday for a customer and I installed the Hotfix for Configuration Manager so that the SCEPinstall.exe got updated on the Primary Site server, there is an update created that you can deploy to the rest of the site
    servers when you install the Hotfix.
    Then I deployed the Endpoint Client update as a Software Update as it is also available there. It worked out just great.
    Regards,
    jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec
    I simply searched for the update in Software Library\Software Updates\All software Updates, right clicked it and deployed it to all my SCCM client machines.
    Not sure if it's important or not but I hadn't applied CU3 to my primary server at that point.
    Hibs Ya Bass!

  • Not able to install Windows 8.1 Update for x64-based Systems (KB2919355)

    My laptop is dell vostro 1014.I have upgraded my laptop to windows 8.1 pro.I am not able to install Windows 8.1 Update for x64-based Systems (KB2919355)I got the following errors from windows event viewer:
    Installation Failure: Windows failed to install the following update with error 0x800F0922: Security Update for Internet Explorer 11 for Windows 8.1 for x64-based Systems (KB2964444) without KB2919355.
    Installation Failure: Windows failed to install the following update with error 0x800F0922: Windows 8.1 Update for x64-based Systems (KB2919355).
    Anyone knows how to fix this error?
    If I run the Reset Windows Update Components, I get this:

    Hi,
    Considering that the security app or third part service may block the installation, please try the clean boot to install this update manually:
    How to perform a clean boot
    http://support.microsoft.com/kb/929135
    If the issue still persists, please upload the cbs.log under
    %WinDir%\Logs\CBS\CBS.log into Onedrive or similar network drive and share the link here.
    Kate Li
    TechNet Community Support

  • Error Loading Hierarchy Error when updating Idocs in Source System

    Hello  Friends,
         I am loading  hierarchy data  using Info pac into  0FUNDS_CTR . I have selected  a hierarchy under hierarchy selections tab  in the Info pac .
    All Partner profiles in WE20 seems OK .   But When I loaded data , throwing errrr message  as below
    Error when updating Idocs in Source System
    Diagnosis
    Errors have been reported in Source System during IDoc update:
    System Response
    Some IDocs have error status.
    Procedure
    Check the IDocs in Source System . You do this using the extraction monitor.
    Error handling:
    How you resolve the errors depends on the error message you get.
    When I checked in TC WE05 says that  IDoc: 0000000000355113 Status: Error during syntax check of IDoc (outbound) with status 26 .
    Please advice .
    Many thanks

    Hi  Krishna4bi,
    Actually we will monitor idoc status in BD87 in SAP BI As well ECC , while extracting the data from source sytem  if any idoc struck we will manually process in BD87 , But you are telling that while loading the datasource the error occurred , so please check once in ECC side . Otherwise see how many packets are still process, make it red that infopackage and do manually update.
    Hope it helps,
    By,
    Praveen Yagnamurthy,
    SAP BI Consultant,
    Blue Marlin Systems-INDIA.
    http://bluemarlinsys.com/bi.

  • I was trying to update my ipad operating system and I thought it was done but when I unplugged it from my computer the ipad has the apple logo and a long hollow oval under the logo and I can't get anything to work.  Any suggestions?

    I was trying to update my ipad operating system and I thought it was done.  When I disconnected it from my computer the ipad went blank then the apple logo appeared midscreen with an elongated oval across the screen under it.  Now nothing on the ipad works.  I think it was backed up on my computer but I can't find anything that will allow me to sync the two or regain functionality on my ipad.  Any suggestions?

    Hi,
    I would put the ipad in recovery mode and redo the update, once that is done you could restore the ipad from your backup and you would not lose any data.
    http://support.apple.com/kb/ht4097
    Ricc

  • Past posting -report updation problem

    Dear All,
    Can i post the cash sales invoice for the past date with the current document date.
    I am facing some problem in report.
    when i create the cash order i changed the pricing date and request deklivery dat to the past (the system allows me to do it), i saved the oreder the system had created the order number and generate the delivery number automatically in the back ground , then i vlo2n i change the actual PGI ,Planned PGI date, Loading date, Picking date as the past date say eg 09092009 document creation date is say today.when i did the PGI the system has posted the posting date as 090909.(fine).
    while creating the billing document the system has taken the pricing date as past 090909 because as i changed the pricing in teh sles order when saving the billing document the system posted the accounting entry on 090909.(fine).
    when i run the report MC2 and MCQ the system has not updated thesales figure happened for the cash sales,
    But when i run the same scenario for the credit (standard sales ) the system has updated the sales figure in teh said report.
    Please let me know i am i mising anything in the sales invoice or the scenario  is possible or not.
    (i checkef th update setting in LIS everything is fine ).
    Thanks ain advance
    regards
    Praveen S

    Hi,
    it looks you have missed some settings for the item category for cash sales in LIS.  Say you run the same scenario without taking the date in past but todays date, are you still facing the problem.
    cross verify your settings in update control in Logistic data warehouse
    SPRO - LIS -Logistic Data warehouse -  Updating - Settings Sales & Distribution - -
    check all the nodes our here.
    regards,
    ashish

Maybe you are looking for