How to know the report has already been sent to printer?

Dear All,
I have one problem to check that the report has been printed on paper through a printer after user already previewed and pressed Printer button. Is there any parameter will be sent back from system to inform the program? Please suggest me if you have developed or solved this problem.
Thank you in advance.
Pawinee H.
e-mail: [email protected]
null

Yes. I ran the code example and it ran successfully.
So if we wanna generate report by java code, we should use the code as a http client to access report server to do it.
I think we could use url http://server:port/reports/rwservlet/showjobid to know the status of generating report (i.e. successful or failed).
And one more question is that could I get the jobid by any url as soon as I generate my report?
Thanks a lot.
Best Regards.

Similar Messages

  • How to know if board has already been intialized

    Hello,
       I am trying to automate a microscopy stage.  I need to be able to move the stage in XY with blended motion, and in Z with single axis control.  I have been able to do this but I still have one glaring problem.  The module for the XY stage may be loaded first, or the Z stage may be loaded first.  The one that get loaded first needs to initialize the board, and then the rest need to just run on the board.  I do not know beforehand which one will be first and I have not been able to figure out how to transfer this information between the programs as I have multiple boards that are running from this system and the user may decide to control the stage with one board and the Z focus with a different one.  
    So with all of that, is there a function that will tell you if the board has been initialized.  Here is what I want to do
    Start .dll
    Get properties (Board ID, Axis, blend mode....)
    Check if board is initialized.   If not then flex_initialize_controller (BOARDID,null);
    Set up axis...
    Run program.
    Thanks
    Solved!
    Go to Solution.

    When an NI 73xx motion control board is not initialized (e. g. after a power cycle or a board reset), the board is in Power-Up Reset state. The initialization routine needs to reset this flag to prepare the board for normal operation. You can read the Power-Up Reset flag with flex_read_csr_rtn().
    I hope this helps,
    Jochen Klier
    National Instruments

  • I just rented a movie yesterday and went to transfer it from my pc to my ipad.  it says the movie has already been transfered to another device.  how do i know what device it was transferred to?

    I just rented a movie yesterday and went to transfer it from my pc to my ipad.  it says the movie has already been transfered to another device.  how do i know what device it was transferred to?

    Hello, I am having the same problem

  • HT201441 I bought iPhone 4s device from the owner and the previous owner is not present and the device has already been erased, how can I use this device using my Apple ID and iCloud

    I bought iPhone 4s device from the owner and the previous owner is not present and the device has already been erased, how can I use this device using my Apple ID and iCloud

    Hello adilx
    The only way to get passed that and to use that iPhone is to ask the previous owner to remove it from icloud.com in the Find my iPhone section.
    Find My iPhone Activation Lock: Removing a device from a previous owner’s account
    http://support.apple.com/kb/TS4515
    If the previous owner is not present
    Make sure the device is powered on and connected to a Wi-Fi or cellular network. Then contact the previous owner and ask them to follow these steps to remove the device from their account:
    Sign in to their iCloud account at www.icloud.com/find.
    Click All Devices to open a list of devices linked to their account, then select the device to be removed.
    Click the Erase button to erase all content and settings from the device. When prompted, don't enter a phone number or message. Click Next until the device is erased.
    When the erase is complete, click "Remove from Account" to remove the device from the account.
    After the device is erased and removed from the account, you can proceed with the device setup process.
    Regards,
    -Norm G.

  • Problem report: "Can't open the illustration. The image has already been specified, it cannot be changed."

    I got a problem with my files I created in Illustrator CS6. After I closed them and wanted them to open up again, this problem report popped up:
    "Can't open the illustration. The image has already been specified, it cannot be changed."
    If I click OK, there is a white site with nothing on it. No object, no pictures, nothing.
    The Illustrator file has still the right size and when I start ArtFiles to collect all used pictures and fonts it's no problem.
    In Adobe Bridge there is still a preview of the original file and I can see what HAS to be placed in the file.
    Can anybody help me out?
    We had to make all the work again for a presentation but this is not the solution for this problem if that will happen in the future again.
    Thank you in advance!

    Thank you for your answer!
    Actually there is no CS5 installed on our computers (no more). I will try to get one from our admin. Hope this will work! In the meantime we had this problem several times.

  • How do I remove an icon from launchpad that does not have an x? The program has already been deleted from the applications folder.

    The program has already been deleted from the applications folder, but I cannot drag the ice into the trash.

    Try resetting Launchpad.
    Launchpad Reset

  • 'it appears the feed has already been submitted'

    'it appears the feed has already been submitted'
    Hi,
    Having problems with my podcast, it was deleted from itunes due to a fan of the podcast making a logo which was taken off another website (I didn't know this) so due to copyright.
    Have changed the logo and am trying to re-submit the podcast and getting the message above. I then asked my podcast host to change to rss feed to something different and it's still coming up with the same message. Can anybody help?

    The feed is fine. As your original podcast was apparently removed from the Store you have to re-sumbit as if it were a completely new podcast, at this URL. Unfortunately there is a bug in the automated part of the process which doesn't accept that a podcast has been removed, and if one is submitted with the same title you get the error message you see. I doubt that opening a new account with iTunes will help, though I suppose you could try.
    To complicate matters, there is a podcast in the Store called 'HouseNationUK Radio! Podcast', which I take it is nothing to do with you.
    If changing the title doesn't get you past this error message I can only refer you to iTunes Support, though I have to say they are usually rather unhelpful and will probably just send you a form message telling you how to submit a podcast (which you already know). To contact them go to http://www.apple.com/support/itunes/ - click on 'Other iTunes Store Features' in the list and then on 'Podcasts'. You will see a link to either 'Express Lane', which will guide you eventually to some contact options, or you may see a link to email them.

  • Viwer export error "The response has already been committed"

    Hi,
    When use export report button from CrystalReportViewer, always download a html file with error message "The response has already been committed".
    Why does this issue occur, and how can it be resolved?
    I make a servlet which invoke to processHttpRequest. This is the code where viewer si configurated:
              Object rptSrc = null;
              rptSrc = factoryPS.openReportSource(oInfoObject, Locale.ENGLISH);
                 // use reportsource to initialize viewer
                 CrystalReportViewer viewer = new CrystalReportViewer();
                   try {
                   viewer.setReportSource(rptSrc);
                   } catch (ReportSDKExceptionBase e) {
                        // TODO Auto-generated catch block
                        e.printStackTrace();
                 // initialize display characteristics
                 viewer.setDisplayPage(true);
                 viewer.setDisplayGroupTree(true);
                 viewer.setDisplayToolbar(true);
                 viewer.setGroupTreeWidthUnit(CrHtmlUnitEnum.crHtmlUnitPixel);
                 viewer.setGroupTreeWidth(125);
                 viewer.setHasRefreshButton(true);
                 viewer.setHasExportButton(true);
                 viewer.setHasGotoPageButton(true);
                 viewer.setHasLogo(false);
                 viewer.setHasPageNavigationButtons(true);
                 viewer.setHasPrintButton(false);
                 viewer.setHasSearchButton(true);
                 viewer.setHasToggleGroupTreeButton(true);
                 viewer.setOwnPage(true);
                 viewer.setName("CrystalReportViewer");
                 viewer.setProductLocale(Locale.ENGLISH);
                 viewer.setPrintMode(CrPrintMode.ACTIVEX);
                     viewer.processHttpRequest(request,response,
                                    getServletConfig().getServletContext(),null);
              response.flushBuffer ();
                 viewer.dispose();         
    thanks in advance...

    I have discovered my error.
    To make proofs and show traces defined and use out object.
    PrintWriter out = response.getWriter();
    And this collision with viewer.processHttpRequest(request, response, context, null)
    Thank you for your help.

  • Get this error: It appears that the feed has already been submitted

    I have a podcast named Thorborgs Talkshow.
    It was listed in iTunes but Feedburner changed URL's and now I just can't find my show and when i submit my URL:
    http://feeds.feedburner.com/thorborgstalkshow
    I get the: It appears that the feed has already been submitted
    What can I do?
    Cheers
    Martin

    iTunes knows your podcast only from the feed, not from anything else. If you try to submit from a new URL then iTunes sees this as a new podcast, and if it has the same name as an existing podcast then it will not permit it. There is a procedure for changing a feed's URL:
    http://www.apple.com/itunes/whatson/podcasts/specs.html#changing
    but it requires you to have access to the original feed in order to add a tag to it instructing iTunes to move to a new feed.
    You have only two alternatives: add this tag to the old feed - which knowing Feedburner is likely to be difficult if not impossible: or submit the new feed URL with a slightly changed Title.
    However I do think that Feedburner ought to explain to you what they've been playing at, and it does sound as if you may have legitimate grounds for protesting to them and asking them to sort it out - though I can't predict the likelihood of success in this.

  • "can't open the illustration. the image has already been specified, it cannot be changed" in CS6

    I received this error mesaage when trying to open a Illustrator CS6 file. "can't open the illustration. the image has already been specified, it cannot be changed"
    This file contains my sketches. Hoe can I recover file?

    Are you sketches embedded images, or vector? Do you have any additional plug ins installed, or any new recent fonts?
    Have you tried your illustrator prefs. Run disk utility to fix any permissions. Set up a new user account, and try to open the file, if this works then we know there is a pref in your user account causing this, otherwise it is somethng in the global installation..
    This problem happened back in 2012 to this person though no answer.
    Problem Opening Illustrator File. "Cant Open the Illustration"

  • About an hour ago, I purchased Real Racing 2 from the Mac App Store for $12.99, but since then it has not downloaded one bit, even though I have a stable wifi connection. The money has already been taken from my account as well. What should I do?

    About an hour ago, I purchased Real Racing 2 from the Mac App Store for $12.99, but since then it has not downloaded one bit, even though I have a stable wifi connection. The money has already been taken from my account as well. What should I do?

    Just to make sure, open Mac App Store and click Purchases. Can you pause the download and restart it?

  • Last time my lack of an admin password to alter the desktop interfered with the download and now it says the invitation has already been accepted so I can't retry... The team administrator says there's no resend option. What do I do?

    Last time my lack of an admin password to alter the desktop interfered with the download and now it says the invitation has already been accepted so I can't retry... The team administrator says there's no resend option. What do I do?

    Moving this discussion to the Adobe Creative Cloud forum.

  • SqlTransaction.Rollback() does not throw InvalidOperationException in case the transaction has already been rolled back.

    According to
    MSDN SqlTransaction.Rollback() method must throw InvalidOperationException in case the transaction has already been committed or rolled back. 
    However, in my tests I don't get any exceptions. Here is the code:
    CREATE PROCEDURE dbo.USP_TEST_TX_PROC
    AS
    BEGIN
    SELECT 1/0;
    ROLLBACK TRANSACTION;
    END
    GO
    using(SqlConnection con = new SqlConnection(@"Data Source=XXX;Initial Catalog=TestDB;Integrated Security=True"))
    con.Open();
    SqlTransaction tr = con.BeginTransaction();
    SqlCommand cmd = new SqlCommand("dbo.USP_TEST_TX_PROC", con, tr) { CommandType = CommandType.StoredProcedure};
    try
    cmd.ExecuteNonQuery();
    tr.Commit();
    catch (Exception ex)
    try
    tr.Rollback();
    catch (Exception ex2)
    Console.WriteLine(" Message: {0}", ex2.Message);
    What am I doing wrong?
    Thank you.
    Alexey

    Hello Alexey,
    I created a client side demo which could throw the InvalidOperationException:
    using (SqlConnection connection = new SqlConnection(@"Server=(localdb)\Projects;Database=DFDB;Trusted_Connection=True;"))
    connection.Open();
    SqlCommand command = connection.CreateCommand();
    SqlTransaction transaction;
    transaction = connection.BeginTransaction("SampleTransaction");
    command.Connection = connection;
    command.Transaction = transaction;
    try
    command.CommandText = "ProInsertIntoOrder 1,'1'";
    command.ExecuteNonQuery();
    transaction.Rollback();
    throw new Exception();
    catch (Exception ex)
    // Attempt to roll back the transaction.
    try
    transaction.Rollback();
    catch (InvalidOperationException ex2)
    Console.WriteLine("Rollback Exception Type: {0}", ex2.GetType());
    Console.WriteLine(" Message: {0}", ex2.Message);
    You could have a try. However, it is not clear why it could detect the ROLLBACK statement on the server side, I suggest that you could post this feedback to:
    https://connect.microsoft.com/VisualStudio/feedback/LoadSubmitFeedbackForm
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • I used to have a podcast that had been accepted on Itunes, but my I began to have problems with my host, so I changed host and created a new podcast, and I submitted my new podcast, Apple refused, and now says the feed has already been submitted??

    I used to have a podcast that had been accepted on Itunes, but my I began to have problems with my host, so I changed host and created a new podcast, and I submitted my new podcast, Apple refused, and now says the feed has already been submitted? Maybe Itunes thought that I was someone trying to copy my old podcast because I kept the same name, I tried to change the names but it looks like I'm on a blocked list...

    There is a procedure for changing the feed URL for a podcast, which it seems you haven't followed: you have to add a special tag to the old feed - just submitting a new feed will have exactly the effect you describe. The proper method is described here:
    http://www.wilmut.webspace.virginmedia.com/notes/podcast.html#move

  • HT201209 Is there anyway to transfer the credits to another device? I redeemed my itunes gift card on my sisters ipad and I would like to get something for my dad but it says that the card has already been redeemed. Thank you!

    I redeemed my itunes gift card on my sisters ipad and I would like to get something for my dad but it says that the card has already been redeemed. Is there a way to unredeem or transfer the credits? Thank you!

    No, once you redeem a card to your account, it is permanently there, until you spend the amount you have redeemed.

Maybe you are looking for

  • Importing a Final Cut Express sequence into Soundtrack

    Can I do it?

  • PO Upload via LSMW

    Hi Experts, I created an LSMW for PO uploading. I used BAPI as my import method. When I run the LSMW, the values from the material master, vendor master, and inforecord OVERWRITE the values that I was passing from my upload text file. Is there a way

  • Does ANYONE know tell what application or process created a given folder?

    I know that the my computer knows, but I want to know. I want to select a folder and tell what application or process created it. Can ANYONE tell me? Thanks The WPBDUDE

  • Multiple Tax Registration Numbers per Customer

    Hi, we have EBS 11i (11.5.10.2) and I am not a financial expert, but just struggling with some technical details of TAX implementation. The situation is that we have certain customers which have an office site in one European country, let's say Franc

  • Key pad not working.

    I have been using my 8310 in the leather pouch provided and now the letters Z,C,N,M and the space bar will not work. The unit is less than a year old and I was using a Blackberry product. I will be looking to get my hands on a (Bold) 9000 series when