Difference betweend WKS object and Inventory database

Hi,
I try to figure how the inventory process work.
Some computers with recent cpu (HP DC7800 and up) doesn't appears in the inventory database (zen_processor table). But if I check in the workstation object I see all information about the processor.
We are using ZDM 7 SP1 IR4 HP2 with the Zenworks Agent of the same version on computers.
Anyone have a clue ?
Regards,
Patrick

ppellegr,
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:
- Visit http://support.novell.com and search the knowledgebase and/or check all
the other self support options and support programs available.
- You could also try posting your message again. Make sure it is posted in the
correct newsgroup. (http://forums.novell.com)
Be sure to read the forum FAQ about what to expect in the way of responses:
http://forums.novell.com/faq.php
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/

Similar Messages

  • Difference between abap object and function

    hi all,
    i read the book on abap object of the difference between abap object and classical abap.
    i know that there is only 1 instance of a specific function group but somehow i still not so clear why subsequent vehicle cannot use the same function. i also can use the do and loop to call the function? if cannot then why?
    hope can get the advice.
    thanks
    using function *********
    function-pool vehicle.
    data speed type i value 0.
    function accelerate.
    speed = speed + 1.
    endfunction.
    function show_speed.
    write speed.
    endfunction.
    report xx.
    start-of-selection.
    *vehicle 1
    call function 'accelerate'.
    call function 'accelerate'.
    call function 'show_speed'.
    *vehicle 2
    *vehicle 3
    *****abap object*******
    report xx.
    data: ov type ref to vehicle,
             ov_tab type table of ref to vehicle.
    start-of-selection.
    do 5 times.
    create object ov.
    append ov to ov_tab.
    enddo.
    loop at ov_tab into ov.
    do sy-tabix times.
    call method ov->accelerate.
    enddo.
    call method ov->show_speed.
    endloop.

    Hi
    Now try this:
    REPORT ZTEST_VEHICLEOO .
    PARAMETERS: P_CAR   TYPE I,
                P_READ  TYPE I.
    *       CLASS vehicle DEFINITION
    CLASS VEHICLE DEFINITION.
      PUBLIC SECTION.
        CLASS-DATA: MAX_SPEED   TYPE I,
                    MAX_VEHICLE TYPE I,
                    NR_VEHICLES TYPE I.
        CLASS-METHODS CLASS_CONSTRUCTOR.
        METHODS CONSTRUCTOR.
        METHODS ACCELERATE.
        METHODS SHOW_SPEED.
        METHODS GET_SPEED EXPORTING E_SPEED TYPE I.
      PRIVATE SECTION.
        DATA: SPEED      TYPE I,
              NR_VEHICLE TYPE I..
    ENDCLASS.
    *       CLASS vehicle IMPLEMENTATION
    CLASS VEHICLE IMPLEMENTATION.
      METHOD CLASS_CONSTRUCTOR.
        NR_VEHICLES = 0.
      ENDMETHOD.
      METHOD CONSTRUCTOR.
        NR_VEHICLES = NR_VEHICLES + 1.
        NR_VEHICLE  = NR_VEHICLES.
      ENDMETHOD.
      METHOD ACCELERATE.
        SPEED = SPEED + 1.
        IF MAX_SPEED < SPEED.
          MAX_SPEED   = SPEED.
          MAX_VEHICLE = NR_VEHICLE.
        ENDIF.
      ENDMETHOD.
      METHOD SHOW_SPEED.
        WRITE: / 'Speed of vehicle nr.', NR_VEHICLE, ':', SPEED.
      ENDMETHOD.
      METHOD GET_SPEED.
        E_SPEED = SPEED.
      ENDMETHOD.
    ENDCLASS.
    DATA: OV     TYPE REF TO VEHICLE,
          OV_TAB TYPE TABLE OF REF TO VEHICLE.
    DATA: V_TIMES TYPE I,
          FL_ACTION.
    DATA: V_SPEED TYPE I.
    START-OF-SELECTION.
      DO P_CAR TIMES.
        CREATE OBJECT OV.
        APPEND OV TO OV_TAB.
      ENDDO.
      LOOP AT OV_TAB INTO OV.
        IF FL_ACTION = SPACE.
          FL_ACTION = 'X'.
          V_TIMES = SY-TABIX * 2.
        ELSE.
          FL_ACTION = SPACE.
          V_TIMES = SY-TABIX - 2.
        ENDIF.
        DO V_TIMES TIMES.
          CALL METHOD OV->ACCELERATE.
        ENDDO.
        CALL METHOD OV->SHOW_SPEED.
      ENDLOOP.
      SKIP.
      WRITE: / 'Higher speed', VEHICLE=>MAX_SPEED, 'for vehicle nr.',
                VEHICLE=>MAX_VEHICLE.
      SKIP.
      READ TABLE OV_TAB INTO OV INDEX P_READ.
      IF SY-SUBRC <> 0.
        WRITE: 'No vehicle', P_READ.
      ELSE.
        CALL METHOD OV->GET_SPEED IMPORTING E_SPEED = V_SPEED.
        WRITE: 'Speed of vehicle', P_READ, V_SPEED.
      ENDIF.
    Try to repeat this using a function group and I think you'll undestand because it'll be very hard to do it.
    By only one function group how can u read the data of a certain vehicle?
    Yes you can create in the function group an internal table where u store the data of every car: in this way u use the internal table like it was an instance, but you should consider here the example is very simple. Here we have only the speed as characteristic, but really we can have many complex characteristics.
    Max

  • Difference Between Business Object And Class Object

    Hi all,
    Can any one tel me the difference between business object and class Object....
    Thanks...
    ..Ashish

    Hello Ashish
    A business object is a sematic term whereas a class (object) is a technical term.
    Business objects are all important objects within R/3 e.g. sales order, customer, invoice, etc.
    The business objects are defined in the BOR (transaction SWO1). The have so-called "methods" like
    BusinessObject.Create
    BusinessObject.GetDetail
    BusinessObject.Change
    which are implemented (usually) by BAPIs, e.g.:
    Business Object = User
    User.Create => BAPI_USER_CREATE1
    User.GetDetail => BAPI_USER_GET_DETAIL
    CONCLUSION: Business Object >< Class (Object)
    Regards
      Uwe

  • What are the differences between Cost Org and Inventory Org

    Hi Experts,
    Can someone help me understand the differences between cost orgranization and Inventory Organization?
    Thanks,
    -Amith.

    Legacy is an encrypted disk image of your Home folder, FileVault2 is whole disk encryption

  • What are the differences between PD objects and PA objects?

    can any one tell me What are the differences between PD objects and PA objects?

    PA is based on Infotypes 0000-0999. PD is based on Infotypes 1000-1999, chief being Objects Infotype 1000. Objects Infotype is the source of different Object Types such as Person, Position, Org Unit etc. You can check that through transaction OOOT.
    Regards
    Lincoln

  • Difference Between Raw Material and Inventory Account

    Hi Experts,
    can you pls explain me the difference between raw material account and inventory account opened under Asset Drawer in Chart Of Account ??

    Hi Divya.......
               There is no difference between raw material and inventory account. Infact the raw material is nothing but stock and stock includes the finished semifinished product also. In short the stock account belongs to the category inventory account.......
    Regards,
    Rahul

  • Difference between DB Export and Offline Database Backup

    Hi all,
           This is a conceptual Question.
    I want more information on what is the difference between DB Export and Database Backup? Also, it would be helpful if you can provide me with some links to them where I can increase my knowledge regarding DB Export, why it is done and tell me some scenarios.
    Thanks.
    Anil

    Hi Anil,
    I have no link for DB export for you, because you don't ask for a specific database. But if you like, you can read the export part of the System copy guide you can download from http://service.sap.com/instguides.
    But may be a short description is enough:
    DB Export:
    A DB export exports only the structure and data from the database, but no index pages. Therefore you have to build the indexes during the import. This could be very CPU intensive if your tables are big.
    DB Backup:
    A backup is a copy of all used blocks/pages inside a database (in Oracle also unused blocks). This includes structures, data and indexes. When you restore it, only the blocks/pages were moved, no additional operations are necessary.
    If you want to keep a small copy which is less release dependent than a backup, you should use a DB export (if you  use R3load, you are also DB independent). If you want to have a copy of your database which could be restored quickly , you should use a DB backup.
    Regards
    Ralph Ganszky

  • The difference using file text and using database ...

    whatz 'p dude !!!
    yo men i have a little quest bout using file text and
    usig database .
    the quest is :
    if u a programer tell me, if u use file text why u use that ?
    whats the advantages using file text for saving record ?
    and if u use database like jdbc,sql,orcle for making java
    what the advantages using them ?
    can u give me some hope plizzzz

    if u a programer tell me, if u use file text
    why u use that ?Text files are good for storing things like configuration data. For this, you are best served using java.util.Properties to store data in any easily accessible format. That's the problem with text files, you have to invent a format and a way to read/write that format every time you use a text file for a database. Sure you could use a standard format like CSV, but you run into big problems when your database exceeds several megabytes in size. Doing something a simple as reading a single field from a file usually involves reading the entire file. That can kill performance if you have to do it repeatedly and often.
    and if u use database like jdbc,sql,orcle for
    making java what the advantages using them ?Java was made with C, not with JDBC, SQL, or Oracle. SQL is a language for reading and writing data from a database. JDBC is a Java interface to interact with databases. And Oracle itself is a relational database.
    The advantages of using a database are ease of use, performance, and reliability. All you need to know is JDBC and SQL to read/write data from a database (though SQL varies slightly with every different database). Databases use indexes to allow them to quickly find rows and fiels in a database without having to read the entire database. Most of them cache data in memory to speed things up too.
    That's it. If you want to know more, search Google or buy a book or two :)
    can u give me some hope plizzzzI'm hopeful you will realize that you make yourself look like an idiot typing like that.

  • What's the difference between Action Objects and ActionListeners

    Hello,
    in the Introduction to JSF two ways handling action are demonstrated. One way is "Combining Component Data and Action Object" the other way is "Handling Events."
    What's the difference? When do I use this or that way?
    The one thing I understand is when using "Combining Component Data and Action Objects" I use the default ActionListener and I may directly access the input values.
    TIA,
    Juergen

    Hi Juergen,
    The bottomline is 'not much', only in the details to these two approaches differ.
    The ActionListener object will have events broadcast to it for a particular object by the event mechanism in JSF. You can add one to a specific component via the f:action_listener tag. This will have your listener getting events during specific points in the request processing lifecycle (you specify via your return value for getPhaseId).
    The Action class that an actionRef reference refers to an Action that will be invoked during the invoke application phase. (see pg 71).
    I would recommend using actionRefs and Action objects wherever possible and going to ActionListeners only when you need notifications during a specific phase of the request/response cycle.
    Hope this helps,
    -bd-
    http://bill.dudney.net

  • Is there any Difference between Business Objects and SAP Business Objects

    Hi Folks,
    I am planning to learn BO, i need clarification is both normal BO and SAP BO are same or SAP's BO is different from what we have old BO
    Please any one suggest me on this.
    Thanks & Regards
    Ramakrishna Kamurthy

    hi,
    BO and SAP BO are both the same....recently the SAP took the BO and it is now the property of SAP....also in the future the BO is used in SAP BI for reporting purposes. But you need licensing for SAP BO.
    hope it helps.
    raghu.

  • Difference bet ween Fleet Object and Production Resource Tools

    Hi all,
    Please give me the difference between Fleet Object and Production Resource Tools in Plant Maintenance
    Thanks in Advance
    Thanks,
    shriraam

    Dear,
    Production Resources/Tools (PRT)
    Unlike machines and fixed assets, production resources and tools (PRTs) are movable (not stationary) operating resources that are required to perform an activity and can be used repeatedly. For example, PRTs include documents, engineering drawings, jigs and fixtures, and measurement instruments.
    Fleet Management
    Here can map the vehicles as equipment master records and enter vehicle-specific additional data, which is displayed in the system on two additional tab pages. This means that you can now specify important fleet data such as the license plate number, load volume, consumption data, fuel card number, engine data, or fuel type and so on directly in the equipment master record.
    You can also perform maintenance planning for a fleet object. You can make the date of the next scheduled service dependent on the distance
    Please refer this link,
    [Link|http://www.nd-solutions.com/pdfs/white_EAM/EAM_ConfiguringFleetMgt.pdf]
    Regards,
    R.Brahmankar

  • Differences listed between ASCP Optimization and Inventory Optimization ?

    Does anyone has a listed readymade document listing the differences between ASCP optimization and Inventory optimization modules.
    thx for your help.
    thx and rgds,
    Pankaj

    Hi,
    As explained IO will recommend time phased Safety stocks it also provides various constraint option, we can make use of it as per our requirement.
    In ASCP, following optimization are available:
    1. Maximize inventory turns
    2. Maximize plan profit
    3. Maximize on-time delivery
    If you want to use the same optmization in IO, we can fulfill the requirement by available IO constraints say max on-time delivery thro enforce service level constraint.
    Hope it will help u.
    Tks
    M J

  • Does the Inventory database clean itself?

    Scenario:
    NW 6.5 SP5
    eDir 8.7.3.8
    ZfD 6.5 SP2
    Issue:
    Need to delete and reimport all wks in eDir.
    Details:
    All workstations are imported into eDir, and scanned by ZfD 6.5 Inventory services.
    A number of the wks are (due to historical reasons) imported into wrong contexts,
    and a number of them are imported with a wrong wks name too.
    What happens with the Inventory database if I delete all imported wks objects,
    and then reimports them with a new name, and some of them also into another OU?
    Can I just do this, and thereafter start a full new inventory scan?
    What will happen with the old database entries for the wks that will be imported into a new OU,
    and with the wks that will import under another name..?
    In other words, will the inventory database be cleansing itself for the old wks entries?
    - Erik

    On Mon, 14 Aug 2006 09:15:32 GMT, Erik Aaseth wrote:
    > In other words, will the inventory database be cleansing itself for the old wks entries?
    normally yes.. take a look at the documentation and the sync schedule of
    the inventory service object.
    Marcus Breiden
    If you are asked to email me information please change -- to - in my e-mail
    address.
    The content of this mail is my private and personal opinion.
    http://www.edu-magic.net

  • Differences between ANSI SQL and Oracle 8/9

    Hallo,
    i'm looking for good online texts or books concerning the problem "Differences between ANSI SQL and different database implementations (ORACLE, Informix, MySQL...)" I want to check a program written in C (with ESQL) that works with an Informix-DB. In this code i want to find code that is specific to the Informix-DB. I want to change the database, so all the code should be independent from a DB. Does anybody know texts or books concerning this problem?
    thx
    Marco Seum

    Basically there is syntax difference between both of them.
    Lets say i want to join two table EMP and DEPT based on DEPTNO.
    With Oracle SQL format its like this.
    select e.*
      from emp e, dept d
    where e.deptno = d.deptnoHere the joining condition goes in the WHERE clause.
    With ANSI SQL format its like this.
    select e.*
      from emp e
      join dept d
        on e.deptno = d.deptnoHere the join condition is mentioned separately and not in WHERE clause.
    Oracle supports ANSI SQL starting from 9i version.
    You can read more about the syntax difference Here

  • Regarding mandatory fields, Context Objects and Fault Message Types

    Hi All,
    1) I am creating a structure with fields "Name", "Street" and "City". While creation i want to make "Name" fields as mandatory. Is it possible. If so how to achieve this.
    2) What is the purpose of Context Object and in which situation we will use this.
    3) What is the purpose of Fault Message Types and in which situation we will use this.
    4) I am doing file to file scenario, at sender side i have set the adapter as file and transport protocol as "FTP" . It is asking for "Server", "PORT" and "Login Details". What is this FTP, for this do i need to take any login details. I am totally not aware of FTP, could please explain more about this.
    Kindly look into the above points and respond point by point.
    Thanks in advance.
    Regards,
    Prem.S

    Hi prem,
    <b>1) I am creating a structure with fields "Name", "Street" and "City". While creation i want to make "Name" fields as mandatory. Is it possible. If so how to achieve this.</b>
    give occurence 1..unbounded. for the field name.
    <b>2) What is the purpose of Context Object and in which situation we will use this.</b>
    If u have multiple receiver system then to determine the reciever u can use context object.....
    the alternative of context objetc is X-Path...
    Check out these
    http://help.sap.com/saphelp_nw2004s/helpdata/en/d6/e44fcf98baa24a9686a7643a33f26f/content.htm
    /people/prasadbabu.nemalikanti3/blog/2006/09/20/receiver-determination-based-on-the-payload-of-input-dataextended-xpathcontext-object
    Here is a scenario where context objects were used for BPM
    Technical Context Object in ccBPM
    Get the details here:
    http://help.sap.com/saphelp_nw04/helpdata/en/d6/e44fcf98baa24a9686a7643a33f26f/frameset.htm
    Technical Context Objects :
    http://help.sap.com/saphelp_nw04/helpdata/en/d6/e44fcf98baa24a9686a7643a33f26f/frameset.htm
    A list of the Technical Context Objects names can be found here:
    http://help.sap.com/saphelp_nw04/helpdata/en/6e/ff0bf75772457b863ef5d99bc92404/content.htm
    Difference between context object and x-path:
    diff between context object and x path
    <b>3) What is the purpose of Fault Message Types and in which situation we will use this</b>
    whenever u want to catch some exception u can use fault message types.Just for a example u r sending some data to SAP system.But due to some reason the R/3 system is down.so in this case if u have implemented fault message ..u can get a error message specifying r/3 is down....
    Fault message implementation.
    /people/shabarish.vijayakumar/blog/2006/11/02/fault-message-types--a-demo-part-1
    How to Guide
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40574601-ec97-2910-3cba-a0fdc10f4dce
    <b>4) I am doing file to file scenario, at sender side i have set the adapter as file and transport protocol as "FTP" . It is asking for "Server", "PORT" and "Login Details". What is this FTP, for this do i need to take any login details. I am totally not aware of FTP, could please explain more about this.</b>
    there are two transport protocol for File adapter
    1)FTP(File transfer protocol)
    to know abt FTP check here
    http://help.sap.com/saphelp_nw04/helpdata/en/43/0e16bfd7b021aee10000000a1553f6/content.htm
    2)NFS(Network File System)
    in server :Enter the host name or IP address of the FTP server.
    in PORT:Specify the port number of the FTP server.
                 The default is the standard port for the FTP server (21)
    check here
    http://help.sap.com/saphelp_nw04/helpdata/en/e3/94007075cae04f930cc4c034e411e1/content.htm
    Regards
    BILL
    <b>***reward with points if ity helps u!!</b>

Maybe you are looking for

  • /etc/launchd-user.conf and launchd.conf no longer work in Yosemite 10.10.2

    As the subject says. According to this: https://support.apple.com/en-us/HT201684, they should. However according to the man page for launchd.conf. "launchd.conf is no longer respected by the system."  Setting "umask 077" in /etc/launchd-user.conf sho

  • Is this a bug in XML SQL utility?

    insertxml includes the leading and trailing spaces of a value while inserting into the varchar2 columns. Whereas the XSchema parser ignores them while parsing. Is there a work around?

  • How to use ADF variables in C:when test?

    I have a <af:iterator in my page fragment as follows <af:iterator id="i1" value="#{queryModel.currentDescriptor.conjunctionCriterion.criterionList}" var="criterion" varStatus="vs"> Within this iterator, I want to make a decision absed on the index of

  • Oracle 9.2 e forms6i

    Hi to all, I have DB oracle 9.2 on windows 2003 end now I need to install a client di forms6i (only runtime) but I can't. I can install forms on a new oracle home but when execute a forms it doesn't work because it don't see the forms60_path variable

  • Set-up ? regarding Verizon Message+ app

    I have recently installed Verizon's Message+ text messaging app and I like it.  One thing I like a lot is how when I get a text message and it beeps to let me know I have a message when I turn on the screen of my Galaxy Note3 the message is already t