Serial Numbers of machines under reporting

I have been using ARD 3 to do an Audit of all our machines in the college. However I noticed that after running the standard machine summary report some of the machines came back listed with the same serial numbers which obviously is incorrect. Has anyone else had this problem and is there a solution. I don't want to do the reporting individually despite only having 69 machines.
Best regards
Robin Bassett

Thanks much appreciated didn't think that would make any difference ah well you live and learn.
Robin

Similar Messages

  • Serial Numbers generation  in XL Report

    Hi  All
    iam designing the reort using XL Report
    In that report i want to display the serial numbers column which should generate automatically at runtime of XL report which is not taken from any field it is
    what i have to do
    thanks in Advance

    Hi,
    The requirement is not under the scope of the xl reporter.
    But it can be achieved through a macro in the excel.
    Try to modify to your requirement with the following macro code
    Sub Macro1()
        ActiveCell.FormulaR1C1 = "1"
        Range("A2").Select
        ActiveCell.FormulaR1C1 = "2"
        Range("A1:A2").Select
        Selection.AutoFill Destination:=Range("A1:A17"), Type:=xlFillDefault
        Range("A1:A17").Select
        End Sub
    Also refer this document on [How to to Apply Microsoft Excel Macros within a Report Definition in XL Reporter|https://websmp206.sap-ag.de/~form/sapnet?_FRAME=CONTAINER&_SCENARIO=01100035870000000183&_OBJECT=011000358700002122502006E]

  • How to insert serial Number in BI Publisher Report

    Hi All,
        I want to insert serial numbers in BI Publisher report.
    For Example:
       SNO
         1
         2
         3
         4
    I tried below code in XML file...but i confused where i need to add these code in XML file
    <?xdoxslt:set_variable($_XDOCTX, 'var', 0)?>
    <?xdoxslt:set_variable($_XDOCTX,'var', xdoxslt:get_variable($_XDOCTX,'var‘)+1)?>
    <?xdoxslt:get_variable($_XDOCTX, 'var')?>
    Can anybody explain detail steps........
    Regards,
    Nagaraju M

    Use <?position()?> in your RTF template when you display your records..
    I believe if you search for posts on this forum, you will find several threads with similar requirement.
    Thanks,
    Bipuser

  • How to include Serial Numbers in a marketing documents

    Hi,
    we would like to show the serial number attached to the right item in the Invoice and Delivery documents.  But the serial number columns are always empty in the markleting documents.  My boss don't want to see the serial numbers on a separate report like it is right now.
    Do you have any solution ?  I tried to use a Formatted search to fill the Serial Number Field, but it's not working, I can't discard the wrong serial number or the SQL query do not work in SAP (thought it's working well in SQL Server)..
    Daniel Gagnon

    You should select the setting for When Batch/Serial No. Exist, Print 
    Select the option to print Batch or Serial Number information in inventory documents.
    Document and Batch/Serial No. (Print the document and the Batch or Serial Number information)
    To access this area  Administration > System Initialization > Print Preferences..Per document Tab
    Suda

  • Check serial numbers of ohter applications

    Anybody know if I can use ARD to check the serial numbers of installed applications.
    For example, I'd like to get a list of installed FileMaker Pro serial numbers by machine.
    Thanks,
    b.

    Sorry, but probably not. Most applications deliberately do not write their serial numbers in an easily accessible or readable place (it would make it easier to pirate the software), and this includes FileMaker which, I believe, encrypts the SN so that it's not viewable outside of the application.

  • How to use serial numbers in Crystal Reports?

    I want to use serial numbers in Invoices and Packing Lists in the report I built in Crystal. Is there a easy way to do that? I searched the forum but no helpful answers could be found.......

    I need more help! I did the following for my Invoice: OSRD-INV1 join by ItemCode and DocEntry
    DLN1-OSRD join by DocEntry and INV1-OINV join by DocEntry
    I'm sure this is not good. What are the right joins and which field from which table has to be placed in the Report? Thanks for your help, we just got life from April 1st, so I'm new with this....
    Edited by: Frits Pen on Apr 13, 2009 2:38 PM
    Edited by: Paulo Calado on Jun 12, 2009 4:56 PM

  • New Report including Serial numbers

    Hi all
    Need to develop a new report
    Feilds to be included are - PO number, Material code, Serial number , GRN , Goods issue note, text feild
    what are  the most suiatable tables that i can collect the above information
    Thanks and Regards
    Sasika

    Hi,
    Hope these tables will be useful
    EQBS Serial Number Stock Segment
    EQSE Serial Number Records
    MASE Last Serial Number for Material
    OBJK Plant Maintenance Object List
    SER00 General Header Table for Serial Number Management
    SER01 Document Header for Serial Numbers for Delivery
    SER02 Document Header for Serial Nos for Maint.Contract (SD Order)
    SER03 Document Header for Serial Numbers for Goods Movements
    SER04 Document Header for Serial Numbers for Inspection Lot
    SER05 Document Header for Serial Numbers for PP Order
    SER06 Document Header for Serial Numbers for Handling Unit-Content
    SER07 Document Header for Serial Numbers in Physical Inventory
    SER08 Document Header for Purchase Order Item Serial Numbers
    SERBL Plant Maintenance Object List
    SERI Serial Numbers
    ITOB
    Regards
    Madhu
    Edited by: MADHU SUDHANA on Sep 21, 2009 12:50 PM

  • Group By reports with Serial Numbers

    hi,
    i am creating group by reports with serial numbers. i use the
    following code to generate the serial numbers using a formula
    column:
    function SNOFormula return Number is
    SNO NUMBER(5);
    begin
    SNO := :SNO + 1;
    RETURN(SNO);
    end;
    I am able to acheive the required output with the above code in
    the case of Normal Tablular reports. But in the case of Group by
    reports, the output goes as follows:
    for example:
    sno,groupno,empno
    1,g1,e1
    e2
    e3
    4,g2,e5
    e6
    Any way out?. pls help.
    Regards,
    Prabhu S

    create a summary column in the group . set the function to
    count. set the source to the group name. set the reset at value
    as report. create a field in the lay our editor left of the
    group field. set the source as the summary column. you will see
    the numbering.
    Ex :
    Query : Select * From Emp;
    Group Field : Deptno
    Summary Field : CS_Count
    Properties of Cs_Count - Function => Count
    Source => DEPTNO
    Reset At => Report
    Now create a field in the lay out editor left side of deptno
    field lets say "SEQ", set the source to Cs_Count.
    It will disply the serial number of the groups.

  • APEX Report - how can i create column with serial numbers in a report

    Need help
    I have created a report with displaying no of rows resticted to 43, every time i genarate this report i would like to add serial numbers from 6 to 48
    apear in additional column. How can i do this?

    This is not really an APEX question, and would have been better posted on the {forum:id=75} forum.
    Note also that the best way to get fast, effective answer to questions is to provide sufficient information for people to fully understand them:
    http://tkyte.blogspot.com/2005/06/how-to-ask-questions.html
    You should also ensure that your forum profile is updated with a better handle than "user8308442".
    Getting back to the question, one way to do this is using the analytic function ROW_NUMBER():
    with t as (
    -- Test data. Replace with actual query. ---------------------------------------
      select
                dbms_random.string('a', 10) query_data
      from
                dual
      connect
                by rownum <= 43)
    select
              5 + row_number() over (order by query_data) sn -- use required ordering here
            , t.query_data
    from
              t
    order by
              sn
    SN                     QUERY_DATA
    6                      CApoRenlch
    7                      CDiUiSYdMo
    8                      FsjsWFpTMT
    9                      KbbzXvYmQv
    10                     MrjEPqAzFs
    11                     QKOPSdVWpr
    12                     REIXjjdLtD
    13                     RijqpNTzmv
    14                     RngzthgaFv
    15                     SKcPxsdlBE
    16                     SuqFKzMqbB
    17                     TxlglIYENC
    18                     TyWlxKbDIg
    19                     VdRbUOUOPz
    20                     XIQxzkBuKY
    21                     YVcWUJrswt
    22                     aVoYNlMkfx
    23                     cHZPsOlzYM
    24                     cTUEztIOae
    25                     etdNGqQasP
    26                     fVGoGWmdLL
    27                     gHANXpbvMW
    28                     gRNBnwtEhO
    29                     iyefgszgLT
    30                     jRaliUJjKS
    31                     jpzAvQXBwY
    32                     kJifAaetUN
    33                     kfbTWGGCpR
    34                     mTPtqYGvrG
    35                     mhAPgdzezZ
    36                     pdXidmikRX
    37                     pwNdAsqpIV
    38                     rPTBTObdKg
    39                     sFoNLHLeMH
    40                     squTbOYVUM
    41                     tPxSMqPpnQ
    42                     uJtqCybjXB
    43                     vEvrwnGnyJ
    44                     xOOseicRRy
    45                     xqqXBKURog
    46                     ydOPurqyvo
    47                     yqEZvoNsbg
    48                     zsWFLHjVLK
    43 rows selected

  • Losing serial numbers under Vista x64/Boot Camp

    I have Vista x64 installed under Leopard 10.5.2 under Bootcamp (running fine). I installed a 64-bit version of an animation program that required that I enter a bunch of serial numbers for its various modules. The app ran fine after I finished. But when I exited out to Mac OS and later came back into Vista, all the serials were gone and I had to enter them again. This is repeatable. Any thoughts or suggestions?
    Thanks much.
    Dennis

    Snow Leopard changed things

  • CS5.5 Student/Teacher Serial Numbers--Premiere/AfterEffects CS4?

    I recently bought CS5.5 Master Collection, Student and Teacher Licensing.  I was able to input the required information on the web site to get the serial numbers.  The resulting screen gave three:  Master Collection, Premiere Pro, and AfterEffects. 
    I'm not quite sure my current computer has a graphics capability to accommodate the CS5.5 versions of either and I would like to install the CS4 versions (I'm away from home, and my home desktop is DEFINITELY not up to snuff; I plan on upgrading that machine to be compatible as it is also my only RAID setup).  My question is:  are the serial numbers provided via the website for the CS4 versions of Premiere Pro and AfterEffects, or are those required to install the CS5.5 versions (i.e. those two programs require separate serial-number input from the remainder of CS5.5)?  I know previous threads in the forums deal with a 32-bit support kit, but my current computer is running Win7 64-bit--I am just unsure of the graphics capability; had to buy this laptop in a pinch when my previous one unexpectedly died a few weeks ago.
    I haven't installed anything yet; waiting to make sure I understand what serials go to which versions before jumping in and potentially messing up the install.  I currently run CS3 and plan on fully uninstalling before starting the CS5.5 install.

    Hi Boomer,
    Everything within the CS5.5 suite would run under a single serial number, the one for MC that you received...  The other keys would be for the separate 32-bit CS4 versions of AE and PP.  And you can use all of them on up to two of your computers.
    Lastly, you don't have to uninstall CS3 if you don't want to - it can run it side-by-side with CS4/CS5 if that helps, or you could uninstall it if you like.  If you do remove it, you might want to use the Creative Suite Cleaner Tool afterwards, just in case.
    Hope this answers all your questions - if not, just post back!

  • Serial Numbers with CiscoWorks LMS 3.2

    Hi all,
    Is there a way to find the Serial Numbers of all your Cisco devices using CiscoWorks LMS 3.2?
    Thanks in advance,
    Carles

    You can run a hardware report under RME > Reports > Report Generator > Inventory > Hardware Report.  However, some devices are not aware of their serial number electronically.  In these cases, you can add the serial number using the "snmp-server chassis id" command so that RME can pick it up.  You can check this link with details on how the serial number is obtained via SNMP.

  • Goods Receipt and Serial Numbers

    I'm getting the following error "[IGN1.WhsCode][line: 1] , 'This entry already exists in the following tables (ODBC -2035)'" when trying to add a goods receipt document containing a single item that is serial number managed via the DI API.  We are running against Business One version 2005A SP01 PL9.  The Goods Receipt PO transaction is reporting the same error.  The Goods Issue and Delivery transaction appeared to work correctly. The Goods Receipt transaction posted correctly when created in the B1 Client (GUI) application.  So it is an issue with the DI API.  We are using the SBODemo_US company database but we added a new item and configured it for serial number management.  This same code works with B1 2004A.  Our application is suppose to work with both versions of B1, so our application is built with version 2004A DI API.  Should this work, or do I need to use the 2005A version of the DI API when communicating with a 2005A system?  Would this version of the DI API work correctly with a 2004A system?
    Thanks,
    Jason Eiler

    I remembered encountering the same problem working with B1 2004A.  For the Goods Receipt and Goods Receipt PO documents, when receiving items that are serial managed I would fill in the InternalSerialNumber data member of the Document Lines Serial Numbers object.  The fix was I also had to provide some value for the SystemSerialNumber field.  I just always set it to a value of 1.  In B1 2005A, this issue must have been resolved, because when I commented out this line of code, the document was added successfully.  I don't have to provide a SystemSerialNumber, the system must generate one, as I would expect.

  • Goods movement with serial numbers

    Hi,
    1. Is there any report or table where I can see goods movement of material with their serial numbers?
    2. Also in MMBE i can see 'On order stock'. I know this is PO open PO quantity.
    Now this open PO qty will not be there against any storage location. I got some stock on this status in some storage location.
    How I can move to 'unrestricted stock' status?
    Please advice.

    Hi
    Check these tables,
    SER00 General Header Table for Serial Number Management
    SER01 Document Header for Serial Numbers for Delivery
    SER02 Document Header for Serial Nos for Maint.Contract (SD Order)
    SER03 Document Header for Serial Numbers for Goods Movements
    SER04 Document Header for Serial Numbers for Inspection Lot
    SER05 Document Header for Serial Numbers for PP Order
    SER06 Document Header for Serial Numbers for Handling Unit-Content
    SER07 Document Header for Serial Numbers in Physical Inventory
    And in order to move On Order stock to Unrestricted you need to close those POs by doing GR.
    Hope it helps
    Rgds
    ramesh

  • Goods movements of material with serial numbers

    Hi,
    1. Is there any report or table where I can see goods movement of material with their serial numbers?
    2. Also in MMBE i can see 'On order stock'. I know this is PO open PO quantity.
    Now this open PO qty will not be there against any storage location. I got some stock on this status in some storage location.
    How I can move to 'unrestricted stock' status?
    Please advice.

    Hi,
    Is Serial number is the one obtained thro stadard batch management or is it a Zfield.
    On Order stock cannot be converted to unrestircted stock unless a GR is made.
    With regards,
    Jeeva

Maybe you are looking for