Custom WQL global condition causing issues

I created a custom Global Condition, that is causing my application to fail to install, with an error code of 0x80041005(-2147217403)  With out this requirement the application will install as intended.  The condition is:
Setting Type: WQL query
Data Type: Boolean
Namespace: root\cimv2
Class: Win32_QuickFixEngineering
Property: HotFixID
WQL query WHERE clause: HotFixID='KB2919355'
Using powershell I get the following on one of the test computers:
PS C:\Users\Administrator> $hotfix = "Select hotfixid from Win32_QuickFixEngineering where hotfixid='KB2919355'"
PS C:\Users\Administrator> Get-WmiObject -query $hotfix
__GENUS : 2
__CLASS : Win32_QuickFixEngineering
__SUPERCLASS :
__DYNASTY :
__RELPATH :
__PROPERTY_COUNT : 1
__DERIVATION : {}
__SERVER :
__NAMESPACE :
__PATH :
HotFixID : KB2919355
PSComputerName :
In the Requirement of the application I made the Operator: Equals and the Value: True.  When I simulate the deployment they are not, part of the "Requirements Not Met" tab, so I assume the requirement is working, but it is still failing.
Any sugestions?

I am seeing this in the AppIntentEval.log every time I attempt to deploy the application with the Custom Global condition.
No dependencies for DeploymentType ScopeId_F79D5897-0BDA-46D4-8021-140E88B338D5/DeploymentType_14694d25-3c2e-4d69-84ce-29bfb37abffd/11. AppIntentEval 5/12/2014 1:36:31 PM 2628 (0x0A44)
No dependencies for DeploymentType ScopeId_F79D5897-0BDA-46D4-8021-140E88B338D5/DeploymentType_dec8eb4c-e543-4a39-92a3-e0ca943f49c8/2. AppIntentEval 5/12/2014 1:36:31 PM 2628 (0x0A44)
Evaluating Application policies for (Removed) AppIntentEval 5/12/2014 1:36:31 PM 2628 (0x0A44)
Rejecting ScopeId_F79D5897-0BDA-46D4-8021-140E88B338D5/RequiredApplication_1876a49f-4da8-4454-8d5c-8095251c32fc/11 due to evaluation error AppIntentEval 5/12/2014 1:36:31 PM 2628 (0x0A44)
ScopeId_F79D5897-0BDA-46D4-8021-140E88B338D5/DeploymentType_14694d25-3c2e-4d69-84ce-29bfb37abffd/11 :- Current State = Error, Applicability = Unknown, ResolvedState = None, ConfigureState = NotNeeded, Title = App_Name - Windows app package (*.appx, *.appxbundle) AppIntentEval 5/12/2014 1:36:31 PM 2628 (0x0A44)
ScopeId_F79D5897-0BDA-46D4-8021-140E88B338D5/DeploymentType_dec8eb4c-e543-4a39-92a3-e0ca943f49c8/2 :- Current State = NotInstalled, Applicability = NotApplicable, ResolvedState = None, ConfigureState = NotNeeded, Title = Old_App - Windows app package (*.appx, *.appxbundle) AppIntentEval 5/12/2014 1:36:31 PM 2628 (0x0A44)
ScopeId_F79D5897-0BDA-46D4-8021-140E88B338D5/Application_1876a49f-4da8-4454-8d5c-8095251c32fc/11 :- Current State = Error, Applicability = Unknown, ResolvedState = None, ConfigureState = NotNeeded, Title = App_Name AppIntentEval 5/12/2014 1:36:31 PM 2628 (0x0A44)
ScopeId_F79D5897-0BDA-46D4-8021-140E88B338D5/RequiredApplication_1876a49f-4da8-4454-8d5c-8095251c32fc/11 :- Current State = Error, Applicability = Unknown, ResolvedState = None, ConfigureState = NotNeeded, Title = ApplicationIntentPolicy AppIntentEval 5/12/2014 1:36:31 PM 2628 (0x0A44)
No dependencies for DeploymentType ScopeId_F79D5897-0BDA-46D4-8021-140E88B338D5/DeploymentType_14694d25-3c2e-4d69-84ce-29bfb37abffd/11. AppIntentEval 5/12/2014 1:39:20 PM 1508 (0x05E4)
No dependencies for DeploymentType ScopeId_F79D5897-0BDA-46D4-8021-140E88B338D5/DeploymentType_dec8eb4c-e543-4a39-92a3-e0ca943f49c8/2. AppIntentEval 5/12/2014 1:39:20 PM 1508 (0x05E4)
Evaluating Application policies for (Removed) AppIntentEval 5/12/2014 1:39:20 PM 1508 (0x05E4)
Rejecting ScopeId_F79D5897-0BDA-46D4-8021-140E88B338D5/RequiredApplication_1876a49f-4da8-4454-8d5c-8095251c32fc/11 due to evaluation error AppIntentEval 5/12/2014 1:39:20 PM 1508 (0x05E4)
ScopeId_F79D5897-0BDA-46D4-8021-140E88B338D5/DeploymentType_14694d25-3c2e-4d69-84ce-29bfb37abffd/11 :- Current State = Error, Applicability = Unknown, ResolvedState = None, ConfigureState = NotNeeded, Title = App_Name - Windows app package (*.appx, *.appxbundle) AppIntentEval 5/12/2014 1:39:20 PM 1508 (0x05E4)
ScopeId_F79D5897-0BDA-46D4-8021-140E88B338D5/DeploymentType_dec8eb4c-e543-4a39-92a3-e0ca943f49c8/2 :- Current State = NotInstalled, Applicability = NotApplicable, ResolvedState = None, ConfigureState = NotNeeded, Title = Old_App - Windows app package (*.appx, *.appxbundle) AppIntentEval 5/12/2014 1:39:20 PM 1508 (0x05E4)
ScopeId_F79D5897-0BDA-46D4-8021-140E88B338D5/Application_1876a49f-4da8-4454-8d5c-8095251c32fc/11 :- Current State = Error, Applicability = Unknown, ResolvedState = None, ConfigureState = NotNeeded, Title = App_Name AppIntentEval 5/12/2014 1:39:20 PM 1508 (0x05E4)
ScopeId_F79D5897-0BDA-46D4-8021-140E88B338D5/RequiredApplication_1876a49f-4da8-4454-8d5c-8095251c32fc/11 :- Current State = Error, Applicability = Unknown, ResolvedState = None, ConfigureState = NotNeeded, Title = ApplicationIntentPolicy AppIntentEval 5/12/2014 1:39:20 PM 1508 (0x05E4)

Similar Messages

  • WQL Global Condition returning Error 0x80041010

    Hey guys, I am trying to create a Global Condition which only deploys a video driver to devices which have the hardware present (an HP USFF 7900 and 8000 Elite).
    To this end, I have created a WQL Global Condition as below:
    When I try and Simulate my Deployment I get the following:
    Error Code - 0x80041010 (-2147217392) and Error Description - Invalid Class.
    I set the Rule Type to Existenial and to "must exist on the specified device" although I doubt this is the issue.
    Can anyone point me in the right direction please?
    Thanks in advance.

    Hey guys, changed the query as instructed and still getting the original error on my simulated deployment - 0x80041010 (Invalid Class).
    Any further ideas?
    Also, is there any log file on the client I can see this result in? I am getting some "funnies" with the simulated deployments - such as deleting one after its returned its result - so I recreate the deployment (after changing the requirement rule)
    and it immediately returns the same result - is this normal if the targeted resource is the same?
    Thanks again.

  • Declarative rule and capture table condition causing issue

    Hi
    I have one table which is replicating all the commands except delete and truncate. Also I do have declarative rule which rename the schema from source to target.
    When I perform insert operation, it replicates. When i perform delete operation it also captures. but it shouldn't do because we have capture rule not to replicate the delete command.
    When I perform truncate, which is not capturing since the condition fulfilled.
    I used step_number=0 for declarative rule to rename the schema from source to target while capturing the changes.
    Is there any way to override the rules or change the order while capturing the changes?
    please do share your thoughts and help me to resolve the situation.
    Thanks
    Bala

    let me explain about my situation.
    Table rule defined as below
    BEGIN
    DBMS_STREAMS_ADM.ADD_TABLE_RULES(
    table_name => 'HR.ACCOUNT',
    streams_type => 'CAPTURE',
    streams_name => 'CAPTURE_TO_&destsid',
    queue_name => '&source_strmadmin_user..&sourcesid._TO_&destsid',
    include_dml => true,
    include_ddl => false,
    and_condition => ':lcr.get_command_type() != ''DELETE''',
    include_tagged_lcr => false,
    source_database => '&source_tns',
    inclusion_rule => true);
    END;
    DML rule for rename schema as below
    SET SERVEROUTPUT ON
    DECLARE
    v_dml_rule VARCHAR2(80);
    v_ddl_rule VARCHAR2(80);
    BEGIN
    DBMS_STREAMS_ADM.ADD_TABLE_RULES(
    table_name => 'HR.ACCOUNT',
    streams_type => 'CAPTURE',
    streams_name => 'CAPTURE_TO_&destsid',
    queue_name => '&source_strmadmin_user..&sourcesid._TO_&destsid',
    include_dml => true,
    include_ddl => false,
    include_tagged_lcr => false,
    source_database => 'HRDEMO.TESTDOMAIN.COM',
    dml_rule_name => v_dml_rule,
    ddl_rule_name => v_ddl_rule,
    inclusion_rule => true);
    DBMS_OUTPUT.PUT_LINE('Capture DML Rule for HR.ACCOUNT => ' || v_dml_rule);
    DBMS_STREAMS_ADM.RENAME_SCHEMA(
    rule_name => v_dml_rule,
    from_schema_name => 'HR',
    to_schema_name => 'HR_REPORT',
    step_number => 0,
    operation => 'ADD');
    END;
    Whenever insert/update happens in HR.ACCOUNT table, it captures and replicate the changes. It shoudln't capture the delete changes and but it does capture. How to modify or override the delete capture situation.
    Is there any way to change the transaformation number, i tried with step_number 0 to 5, it still captures delete changes? How do we avoid delete capture in source database?
    Please help.
    Thanks
    Bala

  • Global Condition and IP Address

    Hi, is there a way to use WQL Global Condition to get an IP Address or at least evaluate a part of it?
    I tried to use that query:
    And I wasn't able to get any result. I tried Contains, begin with and my deployment was all the time not applicable.
    Is there any way to do it?
    I am trying to deploy an app that require a UNC path. There is no DFSR in place and the guy here do not want to use it.
    So I have an XML file that will point on a specific UNC path for each location but I need a way to make it happen in my deployment.
    There is no AD Sites sets as well so I was trying to get something from a Global Condition.
    Any other idea is welcome.
    Mathieu

    Yes sorry I forgot that one, I am using the Application deployment type, which will launch the correct deployment type based on the requirement.
    I was in the idea to use that Application for my unknown computers also (in my task sequence). This is why that part was pretty helpful.

  • Use Global Conditions when Deploying an Application to a User

    Hi,
    Use Global Conditions when Deploying an Application to a User:
    I would like to deploy App-V Application with User centic in mind. The problem is that when the user login to a specefic typ of desktop the application shall be deployed. But if the use login on there primary device or some other
    device with same SLA the Application shall not be deployed.
    I think I can use Global Conditions to solve this. I have read about GC and it looks like I could greate a GC rule that deploy the software if the computer is in an AD-group or maybe becas all this computer starts with same prefix, sp maybe
    if the computernamn starts with PC the application will get deployed.
    The issue is that there is differant SLA on the computers that the User login to. 
    Or what mor can I do?
    /SaiTech

    Just keep in mind this puts a load on AD, a Domain Controller can get tickled silly by these Global Conditions running from each of your Clients, depending on the scale of your environment it can have an impact. It's a great idea GC's, just need to consider
    what load you are putting on the infra when they run.
    Might not be an issue for\to you, worth nothing all the same.
    Robert Marshall | This forum post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs

  • Powershell script to Add global condition (of OS Requirement) to ALL application deployment types

    Looking for an automated way via Powershell to Add global condition (of OS Requirement) to ALL application deployment types.
    We currently have over 300+ Applications in SCCM and looking for an automated way of adding a global condition where OS requirement is equal to Windows 7 instead of the default of Any OS.
    a

    Hi,
    Here is a Adam Meltzer's blog about how to create an Application with a requirement rule pointing to a global condition. You could have a look.
    http://blogs.msdn.com/b/ameltzer/archive/2012/10/23/how-to-create-an-application-with-a-requirement-rule-pointing-to-a-global-condition.aspx
    Best Regards,
    Joyce
    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.

  • Global Conditions - Powershell Script - Script is not signed (Error: 87D00327; Source: CCM)

    I failed to use any Powershell script in Global Conditions with error 87D00327. The script is signed and tested without problem. Setting execution policy doesn't change the result at all.
    Error message as below:
    In-line script returned error output: File C:\Windows\CCM\SystemTemp\e7001c04-3966-46a7-9622-26c36d9c45de.ps1 cannot
    be loaded. The file C:\Windows\CCM\SystemTemp\e7001c04-3966-46a7-9622-26c36d9c4
    5de.ps1 is not digitally signed. The script will not execute on the system. Ple
    ase see "get-help about_signing" for more details..
    At line:1 char:2
    + & <<<< 'C:\Windows\CCM\SystemTemp\e7001c04-3966-46a7-9622-26c36d9c45de.ps1'
    + CategoryInfo : NotSpecified: (:) [], PSSecurityException
    + FullyQualifiedErrorId : RuntimeException
    ScriptProvider 6/23/2014 1:45:06 PM 2516 (0x09D4)
    ScriptProvider::CreateInstanceEnumAsync - Script Execution Returned :1, Error Message:File C:\Windows\CCM\SystemTemp\e7001c04-3966-46a7-9622-26c36d9c45de.ps1 cannot
    be loaded. The file C:\Windows\CCM\SystemTemp\e7001c04-3966-46a7-9622-26c36d9c4
    5de.ps1 is not digitally signed. The script will not execute on the system. Ple
    ase see "get-help about_signing" for more details..
    At line:1 char:2
    + & <<<< 'C:\Windows\CCM\SystemTemp\e7001c04-3966-46a7-9622-26c36d9c45de.ps1'
    + CategoryInfo : NotSpecified: (:) [], PSSecurityException
    + FullyQualifiedErrorId : RuntimeException
    ScriptProvider 6/23/2014 1:45:06 PM 2516 (0x09D4)
    Failed in discovering instance.
    Script is not signed (Error: 87D00327; Source: CCM) ScriptProvider 6/23/2014 1:45:06 PM 2516 (0x09D4)
    Failed to do HandleExecQueryAsync().
    Script is not signed (Error: 87D00327; Source: CCM) ScriptProvider 6/23/2014 1:45:06 PM 2516 (0x09D4)
    Failed to process CScriptProvider::GExecQueryAsync.
    Script is not signed (Error: 87D00327; Source: CCM) ScriptProvider 6/23/2014 1:45:06 PM 2516 (0x09D4)
    I can't figure out a way to capture the temp script file mentioned in the error message so I can't verify the script locally.
    Any help will be appreciated.
    Sean
    Regards, Sean

    Hi, Sean.
    There was a product issue with signed PowerShell detection method scripts that has been fixed in R2 CU2. I just noticed it's not mentioned in the KB article for CU2. I'm not sure what happened here but I'll have somebody look into this.
    Anyway, there's a couple of caveats to consider regarding this fix in your scenario. Firstly if you're creating a PowerShell script detection method you must not copy/paste the script text -- you need to "Open" it. Secondly, if you have any previously created
    PowerShell script detection methods with signed scripts, you will need to re-add the detection script (again using "Open"). Finally, you must use an administrator console that's been updated to CU2 and a client that's been updated to CU2 for this fix to be
    effective.
    I hope this helps resolve the issue for you.
    Check out my Configuration Manager blog at http://aka.ms/ameltzer

  • Sync To CRM Time - Does This Cause Issues For Anyone Else?

    I have been a long-time Eloqua user. Primarily, the companies that I have worked are B-to-B and serve small businesses.  In the small business lead generation world, when you wait to respond to leads - you lose. The first one in usually gets the deal.  We have all of our lead generation activities running through Eloqua, including our PPL campaigns where multiple competitors are also responding to RFQ's and also our inbound sales call center uses it (via form) to submit leads in order to take advantage of the de-duplication and validation power in Eloqua.  The latter causes my sales team to wait 15 minutes while they are they are waiting for the lead to get created and transferred to them in CRM. 
    Here is my issue.  At best, it takes Eloqua 15 minutes to sync the leads to SFDC.  These programs are "straight to queue" integrations too.  I am running integration events straight from the form processing steps, so there are no program builder delays here.  The guys in Support have been really great, and have been working with me to see what can be done to decrease the lag time, but 15 minutes seems to be the acceptable rate. So, I am starting to think of ways to take them directly to SFDC and just live with the issues of duplicates and no validation.
    I can't be the only one that this causes issues for.  Does anyone else have this issue?

    Hi John,
    I too have had these issues.  The main problem is not program builder.  The integration queue/engine is prone to backlogs.  Rumor has it that the integration engine is shared by the campaign engine and a bunch of other services in the platform.  Either way, the integration queue will always have a lag.
    My solution was:
    1.  Push data from ELQ form to a SFDC Web-toLead Form IF ELQ contact has blank LeadID and ContactID (does not exist in SFDC) -- this creates leads instantly in SFDC.
    2.  Run an apex trigger from SFDC to do a blind form submit to Eloqua with the email address and SFDC Lead ID for the leads created from step1 -- this will ensure that creating duplicate leads in SFDC is minimized.
    3.  Send notifications from ELQ form to Sales Reps if ELQ contact already exists in SFDC as Lead or Contact. -- even without the updates on the lead or contact records in sfdc, this gives the reps an immediate heads up. 
    4.  Send the rest of the information that I couldn't fit into the post-data-to-server step for the new lead.
    Of course I also baked into the form processing steps a bunch of conditions to mitigate spam.

  • Can too large a folder cause issues and effect performace of my Mac Pro

    Hi, I have a 180 gb folder filled with important data within my Home folder. This folder has a many subfolders as well. The folder is on my startup drive and where I have Snow Leopard installed. Can too large a folder cause issues with my mac and effect performance? Thanks

    another way to ask, would you make better use of, and improve I/O and performance, if you used your other drive bays? yes.
    Boot drives with even less than 50% free is probably not a good idea. All depends on whether 200GB is on 1TB or on 500GB drive. And how fragmented free space even.
    Lifting, loading and writing or copying 4GB files of course does have an impact, so if you work with 2GB files in CS5....
    Having a dedicated type boot drive, media drive (and isolate media and library files) as well as scratch drive is normally done with Mac Pro.
    The biggest bang in performance: lean mean SSD boot drive.

  • MovieClip Filter Causing issues with EventListeners (mouseEvent.ROLL_OVER)

    Hello,
    I have been working on a flash photo gallery for the web. It loads thumbnails from an xml file into a loader which is then made the child of a movieclip.
    The thumbnails are animated and triggered with mouse events of ROLL_OVER and ROLL_OFF. I have this working, or appearing to, when the movieclip containing the loaded thumbnail has no filters applied to it.
    I want add a drop shadow on the ROLL_OVER event and remove the drop shadow on the ROLL_OFF event. I also have this working, however my problem arises when I mouse over the very edge of the movieclip. This cauese the ROLL_OVER and ROLL_OFF function to fire in rapid succession, creating a flashing dropshadow. This looks aweful and I really have no idea what would be causing this issue.
    Thanks in advance for any advice!
    Regards.

    Thanks for the reply.
    I also found it difficult to believe that the filter was causing issues with the roll over/out events. I will expand on the example code you provided so you get an idea of what I am trying to accomplish and where my issues arise.
    EDIT: I should add that the issue is only present when I tween AND add a filter. If I only add a filter or if I only tween I have no issues but the combination or adding a filter and tweening causes the OVER/OUT events to fire rapidly.
    //This code does not result in a flashing animation
    myClip.addEventListener(MouseEvent.ROLL_OVER, overClip);
    myClip.addEventListener(MouseEvent.ROLL_OUT, outClip);
    function overClip(e:MouseEvent):void
       myTween =  new Tween(myClip, "scaleX", Regular.easeOut, myClip.scaleX, 1.5 , 3, true);
       myTween =  new Tween(myClip, "scaleY", Regular.easeOut, myClip.scaleY, 1.5 , 3, true);
    function outClip(e:MouseEvent):void
       myTween =  new Tween(myClip, "scaleX", Regular.easeOut, myClip.scaleX, 1 , 3, true);
       myTween =  new Tween(myClip, "scaleY", Regular.easeOut, myClip.scaleY, 1 , 3, true);
    //However if i add these lines of code to add and remove a filter I can observe the flashing effect when the mouse is near the edge of the moveclip
    myClip.addEventListener(MouseEvent.ROLL_OVER, overClip);
    myClip.addEventListener(MouseEvent.ROLL_OUT, outClip);
    function overClip(e:MouseEvent):void
       myClip.filters = [myDropShadowFilter];
       myTween =  new Tween(myClip, "scaleX", Regular.easeOut, myClip.scaleX, 1.5 , 3, true);
       myTween =  new Tween(myClip, "scaleY", Regular.easeOut, myClip.scaleY, 1.5 , 3, true);
    function outClip(e:MouseEvent):void
       myClip.filters = [];
       myTween =  new Tween(myClip, "scaleX", Regular.easeOut, myClip.scaleX, 1 , 3, true);
       myTween =  new Tween(myClip, "scaleY", Regular.easeOut, myClip.scaleY, 1 , 3, true);
    Is there something obviously wrong with this approach to adding a filter/tweening? I am fairly new to flash.
    Thanks again!
    Message was edited by: Dafunkz

  • MDP to HDMI adapter causing issues while connecting Macbook air late 2013 edition to Projector. Projector shows grains on the display.

    MDP to HDMI adapter causing issues while connecting Macbook air late 2013 edition to Projector. Projector shows grains on the display.

    Sounds like you may have been in extended display mode. If so, all you had to do was drag a window to the projector display. Or, if you wanted mirrored mode, in display preferences select check mirror display.

  • Upgraded to IO6, seems like the amount of system memory to run is higher, this causes issues with some Apps. I can't get SIRI to work because the amount of free system memory is not enough. how can I tell what is eating the system memory?

    Upgraded to IO6, seems like the amount of system memory to run is higher, this causes issues with some Apps. I can't get SIRI to work because the amount of free system memory is not enough. how can I tell what is eating the system memory?

    Upgraded to IO6, seems like the amount of system memory to run is higher, this causes issues with some Apps. I can't get SIRI to work because the amount of free system memory is not enough. how can I tell what is eating the system memory?

  • PO Condition Type Issue

    Hi All,
    I have encounter a PO condition type issue, hope to get someone to enlighten me.
    I have create both cuztomize condition type ZOT2 AND ZOT3. 
    With config in Control data 1
    Cond. Class - A Discount or Surcharge
    Calculat. type - B Fixed Amount
    Cond. category - B Delivery cost
    Group Condition
    Select for Group cond. & RoundDiffComp
    GrpCond.routine - 1 Overall Document
    ZOT2 in header condition should be divided into item via value.
    ZOT3 in header condition should be divided into item via quantity.
    Both condition type havemanually enter with value 300
    In the test PO I have created 3 materials:-
    Material     Quantity     Net Price     Item Net
    A     100     1,615.00     161,500.00
    B     100          16.15         1,615.00
    C     1000          16.15       16,150.00
    In the Item view calculation for both condition type as stated below:-
    ZOT2 - 270.27 : 2.70 : 27.03 (Ratios base on Value 100:1:10)
    ZOT3 - 270.27 : 2.70 : 27.03 (Rations base on Quantity 1:1:10) the amount result should be 25: 25: 250 but the result I get from the system for condition type ZOT3 is the same as ZOT2.
    Please advise how to reticfy the configuration. Thank you.

    Eugenia Foong Pui Mun wrote:
    Hi Shiva,
    >
    > I have try to config with the info you have suggested, but it does not seem to get the expected result.
    Hi Eugenia...
    I tested  scenario with values you have mentioned. It works perfect both ways. Pls follow this....
    1. Pls avert the changes I had suggested in my prev reply for changing the condition types. (group condition active, round diff condition & group cond routine, keep them as they are)
    2. While you enter value in header with condition type ZOT2. the value gets properly distribute by the ratio 100:1:10 and thats perfect......Now
    3. While you enter the values for condition type ZOT3 in the header...Pls note that your Total Qty is 1200 and the total condition value is 300 this means per unit qty the value is 300/1200 =0.25...
    Now while you enter the values for ZOT3 in the header, enter 300 in the Amount column and 1200 in the Per column, meaning that the total of 300 shoud be divided into 1200 units irrespective of quantities per Line Item
    Now check the results and you will have the distribution ratio 1:1:100
    NB:For ZOT3 (Qty base) to work the UoM for all the line items must be similar
    Pls check and revert
    Regards
    Shiva
    Edited by: Shivaspatil on Nov 24, 2011 12:42 PM

  • When I plug in my Lacie Firewire 800 drive it causes certain apps to crash. Chrome will immediately crash when I open it, so will DVD player. It's only when I plug in my Firewire 800 drive, USB does not cause issues. What's the deal?

    When I plug in my Lacie Firewire 800 drive into my Mid-2009 Macbook Pro running Mountain Lion - 10.8.2,  it causes certain apps to crash. Chrome will immediately crash when I open it, so will DVD player. It's only when I plug in my Firewire 800 drive, USB does not cause issues. What's the deal?
    I've restarted, verfied the disk, repaired permissions, smc reset.. don't know what else to do..

    Contact Lacie since it's their product you are having issues with. 

  • How to check which RFCs causing issues in the system and RFC response times

    Hi,
    We have an issue with the RFC response times in CRM and need investigstion. We need to know which Which RFCs causing issues and how we can solve the problems.
    Regards

    Hi,
    chek the below code
    CALL METHOD CL_GUI_FRONTEND_SERVICES=>FILE_EXIST
    EXPORTING
    FILE = W_FILENAME
    RECEIVING
    RESULT = W_RESULT
    EXCEPTIONS
    CNTL_ERROR = 1
    ERROR_NO_GUI = 2
    WRONG_PARAMETER = 3
    NOT_SUPPORTED_BY_GUI = 4
    others = 5.
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-* MSGNO WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    IF W_RESULT IS INITIAL.
    CALL METHOD CL_GUI_FRONTEND_SERVICES=>DIRECTORY_EXIST
    EXPORTING
    DIRECTORY = W_FILENAME
    RECEIVING
    RESULT = W_RESULT
    EXCEPTIONS
    CNTL_ERROR = 1
    ERROR_NO_GUI = 2
    WRONG_PARAMETER = 3
    NOT_SUPPORTED_BY_GUI = 4
    OTHERS = 5.
    IF SY-SUBRC <> 0.
    ENDIF.
    ENDIF.
    IF W_RESULT = 'X'.
    RC = '1'.
    ELSE.
    RC = '0'.
    ENDIF.
    reward if helpful.
    Regards,
    nagaraj

Maybe you are looking for

  • CRM BDoc Modeler - Problem while creating a new segment

    Hi all; I have created a new BDoc type and wanted to add a segment. I imported a structure with some QUAN fields and a UNIT type fields. While activating segment, I got an error. I saw that the structure was not activated since I used some QUAN type

  • Win 7 doesn't see ipod clickwheel

    Downloaded iTunes and installed on Win7.  Connected iPod click wheel, windows says "driver didn't install" and iPod doesn't appear in iTunes.

  • Problems to load nicaiu.dll in VB 6.0

    I would like to develope an aplication in VB 6.0 to acquire and load data from my USB-6210 card but I have a big problem. This card needs the nidaqmx software and i can't load the nicaiu.dll requested in this case. I must use the VB .Net o is another

  • Lightroom 3.2 cannot display Nikon NEF file in Win7

    I just upgraded my system from winxp to win7 64bit. I have used lr 2.x/3.x under xp without problem with my Nikon D80 raw picture. But now under win7 64bit professional lr 2.x still ok but 3.2 cannot process the nef file correct -- not display image.

  • How do I get RAW Support for Panasonic Lumix L10 camera?

    Aperture 2.1 still does not support Panasonic Lumix L10 RAW nor jpegs (Adobe 4.3 RAW plug-in already does). Is there a workaround? Any help?