Output differs from Printpreview and Spool ?

Hello All,
Let me tell u my actual problem.
1. When I see the output of the PO in the Print Preview it's coming perfectly.
But when I see the output of the same PO in the Spool it's not the same.
2. For this reason I want to Debug the PO in both the cases i.e Print Preview case and Spool Case.
3. When I'm trying to debug in the Print Preview case it's going into the script and I'm able to check the values. But that'S not my Problem .
My Problem is with the Spool case bcoz I'm getting a different output when compared to that of the Print Preview Output.
4. SO I want to debug the script whn I choose the Spool Option .
i.e Path is : ME22N --> GIve a PO --> Click on Messages Tab --> Select any of the Processed Record and Press Repeat output and --> SAVE.
Before pressing the SAVE Button I pressed /h and started to debug .
But It's not going into the script at all.Instead it is going to some other standard program and creating a spool request.
5. My first Qn is : When viewed from the Spool will it go into the script or not ?
My second Qn is : Hw to debug the script when we are seeing the output from a SPOOL i.e from the Path :
ME22N --> GIve a PO --> Click on Messages Tab --> Select any of the Processed Record and Press Repeat output and --> SAVE.
Hope I'm clear now in my Explanation.
Regards,
Deepu.K

It seems to be an issue with the Output Device. For the Spool, try to print on a different printer/ or the default SAP output device (SAPWIN device type).
If the output comes correctly, then the issue is with the Driver.
Regards,
abhishek

Similar Messages

  • How bapi different from session and call transaction?

    how bapi different from session and call transaction?
    thanks in advance.

    For one, Batch Data Communication (BDC) is older. Business Application Programming Interface (BAPI) came later, about 10 years ago (you can see this already from the name, which contains marketese like "business" ).
    More important though, they are different technologies. With BDC you build the "batch input transaction" yourself, with an ABAP program which creates the "batch input session" ("Batch-Input-Mappe" in german). You then take that session, like an object, and "run" it on a system (most of the time, this is done on a local system by the administrators, after it has been tested for correctness).
    With BAPI, a system (local or remote) exposes its interface to you through some kind of Remote Function Call (RFC). Practically, it tells you: "What do you want to do? Insert that data into Materials Management? Here is the function and the the parameters you have to use for each record". You only work with the Interface - the exposed function. How this function works does not have to interest you. You don't have sessions to "run", you fire your function calls filled with data, one after another and you're done.
    BAPI can be run remotely. With BDC, you probably have to call the administrators of the remote system and send them the session you created for them to run. With BDC you go through the whole transaction in one BDC session, with BAPI you may need more than one "BAPI calls" to do this.
    With BAPI you don't fill obcure field names with values, you just fill the parameters. You can use a BAPI from inside your ABAP program to let a "business object" do some clearly defined work for you, then you can continue with your code doing other things. You don't do this with BDC. With BDC you write a dedicated program that creates the "session", which is then executed separately.
    Batch Data Communication (BDC) is the oldest batch interfacing technique that SAP provided since the early versions of R/3. BDC is not a
    typical integration tool, in the sense that, it can be only be used for uploading data into R/3 and so it is not bi-directional.
    BDC works on the principle of simulating user input for transactional screen, via an ABAP program. Typically the input comes in the form of a flat file. The ABAP program reads this file and formats the input data screen by screen into an internal table (BDCDATA). The transaction is then started using this internal table as the input and executed in the background.
    In Call Transaction, the transactions are triggered at the time of processing itself and so the ABAP program must do the error handling.
    It can also be used for real-time interfaces and custom error handling & logging features. Whereas in Batch Input Sessions, the ABAP
    program creates a session with all the transactional data, and this session can be viewed, scheduled and processed (using Transaction SM35) at a later time. The latter technique has a built-in error processing mechanism too.
    Batch Input (BI) programs still use the classical BDC approach but doesnt require an ABAP program to be written to format the
    BDCDATA. The user has to format the data using predefined structures and store it in a flat file. The BI program then reads this and
    invokes the transaction mentioned in the header record of the file.
    Direct Input (DI) programs work exactly similar to BI programs. But the only difference is, instead of processing screens they validate
    fields and directly load the data into tables using standard function modules. For this reason, DI programs are much faster (RMDATIND - Material Master DI program works at least 5 times faster) than the BDC counterpart and so ideally suited for loading large volume data. DI programs are
    not available for all application areas.
    Business Add-In (BADI) are a new SAP enhancement technique based on ABAP Objects.
    They can be inserted into the SAP System to accommodate user requirements too specific to be included in the standard delivery. Since specific industries often require special functions, SAP allows you to predefine these points in your software.
    As with customer exits two different views are available:
    In the definition view, an application programmer predefines exit points in a source that allow specific industry sectors, partners, and customers to attach additional software to standard SAP source code without having to modify the original object.
    In the implementation view, the users of Business Add-Ins can customize the logic they need or use a standard logic if one is available.
    In contrast to customer exits, Business Add-Ins no longer assume a two-level infrastructure (SAP and customer solutions), but instead allow for a multi-level system landscape (SAP, partner, and customer solutions, as well as country versions, industry solutions, and the like). Definitions and implementations of Business Add-Ins can be created at each level within such a system infrastructure.

  • Output file from ELM and from Campaign automation

    Hi Experts,
    Can some one let me know how to get an output file from ELM, and from campaign automation?
    Thanks
    Leela

    Hello Uday,
    i suppose if you run the program within a process chain it will be started
    in a background process. All downloads via the SAPGUI onto your local
    PC (or network drive) are not possible in the background because there is no
    connection to your PC during the excecution of the report in the background.
    Try to save the download on an accessible file system on the application server
    and download it from there afterwards.
    Which function module is used to download the data (GUI_DOWNLOAD or the older version WS_DOWNLOAD) in your report?
    To save data on the application server use the ABAP statements
      OPEN DATASET filename FOR OUTPUT    -> for creation of file
      TRANSFER record TO filename                  -> for transfer of one record
      CLOSE DATASET filename                        -> for closing the file
    Regards,
    Ralf Matthies

  • Font differs from Linux and Windows ?

    Hi, i just want to ask, are fonts different from windows and linux in applet. I use a standard courier font.
    For example, if i make an applet with courier font texts in linux, and make the texts wrap themselves, they will run ok in linux. But if i run the compiled applet in windows, the wrapped text somewhow got truncated.
    But if i compile the applet in windows, it will look ok in linux and windows.
    I've tried replacing my courier fonts in my /usr/java/jdk/jre/lib/fonts/cour*.ttf with the cour*.ttf from c:\windows\fonts with no effects .. Applets compiled and run ok in linux doesnt work in windows. They must be compiled in windows to run ok in both.
    Why is that ?
    Does the compilation use the fonts in the jdk lib or the system fonts ?
    I'm so confused T_T
    Please Help

    How do I get Mac OS 10.4.4 and Word X for Mac to see
    all the characters in the Word for PC document
    formatted in Times New Roman?
    There's no way with Office X, which can't do Unicode Greek. You need to upgrade to Office 2004 which is Unicode-savvy and installs in your Mac the same Times New Roman with Greek, Cyrillic, Hebrew, and Arabic which is used by WinXP. An alternative might be AbiWord or NeoOffice/J.

  • I brought a new ipad mini with retina. The color saturation is too low to me, especially the purple. My wife started to complain because the color is really different from iphone and ipad. Can user adjust that?

    I brought a new ipad mini with retina. The color saturation is too low to me, especially the purple. My wife started to complain because the color is really different from inphone and ipad. Can user adjust that?

    Other than a couple of minor adjustments, such as the one that Diavonex suggested above, there is nothing that a user can do in settings to adjust color. There is no way to calibrate the color like you can do with a computer monitor.

  • DIscoverer output different from toad

    Hi
    I have an apps mode EUL (Discoverer 10.1.2.2 , EBS R12 and Oracle 11g database)
    I have a custom folder for onhand material analysis.
    The output will be something like below
    Item Onhand Batch Start Date Requirement for this batch Net-Onhand
    ABC 1000 22-Jul-2009 100 900
    ABC 900 24-Jul-2009 50 850
    ABC 850 26-Jul-2009 25 825
    And so on sorted by item and batch start date
    The purpose is to view demand vs availability for a time span,
    And if an item satisfies all the demand (final net-onhand >0) it need not be shown in the report.
    The custom folder i wrote worked alright during testing for 5 items and date range of 6 months.
    However, it is showing wrong results when run for all items in an org for a given planner.
    This when the sql itself when run in toad does work as expected.
    Here is my sql. The conditions commented out are applied at the workbook. What could be reason for the difference in the query output in discoverer vs toad.
    SELECT *
    FROM (SELECT tmp1.magasin, tmp1.of_commande, tmp1.composant,
    tmp1.composant_desc, tmp1.date_demandee, tmp1.statut_of,
    tmp1.comment_scheduling, tmp1.date_debut_of, tmp1.unite,
    CASE
    WHEN tmp1.prev_qty_demandee = 0
    THEN tmp1.on_hand
    ELSE LAG (tmp1.current_onhand, 1) OVER (PARTITION BY tmp1.composant ORDER BY tmp1.date_debut_of,
    tmp1.material_detail_id)
    END onhand,
    CASE
    WHEN tmp1.rk = 1
    THEN NVL
    (tmp1.quantity_pending_lot,
    0
    ELSE 0
    END quantity_pending_lot,
    tmp1.qty_demandee,
    CASE
    WHEN tmp1.prev_qty_demandee = 0
    THEN DECODE (SIGN (tmp1.on_hand - tmp1.qty_demandee),
    1, 0,
    tmp1.on_hand - tmp1.qty_demandee
    ELSE DECODE
    (SIGN
    ( LAG (tmp1.current_onhand, 1) OVER (PARTITION BY tmp1.composant ORDER BY tmp1.date_debut_of,
    tmp1.material_detail_id)
    - tmp1.qty_demandee
    1, 0,
    LAG (tmp1.current_onhand, 1) OVER (PARTITION BY tmp1.composant ORDER BY tmp1.date_debut_of,
    tmp1.material_detail_id)
    - tmp1.qty_demandee
    END qty_manquante,
    tmp1.date_de_blocage, tmp1.num_of_pos,
    tmp1.date_de_livraison_reele, tmp1.inventory_item_status_code,
    tmp1.inventory_item_status,
    LAST_VALUE (tmp1.current_onhand) OVER (PARTITION BY tmp1.composant)
    final_onhand,
    tmp1.batch_status, tmp1.organization_id, tmp1.planner_code
    FROM (SELECT tmp.*,
    LAG (tmp.qty_demandee, 1, 0) OVER (PARTITION BY tmp.composant ORDER BY tmp.date_debut_of ASC NULLS LAST)
    prev_qty_demandee,
    tmp.on_hand
    - SUM (tmp.qty_demandee) OVER (PARTITION BY tmp.composant ORDER BY tmp.date_debut_of,
    tmp.material_detail_id) current_onhand,
    SUM (tmp.qty_demandee) OVER (PARTITION BY tmp.composant ORDER BY tmp.date_debut_of,
    tmp.material_detail_id) running_qty_demandee,
    RANK () OVER (PARTITION BY tmp.composant ORDER BY tmp.date_debut_of,
    tmp.material_detail_id) AS rk
    FROM (SELECT gbh.organization_code magasin,
    gbh.organization_id,
    gbh.batch_no of_commande,
    msi.segment1 composant,
    msi.description composant_desc,
    gmd.material_requirement_date date_demandee,
    gbh.batch_status,
    gbh.batch_status_desc statut_of,
    gbh.attribute4 comment_scheduling,
    gbh.plan_start_date date_debut_of,
    gmd.dtl_um unite,
    (SELECT SUM
    (primary_transaction_quantity
    FROM mtl_onhand_quantities_detail ohq
    WHERE ohq.inventory_item_id =
    gmd.inventory_item_id
    AND ohq.organization_id =
    gmd.organization_id
    AND ohq.inventory_item_id =
    msi.inventory_item_id
    AND ohq.organization_id =
    msi.organization_id
    AND NVL
    (xxbpt_or_util_pkg.get_lot_status
    (ohq.lot_number,
    gmd.inventory_item_id,
    gmd.organization_id
    'QA'
    ) IN ('QA', 'PRL')) on_hand,
    (SELECT SUM
    (primary_transaction_quantity
    FROM mtl_onhand_quantities_detail ohq
    WHERE ohq.inventory_item_id =
    gmd.inventory_item_id
    AND ohq.organization_id =
    gmd.organization_id
    AND xxbpt_or_util_pkg.get_lot_status
    (ohq.lot_number,
    gmd.inventory_item_id,
    gmd.organization_id
    ) = 'ENCOURS')
    quantity_pending_lot,
    CASE
    WHEN gmd.plan_qty
    - NVL (gmd.actual_qty, 0) > 0
    THEN gmd.plan_qty
    - NVL (gmd.actual_qty, 0)
    ELSE 0
    END qty_demandee,
    NULL date_de_blocage, NULL num_of_pos,
    NULL date_de_livraison_reele,
    msi.inventory_item_status_code,
    mis.inventory_item_status_code_tl
    inventory_item_status,
    msi.planner_code, gmd.material_detail_id
    FROM gme_batch_header_vw gbh,
    gme_material_details gmd,
    mtl_system_items msi,
    mtl_item_status_vl mis
    WHERE gbh.batch_id = gmd.batch_id
    AND gmd.inventory_item_id = msi.inventory_item_id
    AND gmd.organization_id = msi.organization_id
    AND gmd.line_type = -1 -- Ingredient
    --AND gbh.organization_code = 'LYO'
    -- AND gbh.batch_no = '350737'
    --AND gbh.batch_status_desc IN ('En attente', 'En-cours de fabrication')
    --AND gbh.batch_status_desc IN ('Pending', 'WIP')
    AND gbh.batch_status IN (1, 2)
    AND msi.inventory_item_status_code =
    mis.inventory_item_status_code
    --AND msi.segment1 IN
    -- ('0036814403', '0036822635', '0037812790')
    -- AND msi.planner_code = '99011'
    ORDER BY msi.segment1, gbh.plan_start_date) tmp
    WHERE tmp.qty_demandee > 0) tmp1) tmp2
    WHERE tmp2.final_onhand < 0

    Hi Ariv,
    Hmm, only other difference I've had is when you set your NLS settings in SQL*Developer / Oracle Client (TOAD) and get no rows in _VL views etc.
    But it sounds like your issue is combining folders in the discoverer BA ... perhaps there's a wayward join?
    Have you tried running/comparing the SQL generated from the workbook/sheet itself using View SQL in Discoverer (or sql trace)?
    PS. Yes a few posts on the blog still going strong, been a tad busy in the last few months, so no time to post new stuff :-( but plenty coming up once I get a chance :-)
    Regards,
    Gareth

  • Final Film output differs from the film in timeline!!!! :

    This is frustrating. I am working on a film and when I want to export it when it is finished the final output does not match some parts of the project in the timeline. I look at the film within Final Cut Pro and everything look good. But on some part (the end of the film) when I look at the exported Quicktime movie in the Quictime applicationm the saturation and lightness has changed! The end of the film (just about 4 frames before I start to play around with a few flying cows ( yes it is true) the picture becomes pale and unsaturated for the rest of the film?
    I did try the color corrector 3 way on some of the clips.... not all. But that should not have anything to do with it?
    Message was edited by: Simen Myrberget

    When I have tried to export or save final art (finished films) with File -> Export -> Quicktime Movie the results have been far from reliable. Things has been looking good in the timeline when after exporting the film changed a lot at some parts. This was especially often when I did include graphics which were cut out using alpha channels. The end product looked like it was bleached on those parts involving moving graphics with alpha channels.
    But after I tried Compressor things changed. This seems to be much more consistent. The best quality for this specific project was with Output for DVD (Best Quality), but then there were no sound...... and this is the ".m2v" format which I am not familiar with.
    http://fotofikling.com/ftp/temp/exportqualitydiffersfcp.jpg
    I did also try the 10 bit uncompressed, that was ok too, but slightly paler and less saturated than what I worked out in the timeline (what I wanted for end result).
    This was an old film I shot 10 years ago on SD format. I am quiet new to FCP, but I surely hope that one could work in a way that enables to get more reliable results.
    Any suggestions how to get a better end result in compressor? Something more like the ".m2v" version..... (see the attached link)...

  • Dreamweaver 8 Display Mode renders website differently from IE7 and Firefox2

    I'm trying to create a webpage with the following rows setup:
    Header
    Navigation/Issueinfo (2-column)
    Left/Middle/Right (3-column)
    OtherLeft/OtherRight (2-column)
    Footer
    It renders correctly in Dreamweaver 8's display window, but in IE7 and Firefox 2 the Navigation/Issueinfo row renders differently, and I can't figure out what the problem is. I've attached images of D8 and IE7 as well as the HTML and CSS codes. All help is greatly appreciated!
    Dreamweaver 8's Display View: http://img28.imageshack.us/i/70399536.jpg/
    Internet Explorer 7: http://img3.imageshack.us/i/ie7e.jpg/
    HTML:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Untitled Document</title>
    <link href="style.css" rel="stylesheet" type="text/css" />
    <link rel="icon" href="/favicon.ico" type="image/x-icon">
    </head>
    <body>
    <div id="container">
    <div id="header">
    </div>
    <div id="navigation">
    <ul>
    <li><a href="index.html">HOME</a></li>
    <li><a href="archive.html">ARCHIVE</a></li>
    <li><a href="blogs.html">BLOGS</a></li>
    <li><a href="calendar.html">CALENDAR</a></li>
    <li><a href="staff/staff.html">STAFF</a></li>
    <li><a href="msms/msms.html/">MSMS</a></li>
    </ul>
    </div>
    <div id="issueinfo">
    VOLUME 21 ISSUE 3
    </div>
    <div id="left">
        Left side text...
    </div>
    <div id="right">
        Right side text...
    </div>
    <div id="middle">
        Middle column text...
    </div>
    <div id="otherleft">
    Otherleft text...
    </div>
    <div id="otheright">
    Otherright text...
    </div>
    <div id="footer">Footer...</div>
    </div>
    </body>
    </html>
    CSS:
    /* CSS Document */
    /* Specify blanket rules for all elements */
    body {
        color:#000000;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    margin:0px;
        padding:0px;
    background-color:#000077;
    a{
    color:#000077;
    text-decoration:none;
    a:hover{
    text-decoration:underline;
    #container {
    width:1020px;
    margin:0px auto 0px auto;
    background-color:#FFFFFF;
    #header {
        clear:both;
        width:1020px;
    height:130px;
    background-image:url(images/banner.jpg);
    #navigation {
    float:left;
    width:800px;
    text-align:center;
    background-color:#000077;
    #navigation li{
    display:inline;
    list-style-type:none;
    padding-right:30px;
    #navigation a{
    color:#FFFFFF;
    text-transform:capitalize;
    #issueinfo {
    clear:right;
    color:#FFFFFF;
    text-transform:capitalize;
    text-align:center;
    margin:0px 0px 0px 800px;
    background-color:#000077;
    #left {
        clear:left;
    float:left;
        width:318px;
    padding:0px 10px 0px 10px;
    #right {
        float:right;
        width:318px;
    padding:0px 10px 0px 10px;
    #middle {
    margin:0px 340px 0px 340px;
    padding:0px 10px 0px 10px;
    #otherleft {
    float:left;
    width:510px;
    #otherright {
    margin:0px 0px 0px 510px;
    #footer {
    clear:both;
    color: #FFFFFF;
    text-align: center;
    background-color: #000077;

    DW Design View is only an approximation of what various browsers will do.
    Try this (note changes in red):  Tested in FF 3.6.
    #navigation {
        float:left;
        width:800px;
        text-align:center;
        background-color:#000077;
        line-height: 2em; /**ADD THIS**/
    #issueinfo {
       clear:right; /**REMOVE THIS**/
        color:#FFFFFF;
        text-transform:capitalize;
        text-align:center;
        margin:0px 0px 0px 800px;
        background-color:#000077;
        line-height: 4em; /**ADD THIS**/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web-design.blogspot.com/

  • Why is the layout viewed on Google Chrome different from IE and Firefox?

    I am using Windows 7 Pro, I have the latest updates for IE 9, Firefox and Chrome.
    On the landing page (Home), Chrome shows one of my "boxes" that I created with MUSE (the box to the right that says "Check out other services we offer!) extended about two to three points further then the one to the right of it.  However, Firefox and Chrome (along with MUSE when designing) show both boxes lined up at their bottom.
    I have tried just about everything that I can think of to fix this issue.  I have cleared the cache (history). I have made both boxes larger and smaller, I have moved the footer down and up.  I have even given space to the triangle "bullets" and links on the box so that spacial formatting would not be an issue.  Still the issue continues.
    Please help!
    Attached is an image from Chrome.
    http://colorall1.businesscatalyst.com/index.html

    I honestly do not see any problem with your web design which is the problem that is presented to you?
    http://screencast.com/t/CKm68Nk3dB

  • Adobe form output different in QA and PRD for Currency field

    Background:
    I am using adobe form to display purchase order details using a output type.
    I am displaying the field NETWR of the purchase order in the form.
    For return orders this value is negative.
    Problem:
    In production system the value is displayed as 0. where as in QA the negative value gets displayed.
    The version of the form is same in both the system.
    Also I have speficied the Currency/quantity fields in the interface.
    I did a bit of debugging and found that in the generated function module of the form there is a difference.
    QA:
    PERFORM %OUTPUT USING 'NETWR' %WORKAREA4-NETWR 'CURR' 'P' 'HEADER-WAERS' HEADER-WAERS ' '.
    PRD:
    PERFORM %OUTPUT USING 'NETWR' %WORKAREA4-NETWR 'CURR' ' ' 'HEADER-WAERS' HEADER-WAERS ' '.
    You can see that the VALUE P (ABAP type for curr) is passed in QA but not in PRD.
    I am not able to understand what causes this code change.
    Has anybody come across this problem?
    Note: I am using copy of MEDRUCK for the interface.

    Thank you for posting your solution like a good community member! I was having the same problem and your post helped. Many Thanks

  • Olap Variable different from Dev and QA

    Hi,
    From our infopackage under Data Selection Tab in DEV, we can use the Olap var-0P_PRFP1. But we cannot see the same variable in QA. The whole list of Olap variable is a lot lesser in QA. Is there any setting for that, or we need any specific hotpack?
    Thanks,
    Kev

    Thanks Bhanu,
    Do you mean I need to transport the infopackage from Dev to QA, and then I will be able to use the same olap variable in QA.
    Or I need to transport the olap variable only. If this is the case, which object under transport connection contains the olap variable? I can't find it.
    Thanks,
    Kev

  • Why SNMP output different from CLI output? SNMP incorrect?

    I'm using various Cisco routers and switches. Cisco 2811, 1841 routers. Cisco 3560 switches.
    I'm using net-snmp tools in UNIX.
    The output below is snipped to show what's important. When I use snmpwalk I see interfaces with errors. When I use the Cisco CLI to show interfaces no interfaces have errors.
    Am I doing something wrong or is the SNMP information wrong?
    My only goal is to get accurate interface errors on multiple cisco devices on all interfaces as quickly as possible. I wanted to use SNMP because it snmpwalk seems faster than an expect script or any script which logs into each device over telnet and runs show interface commands.
    If I could filter it to show only the interfaces with errors that would be even better but I haven't been able to find or create a script which will do that yet.
    Thanks in advance.
    snmpwalk -v 2c -c public -OQsT 192.168.0.1 ifInErrors
    ifInErrors.1 = 0
    ifInErrors.100 = 0
    ifInErrors.10101 = 0
    ifInErrors.10102 = 0
    ifInErrors.10103 = 0
    ifInErrors.10104 = 0
    ifInErrors.10105 = 54
    #show int | incl error
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 0 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 0 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 0 interface resets

    CLI counters are designed for human consumption where as SNMP counters are designed more for programmatic consumption.  As such, CLI counters can be cleared (i.e. reset to 0).  SNMP counters cannot be cleared.  They will continue to increase until the device is reloaded.  So, if the show interface counters have been cleared, then they can certainly be out of sync with their SNMP counterparts.

  • Script runs differently from ESTK and Scripts panel

    Recently I was reported about a problem with one of my scripts, that packages ID documents: a guy wrote me that when he runs it from ESTK, script works fine, but when run from Scripts panel — creates empty folders, does nothing more but generates an error (there's an error handler in the script that logs errors into a text file):
    Error: Invalid value for parameter 'versionComments' of event 'packageForPrint'. Expected String, but received TRUE.
    It's strange, because I don't use this optional parameter in the script.
    BTW, on my computers it works ok, both in ID and ESTK.
    Does anybody encountered this problem? Any ideas on why this happens?
    Kasyan

    He probably has his scriptPreferences version set to 5. To make your script foolproof, you should probably set the scriptPreferences yourself (and restore them when you are don to be nice...)
    BTW, kAppVersion = parseFloat(app.version) is a more readable form for getting the version number...
    Harbs

  • Calendar in List view different from Day and Month view

    When I look at my Calendar in 'List' view all of the Birthdays and Events are in the wrong date but in 'Day' and 'Month' view they are correct. 
    Has anybody found a fix for this yet?  I have looked at similar discussions but they are all a couple of years old and none seem to have found the solution

    It looks like I have found a solution - it is to do with the birthday dates - if you delete the year of any pre-1932 birthdays it solves the problem! 

  • Firefox spacing looks different from Safari and Chrome

    The vertical spacing in the title layer is fine relative to the large image in Safari and Chrome but it's crowds the image in Firefox.  Can someone tell me how to fix it?  I want to retain the swapping feature of the image which is not in a layer.
    The site is http://dinghydogs.com

    Looks the same to me in FF 15.1 & current Chrome on Windows.
    You have quite a few coding errors that should be fixed.  Errors can compound display issues in some browsers.
    Nancy O.

Maybe you are looking for

  • Error message when importing songs

    Hi. I get an error message - unknown error occurred while converting ... Ox77686174 etc - when I try to import songs from CD to itunes. It might happen with one song or with a whole CD. Very frustrating!! Also some songs do not import properly, eg, o

  • Question about upgrading ECC 6.0 to EHP 4 and NW 7.0 to EHP 1

    Hi All,    I have read articles about installing Enhancement Packs. How ever I am a little confused. We are currently on ECC 6.0 and NW2004s. For Portal also we are on Nw2004s (EP 7.0 SP 16) We want to install EHP4 for our ECC system. Do we have to i

  • Problem with Batch Compressing

    I may be doing something wrong but when I'm batch compressing (15 short films in this instance) Compressor wants to call each one the same name as the first one, even though they are uniquely named. Is this some odd quirk of the programme? For exampl

  • Corrupt dates with transfer from iPhoto to Desktop

    When I copy photos or photo folders to the desktop the dates the photos are created are corrupted. They are correct in iPhoto including folders, but when I try to get them to the desktop, they are different. This is a problem because I want to transf

  • HT1277 how do I show just one account in apple mail?

    Hi.  I have set up both personal and business (IMAP) accounts in apple mail.  How can I select just looking at emails from one account or the other?  I'd rather not have them all mashed together.  Thanks!