This is urgent please help!  long running job in sm37 but not in sm66

Hi,
Can someone please help for an explanation as to why if you call sm37, you can see that the job is long running (example about 70,000 sec), but when you look at the PID where the job is running in sm66 it does not show 70,000 sec but only around 6,000 sec.
Can someone please explain why?  Thank you very much

For background processes, additional information is available for the background job that is currently running. You can only display this information, if you are logged onto the instance where the job is running, or if you choose Settings and deselect Display only abbreviated information, avoid RFC. In any case, the job must still be running.
Regards
Anilsai

Similar Messages

  • Why isnt this working urgent please help

    why isnt this working im trying to connect a panel to a scrollpane the panel will contain several dozen text fields
    the scrollpane shouls be about 350, 450 , but the pane is 350
    by 1200 the problem now is that the scorllbar isnt created and even when I explictly create it it contains no knob, and it will
    not scroll up or down please someone help this is urgent
    import java.awt.*;
    import com.sun.java.swing.*;
    public class ScrollDemo extends JPanel {
         private Rule columnView;
         private Rule rowView;
         private ScrollablePicture picture;
         class UnitsListener implements ItemListener {
              public void itemStateChanged(ItemEvent e) {
                   if (e.getStateChange() == ItemEvent.SELECTED) {
                        // Turn it to metric.
                        rowView.setIsMetric(true);
                        columnView.setIsMetric(true);
                   } else {
                        // Turn it to inches.
                        rowView.setIsMetric(false);
                        columnView.setIsMetric(false);
                   picture.setMaxUnitIncrement(rowView.getIncrement());
    public ScrollDemo() {
         Two t = new Two(columnView.getIncrement());
              JScrollPane pictureScrollPane = new JScrollPane(t);
              pictureScrollPane.setPreferredSize(new Dimension(300, 250));
              pictureScrollPane.setColumnHeaderView(columnView);
              pictureScrollPane.setRowHeaderView(rowView);
         public static void main(String s[]) {
              JFrame frame = new JFrame("ScrollDemo");
              frame.setContentPane(new ScrollDemo());
              frame.setVisible(true);
    import java.awt.*;
    import com.sun.java.swing.*;
    public class Two extends JPanel implements Scrollable{
    private JPanel ivjJPanel3 = null;
         private JScrollPane ivjJScrollPane1 = null;
         private int maxUnitIncrement = 1;
    public Two(int m)
         getJPanel1();
         maxUnitIncrement = m;
         setSize(300,1200);
    private void getJPanel1() {
                   setLayout(null);
                   setSize(250,1200);
                   add(getJLabel1(), getJLabel1().getName());
    public Dimension getPreferredScrollableViewportSize() {
              return getPreferredSize();
         public int getScrollableBlockIncrement(Rectangle visibleRect, int orientation,
         int direction) {
              if (orientation == SwingConstants.HORIZONTAL)
                   return visibleRect.width - maxUnitIncrement;
              else
                   return visibleRect.height - maxUnitIncrement;
         public boolean getScrollableTracksViewportHeight() {
              return false;
         public boolean getScrollableTracksViewportWidth() {
              return false;
         public int getScrollableUnitIncrement(Rectangle visibleRect,
                                                      int orientation,
                                                      int direction) {
              //Get the current position.
              int currentPosition = 0;
              if (orientation == SwingConstants.HORIZONTAL)
                   currentPosition = visibleRect.x;
              else
                   currentPosition = visibleRect.y;
              //Return the number of pixels between currentPosition
              //and the nearest tick mark in the indicated direction.
              if (direction < 0) {
                   int newPosition = currentPosition -
                                       (currentPosition / maxUnitIncrement) *
                                       maxUnitIncrement;
                   return (newPosition == 0) ? maxUnitIncrement : newPosition;
              } else {
                   return ((currentPosition / maxUnitIncrement) + 1) *
                        maxUnitIncrement - currentPosition;
         public void setMaxUnitIncrement(int pixels) {
              maxUnitIncrement = pixels;

    I personally didn't play with swing components when they were in the com.sun.java.swing state, but I have a strong feeling it is very buggy and could be causing your problem.
    Before posting gui issues, please use a newer API, even jdk1.1 would be fine, anything would be better than what your using.
    you wrote: I dont care if its javax.swing or
    com.sun.java.swing
    I would also gather from this statement that your attitude could be one of your other issues.

  • PLEASE HELP - Ipod Showing In My Comp But Not Itunes Etc

    Hi there
    Can someone PLEASE help me! I am at my wits end with my Ipod.
    A few weeks ago I was in the middle of listening to a song and my ipod crashed then switched itself off. Ever since then I haven't been able to get it to connect to Itunes or the Updater and it won't play anything.
    When I switch the ipod on I get various errors ranging from the unhappy ipod to the folder with the exclamation mark.
    When I connect my ipod to my pc an autoplay window appears and sometimes I get an error saying the drive my ipod is connected to isn't formatted.
    So far I have tried the following
    Reinstalled Itunes
    Going into Disk Management and changing the Drive the ipod uses
    Reset The Ipod
    Tried Using Another USB Port
    Put the Ipod Into Disk Mode
    Nothing Works! After I changed the drive the ipod uses things looked promising. The Ipod was detected by the updater and it was started to restore the ipod however after a few minutes the ipod seemed to lose the connection and I got the error with the Battery icon.
    Can someone please help me!

    "my dad pressed view and then he chose the 3rd picture thing and songs went into."
    Sorry, I don't know what that means.
    Have you had a chance to look through these?
    USB drivers are not installed properly or are out of date.
    iTunes 7 doesn't recognize the iPod.

  • I have had creative cloud for a while now and suddenly indesign dissapeared off of my macbook pro and now won't install again! This is urgent please help.

    I checked its been uninstalled from my mac and then every time I reinstall it, it just perpetually sits on that page that says 'inDesign is downloading now'... but it never does. Need urgent help please! Photoshop and illustrator remained on my mac no issue there. Whats going on?...

    Musecatherine please begin the installation process in the Creative Cloud Desktop application.  You can find details on how to install the Adobe Creative applications, included with your membership, at Install and update apps - https://helpx.adobe.com/creative-cloud/help/install-apps.html.
    It is likely that the AAM Detect Plug-in is not installed or blocked by your current web browser.  This is why no action occurs when you are on the download page.

  • DEAL OR NO DEAL HELP THIS IS URGENT PLEASE HELP ME!!!!!

    i have a project due in two days and i must create a deal or no deal game in java the following is the code i have currently created i am not very advanced so this is where i am at so far:
    // The "DealorNoDeal" class.
    import java.awt.*;
    import hsa.Console;
    import java.util.Random;
    public class DealorNoDeal
        static Console c;
        public static void main (String[] args)
            c = new Console (30, 110, 15, "DEAL OR NO DEAL");
            //setSize(500,500);
            double[] CasesValues = {.01, 1, 5, 10, 25, 50, 75, 100, 200, 300, 400, 500, 750, 1000, 5000, 10000, 25000, 50000, 75000, 100000, 200000, 300000, 400000, 500000, 750000, 1000000};
            double[] Case = new double [26];
            int number = 0, Choosen, Remove = 0, Offer = 0;
            double PlayerCase;
            Random generator = new Random ();
            boolean Picked = false;
            char Deal = ' ';
            boolean Not = false;
            String name;
            // USER ENTERS THEIR NAME
            c.println ("Please enter your name: ");
            name = c.readString ();
            c.println (" ");
            // THIS PUTS THE NUMBERS IN THEIR CASES
            for (int i = 1 ; i < 26 ; i++)
                number = generator.nextInt (26);
                Case = CasesValues [number];
    for (int i = 0 ; i < 13 ; i++)
    c.println (CasesValues [i] + "\t\t" + CasesValues [i + 13]);
    // THE USER CHOOSES THEIR CASE
    c.println ("Please Pick Your Case");
    Choosen = c.readInt ();
    PlayerCase = Case [Choosen];
    c.clear ();
    // THE USER PICKS 6 CASES TO REMOVE
    for (int x = 1 ; x < 7 ; x++)
    c.print ("Please Choose Case To Remove: ");
    Remove = c.readInt ();
    for (int i = 1 ; i < 26 ; i++)
    if (Remove == i)
    c.clear ();
    c.println ("You Picked Case " + Remove + " That had a value of " + Case [i]);
    Case [i] = 0;
    c.println ();
    c.print ("Case Numbers Picked: ");
    for (int i = 1 ; i < 26 ; i++)
    if (Case [i] == 0)
    c.print (" " + i);
    c.println ();
    // CALCULATES AND MAKES OFFER
    for (int i = 1 ; i < 26 ; i++)
    Offer += Case [i];
    Offer = Offer / 19;
    c.clear ();
    c.println ("The Offer is: " + Offer);
    c.println ("DO YOU ACCPET (Y/N)");
    Deal = c.readChar ();
    if (Deal == 'Y' || Deal == 'y')
    c.clear ();
    c.println ("CONGRATS, YOU LEAVE WITH " + Offer + "DOLLARS");
    else if (Deal == 'N' || Deal == 'n')
    c.println ("ALRIGHT NOW YOU MUST OPEN 5 CASES");
    // THE USER PICKS 5 CASES TO REMOVE
    for (int x = 1 ; x < 6 ; x++)
    c.print ("Please Choose Case To Remove: ");
    Remove = c.readInt ();
    for (int i = 1 ; i < 26 ; i++)
    if (Remove == i)
    c.clear ();
    c.println ("You Picked Case " + Remove + " That had a value of " + Case [i]);
    Case [i] = 0;
    c.println ();
    c.print ("Case Numbers Picked: ");
    for (int i = 1 ; i < 26 ; i++)
    if (Case [i] == 0)
    c.print (" " + i);
    c.println ();
    // CALCULATES AND MAKES OFFER
    for (int i = 1 ; i < 26 ; i++)
    Offer += Case [i];
    Offer = Offer / 14;
    c.clear ();
    c.println ("The Offer is: " + Offer);
    c.println ("DO YOU ACCPET (Y/N)");
    Deal = c.readChar ();
    if (Deal == 'Y' || Deal == 'y')
    c.clear ();
    c.println ("CONGRATS, YOU LEAVE WITH " + Offer + "DOLLARS");
    else if (Deal == 'N' || Deal == 'n')
    c.println ("ALRIGHT WE WILL CONTINUE TO OPEN CASES");
    // THE USER PICKS 4 CASES TO REMOVE
    for (int x = 1 ; x < 5 ; x++)
    c.print ("Please Choose Case To Remove: ");
    Remove = c.readInt ();
    for (int i = 1 ; i < 26 ; i++)
    if (Remove == i)
    c.clear ();
    c.println ("You Picked Case " + Remove + " That had a value of " + Case [i]);
    Case [i] = 0;
    c.println ();
    c.print ("Case Numbers Picked: ");
    for (int i = 1 ; i < 26 ; i++)
    if (Case [i] == 0)
    c.print (" " + i);
    c.println ();
    // CALCULATES AND MAKES OFFER
    for (int i = 1 ; i < 26 ; i++)
    Offer += Case [i];
    Offer = Offer / 10;
    c.clear ();
    c.println ("The Offer is: " + Offer);
    c.println ("DO YOU ACCPET (Y/N)");
    Deal = c.readChar ();
    if (Deal == 'Y' || Deal == 'y')
    c.clear ();
    c.println ("CONGRATS, YOU LEAVE WITH " + Offer + "DOLLARS");
    else if (Deal == 'N' || Deal == 'n')
    c.println ("ALRIGHT WE WILL CONTINUE BY OPENING 3 CASES");
    // THE USER PICKS 3 CASES TO REMOVE
    for (int x = 1 ; x < 4 ; x++)
    c.print ("Please Choose Case To Remove: ");
    Remove = c.readInt ();
    for (int i = 1 ; i < 26 ; i++)
    if (Remove == i)
    c.clear ();
    c.println ("You Picked Case " + Remove + " That had a value of " + Case [i]);
    Case [i] = 0;
    c.println ();
    c.print ("Case Numbers Picked: ");
    for (int i = 1 ; i < 26 ; i++)
    if (Case [i] == 0)
    c.print (" " + i);
    c.println ();
    // CALCULATES AND MAKES OFFER
    for (int i = 1 ; i < 26 ; i++)
    Offer += Case [i];
    Offer = Offer / 7;
    c.clear ();
    c.println ("The Offer is: " + Offer);
    c.println ("DO YOU ACCPET (Y/N)");
    Deal = c.readChar ();
    if (Deal == 'Y' || Deal == 'y')
    c.clear ();
    c.println ("CONGRATS, YOU LEAVE WITH " + Offer + "DOLLARS");
    else if (Deal == 'N' || Deal == 'n')
    c.println ("ALRIGHT," + name + "YOU MUST CHOOSE 2 CASES TO OPEN NOW");
    // THE USER PICKS 2 CASES TO REMOVE
    for (int x = 1 ; x < 3 ; x++)
    c.print ("Please Choose Case To Remove: ");
    Remove = c.readInt ();
    for (int i = 1 ; i < 26 ; i++)
    if (Remove == i)
    c.clear ();
    c.println ("You Picked Case " + Remove + " That had a value of " + Case [i]);
    Case [i] = 0;
    c.println ();
    c.print ("Case Numbers Picked: ");
    for (int i = 1 ; i < 26 ; i++)
    if (Case [i] == 0)
    c.print (" " + i);
    c.println ();
    // CALCULATES AND MAKES OFFER
    for (int i = 1 ; i < 26 ; i++)
    Offer += Case [i];
    Offer = Offer / 5;
    c.clear ();
    c.println ("The Offer is: " + Offer);
    c.println ("DO YOU ACCPET (Y/N)");
    Deal = c.readChar ();
    if (Deal == 'Y' || Deal == 'y')
    c.clear ();
    c.println ("CONGRATS, YOU LEAVE WITH " + Offer + "DOLLARS");
    else if (Deal == 'N' || Deal == 'n')
    c.println ("ALRIGHT," + name + "YOU MUST CHOOSE 1 CASE TO OPEN NOW");
    // THE USER PICKS 1 CASES TO REMOVE
    for (int x = 1 ; x < 2 ; x++)
    c.print ("Please Choose Case To Remove: ");
    Remove = c.readInt ();
    for (int i = 1 ; i < 26 ; i++)
    if (Remove == i)
    c.clear ();
    c.println ("You Picked Case " + Remove + " That had a value of " + Case [i]);
    Case [i] = 0;
    c.println ();
    c.print ("Case Numbers Picked: ");
    for (int i = 1 ; i < 26 ; i++)
    if (Case [i] == 0)
    c.print (" " + i);
    c.println ();
    // CALCULATES AND MAKES OFFER
    for (int i = 1 ; i < 26 ; i++)
    Offer += Case [i];
    Offer = Offer / 4;
    c.clear ();
    c.println ("The Offer is: " + Offer);
    c.println ("DO YOU ACCPET (Y/N)");
    Deal = c.readChar ();
    if (Deal == 'Y' || Deal == 'y')
    c.clear ();
    c.println ("CONGRATS, YOU LEAVE WITH " + Offer + "DOLLARS");
    else if (Deal == 'N' || Deal == 'n')
    c.println ("ALRIGHT," + name + "YOU MUST CHOOSE 1 CASE TO OPEN NOW");
    // THE USER PICKS 1 CASES TO REMOVE
    for (int x = 1 ; x < 2 ; x++)
    c.print ("Please Choose Case To Remove: ");
    Remove = c.readInt ();
    for (int i = 1 ; i < 26 ; i++)
    if (Remove == i)
    c.clear ();
    c.println ("You Picked Case " + Remove + " That had a value of " + Case [i]);
    Case [i] = 0;
    c.println ();
    c.print ("Case Numbers Picked: ");
    for (int i = 1 ; i < 26 ; i++)
    if (Case [i] == 0)
    c.print (" " + i);
    c.println ();
    // CALCULATES AND MAKES OFFER
    for (int i = 1 ; i < 26 ; i++)
    Offer += Case [i];
    Offer = Offer / 3;
    c.clear ();
    c.println ("The Offer is: " + Offer);
    c.println ("DO YOU ACCPET (Y/N)");
    Deal = c.readChar ();
    if (Deal == 'Y' || Deal == 'y')
    c.clear ();
    c.println ("CONGRATS, YOU LEAVE WITH " + Offer + "DOLLARS");
    else if (Deal == 'N' || Deal == 'n')
    c.println ("ALRIGHT," + name + "YOU MUST CHOOSE 1 CASE TO OPEN NOW");
    // THE USER PICKS 1 CASES TO REMOVE
    for (int x = 1 ; x < 2 ; x++)
    c.print ("Please Choose Case To Remove: ");
    Remove = c.readInt ();
    for (int i = 1 ; i < 26 ; i++)
    if (Remove == i)
    c.clear ();
    c.println ("You Picked Case " + Remove + " That had a value of " + Case [i]);
    Case [i] = 0;
    c.println ();
    c.print ("Case Numbers Picked: ");
    for (int i = 1 ; i < 26 ; i++)
    if (Case [i] == 0)
    c.print (" " + i);
    c.println ();
    // CALCULATES AND MAKES OFFER
    for (int i = 1 ; i < 26 ; i++)
    Offer += Case [i];
    Offer = Offer / 2;
    c.clear ();
    c.println ("The Offer is: " + Offer);
    c.println ("DO YOU ACCPET (Y/N)");
    Deal = c.readChar ();
    if (Deal == 'Y' || Deal == 'y')
    c.clear ();
    c.println ("CONGRATS, YOU LEAVE WITH " + Offer + "DOLLARS");
    else if (Deal == 'N' || Deal == 'n')
    c.println ("NOW ITS TIME TO OPEN ONE MORE CASE");
    // THE USER PICKS 1 CASES TO REMOVE
    for (int x = 1 ; x < 2 ; x++)
    c.print ("Please Choose Case To Remove: ");
    Remove = c.readInt ();
    for (int i = 1 ; i < 26 ; i++)
    if (Remove == i)
    c.clear ();
    c.println ("You Picked Case " + Remove + " That had a value of " + Case [i]);
    Case [i] = 0;
    c.println ();
    c.print ("Case Numbers Picked: ");
    for (int i = 1 ; i < 26 ; i++)
    if (Case [i] == 0)
    c.print (" " + i);
    c.println ();
    // CALCULATES AND MAKES OFFER
    for (int i = 1 ; i < 26 ; i++)
    Offer += Case [i];
    Offer = Offer / 2;
    c.clear ();
    c.println ("The Offer is: " + Offer);
    c.println ("DO YOU ACCPET (Y/N)");
    Deal = c.readChar ();
    if (Deal == 'Y' || Deal == 'y')
    c.clear ();
    c.println ("CONGRATS, YOU LEAVE WITH " + Offer + "DOLLARS");
    else if (Deal == 'N' || Deal == 'n')
    c.println ("NOW ITS TIME TO OPEN YOUR CASE, YOUR CASE CONTAINED " + (Offer * 2) + " DOLLARS");
    i would really appreciate it if you could show me how to tell the player when they have already chose a case and not let them choose it again and if possible have all the values display and eliminate the values as they the cases are opened my e-mail is [email protected] if you can e-mail there or add me on msn it would be really appreciated also for future reference thanks

    Why is everybody on this thread so violent.Nobody was violent.
    Just to address my first posts.
    1) The subject line is very annoying
    2) Asking for people to email you is not on
    3) The code is crap. It's unbearable lengthy and the more I looked at it the more I cringed. As you yourself noted in your reply more methods would be a good start. Even if hero were to get the program in it's current form to work then as a grade it gets no better than a D and possibly an F anyway.
    So while I think encouragement is fine and noble there are sometimes you have to call a spade a spade. The OP (_hero_) if he wants help here needs to be prepared to interact on the forum in a communally acceptable fashion (see 1 and 2) and to start from scratch with his code (see 3). While this may not be what the OP wanted to hear playing pollyanna about it is counter-productive.
    All I did was give my advice to the guy and now IM
    getting torn to pieces by prometheuzzzzzzz and
    marcrules.
    Look:
    1) I taught myself Java and I didn't learn the
    conventions properly (at all).
    2) I can't indent code directly in the java forum
    message editor.
    3) When I write my posts I often dont test them
    because they're pseudo-code so they dont need to be
    made in Eclipse or JCreator or w/e.There is a lot of whining going on here. Just take the advice given for what it is worth. Learn conventions. Start indenting. Stop using an IDE (for now).
    Above all stop taking it so personally. If you post code that is crap on this site more often then not someone will point it out. Subtly or un-subtly as the case may be.
    4) Stop being so violent towards people when they're
    asking for helpAgain see my previous points. Nobody was violent to anyone. Further the OP needs a wakeup call.
    >
    Does that explain why i code as i do?Not really.

  • Tv tuner problem!!!!  this is urgent please help....

    Hi,
    I'm trying to capture vidfeo from tv tuner I've done it before with several kinds of tuners
    I'm using " Ati All In Wonder 128 " -display adapter with tv tuner- now and it is giving strange colors on JMF
    studio although it runs fine on Ati software
    any help will be good even any wild guesses will be helpful
    duke

    thanks for your reply
    this problem is fixed now after I captured another format UYVY instead of YUV
    but there is a nother problem if capture with 16 pits per pixel the screen is fine but with 24 a thick black line is at the top of the screen
    the problem is I can change the pits per pixel parameter in jmf studio
    but in my code
    I query the CaptureDeviceManager with a VideoFormat object (it has no way to set the pits per pixel)
    and it is giving the black line
    and when I try to query the CaptureDeviceManager with RGBFormat object to set teh pits per pixel
    It returns a 0 length array of capture device info
    are you familiar with such a problem
    thanks in advance

  • How to write this application - URGENT PLEASE HELP

    I would like to write a program for a supermarket loyalty card system. The program should have 2 customers and 2 gifts on offer. The customer details and the gift details can be hard coded.
    When the program starts the user should be shown a menu which will have options to
    view all customer details
    add points for a customer
    buy a gift
    When the user chooses to buy a gift ro to add points, any changes made to the customers' points must be done using methods. Adding or buying gifts should be done using customer id's and gift id's.
    The user must be able to see the altered points.
    I WILL APPRECIATE IF I COULD GET HELP EVEN FOR PSEUDOCODE.

    Not as much as this guy tho http://forum.java.sun.com/thread.jsp?forum=31&thread=486327&tstart=150&trange=15

  • Please help me! Ipod plugged in but not connected

    I plugged in my ipod and when I went to update it after adding songs, according to my preferences no ipod was connected. So, I could not update. I checked the cord, tried another port, restarted my PC. Everything else I try to do, I can't because it tells me to connect my ipod when it already is! It charges but is "not connected". What could be wrong? Thanks!

    You should all try the latest updater (2006-06-28)
    http://www.apple.com/ipod/download
    Windows users: If you are not able to restore the iPod, you can try to format it:
    Open Control Panel
    Click the "switch to classic view" link, if necessary
    Double click "administrative tools"
    Double click "computer management"
    Under "storage" click on "disk management"
    Find your iPod's listing
    Right-click on it and click "format"
    Select "FAT32" and start the format
    Once it completes, you should probably restore the iPod anyway.
    If you're on a Mac and have not been able to restore the iPod, you can use your Disk Utility to format it.
    CG

  • With mavericks my iphoto don´t recognize my 2010 and 2011 gallery photos. What can i do? I lost this photos? please help me

    with mavericks my iphoto don´t recognize my 2010 and 2011 gallery photos. What can i do? I lost this photos? please help me

    JimHdk,
    thanks for your reply, but why I could wtach the videos on land mode using the ios 6 and why I can't watch them using this new ios 7 on land mode?
    i give you the name of the videos :  BJJ OPEN GRD, BJJ THROWS 1, BJJ THROWS 2, BJJ ChoKes, BJJ SWEEPS,
    I work with this, I study watching the videos, and please, I need to resolve this,
    thanks JimHdk for you help and cooperation

  • REPORT DOES NOT RUN CORRECTLY , URGENT PLEASE HELP

    Hi,
    I am trying to run a report from visul basic screen, but it does not run correctly. Here is how I am running the report. There is a screen developed in VB This screen prompts the user for user id and password. Once it gets that, it connects to the oracle database and pulls out a column from a table. And passes that value as a parameter to the report. Now I am calling the the report for each individual value . There are 21 value being pulled out of the database and it invokes the report 21 times. So there are 21 report engines gets started. Is there a better way to do that ? Secondly when I pass the parameter , some parameters does not pass correctly I guess , because its not generating any out put . Like out of 21 may be 10 or 11 reports gets generated correctly but rest of the reports are blank. I debug the screen i saw that the parameter value is correct, everything seems good. But still the reports are comming blank. Any Idea why it is so ? The command line that i am using in VB screen is
    Shell "C:\progra~1\ora95_2\bin\rwrun60.exe P:\Business_Analysis_&_Reporting_Tool\Test_REPORT_Templates\STORE_TYPES\Baby_Distribution_Report.Rdf USERID=" & UID & "/" & PWD & "@cposp201 DESFORMAT=PDF DESTYPE=FILE DESNAME=" & txtPath.Text & Replace(strName, " ", "_") & ".PDF BRND='" & adoRecBrand!Brand & "' PRINTJOB=NO PARAMFORM=NO"
    In the above command " adoRecBrand!Brand " is the parameter thats being passed. This is actually a recordset and brand is the column in it. When I debug the screen , I see the value also there. But the report comes out blank. Please help. This is urgent.
    Thanks
    Feroz

    The way you call reports is not scalable. If you have 100 records come back from database, you would end up launch 100 engines at the same times, which probably will blow up your machine. You should use oracle reports server to do that. You can either use rwcli60 to submit the job to reports server, or invoke rwcgi60 from URL.
    I am afraid some of reports engine failed to start and you get nothing back in your case.
    After switch to use reports server achitecture, if you still see some report is blank in your application, then you can run that report with that special set of parameters manually and see if any problem with the report itself.
    Hope this helps.
    Thanks,
    -Shaun

  • Urgent please help, this program should work

    Urgent please help.
    I need to solve or I will be in big trouble.
    This program works at my home computer which is not networked.
    The hard disk was put onto another computer at another location whihc is networked. Here my program worked on Monday 14 october but since for the last two days it is not working without me changing any code. Why do I receive this error message???
    Error: 500
    Location: /myJSPs/jsp/portal-project2/processviewfiles_dir.jsp
    Internal Servlet Error:
    javax.servlet.ServletException
    at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:460)
    at jsp.portal_0002dproject2.processviewfiles_dir_1._jspService(processviewfiles_dir_1.java:162)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java)
    at org.apache.tomcat.facade.ServletHandler.doService(ServletHandler.java:574)
    at org.apache.tomcat.core.Handler.invoke(Handler.java:322)
    at org.apache.tomcat.core.Handler.service(Handler.java:235)
    at org.apache.tomcat.facade.ServletHandler.service(ServletHandler.java:485)
    at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:917)
    at org.apache.tomcat.core.ContextManager.service(ContextManager.java:833)
    at org.apache.tomcat.modules.server.Http10Interceptor.processConnection(Http10Interceptor.java:176)
    at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:494)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:516)
    at java.lang.Thread.run(Thread.java:536)
    Root cause:
    java.lang.NullPointerException
    at jsp.portal_0002dproject2.processviewfiles_dir_1._jspService(processviewfiles_dir_1.java:132)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java)
    at org.apache.tomcat.facade.ServletHandler.doService(ServletHandler.java:574)
    at org.apache.tomcat.core.Handler.invoke(Handler.java:322)
    at org.apache.tomcat.core.Handler.service(Handler.java:235)
    at org.apache.tomcat.facade.ServletHandler.service(ServletHandler.java:485)
    at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:917)
    at org.apache.tomcat.core.ContextManager.service(ContextManager.java:833)
    at org.apache.tomcat.modules.server.Http10Interceptor.processConnection(Http10Interceptor.java:176)
    at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:494)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:516)
    at java.lang.Thread.run(Thread.java:536)

    foolishmatt,
    The code is quit large.
    to understand the program I think all the code needs to be examined.
    I would need to send to you in an email.
    Here is my e-mail
    [email protected]
    if you contact me than I can send the code to you.
    Thank you in advance.

  • Set Page "HEIGHT" ---Very Urgent, Please Help me on this issue. Please.

    Hi all ,
    Very Urgent, Please Help me on this issue.
    when_now_form trigger i set set maximize the window and MDI. And my window and canvas is same height (1500). The formsweb.cfg also changed to 1500. But still I can not view full page on web. Where to I change the properties. Please help.
    Selvam

    Is your form running inside the browser window (with SeparateFrame=False)? If the browser is maximized, and your form is maximized, yet you cannot see the entire screen, you can run with SeparateFrame=True. You can do that on the browser line.

  • I keep on getting this error when i try to copy files to my 2T Time Capsule, Please help im running out of space on my MacBook Pro.... The operation can't be completed because an unexpected error occurred (error code -50)

    I keep on getting this error when i try to copy files to my 2T Time Capsule, Please help im running out of space on my MacBook Pro....
    The operation can’t be completed because an unexpected error occurred (error code -50)

    I would get an external drive today and copy all your stuff off the TC.. forget trying to load more onto it. There is a good chance after 3years (A 2TB should be only about 2years tops), the disk or the TC itself is on the way out. Do it immediately. If TM is also failing to backup you need to recognise symtoms of impending doom.
    Unfortunately the error messages are archane and it is hard to discover their meaning.
    You also cannot verify a network drive.. you can verify the TM sparsebundle though so do that.
    A5. http://pondini.org/TM/Troubleshooting.html
    Reboot the whole network from off.. certainly if you run later OS it can simply lose the drive..
    If you still fail to be able to copy to the TC.. then get that external and copy off it. Tell us if you can do that.

  • Urgent, Please help me in this problem.I am getting problem while installation

    I am using Windows 8 in my system. I am trying to install Sql Server in system . Everything is fine, but finally  when i click on install button i am getting the following error .
    please help me quickly. I well be thankful to you.

    Triple post meanwhile:
    http://social.msdn.microsoft.com/Forums/en-US/7fafa499-ca1e-42f7-a117-73df924d9847/urgent-please-help-me-in-this-problemi-am-getting-problem-while-installation?forum=sqlsetupandupgrade
    http://social.msdn.microsoft.com/Forums/en-US/a1c7978c-2f84-495f-a8b6-9e9fe46654d7/getting-problem-while-installing-sql-server-2012?forum=sqlsetupandupgrade
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • HBR running error (Urgent, please help) Error connecting to Essbase Server

    Hello All Expert
    When running business rule either from Planning Web (Planning 9.3.1.1.8) or EAS, sometime there will be a error "Error connecting to Essbase Server" appear.
    After the error appear, all the can't be run.
    But after a while, problem may disappear and all the rules can be run.
    Anyone having this problem before, please help
    Eric

    I am actively using the EAS, but the error is suddenly come that I think I am not logout by server

Maybe you are looking for

  • Not recognized in windows or itunes

    i bought an ipod 2 nights ago, downloaded new version of itunes last night and still don't see my ipod anywhere except the device manager. what do i need to do

  • Comm ports in win 8.1

    i need to know what comm port to set up my psk31 to transmit to my ft897d hf radio  i cannot find how to get to the proper area to set it up  in win 8.1  i cannot transmit without the port setup

  • Spacebar Will Not Comply

    My friend's MacMini's spacebar only seems to work on specific things like pressing Command-Spacebar for Spotlight and in the login window. I have already directed him to repair permissions and trash all preferences. Next thing that were going to do i

  • Motion 3, DVD Studio Pro 3...All Pro apps got corrupted by Aperture

    Macbook Pro C2D, Leopard OS X 10.5.1. All apps were running perfectly before this happened... First, all the apps of Final Cut Studio 2 crashed on startup. I recall that the last thing I did is trashing the newly installed trail version Aperture. Aft

  • Need help with email sync utilizing gmail...

    I have the new curve 8520 and I use google sync for calendar and contacts. My question is regarding my emails syncing though. When I delete my email from my phone, it deletes from gmail, which is what I want. However, when I delete email on my my com