Interpretation of result output - COGI (Background - CORUAFWP)

A background job(CORUAFWP) is scheduled, which runs once a day for clearing COGI errors, the output of background job has following numerical data
Number of total items :1726
Number of locked items : 0
Number of incorrect items :1720
Number of withdrawn items
Even though there is no clearing of COGI errors, why there is difference of 6 (between total items
and incorrect items)
Note:
Other day, there was 1 material document posted in background processing with following numerical data output
Number of total items : 1723
Number of locked items : 0
Number of incorrect items : 1716
Number of withdrawn items : 1
As one can notice, net difference between total items and incorrect items is 7 (while, only 1 item is withdrawn)
and six items is open question
Thanks,

PPIO,
Probably not. If any user is accessing COGI (or) Goods Issue/Reciepts and
confirmations transactions where material movement is involved, there would locked entries
during background job execution. In here, lock entries count is ZERO

Similar Messages

  • Background Job result output should be displayed in Email body

    Hi Friends,
    One of our user is scheduling background job, He need the output to his external Email ID.
    user required that Job result output should be displayed in Email body, Not in attachment.
    We have tried but job result received in email as HTML (or) PDF file attachment, But he wants output  in Email body itself.
    Please help.
    Regards,
    Karthickbabu G.G

    Hi,
    Displaying report output in email body is not available as a standard feature. Also doing a custom development would be very cumbersome .
    Regards,
    Deepak Kori

  • Creation of Spool for a Report Output in background.

    Hi Gurus,
    I am working on a Report and my requirement is that a Spool should be Generated for the Report Output in background. Instead of generating the spool manually, I need it to be generated in background.
    Please let me know ASAP.
    Regards,
    Amit.

    Get print parameters using 'GET_PRINT_PARAMETERS'.
      DATA : rep LIKE pri_params-plist,
    w_title TYPE tsp01-rqtitle,
    mstr_print_parms LIKE pri_params.
      CALL FUNCTION 'GET_PRINT_PARAMETERS'
        EXPORTING destination           = 'LP01'
                  copies                = 1
                  list_name             = rep
                  list_text             = w_title
                  immediately           = 'X'
                  release               = 'X'
                  new_list_id           = 'X'
                  expiration            = 1
                  line_size             = 132
                  line_count            = 65
                  layout                = 'X_65_132'
                  sap_cover_page        = 'X'
                  cover_page            = ' '
                  receiver              = sy-uname
                  department            = 'System'
                  no_dialog             = 'X'
        IMPORTING out_parameters        =  mstr_print_parms
      valid = mc_valid.
    and then use submit statement-
      SUBMIT
      zp1012_ar_rep_vendstat
      TO SAP-SPOOL
      WITHOUT SPOOL DYNPRO
              SPOOL PARAMETERS mstr_print_parms
      WITH s_lifnr IN s_lifnr
      WITH p_bukrs eq p_bukrs
      WITH s_gjahr eq p_gjahr SIGN 'I'
      WITH s_monat BETWEEN p_per-low AND p_per-high SIGN 'I'
                       AND RETURN.
      COMMIT WORK.
    Regards,
    Aparna Gaikwad

  • HT1883 How can I interpret the results of a hardware test?

    I ran a hardware test because the computer has been running extremely slowly of late (it failed the test) , and need some help interpreting the results :/failure
    This is the failure code, if it helps:
    4MOT/2/40000004: HDD-1607

    MOT usually refers to the fan motor, in this case the one for cooling the Hard Drive.
    Still need to take it in for a fix!

  • Error message supercedes output in background job.

    Hi,
    When I run my ALV report in foreground, the output (of several pages) is correctly presented, and upon clicking "BACK", the screen displays the authorization message "Personnel numbers skipped by database driver : ... Reason 1 : insufficient authorization, no. skipped personnel nos : .." which is expected, as the user is subjected to authorization granted to the user.
    However, when I run the job in background and upon completion, the spool shows only 1 page, i.e. the authorization message above is displayed on the spool output, and the report/output list result is suppressed. Is there a way to get the output of the report instead of the authorization message above ?
    Thank you.
    Regards
    Kir Chern

    Kir,
    This is a common problem which everyone faces when running such reports with Error messages in the background. Any error message that encounters in the background mode would make the job to fail.
    So, what you can do develop your own message class and give the error messages as Information messages. But, as you told that you are running it on PNP Database and you cannot have access to change it I dont think there is another way to achieve this.
    Anyways,
    Try to check the below link
    Re: Background Processing? how schedule job for "System Error" Message .
    Thanks,
    Babu Kilari

  • I followed previous keylogger detection instructions from an older post - how do I interpret the results that appeared in Terminal?

    I have a Macbook pro that I suspect my exhusband installed keylogger software on.  I followed the keylogger detection instructions posted on an older post, but I do not know how to interpret the Terminal results.  What should I be looking for in the strings that result?

    You don't have an off-the-shelf commercial keylogger installed. I can't rule out a well-hidden rootkit. That would only be possible If the attacker is a computer expert, or if he had help from an expert. If you suspect that, you'll either have to consult an expert yourself or (less expensively) erase your hard drive, reinstall OS X and all your other software from known-good copies, and restore only your documents and settings from a backup.
    I should add that there are hardware keyloggers on the market that don't install any software at all. The cheap ones can't be accessed remotely, but with enough money you can buy pretty much anything. A highly motivated attacker could plant listening devices in your home, your car, or your office.

  • Regarding the output of background job in spool

    Hi Friends:
         I have a report.When I run it in foreground, it displays an alv output.
    I want to see the output when I run it in background. When I select the job & press on spool, it shows a message that no list available. Please help with the settings to see the output in spool.
    Suitable points will be rewarded.
    Regards:
    Gaurav

    Hi,
    have a look at this thread:
    Re: OO ALV in background job
    Best regards.

  • PDF output in background

    Hi,
    I want to send mail in PDF format to the person specified in selection screen while running in background. The output is not coming in ALV rather it is coming as a simple report.  the report has top of page, header and the item level data. how can i send the same output in PDF format thru mail????
    N.B: in my output the mail is coming in the PDF file but when i m trying to open it gives an error as "it cant be opened as there is no page". But in foreground the report is coming with the output
    I am waiting for the reply.
    Thanks in advance.

    Hi,
    I want to send mail in PDF format to the person specified in selection screen while running in background. The output is not coming in ALV rather it is coming as a simple report.  the report has top of page, header and the item level data. how can i send the same output in PDF format thru mail????
    N.B: in my output the mail is coming in the PDF file but when i m trying to open it gives an error as "it cant be opened as there is no page". But in foreground the report is coming with the output
    I am waiting for the reply.
    Thanks in advance.

  • Formula variable - Maximum Date in result output

    Hello Guys,
    Scenario -
    Data in Cube
    *Reseller      Sales Date*
    RS1          01.01.2010
    RS1          01.01.2011
    RS1          01.01.2012
    RS2          01.01.2008
    RS2          01.01.2009
    RS2          01.01.2010
    Required Output - Display one record for each Reseller with recent Date.
    *Reseller      Sales Date*
    RS1          01.01.2012
    RS2          01.01.2010
    What I did till now --->
    Created a Formula and included a Formula Variable (replacement Path ref char - Sales Date) hence I got the date as keyfigure.
    Reseller      Sales Date     Sales Date Formula
    *RS1          01.01.2010     201,00,101*
    *RS1          01.01.2011     201,10,101*
    *RS1          01.01.2012     201,20,101*
    *RS2          01.01.2008     200,80,101*
    *RS2          01.01.2009     200,90,101*
    *RS2          01.01.2010     201,00,101*
    For the Sales Date Formula (Calculation tab - Calculate result as Maximum) to display the result as maximum.
    The issue is that when I remove the Sales Date from Drilldown the Sales Date Formula display X. I was expecting the result row to be displayed i.e  the maximum value for RS1 and RS2.
    Can you guide where I am going wrong... or any other method to achieve the above output is appreciated.
    -Amit

    Hi,
    Through replacement path you can achieve this.
    On row side put *Reseller.
    on Column side create a formula(and  on Aggregation Tab: Exception Aggregation: Last Value, Reference Characteristics: Sales Date)
    and there create formula variable and use replacement path.
    Details
    Type of variable: Formula
    Processing By: Replacement Path
    Reference Characteristics: Sales Date
    Replace variable with: InfoObject
    Replace With: Key
    Dimension: Date

  • Help interpreting  v$rowcache_parent output

    Hi,
    what saddr = 00 means in that output :
    SQL> select count(*) , saddr from v$rowcache_parent group by saddr order by 1 desc;
      COUNT(*) SADDR
        413532 00
             2 00000001DF739E88DB is RAC 10.2.0.3 .
    Regards.
    Greg

    user10388717 wrote:
    Jonathan,
    to make a long story short on my 4 node RAC 10.2.0.3 there was:
    ORA-00603: ORACLE server session terminated by fatal error
    ORA-00604: error occurred at recursive SQL level 1
    ORA-04031: unable to allocate 4120 bytes of shared memory ("shared pool","select name,online$,contents...","Typecheck","kgghteInit")
    ORA-00604: error occurred at recursive SQL level 1
    ORA-04031: unable to allocate 4120 bytes of shared memory ("shared pool","select name,online$,contents...","Typecheck","kgghteInit")
    in trace I've found huge utlization in 'KQR L PO ' (dont know what that means, probably row cache related)
    Memory Utilization of Subpool 2
    ================================
    Allocation Name          Size
    "free memory              "    96364088
    "KQR L PO                 "   866133600
    The number of items you have in the rowcache is quite large - are you making a lot of use of partitioned tables ?
    It might be quite interesting to see the results of querying
    select cache_name, count(*) from v$rowcache_parent group by cache_name;
    select subcache_name, count(*) from v$rowcache_subordiate group by subcache_name;But the bottom line on this is that you should report ORA-00600 / ORA_0060N to Oracle support.
    In this case I think they'll tell you that you need to have a larger shared pool (given the ORA-04031). But it's possible that they will suggest you set a hidden parameter to reduce the number of subpools to 1; or adjust the shared pool reserved to allow all this stuff to get into it and avoid fragmentation issues.
    The release of 500MB is not a surprise - it's the type of thing that can happen just before the ORA-04031: Oracle kicks out a batch of objects to see if that will free up enough contiguous space to allow for your 4K allocation, then another batch - and so on until (a) it succeeds, or (b) it has to give up with a 4031. As this happens your application may stall for a few seconds as the shared pool goes through a massive latch storm (and it may stall again as a flood of "hard parsing" takes place to replace all the stuff that's been kicked out).
    Does your application do a lot of truncating, or permanent or global temporary tables, or lots of create/exchange partition/drop - if you're using partitioned tables ? This can have a catastrophic effect on the shared pool in RAC. It shouldn't introduce a huge growth in the rowcache - but maybe you've found a related memory leak.
    Regards
    Jonathan Lewis
    http://jonathanlewis.wordpress.com
    http://www.jlcomp.demon.co.uk
    To post code, statspack/AWR report, execution plans or trace files, start and end the section with the tag {noformat}{noformat} (lowercase, curly brackets, no spaces) so that the text appears in fixed format.
    There is a +"Preview"+ tab at the top of the text entry panel. Use this to check what your message will look like before you post the message. If it looks a complete mess you're unlikely to get a response. (Click on the +"Plain text"+ tab if you want to edit the text to tidy it up.)
    +"Science is more than a body of knowledge; it is a way of thinking"+
    +Carl Sagan+                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Output of background job

    Hi all.
    I have given a job to run in background and the job was sucessfully run(job status is complete). where i have to see the output the Back ground job ?
    Thanks in advance
    Krish..

    Hi Krish,
    Check in SM37, if status is complete then you can See in SP01 or Can directly go to Spool list from the SM37 only if you select icon(spool).
    Reward points if this Helps.
    Manish
    Message was edited by:
            Manish Kumar

  • Help interpreting verbose GC output

    Below is the output of a verbose GC using concurrent market sweep and parallel new GC's (XX:+UseParNewGC -XX:+UseConcMarkSweepGC)
    java version "1.4.2_07"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_07-b05)
    Java HotSpot(TM) Client VM (build 1.4.2_07-b05, mixed mode)
    I'd like to be able to understand this output better.
    What are the steps involved with concurrent market sweeps as outlined below? And how do I best read this?
    During a GC what state is the application in? My understanding is that is it effectively paused and not serving requests. Below suggests that the application has paused for 3+ seconds.
    290903.690: [GC [1 CMS-initial-mark: 714288K(1048576K)] 721114K(1298816K), 0.0211860 secs]
    290903.712: [CMS-concurrent-mark-start]
    290905.235: [CMS-concurrent-mark: 1.523/1.523 secs]
    290905.236: [CMS-concurrent-preclean-start]
    290905.236: [CMS-concurrent-preclean: 0.000/0.000 secs]
    290905.296: [GC290905.296: [Rescan (parallel) , 0.0478730 secs]
    290905.344: [weak refs processing, 0.0102490 secs] [1 CMS-remark: 714288K(1048576K)] 732512K(1298816K), 0.0586340 secs]
    290905.355: [CMS-concurrent-sweep-start]
    290906.948: [CMS-concurrent-sweep: 1.593/1.593 secs]
    290906.948: [CMS-concurrent-reset-start]
    290906.978: [CMS-concurrent-reset: 0.031/0.031 secs]
    The total time spent doing a GC appears to be
    initial mark           0.02
    concurrent mark      1.523
    preclean           0.00
    rescan           0.047
    weak refs           0.01
    remark           0.05
    sweep                1.59
    reset                0.031
    total gc time          3.271sec
    Is this a correct interpretation?
    Many thanks.

    Your are using the low pause garbage collector or Concurrent Mark Sweep (CMS). Some of those times are done without pauses. See http://developers.sun.com/techtopics/mobility/midp/articles/garbagecollection2/#11.2.1. Just two of those phases are stop the world pauses. According to the above article it is the:
    initial mark 0.02
    remark 0.05
    Total stop the world pause 0.07. The rest of them are down concurrenlty with the application still running.

  • Interpreting EtreCheck Results to Improve MBP Performance

    Hello all,
    I have a MBP from '09 and I have been suffering from some abysmal performance and find myself constantly staring at the beachball. I have taken the advice of some on the forum by repairing system disk permissions and running EtreCheck. I was wondering if someone could help me interpret the EnteCheck results to identify some red flags. I've isolated one of the issues as being GoogleChromeHelper, which was throwing errors in my Console Log every few minutes, as a result I am now using Safari which is a bit better. Common errors in my console are related to the com.apple.IconServicesAgent, which is also taking up quite a bit of memory when my system is idle. What can I do to get this Mac operable again?
    Hardware Information:
              MacBook Pro (15-inch, Mid 2009)
              MacBook Pro - model: MacBookPro5,3
              1 2.66 GHz Intel Core 2 Duo CPU: 2 cores
              8 GB RAM
    Video Information:
              NVIDIA GeForce 9400M - VRAM: 256 MB
              NVIDIA GeForce 9600M GT - VRAM: 256 MB
    System Software:
              OS X 10.9.1 (13B42) - Uptime: 0 days 0:48:25
    Disk Information:
              TOSHIBA MK5065GSXF disk0 : (500.11 GB)
                        Untitled (disk0s2) /: 499.25 GB (268.76 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
                        EFI (disk0s1) <not mounted>: 209.7 MB
              MATSHITADVD-R   UJ-868 
    USB Information:
              Apple Inc. Built-in iSight
              Apple Internal Memory Card Reader
              Apple Inc. Apple Internal Keyboard / Trackpad
              Apple Computer, Inc. IR Receiver
              Apple Inc. BRCM2046 Hub
                        Apple Inc. Bluetooth USB Host Controller
    FireWire Information:
    Thunderbolt Information:
    Kernel Extensions:
              com.viscosityvpn.Viscosity.tap          (1.0)
              com.viscosityvpn.Viscosity.tun          (1.0)
    Startup Items:
              HWNetMgr: Path: /Library/StartupItems/HWNetMgr
              HWPortDetect: Path: /Library/StartupItems/HWPortDetect
              StartOuc: Path: /Library/StartupItems/StartOuc
    Problem System Launch Daemons:
    Problem System Launch Agents:
    Launch Daemons:
              [loaded] com.adobe.fpsaud.plist 3rd-Party support link
              [loaded] com.adobe.SwitchBoard.plist 3rd-Party support link
              [invalid] com.bjango.istatlocaldaemon.plist
              [loaded] com.google.keystone.daemon.plist 3rd-Party support link
              [loaded] com.microsoft.office.licensing.helper.plist 3rd-Party support link
              [loaded] com.oracle.java.Helper-Tool.plist 3rd-Party support link
              [loaded] org.macosforge.xquartz.privileged_startx.plist 3rd-Party support link
    Launch Agents:
              [not loaded] com.adobe.AAM.Updater-1.0.plist 3rd-Party support link
              [loaded] com.adobe.CS5ServiceManager.plist 3rd-Party support link
              [loaded] com.bjango.istatlocal.plist 3rd-Party support link
              [loaded] com.divx.dms.agent.plist 3rd-Party support link
              [loaded] com.divx.update.agent.plist 3rd-Party support link
              [loaded] com.google.keystone.agent.plist 3rd-Party support link
              [loaded] com.oracle.java.Java-Updater.plist 3rd-Party support link
              [loaded] org.macosforge.xquartz.startx.plist 3rd-Party support link
    User Launch Agents:
              [failed] com.adobe.ARM.[...].plist 3rd-Party support link
              [failed] com.apple.CSConfigDotMacCert-[...]@me.com-SharedServices.Agent.plist 3rd-Party support link
              [loaded] com.spotify.webhelper.plist 3rd-Party support link
    User Login Items:
              BoxSyncHelper
              iTunesHelper
              Dropbox
              Spotify
              Viscosity
    Internet Plug-ins:
              o1dbrowserplugin: Version: 4.9.1.16010 3rd-Party support link
              OVSHelper: Version: 1.1 3rd-Party support link
              Default Browser: Version: 537 - SDK 10.9
              net.juniper.DSSafariExtensions: Version: (null) 3rd-Party support link
              AdobeAAMDetect: Version: AdobeAAMDetect 1.0.0.0 - SDK 10.6 3rd-Party support link
              FlashPlayer-10.6: Version: 11.9.900.170 - SDK 10.6 3rd-Party support link
              DivX Web Player: Version: 3.0.1.5 - SDK 10.5 3rd-Party support link
              AdobePDFViewerNPAPI: Version: 11.0.03 - SDK 10.6 3rd-Party support link
              Flash Player: Version: 11.9.900.170 - SDK 10.6 Outdated! Update
              iPhotoPhotocast: Version: 7.0 - SDK 10.8
              googletalkbrowserplugin: Version: 4.9.1.16010 3rd-Party support link
              npgtpo3dautoplugin: Version: 0.1.44.29 - SDK 10.5 3rd-Party support link
              AdobePDFViewer: Version: 11.0.03 - SDK 10.6 3rd-Party support link
              QuickTime Plugin: Version: 7.7.3
              SharePointBrowserPlugin: Version: 14.3.9 - SDK 10.6 3rd-Party support link
              Silverlight: Version: 5.1.20125.0 - SDK 10.6 3rd-Party support link
              JavaAppletPlugin: Version: Java 7 Update 45 Outdated! Update
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
              AirPlay: Version: 1.9 - SDK 10.9
              AppleAVBAudio: Version: 2.0.0 - SDK 10.9
              iSightAudio: Version: 7.7.3 - SDK 10.9
    User Internet Plug-ins:
              WebEx64: Version: 1.0 - SDK 10.6 3rd-Party support link
    3rd Party Preference Panes:
              Box Sync  3rd-Party support link
              Flash Player  3rd-Party support link
              Java  3rd-Party support link
    Bad Fonts:
              None
    Old Applications:
              None
    Time Machine:
              Time Machine not configured!
    Top Processes by CPU:
                  10%          com.apple.WebKit.WebContent
                   4%          WindowServer
                   4%          Safari
                   2%          hidd
                   1%          SystemUIServer
    Top Processes by Memory:
              156 MB          com.apple.IconServicesAgent
              156 MB          Safari
              131 MB          com.apple.WebKit.WebContent
              123 MB          mds_stores
              82 MB          Finder
    Virtual Memory Information:
              4.85 GB          Free RAM
              1.75 GB          Active RAM
              165 MB          Inactive RAM
              1006 MB          Wired RAM
              671 MB          Page-ins
              0 B          Page-outs

    This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve your problem.
    If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    Below are instructions to run a UNIX shell script, a type of program. All it does is to gather information about the state of your computer. That information goes nowhere unless you choose to share it on this page. However, you should be cautious about running a program at the instance of a stranger on a public message board. If you have doubts, search this site for other discussions in which this procedure has been followed without any report of ill effects. If you can't satisfy yourself that the instructions are safe, don't follow them.
    Here's a summary of what you need to do: Copy a line of text from this web page into the window of another application. Wait about a minute. Then paste some other text, which will have been copied automatically, back into a reply on this page. The sequence is: copy, paste, wait, paste again. Details follow.
    You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
    If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.
    The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking  anywhere in the line. The whole line will highlight, though you may not see all of it in your browser, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
    Triple-click anywhere in the line of text below on this page to select it:
    clear; shopt -s extglob; Fb='%s\n\t(%s)\n'; Fm='\n%s:\n\n%s\n'; Fs='\n%s: %s\n'; Fu='User %s%%\t\tSystem %s%%'; PB="/usr/libexec/PlistBuddy -c Print"; A () { [[ a -eq 0 ]]; }; R () { o=; [[ r -eq 0 ]]; }; Pm () { [[ "$o" ]] && o=`sed 's/^ */   /' <<< "$o"` && printf "$Fm" "$1" "$o"; }; Pc () { o=`egrep -v '^[[:blank:]]*($|#)' "$2"`; Pm "$1"; }; Pp () { o=`$PB "$2" | awk -F'= ' \/$3'/{print $2}'`; Pm "$1"; }; Ps () { o="${o##+( )}"; [[ ! "$o" =~ ^0?$ ]] && printf "$Fs" "$1" "$o"; }; id | grep -qw '80(admin)'; a=$?; A && sudo true; r=$?; t=`date +%s`; clear; { A || echo $'No admin access\n'; A && ! R && echo $'No root access\n'; system_profiler SPSoftwareDataType | sed '8!d;s/^ *//'; o=`system_profiler SPDiagnosticsDataType | sed '5,6!d'`; [[ "$o" =~ Pass ]] || Pm "POST"; o=`pmset -g therm | sed 's/^.*CP/CP/'`; grep -q 'No th' <<< "$o" && o=; Pm "Thermal conditions"; o=`pmset -g sysload | grep -v :`; grep -q '= [^GO]' <<< "$o" || o=; Pm "System load advisory"; o=`nvram boot-args | awk '{$1=""; print}'`; Ps "boot-args"; o=`ls /L*/L*/Dia*/*.panic | wc -l`; Ps "Panics"; o=`ls /L*/L*/Dia*/*.c* | tail`; Pm "System crash logs"; o=`ls L*/L*/Dia* | tail`; Pm "User crash logs"; o=`syslog -F bsd -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|n Cause: -|NVDA\(|pagin|SATA W|timed? ?o' | tail -n25 | awk '/:/{$4=""; $5=""; print}'`; Pm "Kernel messages"; o=`df -m / | awk 'NR==2 {print $4}'`; [[ o -lt 5120 ]] && Ps "Free space (MiB)"; o=$(($(vm_stat | awk '/eo/{sub("\\.",""); print $2}')/256)); o=$((o>=1024?o:0)); Ps "Pageouts (MiB)"; s=( `sar -u 1 10 | sed '$!d'` ); [[ s[4] -lt 90 ]] && o=`printf "$Fu" ${s[1]} ${s[3]}` || o=; Pm "Total CPU usage" && o=`ps acrx -o comm,ruid,%cpu | sed '2!d'`; Pm "Max %CPU by process (name, UID, %)"; o=`kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1`; Pm "Loaded extrinsic kernel extensions"; R && o=`sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|calendarse|cups|dove|isc|ntp|post[fg]|x)/{print $3}'`; Pm "Extrinsic system jobs"; o=`launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'`; Pm "Extrinsic agents"; for d in {/,}L*/{La,Priv,Sta}*; do o=`ls -A "$d" | egrep -v '^(\.DS_Store$|com\.apple\.)'`; Pm "$d"; done; o=`find -L /S*/L*/E* {/,}L*/{A*d,Compon,Ex,In,Keyb,Mail,P*P,Qu,Scripti,Servi,Spo}* -type d -name Contents -prune | while read d; do ID=$($PB\ :CFBundleIdentifier "$d/Info.plist") || ID="No bundle ID"; egrep -qv "^com\.apple\.[^x]|Accusys|ArcMSR|ATTO|HDPro|HighPoint|driver\.stex|hp-fax|\.hpio|JMicron|microsoft\.MDI|print|SoftRAID" <<< $ID && printf "$Fb" "${d%/Contents}" "$ID"; done`; Pm "Extrinsic loadable bundles"; o=`find /u*/{,*/}lib -type f -exec sh -c 'file -b "$1" | grep -qw shared && ! codesign -v "$1"' {} {} \; -print`; Pm "Unsigned shared libraries"; o=`launchctl getenv DYLD_INSERT_LIBRARIES`; Pm "Inserted libraries"; o=`find {,/u*/lo*}/e*/periodic -type f -mtime -10d`; Pm "Modified periodic scripts"; o=`scutil --proxy | grep Prox`; Pm "Proxies"; o=`scutil --dns | awk '/r\[0\] /{if ($NF !~ /^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./) print $NF; exit}'`; Ps "DNS"; R && o=`sudo profiles -P | grep :`; Pm "Profiles"; for f in fstab sysctl.conf crontab launchd.conf; do Pc $f /etc/$f; done; Pc "hosts" <(egrep -v '(local|broadcast)host' /etc/hosts); Pc "User launchd" ~/.launchd; R && Pc "Root crontab" <(sudo crontab -l); Pc "User crontab" <(crontab -l); R && o=`sudo defaults read com.apple.loginwindow LoginHook`; Pm "Login hook"; Pp "Global login items" /L*/P*/loginw* Path; Pp "User login items" L*/P*/*loginit* Name; Pp "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed 's/\..*$//;s/-[1-9]$//'; o=`find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l`; Ps "Restricted user files"; cd; o=`system_profiler SPFontsDataType | egrep "Valid: N|Duplicate: Y" | wc -l`; Ps "Font problems"; o=`find L*/{Con,Pref}* -type f ! -size 0 -name *.plist ! -exec sh -c 'plutil -s "$1" >&-' {} {} \; -print`; Pm "Bad plists"; d=(Desktop L*/Keyc*); n=(20 7); for i in {0..1}; do o=`find "${d[$i]}" -type f -maxdepth 1 | wc -l`; o=$((o<=n[$i]?0:o)); Ps "${d[$i]##*/} files"; done; o=$((`date +%s`-t)); Ps "Elapsed time (s)"; } 2>/dev/null | pbcopy; exit 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign ($) or a percent sign (%). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign.
    Click anywhere in the Terminal window and paste (command-V). The text you pasted should vanish immediately. If it doesn't, press the return key.
    If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important.
    If you're not logged in as an administrator, you won't be prompted for your password. The test will still run. It just won't do anything that requires administrator rights.
    The test may take up to a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. There is no indication of progress until it's done. Wait for the line "[Process completed]" to appear in the Terminal window. If you don't see that line within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report your results. No harm will be done.
    When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
    If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
    When you post the results, you might see the message, "You have included content in your post that is not permitted." That's because the forum software falsely identifies something in the post as a violation of the terms of use. If that happens, please post the results on Pastebin, then post a link here to the page you created.
    Note: This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
    Copyright © 2014 Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Terms of Use of Apple Support Communities ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

  • Inconvenient printed job results Output ES4

    Hi all,
    I was testing some printing jobs using default XDC that comes with LiveCycle ES4 installation (hppcl5c.xdc, hppcl5e.xdc and hp4350pcl5e.xdc), but i got Inconvenient results when sending the job to print; xml data and logo have been moved into the printed form causing they don't match with the form components as should be at design time. Consulting SAP documentation for Adobe Document Services, it says that there should be XDC files that are shipped for diferent device types like POST2, HPLJ4, HP9500, etc. I'm using a Sharp - MX M264N printer that supports PCL 5e, PCL 6. I have the same design but IFD Form in Adobe Central Output with HPLJ4 selected option as device printer in Presentment Targets and it works fine. ¿Where can i find a XDC library or a HPLJ4 XDC in order to obtain the same result just as in Adobe Central?
    Best regards,

    I did finally find an open bug, # 4527394, that appears to address this issue. I found a solution for the printer that is currently giving me headaches, which is an HP LaserJet 2300d. I turned off the "Enable advanced printing features" setting on the printer's Advanced Properties, and the problem went away. Other applications, such as Adobe Acrobat, are able to print similar documents to the same printer reliably even if "Enable advanced printing features" is enabled, however, so this is really just a workaround, and indicates that Sun's JVM has some fundamental problems in its printing facilities, at least on the Windows platform.
    Kevin Rahe
    KRAHE InfoSystems, Inc.

  • ALV Grid output in background Job

    Hello everyone,
    Can someonen plz tell me if I execute my report (with Grid ALV Display) in background (sy-batch not initial ) , will the ALV Grid be displayed ?
    If no, then in order to show success do I have to 'WRITE' the success message ?
    Thanks

    Hello,
    The grid will be generated as a list & spool will be generated. REUSEALVGRID* FM handles this explicitly no need to code for it.
    You do not need to use WRITE for this
    Also FYI for OO ALV you have to code for the batch handling: [CNTL_ERROR while running a report in background mode|CNTL_ERROR while running a report in background mode]
    BR,
    SUhas
    Edited by: Suhas Saha on Jan 18, 2010 4:52 PM

Maybe you are looking for