Question of the output of "prstat -a" on solaris 10

Hi, all
Recently, I'm debugging a memory issue on the solaris 10 system. I executed the command like "prstat -U root -n 200 -s rss -a" to list all root user memory consumption and sorted by rss. I'm sure that the total number of root process is less than 100. My target is to find which root process takes the memory most. However I'm concerning the output of the above command. The summary on the bottom of the command showed that the total RSS of root was about 4G, the NPROC was about 150. When I did a "sum" of the RSS of all 150 root processes, the value was 1.5G which was far less than the 4G on the bottom summary.
Does anyone know if my understanding is correct or not? Should they be identical?
Thanks

Because of the way Solaris allocates and reports memory usage it is often (very) hard to account for the different values reported by the various commands. Most often the differences involve shared memory.
Why do you think you have a memory problem?
Do you think the problem is with virtual or physical memory?
Have you looked at:
How to Check and Analyze Solaris Memory Usage [ID 1009500.1]
GlenG

Similar Messages

  • CBWFQ: Question about the output of "show policy-map interface" command

    Hi everyone,
    I have a question about the output of "show policy-map interface" command.
    The following is the output of this command and lower side of the output shows
    (total queued/total drops/no-buffer drops) 0/342/0
    If the packets drop occur due to the situation of no enough buffer,
    "no-buffer drops" counted up. But "no-buffer drops" has not been counted up.
    The "no-buffer drops" is 0 (zero) but "total drops" are counted as 342.
    I guess there are other factors except "no-buffer drops" to add "total drops".
    But I can not find any information about "other factors".
    So I would like to know the "other factors" added to "total drops".
    reserch-3725#sh policy-map interface fastethernet0/1
    FastEthernet0/1
    Service-policy output: shaping
    Class-map: kdpc (match-all)
    146956873 packets, 115209221595 bytes
    5 minute offered rate 156000 bps, drop rate 0 bps
    Match: access-group name YOKOHAMA_to_CHINO
    Traffic Shaping
    Target/Average Byte Sustain Excess Interval Increment
    Rate Limit bits/int bits/int (ms) (bytes)
    9360000/9360000 58500 234000 234000 25 29250
    Adapt Queue Packets Bytes Packets Bytes Shaping
    Active Depth Delayed Delayed Active
    - 0 146956724 3539850811 2960247 3851843541 no
    Class-map: class-default (match-any)
    552458414 packets, 249687580329 bytes
    5 minute offered rate 242000 bps, drop rate 0 bps
    Match: any
    Traffic Shaping
    Target/Average Byte Sustain Excess Interval Increment
    Rate Limit bits/int bits/int (ms) (bytes)
    3072000/3072000 19200 76800 76800 25 9600
    Adapt Queue Packets Bytes Packets Bytes Shaping
    Active Depth Delayed Delayed Active
    - 0 552453209 573909865 30358216 2926188156 no
    Service-policy : policy1
    Class-map: dlsw (match-all)
    979578 packets, 264843255 bytes
    5 minute offered rate 0 bps, drop rate 0 bps
    Match: access-group name acl-dlsw
    Queueing
    Output Queue: Conversation 137
    Bandwidth 128 (kbps) Max Threshold 64 (packets)
    (pkts matched/bytes matched) 20922/17371500
    (depth/total drops/no-buffer drops) 0/0/0
    Class-map: telnet (match-all)
    29938 packets, 1806058 bytes
    5 minute offered rate 0 bps, drop rate 0 bps
    Match: access-group name acl-telnet
    Queueing
    Output Queue: Conversation 138
    Bandwidth 64 (kbps) Max Threshold 64 (packets)
    (pkts matched/bytes matched) 639/38900
    (depth/total drops/no-buffer drops) 0/0/0
    Class-map: class-default (match-any)
    551448911 packets, 249420939729 bytes
    5 minute offered rate 242000 bps, drop rate 0 bps
    Match: any
    Queueing
    Flow Based Fair Queueing
    Maximum Number of Hashed Queues 128
    (total queued/total drops/no-buffer drops) 0/342/0
    Your information would be appreciated.

    Details infomatiuon regarding show policy-map interface
    http://www.cisco.com/en/US/tech/tk543/tk545/technologies_tech_note09186a008010dd6a.shtml
    http://www.cisco.com/en/US/tech/tk543/tk760/technologies_tech_note09186a0080108e2d.shtml
    http://www.cisco.com/univercd/cc/td/doc/product/software/ios123/123cgcr/qos_r/qos_s2g.htm#wp1146884

  • Question regarding the output of Get-MailboxPermission

    Has anyone seen this sort of output for the AccessRights, specifically the number?
    This can be related to several other issues we had in regards to 3rd party AD management software. 
    get-mailboxpermisson -identity 'user' | ft user,accessrights
    OUTPUT
    User                                                 Access Rights
    NT AUTHORITY\SELF                                    {FullAccess, DeleteItem, ReadPermission}
    domain\name                                           {1179648}
    domain\name                                           {2031617}
    domain\name                                           {1179649}
    domain\name                                           {2031617}
    domain\name                                           {2031617}
    I also noticed that in some cases the SELF has AccessRights listed as a number. 
    User                                                 Access Rights
    NT AUTHORITY\SELF                                   {1179649}
    In these i issued the command
    Remove-MailboxPermission -Identity 'username' -User 'SELF' -AccessRights "FullAccess,ReadPermission,ExternalAccount"
    Remove-MailboxPermission : Cannot remove ACE on object "userFQDN" for account "NT AUTHORITY\SELF" because it is not present.
    When i manually remove SELF, then re-add self with correct permission and run the get-mailbox command the output is now
    User                                                 Access Rights
    NT AUTHORITY\SELF                         {FullAccess, DeleteItem, ReadPermission}
    again this could be due to the third party AD mgmt software, thought this might also be from migrated account from legacy domains??
    anyone see this before??? reminds me of UAC for user.

    
    It certainly looks as if you have nonstandard permissions
    settings going on there.
    Ed Crowley MVP
    "There are seldom
    good technological solutions to behavioral problems."
    "mviton" wrote in message news:75318c00-a3b2-47a1-a306-43d7da82d9a5...Has
    anyone seen this sort of output for the AccessRights, specifically the
    number?
    This can be related to several other issues we had in regards
    to 3rd party AD management software. 
    get-mailboxpermisson
    -identity 'user' | ft
    user,accessrights
    OUTPUT
    User                                                
    Access
    Rights
    NT
    AUTHORITY\SELF                                   
    {FullAccess, DeleteItem,
    ReadPermission}
    domain\name                 
    {1179648}
    domain\name                                           {2031617}
    domain\name                                          
    {1179649}
    domain\name                                          
    {2031617}
    domain\name                                          
    {2031617}
    I also noticed that in some cases the SELF has
    AccessRights listed as a number. 
    User                                                
    Access
    Rights
    NT
    AUTHORITY\SELF                                   {1179649}
    In
    these i issued the command
    Remove-MailboxPermission
    -Identity 'username' -User 'SELF' -AccessRights
    "FullAccess,ReadPermission,ExternalAccount"
    Remove-MailboxPermission
    : Cannot remove ACE on object "userFQDN"
    for account "NT AUTHORITY\SELF" because it is not
    present.
    When i manually remove SELF, then re-add self with
    correct permission and run the get-mailbox command the output is
    now
    User                                                
    Access
    Rights
    NT
    AUTHORITY\SELF                         {FullAccess,
    DeleteItem, ReadPermission}
    again this could be due to the
    third party AD mgmt software, thought this might also be from migrated account
    from legacy domains??
    anyone see this before??? reminds me of UAC for
    user.
    Ed Crowley MVP
    "There are seldom good technological solutions to behavioral problems."

  • Using dtrace how can we get the functionality of prstat ,vmstat

    Hi,
    I would like to know what probes can be used to generate a dtrace (.d) script which could produce the output of prstat,vmstat etc.I cannot use these commands at the command prompt directly to know my system's behavior.Can any one here help me out to get this thing realized.I have stiff deadlines to meet .....and i am behind them already...
    Thanking for your support in advance.
    Karthik

    There's probably not an exact equivalent. I'd start with the 'dtrace toolkit' and see if there's something in there that meets your needs.
    But it's not designed to replace tools that already work well. Why would you be able to use dtrace and not vmstat?
    Darren

  • NOOB Question - Cannot seem to get the output in a text or CSV file - Please help!!

    I was able to put together a script which finds members of a certain AD group, filters down the users, and then calculates the number of days till a password reset is needed.  I am able to get on screen exactly what i am looking for, but cannot seem
    to figure out how to get the same data to a file.  What i am doing wrong?  two goals here:
    1.  Create a spreadsheet with a list of users whose password is about to expire.
    2.  Down the line automate an email to users whose password is about to expire. 
    Here is my code:
    ## Get List Of Users in Password Change Lockout that do not have an expired password or a password that never expires
    $Names = (Get-ADGroupMember -Identity "Password Change Lockout" -Recursive |`
    Get-ADUser -Properties * |`
    Where-Object {$_.PasswordNeverExpires -eq $False -and $_.PasswordExpired -eq $False} |`
    Sort-Object name |Select-Object -ExpandProperty SamAccountName)
    ## Get Password last Set values for all
    Foreach ($Name in $Names)
    $VAR1 = (Get-ADUserResultantPasswordPolicy -Identity $Name).MaxPasswordAge
    $VAR2 = (Get-ADUser $Name -Properties *).passwordlastset
    $VAR3 = (Get-ADUser $Name -Properties *).name
    $DTPC = (New-TimeSpan -Start (Get-Date) -End ($VAR2 + $VAR1) | Select-Object -ExpandProperty Days)
    Filter users to those who need to change thier password in 15 days.
    If ($DTPC -lt 15)
    No matter what i try between the {} after the If statement, I cannot get the output to a file.  However, if I use a Write-Output I get exactly what i looking for.  I feel like i am forgetting some basic concept and could really use some help.  Thanks.
    Matt 
    Matt Dillon

    Hi Matt,
    I generally create an empty array (something like $out = @()) at the top of the script and then use $out += $desiredOutput inside of the foreach loop.
    Outside of the loop, you can then pipe $out to Out-File or Export-Csv, depending on your needs.
    Don't retire TechNet! -
    (Don't give up yet - 12,830+ strong and growing)

  • Question from the After Effects team about audio output

    When you render and export a composition from After Effects that does not have audio content, do you ever enable audio output intentionally (thus creating an empty audio track in the output file)?
    If so, why, and what formats do you use?
    We're in the process of making some improvements to how audio is handled, and we want to make sure that we haven't broken any common workflows.
    (Note: If you're not sure about how to enable audio output, see this page: "FAQ: Why is there no sound (audio) in my output file?" )

    For me, I can't think of a common use-case where that would be necessary. I suppose there are times when you want a file to conform to an existing structure, such as when you want to replace media in Premiere, and the new file needs to have the same number of audio tracks as the old file (which you may not have created). Even though that hardly ever happens (I remember replacing proxies when CS3 got the ability to import P2 footage... it was... not very cooperative), I wouldn't want to lose the ability to arbitrarily export an empty audio track, because I'm sure there are other edge cases which I can't think of. But, I wouldn't mind losing it as a default behavior.
    It sounds like what you're hinting at is a feature where the render module detects whether there is any audio in the comp before committing to some kind of default audio track export setting. If there is no audio in the comp (or if all the audio in a comp is disabled), it wouldn't export an audio track.
    As long as there is a setting to override this behavior (i.e.: enabled / if detected / disabled) that can be built into an export preset, I'd love such a feature.
    I, too, often forget to turn on audio export, because most of my comps don't use audio (I sync audio in Premiere, usually) and I don't like having empty audio tracks I don't need. But in the rare cases I do need audio, it's really annoying to go back and re-export the audio because I forgot to turn it on (similar to forgetting to enable an alpha channel, which makes me feel really stupid).

  • My question has to do with analog input and triggering? Does anyone have any suggestions on how i can improve the attached vi so it can trigger on a 50kHz ten cycles pulse after the pulse has been sent out on the output?

    Could you just look at this vi and tell me if i am doing anything wrong? I get errors that are different each time I change something. here are the inputs I am using
    Output Side:
    amplitude = 1
    freuency = 50kHz
    Sampling Frequency = 1MHz
    3 of Samples = 200
    Input Side:
    Input Buffer 4000
    trigger type = analog
    pretrigger = 5
    edge or slope = rising
    scan rate = 500kHz
    # of scans = 2000
    Conditional Retrieval
    mode = on
    slope = rising
    skip count = 0
    level = .1
    offset = 0
    hysteresis = 0
    So what we want to do is capture the ten
    cycles of the 50k output pulse on the input and need to store that so we can plot it later, do you have any suggestions. we are using the PCI-MIO- 16E board.
    Thanks,
    Jarrod
    Attachments:
    InputOutput2.vi ‏88 KB

    1) Toss the sequence frames (no flames please).
    2) Set you read and have it ready to trigger before oing the output.
    3) After the output, go back and read the data that is waiting for you.
    4) If you have errors tell us what they are and under what conditions they occured.
    End of Ben's suggestions for now.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • Are You All Able to get the Output In EXCEL Format

    Hi All,
    I have one question. Are You All Able to get the Output In EXCEL Format?? I am working on Oracle Apllication 11.5.10.2 and my XML builder is 5.0.1. Problem which i m facing is this...... Whenever i am submitting a concurrent program with format type different from PDF i could not able to view the ouput in desired format. When i am pressing view output it gives me a file in XML and when i save that file with extention 'xls' or 'rtf' then i could able to see the saved file in desired format.
    Can anyone tell me where is the problem??? Is it a bug?
    I am using microsoft world 2000 sp-3.
    Please give your valuable comments. May be your comments can solve my problem..
    Thanks
    Ravi

    Hi I got Same issue
    When I change Format to EXCEL from
    Submit request>> Option>> Format = EXCEL
    In window I am getting something HTML code and
    when I try to copy it to Browser from Tools>> Copy File in to Browser I am getting following message
    The XML page cannot be displayed
    Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
    End tag 'p' does not match the start tag 'a'. Error processing resource 'http://our url.com:8000/OA_CGI...
    <p class="c0"><a name="Text4" id="Text4"><a name="Text1_1" id="Text1_1"><span class="c1">Dept No <...
    But I can see the output when Format is PDF
    Pls suggest solution ,I am using EBS 11.5.10.2.
    Thanks
    Rahul
    Message was edited by: Rahul
    user576181

  • Need help to draw a graph from the output I get with my program please

    Hi all,
    I please need help with this program, I need to display the amount of money over the years (which the user has to enter via the textfields supplied)
    on a graph, I'm not sure what to do further with my program, but I have created a test with a System.out.println() method just to see if I get the correct output and it looks fine.
    My question is, how do I get the input that was entered by the user (the initial deposit amount as well as the number of years) and using these to draw up the graph? (I used a button for the user to click after he/she has entered both the deposit and year values to draw the graph but I don't know how to get this to work?)
    Please help me.
    The output that I got looked liked this: (just for a test!) - basically this kind of output must be shown on the graph...
    The initial deposit made was: 200.0
    After year: 1        Amount is:  210.00
    After year: 2        Amount is:  220.50
    After year: 3        Amount is:  231.53
    After year: 4        Amount is:  243.10
    After year: 5        Amount is:  255.26
    After year: 6        Amount is:  268.02
    After year: 7        Amount is:  281.42
    After year: 8        Amount is:  295.49
    After year: 9        Amount is:  310.27
    After year: 10        Amount is:  325.78
    After year: 11        Amount is:  342.07
    After year: 12        Amount is:  359.17
    After year: 13        Amount is:  377.13
    After year: 14        Amount is:  395.99
    After year: 15        Amount is:  415.79
    After year: 16        Amount is:  436.57
    After year: 17        Amount is:  458.40And here is my code that Iv'e done so far:
    import javax.swing.*;
    import java.awt.Color;
    import java.awt.Graphics;
    import java.awt.Graphics2D;
    import java.awt.RenderingHints;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import java.lang.Math;
    import java.text.DecimalFormat;
    public class CompoundInterestProgram extends JFrame implements ActionListener {
        JLabel amountLabel = new JLabel("Please enter the initial deposit amount:");
        JTextField amountText = new JTextField(5);
        JLabel yearsLabel = new JLabel("Please enter the numbers of years:");
        JTextField yearstext = new JTextField(5);
        JButton drawButton = new JButton("Draw Graph");
        public CompoundInterestProgram() {
            super("Compound Interest Program");
            setSize(500, 500);
            setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            amountText.addActionListener(this);
            yearstext.addActionListener(this);
            JPanel panel = new JPanel();
            panel.setBackground(Color.white);
            panel.add(amountLabel);
            amountLabel.setToolTipText("Range of deposit must be 20 - 200!");
            panel.add(amountText);
            panel.add(yearsLabel);
            yearsLabel.setToolTipText("Range of years must be 1 - 25!");
            panel.add(yearstext);
            panel.add(drawButton);
            add(panel);
            setVisible(true);
            public static void main(String[] args) {
                 DecimalFormat dec2 = new DecimalFormat( "0.00" );
                CompoundInterestProgram cip1 = new CompoundInterestProgram();
                JFrame f = new JFrame();
                f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
                f.getContentPane().add(new GraphPanel());
                f.setSize(500, 500);
                f.setLocation(200,200);
                f.setVisible(true);
                Account a = new Account(200);
                System.out.println("The initial deposit made was: " + a.getBalance() + "\n");
                for (int year = 1; year <= 17; year++) {
                      System.out.println("After year: " + year + "   \t" + "Amount is:  " + dec2.format(a.getBalance() + a.calcInterest(year)));
              @Override
              public void actionPerformed(ActionEvent arg0) {
                   // TODO Auto-generated method stub
    class Account {
        double balance = 0;
        double interest = 0.05;
        public Account() {
             balance = 0;
             interest = 0.05;
        public Account(int deposit) {
             balance = deposit;
             interest = 0.05;
        public double calcInterest(int year) {
               return  balance * Math.pow((1 + interest), year) - balance;
        public double getBalance() {
              return balance;
    class GraphPanel extends JPanel {
        public GraphPanel() {
        public void paintComponent(Graphics g) {
            Graphics2D g2 = (Graphics2D)g;
            g2.setRenderingHint(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_ON);
            g2.setColor(Color.red);
    }Your help would be much appreciated.
    Thanks in advance.

    watertownjordan wrote:
    http://www.jgraph.com/jgraph.html
    The above is also good.Sorry but you need to look a bit more closely at URLs that you cite. What the OP wants is a chart (as in X against Y) not a graph (as in links and nodes) . 'jgraph' deals with links and nodes.
    The best free charting library that I know of is JFreeChart from www.jfree.org.

  • Questions on HTML5 Output in FrameMaker 12

    I have a couple questions about the HTML5 Output:
    1. I have images that are not appearing in the output (they are in the source FM file, but not in the HTML5 output). What am I doing wrong?
    2. Is there a way to disable the glossary function so that it doesn't appear as an option in the HTML5 output?
    Any help is greatly appreciated. Thanks!

    1. Are all of the images in anchored frames? Have you edited any of the settings under Style mapping > Image?
    2. Currently, AFAIK, this is hardwired. You could try spelunking in a saved settings.sts file (it's just a zip container) to see if this can be turned off there [if you're quite familiar with XML, DTD's (.slp file), HTML and javascript],

  • Why don't the questions as reported in forms match the order of questions on the pdf form used to collect the data?

    I imported a PDF from for my survey. Then, I distributed it. People have completed it and the results have been submitted back to my FormsCentral account. The first two questions are text entry, then there are two 6 option multiple-choice questions before a 3 option multiple choice question. Why is it that in the report gives me results from four 6-option multiple choice questions before the 3-option question when there are only two? To make matters worse, the questions aren't coded with the text of the questions. They're coded cryptically, as are the responses. What the heck is going on and can I fix this?

    Drew:
    I'm having trouble deciphering what you wrote: "As I said, the initial order seems somewhat arbitrary from the user's perspective." As I work in the political arena, I'm parsing this out. It's either a brilliantly worded "you're screwed" statement, or there is some ambiguity and hope here. Let's deconstruct:
    "initial order" Does this mean the order of my questions in the survey? There's nothing arbitrary about them. I know the order of my questions
    "somewhat arbitrary" Does this mean there's actually some order to the way the results are being outputted? If so, how do I determine that order?
    "from the user's perspective." Is there another perspective from which the actual (original/initial) ordering of the questions can be resurrected?
    I'm not trying to badger. That's not my intent. You have a user here who is reading hope from your words, and I'm trying to distinguish between real hope and a nice way of saying "SOL."
    So: 
    Answer One:  There is some hope
    Answer Two:  SOL
    After this, I can mark the question. Thank you.
    Glenn

  • Question regarding the If-then-else function

    Hi folks ,
    I have been constantly putting threads on this subject for the past day,  hope it doesn't annoy any one here.
    My scenario is really simple, and i am  almost close to the solution, but there is just 1 thing missing and i know that is a very small thing, could be the context too. Hope some one can help by pointing it out>
    Mapping:
    In my source i have a header(0-unbounded) & detail(0-unbounded). At a given instant either header / detail will occur in source, depending on that the target node "response" will occur(0-n times)
    i have achieved this in the mapping.
    the problem is this:
    Both the Header/Detail have a field in it called Sequence# which is mandatory and can occur only once in the Header/Detail node.
    Now depending on what occurs: ie Header/Detail i need to map that particular seq# into my Target Respone's SEQ_#.
    I have done the mapping for this and have done a standalone testing.
    Mapping: Check if HEADER EXISTS, if yes? then map the HEADER.Seq# to TARGET.Seq#
    Here are my findings:
    Scenario1: 3 header nodes(No Detaili) each with a seq # in it. Out put 3 Target node each with 3 seq # in it.
    Scenario2: 2 Detail Nodes(No header) each with a seq # in it. Output fails to produce the 2nd Target Structure's Seq# and Fails
    When i look into the Display Queue in the mapping , i examine the iF-Then-Else function:
    Since HEADER doesn't exist i c 1 Suppress in my If-Condition hence the if condition becomes FALSE., now since its false its supposed to map the seq# from my detail. (This case i have 2 ).
    But in the output of the IF-Then Else, i get out only 1 seq # which is the 1st one,
    What i am thinking is that the exists condition is giving out only 1 FALSE instead of 2, If there were 2 false from the exists then i would have had both the seq # in my output,
    I hope my question is clear, Would appreciate anysort of help . And i apologize if I seem to be brigning up the same question over again experts.
    I don't wnt to create a UDF for this matter because i know there is something i am not doing right,
    Hank

    Sorry I could not give my udf in my last post.
    Udf1:
    Create a context udf and name it as RemoveSuppress. Take two input arguments a and b. Imports: java.*;
    Add this code:
       //write your code here
    boolean found = false;
    for (int i=0;i<a.length;i++) {
         if (a<i>.equals(b[0])) {
         found = true;
         break;
    if (found == true)
         result.addValue("true");
    else
         result.addValue("false");
    Then it should work.
    Regards,
    ---Satish

  • Hi, Is there a way to export the output of a transaction to Memeory .

    Dear All , Here is the question
    SUBMIT           ws_monitor_outb_del_free
                           WITH  it_vkorg = r_vkorg
                           WITH  it_vtweg IN svtweg
                           WITH  it_spart IN sspart
                           WITH  it_kunag = kna1-kunnr SIGN 'I'
                           WITH it_wbstk NE 'C'
                           EXPORTING LIST  TO MEMORY
                           AND RETURN.
    This is possible and fine ?
    Is this possible Similarly
          SET PARAMETER ID 'VAG' FIELD kna1-kunnr.
          SET PARAMETER ID 'KUN' FIELD space.
          SET PARAMETER ID 'MAT' FIELD space.
          SET PARAMETER ID '0BT' FIELD 'X '.
          SET PARAMETER ID 'VON' FIELD space.
          SET PARAMETER ID 'BIS_VA05' FIELD sy-datum.
          SET PARAMETER ID 'VC2' FIELD 'X'.
          CALL TRANSACTION 'VA05' AND SKIP FIRST SCREEN [ <b>EXPORTING LIST TO MEMEORY</b> ].
    Hope its Clear i want the output to be saved in memory not to be displayed.
    Note : you cannot use the program triggered by VA05 and submit it as i have done in the first case because it is not a executable prog.
    With Best Regards.
    Md Iqbal

    use this
    in the calling program
    declare
    DATA : listobject LIKE abaplist OCCURS 0 WITH HEADER LINE.
    after submit use this
       IMPORT listobject FROM MEMORY ID '%_LIST'.
    to fetch the data to memory.
    regards,
    vijay

  • The Output Post-processor is running but has not picked up this request

    Hi
    We are getting the following error when running an XML Publisher report in 11.5.10
    The Output Post-processor is running but has not picked up this request.
    We have checked that the SQL query in the data template works fine. Also, the XML output if we remove the template looks fine. The XML data and template also work fine when merged manually in MS WORD, and also if we create a Java class and run the XDO classes explicitly.
    In Manage Concurrent Managers, the OPP seems to be running fine.
    How can we debug this issue in an acceptance test environment without sysadmin access?
    The problem does not occur in other enviroments.
    I think this is not the error described in MetaLink Note 352518.1. This is the ONLY XML Publisher report in the system, so the OPP cannot be busy with other reports, and it is not giving the processing timeout error message (so case 2 is out of question).
    Message was edited by:
    TyskJohan

    You can change the logging level of the OPP to statement to see more detail in the log file
    (One problem we have is if you are running of a shared APPL-TOP environement where the conc manager job has to run on the physical node)

  • Passing the output to another program

    Passing the output to another program
    The problem I have that I don�t know how to pass the results of my java Program ( as parameter) to another application!
    I have a class �A.class� should send result �VAR_result� to application �B.application�
    Now I am using it like this: System.out (VAR_result) >> B.application
    But it could not be the right way at least because I cant make any other System.out as debug now.
    My Question please: to pass a parameter to a java is clear: A.class ( var ..)
    But how to take a parameter from a class, to use it in another Applicatin ( script )?
    Thanks a lot

    slackware2007 wrote:
    Passing the output to another program
    The problem I have that I don&#146;t know how to pass the results of my java Program ( as parameter) to another application!
    I have a class &#147;A.class&#148; should send result &#147;VAR_result&#148; to application &#147;B.application&#148;
    Now I am using it like this: System.out (VAR_result) >> B.application
    But it could not be the right way at least because I cant make any other System.out as debug now.Then move your debug to System.err and use System.out as it should be used and pipe stdout to the stdin of the other application..

Maybe you are looking for

  • What is the purpose of Multiproviders???

    Hi Everyone, I am currently trying to create a multiprovider. I have read the SAP documentation but I still do not understand in what circumstances should I create a multiprovider for reporting. Would appreciate if anyone can provide details on what

  • Problem in Calling URL for Line Item of Perticular Purchase Requisition.

    Hi Experts,    I am calling a external window from the web dynpro which is working fine. I am trying to open transaction ME53 in the browser and i am successful in that. But now when i open that transaction there were two requirements: *1) It should

  • Problems with Photoshop CS6 reverting to trial

    i downloaded trial version of photoshop, trial ended, and i just purchased photoshop. it wont download. the trial version keeps showing up. i uninstalled and reinstalled multiply times.

  • [ISA 4.0 SP5] How to set the language of an order

    Hi, how to set the language of an order? I use address.setCountry( myCountry ) and works fine, but: an Order in R3 has also a field "Language" under the tab "Communication", but it's not set automatically, corresponding to the country. How do i set t

  • Calling a servlet from HTML

    Is it possible to call a class/servlet from a front-end web page (web page is in HTML form not java form) given that I created my servlet to be executed per class? If there is, can you give me a sample code snippet on how to do this? An example on ho