HW Inventory trouble

The following is with SCCM 2012R2 CU3
I have been adding a few Hardware Inventory classifications. 
Mostly, they work correctly but sometimes they don’t work quite right.
Usually, the inventory shows up in Resource Explorer correctly, but other times it has an unexpected category listed, and does not contain data.
For instance…  I imported the mof below, and instead of the category showing in Resource Explorer-Hardware as “Warranty Information,” it shows as “SMS_G_System_Microsoft_Warranty_Info_1_0” --- the WQL name instead of the SMS Group Name…
weird. 
The tables and views in the SMS database are named as expected “dbo.WARRANTY_INFO_DATA” and “dbo. v_GS_WARRANTY_INFO” along with the correct history tables and views. 
Also, those tables and views are filling correctly with data sent from clients. 
The data is NOT displayed correctly (no data present) in the Resource Explorer for hardware inside the console.
If I remove the hardware inventory class, the tables and views are deleted correctly  and the misnamed “SMS_G_System_Microsoft_Warranty_Info_1_0” is also deleted from the Resource Explorer-Hardware in the console.
I have tried deleting it and adding back a few times – sometimes waiting over night before re-adding it, and the result is always the same. 
I also tried using the wizard to Add... the class instead of Import...ing it with the MOF shown below-same result. 
I have tried adding five other classes via MOF import and four worked correctly and one more had the same problem as this “Warranty Info” 
  Anyone have ideas?
[ SMS_Report (TRUE),
SMS_Group_Name ("Warranty Information"),
SMS_Class_ID ("MICROSOFT|WARRANTY_INFO|1.0"),
Namespace ("\\\\\\\\.\\\\root\\\\cimv2") ]
class Warranty_Info : SMS_Class_Template
[ SMS_Report (TRUE), key ]
String Description;
[ SMS_Report (TRUE) ]
String DateScriptRan;
[ SMS_Report (TRUE) ]
UInt32 DaysLeft;
[ SMS_Report (TRUE) ]
String DellIBU;
[ SMS_Report (TRUE) ]
String EndDate;
[ SMS_Report (TRUE) ]
String provider;
[ SMS_Report (TRUE) ]
String ServiceTag;
[ SMS_Report (TRUE) ]
String ShipDate;
[ SMS_Report (TRUE) ]
String StartDate;
[ SMS_Report (TRUE) ]
String SystemType;
[ SMS_Report (TRUE) ]
String WarrantyExtension;

Here's what I would do--not sure if it would work or not, but it "can't hurt" to try.
Change that .mof import; modify this:
  SMS_Class_ID ("WARRANTY_INFO"),
Basically, get rid of the Microsoft| and |1.0 stuff in class_id.  I found--this was way back when cm12 was beta; that with that versioning stuff in classid I got goofiness.  Can I define "goofiness" no, not really.  I just know I'm
happier without that stuff when I'm importing custom .mof 's
Standardize. Simplify. Automate.

Similar Messages

  • Inventory valuation simulation report

    Hi,
    I'm having trouble understanding this report. I have attached an image of the selection criteria. Current inventory is valuated using FIFO. How do i interpret the outcome of this report when i choose Moving Average as the valuation method for the two inventory items chosen(DT1L0001 & DTL10002)?
    Thanks & Regards
    Aziz

    Hi,
    Your cumulative quantity and same way cumulative values calculated
    First transaction quantity  = 15        Cumulative quantity = 15              
    Second transaction          = 10        Cumulative quantity = 25 (15+10) 
    Third transaction              = -1         Cumulative quantity = 24 (25-1)      
    Fourth transaction            =   1        Cumulative quantity = 25 (24 +1)      
    Fifth transaction            =   -1         Cumulative quantity = 24 (25 -1)    
    Last  transaction            =   -1        Cumulative quantity = 23 (24 -1)     
    The final cumulative quantity is 23. In short, cumulative quantity is calculated from previous values based on transaction its get added or subtracted.
    Thanks & Regards,
    Nagarajan

  • Need help with Inventory System

    I am trying to throw together a semi-elegant inventory
    viewing system for a web site I am creating. The current website is
    going to be scrapped and remade relatively soon, so I really just
    want a quick and dirty solution. As such, I have been using some
    spry with xml datasets. I happened upon an article
    here
    that clued me in to a particularly interesting method of presenting
    the data, so I am attempting a similar design, along with code from
    spry samples (lots of cut-n-paste unfortunately, which is probably
    a major reason why I have so many problems). Anyway, here is the
    relevant info:
    Right now I have folders for each category, with an xml file
    for each size category. I arranged it this way, because I was
    originally going to use straight html files for each size category
    and in each folder, obviously not very practical. I played around
    with the idea of putting all sizes into one file and letting some
    spry+xml magic sort it out, but since I can't even get this to work
    I haven't really tried it. If you experts would clue me in as to
    which version might be more efficient or if you have any other
    ideas please feel free to put me in my place.
    Before I go any further, my main problem is the third line of
    the first piece of code, I'm having trouble getting the dsStock xml
    to load properly. The original example I cited above was using
    Coldfusion, but I guesstimated that it wouldn't be a problem to
    just load some straight xml files. Before I go any further I would
    at least like to know if what I am attempting is possible.
    Code to load in data for menus, category selection, and
    actual inventory etc........
    quote:
    var dsCategories = new Spry.Data.XMLDataSet("diamond.xml",
    "diamonds/diamond");
    var dsSize = new Spry.Data.XMLDataSet("size.xml",
    "sizes/size");
    var dsStock = new
    Spry.Data.XMLDataSet("{dsCategories::@id}/{dsSize::name}.xml",
    "inventory/product");
    diamond.xml
    quote:
    <?xml version="1.0" encoding="utf-8"?>
    <diamonds>
    <diamond
    id="AS"><name>Asscher</name><img>../img/diamond/thumb/asscher_diamond_chicago.jpg</img></ diamond>
    <diamond
    id="CU"><name>Cushion</name><img>../img/diamond/thumb/cushion_diamond_chicago.jpg</img></ diamond>
    </diamonds>
    size.xml
    quote:
    <?xml version="1.0" encoding="utf-8"?>
    <sizes>
    <size><name>0.70-0.99</name></size>
    <size><name>1.00-1.49</name></size>
    </sizes>
    snip of some inventory
    quote:
    <?xml version="1.0" encoding="utf-8"?>
    <inventory>
    <product
    id="B801-508"><shape>Asscher</shape><weight>0.7</weight><color>G</color>
    <clarity>VVS2</clarity><depth>71.1</depth><table>61</table><flo>None
    </flo><polish>Excellent</polish>
    <symmetry>Very
    Good</symmetry><dim>4.97x4.77x3.39</dim><price>2592.1</price>
    </product>
    <product
    id="B800-125"><shape>Asscher</shape><weight>0.7</weight><color>G</color>
    <clarity>VS1</clarity><depth>68.2</depth><table>58</table><flo>None
    </flo><polish>Very Good</polish>
    <symmetry>Very
    Good</symmetry><dim>4.93x4.78x3.26</dim><price>2366.7</price>
    </product>
    </inventory>
    Here is the actual code in the site (this seems to work out
    alright). I haven't rewritten the actual inventory portion yet,
    since I can't really get it to load properly. If I can get the xml
    I know that I can get it on the page.
    quote:
    <ul spry:region="dsCategories"
    spry:repeatchildren="dsCategories">
    <li class="product" spry:selectgroup="1"
    spry:select="selected" spry:hover="hover"
    spry:setrow="dsCategories">{dsCategories::name}</li>
    </ul>
    <ul spry:region="dsSize" spry:repeatchildren="dsSize">
    <li class="product" spry:selectgroupd="2"
    spry:select="selected" spry:hover="hover"
    spry:setrow="dsSize">{dsSize::name}</li>
    </ul>
    Sorry for the long post, but thanks for taking the time to
    give it a read and see if you can help me out. I will be eternally
    grateful.

    Hi StevenMig,
    I'm not seeing anything obvious. Have you tried loading your
    XML files directly to see if there are errors in the XML? Is your
    server serving up XML files with a Content-Type of text/xml or
    application/xml?
    If you post a sample page, perhaps me or someone else on the
    forum can take a look?
    --== Kin ==--

  • Trouble with low light action shots on 70d

    I just went from a T3i to a 70D. I seem to have trouble with action shots in low light situations, any suggestions on setting...
    Solved!
    Go to Solution.

    "I just went from a T3i to a 70D"
    ... and didn't upgrade your lens inventory?  Although the 70D will be better in most cases compared to a Rebel T3i, it is the lens.  It is always the lens.
    EOS 1Ds Mk III, EOS 1D Mk IV EF 50mm f1.2 L, EF 24-70mm f2.8 L,
    EF 70-200mm f2.8 L IS II, Sigma 120-300mm f2.8 EX APO
    Photoshop CS6, ACR 8.7, Lightroom 5.7

  • NON-COMPLIANT: ..oraInst.loc doesn't point to inventory inside ORACLE_HOME

    Hello Gurus:
    I have just migrated and upgraded EBS 11i to 12.1.1 and now having trouble with the oraInventory setup.
    I have the three $ORACLE_HOMEs for 11.2.0 rdbms, 10.1.2 & 10.1.3 for the apps.
    cat /etc/oraInst.loc
    inventory_loc=/etc/oraInventory
    inst_group=oinstall
    RDBMS:
    cat /u01/app/oracle/product/11.2.0/db_1/oraInst.loc
    inventory_loc=/etc/oraInventory
    inst_group=oinstall
    10.1.2 :
    cat /u02/applfind/apps/tech_st/10.1.2/oraInst.loc
    inventory_loc=/etc/oraInventory
    inst_group=oinstall
    10.1.3 :
    cat /u02/applfind/apps/tech_st/10.1.3/oraInst.loc
    inventory_loc=/etc/oraInventory
    inst_group=oinstall
    First there is no ouicli.pl in RDBMS home so I use ./runInstaller -silent -attachHome to add it to the inventory
    For 10.1.2 & 10.1.3 Homes, when I use ouicli.pl it give me errors:
    cd $ORACLE_HOME/appsutil/clone
    ./ouicli.pl
    Out put:
    NON-COMPLIANT: /u02/applfind/apps/tech_st/10.1.2/oraInst.loc does not point to an inventory inside the current ORACLE_HOME
    Rapid Clone only supports oraInst.loc at that location if its content points to an inventory inside the same ORACLE_HOME
    Please make the necessary changes to the following file:
    /u02/applfind/apps/tech_st/10.1.2/oraInst.loc
    running OUI CLI home cloning:
    /u02/applfind/apps/tech_st/10.1.2/oui/bin/runInstaller -debug -clone -silent -force -nolink -waitForCompletion -invPtrLoc /etc/oraInst.loc session:ORACLE_HOME=/u02/applfind/apps/tech_st/10.1.2 oracle.as.j2ee.top:s_asInstanceName=OFD1_TOOLS__u02_applfind_apps_tech_st_10_1_2 oracle.as.j2ee.top:s_adminName=ias_admin oracle.as.j2ee.top:s_adminPassword=welcome ORACLE_HOME_NAME=OFD1_TOOLS__u02_applfind_apps_tech_st_10_1_2 -J-Doracle.installer.noLink=true
    Finished OUI CLI cloning for s_tools_oh with return code: 0Sat Oct 6 04:52:49 2012
    I have followed MOS Notes to no success:
    How to create, update or rebuild the Central Inventory for Applications R12 [ID 742477.1]
    How to Recreate the Global oraInventory [ID 295185.1]
    Global and Local Inventory explained [ID 360079.1]
    1) Looking at my oraInst.loc entries above what am I missing?
    2) Should there be a local and then a Global inventory? And if so, how is each defined - especially the Local inventory?
    3) How to I get ouicli.pl to update both local and global inventories as it is supposed to do?
    4) Why is it that When I changed the entry of /u02/applfind/apps/tech_st/10.1.2/oraInst.loc to:
    inventory_loc=/u02/applfind/apps/tech_st/10.1.2/oraInventory
    The /etc/oraInventory/ContentsXML/inventory.xml will not be updated?
    Thanks
    ChoMA

    Hello Hussein,
    We are Migrating and upgrading EBS 11i on a 32 bit ULN 4 to EBS 12.1.3 on an x86-64 bit ULN following doc 557738.1 (Export/import notes ....)
    We are currently at 12.1.1 and preparing to move onto 12.1.3.
    The folder $ORACLE_HOME/appsutil/clone/bin on this new server and installation f 12.1.1 does not contain adcfgclone.pl as needed by Note 458653.1
    Note [ID 742477.1] (How to create, update or rebuild the Central Inventory for Applications R12) called for using $ORACLE_HOME/appsutil/clone/ouicli.pl in the 11.2.0 rdbms ORACLE_HOME but this file (ouicli.pl) is also not there? It is nevertheless presnet in the in 10.1.2 & 10.1.3 ORACLE_HOMEs.
    1) Looking at my three oraInst.loc entries above what am I missing?
    2) Should there be two inventories (Local & Global)? And if so, how is each defined - especially the Local inventory?
    3) How do I get ouicli.pl to update both local and global inventories as it is supposed to do? From the error (NON-COMPLIANT: /u02/applfind/apps/tech_st/10.1.2/oraInst.loc does not point to an inventory inside the current ORACLE_HOME), ouicli.pl apparenlty needs a local inventory but how do I define both?
    4) Why is it that when I changed the entry of /u02/applfind/apps/tech_st/10.1.2/oraInst.loc to:
    inventory_loc=/u02/applfind/apps/tech_st/10.1.2/oraInventory
    The /etc/oraInventory/ContentsXML/inventory.xml will not be updated?
    Thanks very much
    ChoMA

  • Physical Inventory Document deletion in Production system

    Hi Friends,
    There is an physical inventory document # xxxxxxxxx from 2003, which has
    also posting block, which is likely to cause that couple of materials
    can not be maintained.
    Now This document needs to be simply deleted in tx
    MI02. I tried this in Test system and did not have any trouble.
    However I am not sure can i do the deletion in Production system..??
    Pleae guide me is there any problem in production to cancel this Document.
    What type of precations i  need to take care in Production system.
    Brgds,
    RK

    Hi there
    You can delete it directly, it is not an issue, if you want to cross check ( if the material with CC), you can run in MICn for those materials and generate session page you can see for avail for the generate session to create the new PI/CC (based on the Last count date as the older one, not the recently counted and deleted,,)
    Hope it helps
    Senthil

  • Count function trouble

    I thought this would be an easy query to write, but am having
    much difficulty, maybe one of you can tell me what im doing wrong.
    I have a page that display's inventory items, and they have a
    category, subcategory, and a specification. I want it to display
    the items once the user chooses a subcategory, and then have the
    spec choices on the side to narrow the search further if they so
    decide. I want it to have a number in parenthesis beside the spec
    name telling you how many rows have that particular spec.
    In example, if they choose audio video equipment, then they
    choose receivers, All the receivers will show on the page(which
    works fine now), but on the side bar I want it to have something
    like this:
    Single Channel (16)
    Multi Channel (22)
    Distribution (7)
    Then the user could click on one of those and it will narrow
    the search down. Im able to get everything done fine except for the
    numbers in parenthesis next to the spec name. Any time I use the
    count function I seem to have trouble, btw I am using MS Access.
    How can I modify the code below to work for this. . .
    Thanks,
    Mike

    Not sure if I can answer all of your questions, but as for
    your query, If you are using count(), you really don't need
    distinct, but you do ned to GROUP BY the other non-count
    parameters. Also, you should use an alias for your count() field.
    SELECT i.spc_id, s.spc_name, COUNT(i.spc_id) AS spc_count
    FROM spec s INNER JOIN inventory i ON s.spc_id = i.spc_id
    WHERE i.cat_id = #cat#
    AND i.sub_id = #sub#
    GROUP BY i.spc_id, s.spc_name
    Phil

  • Beginning Inventory calc in ASO

    I'm just trying to put a simple calculation to link the beginning inventory balance to the prior period ending inventory.
    Here is what I put on the member formula:
    For Apri (April as the first month of the fiscal year)
    Beg Balance =
    (PrevMember(Year.CurrentMember,Level),[Mar],[Ending Inventory])
    For May-March:
    Beg Balance =
    (PrevMember(Period.CurrentMember,Level),[Ending Inventory])
    However, I keep getting the error below for retrieve (no problem for saving the outline)
    Error executing formula for "Beginning Inventory": Recursion limit [31] reached.
    I think it's because the formula confuses itself with the April and March balances kinda of referring to themselves....But it's for different years and it should just roll forward. I had no problem with BSO calc scrip or business rules.
    Any trick I can learn to make it work in MDX ? Really appreciate your help! Thanks.

    OK but you still will have to load every years begining inventory
    Besides you did not use that very begining inventory number in any of the formulas I saw. Nevertheless if the only beginnning inventory amount is more than 31 months back from any month you are in trouble.
    ANYTHING other than preloading BoY inventory will be slower -
    The only possible alternate solution is to write a formula for BoY inventory that says it = sum of the previous years ending inventory WITHOUT including BoY
    1 change your Ending Inventory formula to recurse ONLY to BoY - and not explicitly jump to prior years.
    Add a BoY formula with a lower solve order that sums(Purchases - sales) for all prior years + the special beginning of cube inventory value
    Assuming you built the following into your year dimension:
    YearsMultiple hierarchies enabled
    FYs label only
    fy12
    fy11
    fy10
    FY09
    Internal Calc Usage label only
    PreFY12
    FY11
    PreFY11
    FY10
    PreFY10
    FY09
    PreFY09
    Then the formula for your BoY member could be just ( StrToMbr( Concat( "Pre", [Years].CurrentMember_Name ) , Purchases ) - ( StrToMbr( Concat( "Pre", [Years].CurrentMember_Name ) , Sales ) + ([Special BofCube Beg Inv Account], [First Year], [Whatever month you loaded it to] )

  • Table or FM to display inventory for material in plant for a specific time

    Hi, is there a table or FM or transaction that can display the plant inventory for a material for certain batch/plant for a specific time? I need to trouble shoot a problem that may be related to delivery not been created on the date determined in the sales order schedule line. Need to see if there is actually sufficient stuff at the time when the delivery due list is executed.
    MMBE or MB52 only gives me the inventory level as of the systems date/time. Need to pull out historical data.
    Any advise is appreciated.
    Thanks

    hi
    MB5B is one option to get stock on particular date.may be you can chedck MD05 - MRP list to get stock statement at time of MRP run.
    Vishal...

  • C1 Inventory Database object

    I've been trying to install ZDM services on a OES2 server and have been having all sorts of trouble. After numerous reinstalls, I've decided to install the parts one at a time until I found what wasn't working, and it ends up being the Inventory Database. I have performed a new install of the Inventory Database only, it creates the object in ConsoleOne, I can configure the properties of it, but when I try to do the Tools->Zen Inventory-> Configure DB, I keep getting a message saying that it is unable to connect, check database properties and make sure that it is running.
    The only property that I have changed is changing the server name from DNS address to IP address, nothing else. I've checked the services on the server and novell-zdm-sybase is running, but I'm not seeing any log files in /var/log/novell/zenworks, only the logs from installation. Any ideas at where I should be looking next? Thanks!

    They are running, and all of the services that I have installed are also running, but I still get the error. I have noticed that when I have a clean install with only OES2 and ZDM everything works, but I also want to have GWMobile on the same server and that is usually where I run in to trouble. The only changes that I've made is the apache listen.conf file to different ports so that GWMobile works on the server, but after installing ZDM I get a "cannot contact relay server" from the localhost when I try to access the login page, but that is another issue. It seems like I can either install GWM or ZDM on the server it is fine, but they don't seem to get along together. Any ideas for something else to check would be great. Thanks!
    Originally Posted by kesselaar
    Could you verify the following processes are running
    /etc/init.d/novell-zdm-inv status
    /etc/init.d/novell-zdm-sybase status
    /etic/init.d/novell-zfs status
    /etc/init.d/novell-zmd status
    also try running /opt/novell/zenworks/bin/ZDMstart and ZDMstop
    Regards, Arnoud

  • New Goods Movement Type for Inventory Manager

    Hi Guys,
    I need to change a goods movement code used on Mobile App Inventory Manager 4.0 to a custom (Z) goods movement code, the fileds are the same so I thought changing the constant will work for this as we do a GoodReceipt with no reference to Purchase nor Production order (gmCode = 501) with a custom, copied from standard, Movement type gmCode = 950 (this is a well known practice on ERP). I have changed only the global constant on my copied IM application, for testing purpose and the local GR was created with gmCode = 950 instead of gmCode = 501, but when I was transmiting in order to create goods movement document on SAP, the application throws an error like: "PostReceiptsSteplet - Goods Movement Impossible with good movement type 950 - Server error". So I would like to know first:
    If is it possible to include or change the standard gmCode for custom gmCode on mobile app Inventory Manager 4.0?
    What would it be the Best Practice to do this? The steps to include a custom movement type, now I know is not only changes on global constants
    I have checked the java doc for this method "PostReceiptsSteplet", and it did not say anything about the constructor .... or how is used... what has inside... what is the condition of execution.... nothing ...
    Please Help... Mark Pe Stephen Streeter Jason Latko Omar Candelaria Manju Venkatesha
    BR,
    Mariana
    Tags edited by: Michael Appleby

    Jason Latko
    If those java source code are so troublesome to request... why should I request them if I won't change the app's base functionality??. Instead of requesting those java source code, the documentation of the java doc should improve, well the documentation in general for this app should improve ... Is only a suggestion ... I'm trying very hard not to ask for those source code, because what Mark Pe  answer me on another post: If I ask for them, a disclamer must be signed because I could change a base functionality... and that's perfectly fine. But if I need to extend a class and add a few field: why do I need to ask for the code instead of checking the documentation and apply the customization needed?
    Now I have some trouble extending a SAPOBJECT, because I don't quite understand the design of how you manage MaterialDocument / MaterialDocumentItem on the app. But I will post this question on another thread
    BR & Always Thankful
    Mariana

  • Device inventory question

    So we have a lot of unknown devices in our inventory that Spiceworks has found. We are sure that a lot of them are things that are no longer connected.
    So I had a thought. If I was to delete all of them from the inventory screen, Would Spiceworks re-discovery them and add them back to the inventory if they are still connected to the network?
    This topic first appeared in the Spiceworks Community

    Thanks much for your response. the issue is reolved after correctly re-configure snmp v3 on all WAAS. and most of them LMS able collect inventory. but few of them still failed and LMS say "wrong security name" I have configure my snmp v3 using "configration Manager" and all my WAAS are    1.3.6.1.4.1.9.1.985 Cisco WAE-574 Wide Area Application Engine. so I am wondering why few of them still unable respond to snmp. repeatdly check the configration the config are all the same. any suggestion what else I can do on thoses failed WAAS, or trouble shooting snmp on WAAS device. thanks again    

  • Physical Inventory on a production shop floor

    Hi all,
    I would like to know how I should go about physical inventory on our shopfloor. WM is active and HUM is active. Also all the Handling Units are assigned to Production Orders.
    I've tried using the transaction codes LX16 and LX15 but I run into the following errors:
    >>The HU is assigned to a document. (I find I have to delete the assignment but I have trouble reassigning the HU back to the Production order  after inventory is completed because it is then assigned to the inventory document and I do not know how to delete assignment from an inventory document)
    >>Search for material in HU storage location is not supported.
    There must be some way.
    Kindly make suggestions.
    Thank you.

    Hi
    You can use this URL to check documentation for WM physical inventory process - [http://help.sap.com/saphelp_erp60_sp/helpdata/en/c6/f8480e4afa11d182b90000e829fbfe/content.htm].
    Do note this warning from SAP regarding the type of inventory counting procedure you should use:
    Some of these inventory procedures are subject to legal restrictions, others may not be suitable for use with your warehouse for warehouse-related technical or organizational reasons. SAP therefore recommends that you define the inventory procedure to be used together with the person responsible for inventories, and agree on the inventory procedure with your external auditor.
    Thanks,
    Anil

  • Warehouse inventory item unit price

    Dear All,
    would like to ask about a question, hopefully someone can kindly help on this.
    in my b1 inventory setting, it use Moving Average, Each warehouse have it own moving average.
    there is 3 warehouse, A,B and C. warehouse C is used for receiving the Returned Goods.
    there is a Sales Order for Goods1 at $10 issue from warehouse A. and then due to some reasons the Goods1 need to be Returned to warehouse C, it should use warehouse C's unit price (let's say is $3), but it used warehouse A's unit price (let's say is $7 due to using moving average, it is not $10). it only happen SOMETIMES...
    i really have no idea when will it use warehouse A price and warehouse C price.
    and how to set the inventory setting? i mean how to set each warehouse have it own moving average?? usually shouldn't all warehouse use the same moving average among each item??
    sorry for so many question, but i really need help because the system consultant really set it up in messy and i cannot get much help from this consultant. i need to trouble shoot each problem for the operation users.
    Thank you very much.

    Dear Tac,
    Two issues regarding how to understand Moving Average:
    1. The current value of the item in the warehouse will not be changed before any transaction posted to this specific warehouse.  It is equal to On Hand x Item Cost (in this warehouse)
    2. Any new transaction will be posted based on the item value in the document (such as delivery and return), not related to any current value in the warehouse.  The new average will be calculated based on
    New Current Value = Existing value + New Value
    The new item cost = New Current Value / New On Hand
    Hope you got a clear picture
    Thanks,
    Gordon

  • Server Inventory and Desktop Inventory on same box?

    I have been trying to run the inventory services for both Desktop and Server
    on the same box. I have got it running now after some trouble (no help to
    novell doc). I have it setup to roll everything up with no local databases.
    My question:
    Is anyone doing the same in a semi large enviroment 50+ servers 6000+
    desktops?
    I have been working in a small test inviroment so I am a little hesitant to
    deploy into production.

    Frank,
    It appears that in the past few days you have not received a response to your posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at http://support.novell.com in both the "free product support" and "paid product support" drop down boxes.
    - You could also try posting your message again. Make sure it is posted in the correct newsgroup. (http://support.novell.com/forums)
    If this is a reply to a duplicate posting, please ignore and accept our apologies and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

Maybe you are looking for

  • Is it possible to upgrade some of the hardware of my laptop

    I own a hp Probook 450 G1. I would like to upgrade my RAM/Memory to 8 GB(or more) and Graphics card, is it possible? Current specificaion : This question was solved. View Solution.

  • How to pass variables between applications?

    I am able to send fixed string from InDesign to Bridge like in my "sample 1", but not able to send variable like in "sample 2" (myDocName is the variable). How to solve this? // sample 1 var bt = new BridgeTalk; bt.target = "bridge"; bt.body = "var m

  • Small video screen on iPhone 4

    when someone send me a mms video it is real small, with alot of black background on it, WHY IS THIS HAPPENING AND CAN I FIX THIS

  • Output number is wrong when inputing number w/commas

    I've been working on this code for less than a week and have been able to make it work like I need it to except when I input numbers with commas (the loan amount) or I'll get an error when I type in "%" for the interest. Any ideas on what I've done w

  • Retreiveing session

    Hi there! My application uses struts as its controller. I'm having a problem here with session. One of my actions, set an variable to the session scope. Then, it forwards the user to a page that contains an applet, that comunicate with my server thro