Spool not empty after printing

Hi,
I have tried finding a similar issue in the forum but no good.
Would anybody know the reason that spool keeps full even after the job that was triggered successfully printed the desired documents and the spool is still there?
This should be empty as per daily activities.
any help is welcome
regards,

Most of the spools are not automatically deleted after prinitng is complete. In general, spools older than the maximum set age are regularly deleted through background jobs, you can also restrict deletion to 'Requests already printed'. Please check the Spool administration SPAD and check with your basis team.
Regards,
Ganesh

Similar Messages

  • Response.Redirect not working after printing CR

    Using Visual Studio 2010 sp1 with Crystal for VS 2010. Web app running as a web application in x86 mode  using .NET 4.0 framework.
    I recently created a CR with a sub-report and it previews and prints just fine.  However, after I PRINT the report, my code behind in the ASPX file is not recognized and thus fails. 
    For example, I created a 'Back' button to redirect the CR aspx back to the calling aspx file and it works just fine if I only view the report.  If I click on the printer icon located on the report viewer toolbar, the button stops working.  In fact, none of the code behind syntax is recognized and the aspx file just does a page_load. 
    I know this code works because it does work if I DON"T print the report:
        protected void btnBack_Click(object sender, EventArgs e)
            Response.Redirect("~/NewCase.aspx");
    I also have a 'Submit' button that changes the data parameters for the report and it works great but after I print the report, it will not work either.   (I've tried to upgrade to sp2 but I get an error with the installation process... so still trying to figure that out.)
        protected void btnSubmit_Click(object sender, EventArgs e)
            CrystalReportViewer1.RefreshReport();
    To summarize,  All the code I listed works fine if I do not try to print the report and just view it.  After I click the printer icon, the code stops being recognized and the aspx page just refreshes. 
    I've searched for help on the web for a couple of days to no avail; so I am thinking it must be some issue with the report viewer. 
    Any help would be greatly appreciated.
    Paul

    Not a problem. Something like what is described in the following should help (from the easiest to the more complicated):
    [1411677 - Blank first page in Visual Studio .NET application using the Crystal Reports DHTML viewer|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333433313331333633373337%7D.do]
    [1625033 - Page navigation button does not work as required using Crystal Report .NET web application|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333633323335333033333333%7D.do]
    [1670041 - How to persist Crystal Reports using Cache in a custom .NET web application?|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333633373330333033343331%7D.do]
    - Ludek

  • Adobe Reader does not close after printing.

    When I right click on a .PDF in Windows and choose Print, the file prints but then Adobe Reader remains minimized on the task bar. How can I get Reader to automatically close after printing?
    Adobe Reader 9.3.0
    Windows XP SP3

    Yes , i had tried it lot but i didn't found the way....
    www.hostyourspace.co.uk

  • Acrord32.exe is not disposing after print

    Hi I am using object of AxAcroPDFLib.AxAcroPDF to print a pdf file from windows form application. My problem is the Acrord32 is still running in the taskbar after print while my form is still running.
    AxAcroPDFLib.AxAcroPDF axAcroPDF2 = new AxAcroPDFLib.AxAcroPDF();
                        ((System.ComponentModel.ISupportInitialize)(axAcroPDF2)).BeginInit();
                        axAcroPDF2.Name = "axAcroPDF2";
                        axAcroPDF2.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axAcroPDF2.OcxState")));
                        frm1.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
                        frm1.ShowInTaskbar = false;
                        frm1.Size = new Size(0, 0);
                        frm1.Show();
                        frm1.Controls.Add(axAcroPDF2);
                        ((System.ComponentModel.ISupportInitialize)(axAcroPDF2)).EndInit();
                        frm1.Hide();
                        axAcroPDF2.src = filepath;
                        axAcroPDF2.printAllFit(true);
    It should close immediately after print right ?
    Thanks

    I think that is as designed. Just ignore it. The next print will use the same copy.

  • Spool requests deletion after printing through code

    i need to delete the spool requests after it has been printed, the deletion should be through coding.

    hi
    first use the tcode sp01 to check the spool requests...if u're able to the requests u wanted..in the program, call this FM
    RSPO_SPOOLJOB_DELETED
    and pass the required parameters.
    regards,
    shamim

  • Acrobat File Not Found After Printing Web Page

    Here is my problem:
    I am trying to print a web page from our intranet but once the process is complete, a log file opens saying:
    "The system cannot find the file" and then it lists the file I just tried to create.
    The page is basic HTML with a small amount of Javascript.  Disabling the Javascript had the same problem.
    The page is about 30 pages long.  Only printing the first page had the same problem.
    Printing to PDF on an external site had the same problem.
    I tried the same process in Office and ran into the same problem.
    Here is what I am doing:
    I am opening the web page in the browser.  I go to File > Print.  I select "Adobe PDF" as my printer.  I do not make any edits to the settings.
    Here is my environment:
    Adobe Acrobat 9 Standard
    Windows XP SP3.
    Tried it both in Firefox 3.6 & IE 7.
    "Acrotray.exe" is running in the background.
    Acrobat is completely updated.
    Is it a setting issue?  Possibly a software conflict issue?
    Thanks,
    -B

    Thanks for the reply!
    Here are answers to your questions:
    No, I cannot print to PDF from other applications.
    I do have have the checkboxes to request filename and open in Acrobat selected.
    I do not get an error from Distiller during the process of creating a PDF.  It isn't until it is completely done that the log file pops up that simply says, "The system cannot find the file" and lists the file location (i.e. c:\users and settings\desktop...).
    Beyond that log file, it looks like everything is running fine.
    Let me know if any other information that will help.

  • RMAN spool file empty after the run

    DB Version: 10gR2
    OS : SunOs 5.10
    In CATALOG mode, i run scripts in OS path like below
    connect target sys/oracle123 catalog rman/secretpass@rmancat @'/path_in_targetdb_machine/bkp.rcv'bkp.rc looks like below. The backup runs fine and the spool file gets created. But the spool file is empty ! Any idea why?
    spool log to /home/oracle/spool.log
    run{
    crosscheck backup;
    crosscheck archivelog all;
    crosscheck copy;
    crosscheck backup of database;
    crosscheck backup of controlfile;
    delete expired backup;
    delete noprompt expired archivelog all;
    delete noprompt obsolete device type disk;
    run {
    recover copy of database with tag "INCR_BKP";
         backup check logical incremental level 1 format '/bkp_dir/INCR_%d_%u' for recover of copy with tag "INCR_BKP" database;
         backup (archivelog all  format='/bkp_dir/arch_logs/ARCH_%d_%T_%u_s%s_p%p' DELETE ALL INPUT TAG "arch_logs");
         backup format '/bkp_dir/ctrl_file/RMAN_CTL_%s:%t:%p.bkp' current controlfile;
    spool log off;
    exit;

    Hello,
    If you intend to get the logs of the RMAN statement execution, you may instead use the option LOG when you launch RMAN. For instance,
    rman @<rman_script>.rcv LOG <rman_log>.logHope this help.
    Best regards,
    Jean-Valentin

  • Printers not listed after printer profile installed

    I've been enrolling a number of Macs in Profile Manager and trying to push printer configs out to the Macs. It seems to work well enough - the clients receive the printers and are able to print. But with the printer profile installed, no printers are listed in System Preferences > Printers & Scanners. I can see that the printers are present from the lpstat command and if I open a document or webpage and try to print, all printers are listed and usable. As soon as I remove the printer profile, printers are once again visible. This is happening on all client computers.
    I have tried resetting the print system on clients (both through the UI and by just replacing /etc/cups/cupsd.conf and other similar files with their defaults), and this problem still occurs. I've also removed all profiles (including trust profile and enrollment profile) from clients, removed the computer from the server's config, removed printer profiles on the server, and then tried re-adding and re-applying a brand new profile. Still no luck. Even a brand new client with a brand new profile ends up with its printers being hidden in the System Preferences UI.
    I suspect there must be something wrong on the server rather than on the clients, perhaps some file that I need to replace with default config, though I don't really know where to start looking.
    Any ideas? All suggestions would be greatly appreciated. Thanks in advance!
    System Version: OS X 10.10.2 (Build 14C109)
    Server Version: Server 4 (Build 14S333)

    I have actually seen this as well but have no clue what causes this issue. It's annoying because I have also seen this happen where it will hide local printers.

  • Hide Acrobat When/After  Printing PDF with printdialog

    In Acrobat 8.0, using VB.NET while printing a PDF file with printdialog , acrobat window shows and does not close after printing.
    This behavior was not present with previous versions. Are there any commands that does not show the viewer using printdialog.
    Your comments would be highly appreciated
    Thanks in advance
    Kelvin

    > If you look through this entire thread you will see that the conditions you are having is not the same as many of us here.
    I understand that. What you want to achieve can be simply done with Acrobat, but when limited to only the Reader ActiveX control there are limitations. You have to work within the bounds of what the control can provide.
    > However having an empty window open up that the user must close has been something new for most of us since version 8.
    It is new in version 8, yes. This was done for security reasons. The reason being the possibility of malicious software being developed. I don't want to give anybody ideas for a malicious application on a public forum, but if you want a full explanation personally I would be happy to contact you.
    At least this way the user knows what's happening, and your average Joe who doesn't know about task manager can still right-click in the taskbar and close Reader to solve the problem. It balances worldwide user security against a small usability feature for Acrobat SDK application developers that are limited to only developing for Reader and yet again only when using silent printing. As I'm sure you can appreciate and understand, worldwide security won that battle - Reader is a secure product and its intention is to stay that way.
    Is it a nuisance? Yes, a very minor one in most cases. However, there are workarounds. If you're developing with VB, what is stopping you from moving the window offscreen during print, monitoring the print queue, and terminating the Reader thread when it is done spooling? It is extra work for the developer, yes - but the fact is, security has to be at the forefront and it is unfortunate that you as the application developer have to do extra work in order to maintain the high level of security expected by Reader users.
    If you have suggestions for a secure alternative approach, I am honestly glad to hear them if you care to discuss them.

  • How to control automatic deletion of spool requests while check printing

    hi friends
    When i do cheque payment run (F-58), my spool getting deleted after printing. In my User setting SU01,
    Delete after output is not selected, still it is getting deleted from spool. We have informed users to uncheck this option once the spool request is created at the end of this run. But our users feel there should be some way to disable/uncheck or save this option automatically rather than changing each spool request settings everytime the posting is run.
    Please could you suggest me how to disable/uncheck this option 'Delete after printing if no errors' permanently. I have done the necessary settings in user master record but still it's the same.
    please advice.
    Regards,

    Hi Nathan,
    Solution is only to maintain in SU01 , its picking from there only.
    May be your  user needs to log-off once status is changed in SU01, ask him to check what it is showing for him in SU3.
    So if you deactivate  option in SU01/SU3 , it should work as same is working in our environment.
    You can test yuorself using below steps
    1) Login with your ID , create one spool request
    2) check the status in SP01 and check if its ticked  or not
    3) change the tick mark in SU01 , logoff. and login again .
    4) create another spool request
    5) check status now for new spool request in SP01 and check if it is ticked.
    Regards,
    Edited by: Gagan Deep Kaushal on Oct 31, 2010 5:00 PM

  • Lockbox spool deleted after print

    Hi All,
    We have a issue where the user has mistakenly selected delete after print option while processing the lockbox job in background. And while printing the lockbox spoolm printer was jammed and it did not print the lockbox spool correctly (unable to read anything on print).
    my question: is there any way to retrive the spool if yes how? if NO then is there any standard report which will give me same details as the spool.

    no solution

  • HP4501e "print spooler off" error after installing printer update

    Motorola Android OS, getting "print spooler off" error after installing printer update... have rebooted both printer and phone to no avail... any help ideas?

    Loralee,
    ??  I am sorry the computer is not working.  I don't work for HP and cannot comment on lawsuits or other calamities.
    If the notebook worked prior to an update -- and this is an entirely different can of worms and problems -- and you think that there is any chance the notebook is just in some sort of "tangled" state and not completely hosed for some reason, you can try the following non-lethal device reset:
    Create a Restore Point:   Create a Restore Point – Win7 OR  Create a restore point Win8
    If you are using a Notebook:
    Close all your programs and shut down the computer
    Disconnect everything (little Unifier for the keyboard / external mouse can stay)
    Perform the Hard Reset for your notebook model
    Boot the computer and log in
    Reminder:  Hard Reset is just a device Reset.  The procedure does not wipe out your files nor does it destroy your Windows setup in any way.  This type of reset "clears the cobwebs". Depending on the root cause of the problem, this procedure can fix a variety of computer glitches.
    This does not fix severe Operating System errors -- it is just a device reset.  It can fix minor problems that updates sometimes cause.
    ============================================================================
    I am sorry you are having so much trouble.
    Other help:
    HP Mobile Printing
    You can call HP for help --
    Contact HP – USA - Phone Assistance
    List of
    HP tech support/ Customer Service Phone Numbers – Some English Speaking Countries
    Warranty Required – USA and Canada
    USA – Contact HP // Self-Help – Email - Chat
    Happy New Year, Loralee!  I know it seems to be getting off to a rocky start!
    Click the Kudos Thumbs-Up to show you appreciate the help.
    I am pleased to provide assistance on behalf of HP. I do not work for HP. 
    Click Accept as Solution when the Answer provides a Fix or Workaround!
    Kind Regards,
    Dragon-Fur

  • Help Print spool not installed

    I have been getting a series of error messages as follows
    The instruction at "0x00000000' referenced memory at '0x00000000".  The memory could not be written".
    ok - cancel
    I am unable to remove or add printers or print from computer also when I open printers & fax nothing is there ans another error says print spooler not loaded.
    any suggestions??
    [email protected]

    help when I try to print I recieve printer spool service not working. This happened after I downloaded adware program and cleaned up and fixed registery.

  • I downloaded CS6 and am having issues with my print driver. It is not compatible with the HP 2600n and have tried to download drivers given to me by adobe ( (Jupiter 3) but it is not working. after a few days. Its a temporary fix and is still looking for

    I downloaded CS6 and am having issues with my print driver. It is not compatible with the HP 2600n and have tried to download drivers given to me by adobe ( (Jupiter 3) but it is not working. after a few days. Its a temporary fix and is still looking for the HP driver when i boot up. It also will not save in any print or postscript format. Does anyone know how to fix?
    Currently use a Mac with the latest Mavericks 10.9.4

        Oh boy! Acting kind of weird seems to be an understatement, aquaequus!
    What type of troubleshooting were we able to do with you? I want to make sure that we can get some sort of resolution for this problem.
    It is quite possible the battery door may get your phone in working order again. I'm not sure if the store has it in stock, but it is available in our warehouse for $14.99 which can be ordered via customer service.
    Tamara H.
    Follow us on Twitter @VZWSupport

  • HP Photosmart C6300 printer/scanner not working after Snow Leopard install

    HP Photosmart C6300 printer/scanner not working after Snow Leopard install
    Reinstalling etc does not work - does anyone else have the same problem or a clue as to how to fix this?

    Keith,
    I got a C6280 and the scanner does not work anymore. I am for 6 days in contact with HP. The last printer driver install form the apple web site does not open the image of HewlettPackardPrinterDrivers.dmg because of an invalid checksum. The skipping of the validation gives and error in the install.

Maybe you are looking for