How to hide report server windows while sending report directlly to printer

Hi Gurus,
I am new in adf and using jdev 11.1.2.3.
I am calling oracle report from adf application. if the destination type is preview then report open in new tab. And if destination type is printer report open in new tab displaying report server screen. i am sending url to new tab. i want if destination is printer then no tab to be open and url must be rendered (run) in background. Any idea or solution for  this issue

Hi
I just want to share it with you people. I am able to parse the report server url in background now. Here is my sample code.
public void openUrlInBackground(String url) {
URL report;
try {
report = new URL(url);
BufferedReader in = new BufferedReader(new InputStreamReader(report.openStream()));
in.close();
catch(Exception e) {
JSFUtils.addFacesErrorMessage("Error while parsing report url:"+e.getMessage());

Similar Messages

  • Report Server Windows Service SQLEXPRESS Error 107 on startup

    Hi,
    After reviewing the top related threads I didn't find what I'm looking for.  People either gave up, or shut down the service.  I'd like to solve this.
    After investigating the problem on my server, I find the Report Server is doing just fine and this appears to be a transient error during boot as the other MSDN threads have indicated; evidently the SQL server is not yet ready when Reporting Services
    looks for it.
    While we could ignore this error, most of us would like to only see errors that are real, otherwise the real errors can get lost in the noise.  So,
    1) If the Report Server Windows Service were delayed during boot, would that stop the error event from occurring?
    2) Assuming the answer to #1 above is yes, how do I delay the Report Server Windows Service?
    Thanks.
    Best Regards,
    Alan

    Hi Alberto, (again :-))
    Thank you kindly for your quick response.
    I had already read that TechNet article, so thanks for confirming I am on the right track.  But that article, nor it's children articles, doesn't explain how to stop the error, unless I looked at the answer and didn't recognize it.
    But I do recognize your alternative answer which I think is the solution I should use.
    So, if you don't mind helping with some very basic instruction/confirmation:
    Batch file content:  I understand batch files themselves quite well.  I wouldn't have known how to do the instruction you gave without your help.  Thanks again.  After the step above when I want to start the service,
    am I correct that the next line in the batch file would be:
    Net start ReportServer
    I looked at Properties for the 'SQL Server Reporting Services' and that's the service name that was listed.  It also changed in the Administrative Tools > Services panel when I stopped and started the Report Server from the Reporting Services Configuration
    Manager. (SVRTFS\MSSQLSERVER) (SVRTFS being the name of the server I am working with)
    Batch file activation: Would you mind just confirming for me the
    best way to have the batch file run on server boot.  What's the
    best place to save the batch file and what's the best way to ensure the batch file runs at the appropriate time?
    You mentioned powershell.  Is there a reason that would be better than a regular batch file?  I'm still beginning and don't quite understand the difference between powershell and not powershell.
    But I do want this process to be automatic which is where I think you are driving me.
    Thanks.
    Best Regards,
    Alan

  • 500 Internal Server Error while calling Reports 10g

    I am using standalone forms and report services. I am getting intermittently 500 Internal Server Error while calling Reports 10g.

    500 Internal error is a generic error and it could be due to multiple reasons like misconfiguration or the dearth of the resources.

  • Online Report Server did not send the report data. (Error: BAW 0059)

    Can someone confirm me if we can create an e-mail publication for promt based reports? I was created publications for non-prompt based report and they were successful. But when I create a publiction for an report which has prompt I am gettign the error - Online Report Server did not send the report data. (Error: BAW 0059). Any ideas?
    --Nivas

    I forgot to mention the envionment, which is 6.5.1

  • How to set attched file name while sending email through ABAP

    Hi All- tell me how to set attched file name while sending email through ABAP.
    regards...
    Abhay

    Sure,  when you are adding your entry to the packing list,  give the name in the obj_name field.
    *File 2
      mailbin = 'This is file 2'.
      append mailbin.
      data: start type i.
      data: end type i.
      start = tab_lines + 1.
      describe table mailbin lines end.
      mailpack-transf_bin = 'X'.
      mailpack-head_start = 1.
      mailpack-head_num = 1.
      mailpack-body_start = start.
      mailpack-body_num = end.
      mailpack-doc_type = 'TXT'.
      mailpack-obj_name = 'TEST2'.        "<-  RIGHT HERE
      mailpack-obj_descr = 'Subject'.
      mailpack-doc_size = tab_lines * 255.
      append mailpack.
    Regards,
    RIch Heilman

  • How to stop Crystal Reports Server Mailing out Blank Reports?

    I am currently running reports using crystal report server 2008
    where the reports a scheduled to run and are mailed out to user groups
    I need to be able to stop the reports being sent out if there is no data on the report I have managed to stop the report printing when it is bank but it still mails out and this need to be stop
    As people are getting fed up with receiving blank PDF, s

    Hi Anthony,
    I'm have the same problem.
    Have you made any progress on resolving you problem?
    Thanks
    Elroy.

  • Crystal Reports Server 8.5/Web Reporting Launch Kit/Crystal Enterprise 8.5

    I have an old IIS 5.0 server which is serving up our company's Crystal 8.5 reports.  The time has come to decommision that server, so I would like to migrate the IIS configuration to a new server.  However, I have been unable to locate the media necessary to install the server side component on the new IIS server.  The first question I have is, what is the product name I should be looking for?  My research has been inconclusive, identifying Crystal Reports Server 8.5, Web Reporting Launch Kit, and Crystal Reports 8.5 Enterprise Edition as possible product names.  My second question is, how can I go about obtaining replacement media for the product?  Thanks in advance for your assistance.

    Hi Peet,
    The software might work on windows 2008 server. However, if there are any error messages or bugs found while using it will not be addressed as the product has not be tested on this platform. (As also the technical support for versions 9.2 and earlier has already ended, so Product Group no longer works on the bugs or supported platform for these products.)
    A better idea would be to install the products CR 10 and higher on Operating Systems which have been tested. That ways you can be sure that the the product is supposed to work correctly on a particular setup.
    Please do let us know your thoughts about it.
    Cheers!

  • Guidance choosing Report Server 6i or Oracle9i Reports ???

    Hi.
    This is a request for information and/or opinions really.
    The company I work for want to extend the current Oracle facilities by providing enhanced reporting features, statistics, and analysis of existing databases. ( NB: we have several Oracle Databases at various versions on Sun Solaris and Linux )
    We will shortly be upgrading to 8.1.7, possible to 9i mid next year!
    My questions are :-
    Is Oracle Reports Server 6i or Oracle9i Reports the way to go as opposed to developing in-house reporting facilities?
    What requirements exist for Oracle Rpt Server 6i as opposed to Oracle9i Rpts, ie is 9i Reports backwards compatible with 6i? and is it also compatible with Oracle Server 8.1.7 Ent Edition ?
    Any answers,opinions or links to URL's that could save me a lot of legwork or save me getting the runaround from Oracle Sales would be appreciated.
    Regards

    Hi Andrew,
    You asked for some opinions, so here goes... :)
    The company I work for want to extend the current Oracle facilities by providing enhanced reporting features, statistics, and analysis of existing databases. ( NB: we have several Oracle Databases at various versions on Sun Solaris and Linux )
    We will shortly be upgrading to 8.1.7, possible to 9i mid next year!
    My questions are :-
    Is Oracle Reports Server 6i or Oracle9i Reports the way to go as opposed to developing in-house reporting facilities?Depends on your requirements. (Boring, standard and sort of meaningless answer, I know ;)) E.g. What kind of information do you want to "dig out", presentation formats, distribution demands... "analysis" sounds more like Discoverer and/or 9i DB analythical functions.
    What requirements exist for Oracle Rpt Server 6i as opposed to Oracle9i Rpts, ie is 9i Reports backwards compatible with 6i? and is it also compatible with Oracle Server 8.1.7 Ent Edition ?If you have the chance (given business requirements, standards, existing investments, database server versions, hardware availability, license costs, etc.) to choose newer and supported versions (i.e. 9i), go for the "9i" version. Upgrading to 8.1.7 and later 9.x.x seems like one bit towards that.
    BUT you should be aware that Reports is nowadays, so called, integrated with the 9i AS package. In my experience, AS is more demanding than the previous 6i (different architecture, bigger installation, a lot of running servers/processes, more things to manage). On the other hand, the software infrastructure which is AS can be used in delivering a lot of different applications (compared to "simple" Reports reports). With Certified Configurations and thelike, perhaps a complete, tested and supported sw&hw solution could be less expensive (but this I haven't tried yet).
    Hth,
    Fredrik

  • Comparison between Crystal Report Server XI R1, Crystal Report Server XI R1 , Business objects Enterpirse XI R1 and BOXI R2?

    Hello Everybody,
    I am new to Business Objects Enterprise. I need to know what is differnce between   Crystal Report Server XI R1and Crystal Report Server XI R1 ; Business objects Enterpirse XI R1 and BOXI R2?
    As a beginner, it will be very much helpful for me to learn in a better way and to go in the right track.
    Thanks in Advance.
    Regards,
    Annapoorani

    Annapoorani,
      I will start off with the basic difference beteen Crystal Report Server and Business Objects Enterprise.  We can continue on after this initial bit of information.
      Essentially, Crystal Report Server is a much like a subset of the full Enterprise Product line.  Whereas CRS is used for storing and scheduling Crystal Reports,  the Enterprise product extends this usability to also include Desktop Intelligence Reports as well as Web Intelligence reports.  There are also added features available with the full Enterprise Suite (depending on the licensing and installation) that also provide Performance Management, Dashboards and other enhancements.
    In the sence of XI vs XIR2,  XIR2 is more up to date with fixes and service packs.  You will find the original XI products to be closer to an end of lifecycle when it comes to support. 
    As well, the newest release not mentioned in your line of questioning is Business Objects XI3.0.  Currently this is a java based deployment, but there will be a .NET version forthcoming.  Many new features have been added and you can find more information directly at www.businessobjects.com pages.  There is a full section on the website that outlines the various products.
    Edited by: Tony Foster on Jul 16, 2008 11:22 AM

  • How to translate the text format while generate report through BI-SERVER.

    THAT IS I LIKE TO TRANSLATE EXCEL DOCUMENT FROM ENGLISH LANGUAGE TO VIETNAMESE LANGUAGE WHILE GENERATING REPORT IN BI-server

    You mean XL is used as a source here for OBIEE. Whatever is the source you need to implement OBIEE Multilingual functionality. Remember there are four types of Multilingual Support in OBIEE:
    - presentation services like Answers, Dashboard links and all
    - Catalog like Report Name, Dashboard Names and all
    - RPD Externalize Strings to see the subject area in required language
    - Data where the reports generated will have data stored in different languages in an extended dimension table.
    You require the 4th type here so you need to maintain a extended dimension table in DB which is used in RPD to be picked up by BI server based on language selected(language id)/WEBLANGUAGE system variable
    Hope this helps..

  • How to hide options from InfoView's "Schedule Report Page"?

    Hi,
    We are using Business Objects XI R2 InfoView (Java version) to schedule the reports.
    Whle schedling the reports, schedule page displays the following option to the users -
    1. When
    2. Database Logon
    3. Filters
    4. Destination
    5. Format
    6. Print Settings
    7. Server Group
    8. Events
    9. Parameters
    And I need to display only three options (When, Format and Parameters) to the user and want to hide the rest of the options from the user.
    Please let me know how to acheive this using the InfoView (Java version)?
    Thanks,
    Vicky

    Thanks for the reply.
    I do not want the user to enter / change the database logon information and other setting of the report. As I set those info using the CMC.
    And writing the our own pages using SDK will take lots of efforts and require java professionals for that.
    I only need to hide those options please let me know how to hide them.
    Thanks.
    Vicky

  • How to hide username and passward in  web reports

    Dear friends
    Im runing one report on web but its showing the username and passward in the URL (address bar) can you please help me how to hide that passward.......
    let suppose the username/passward is scott/tiger
    thanks with regards

    for hide the password follow thses steps
    user_name := get_application_property(username);
    pass := get_application_property(password);
    conn := get_application_property(connect_string);
    con_url := 'userid='||user_name||'/'||pass||'@'||conn;
    /* Convert the connect string into a hexadecimal character string. */
    FOR i IN 1..LENGTH(con_url) LOOP
    v_a := ltrim(to_char(trunc(ascii(substr(con_url,i,1))/16)));
    if v_a = '10' THEN v_a := 'A';
    elsif v_a = '11' THEN v_a := 'B';
    elsif v_a = '12' THEN v_a := 'C';
    elsif v_a = '13' THEN v_a := 'D';
    elsif v_a = '14' THEN v_a := 'E';
    elsif v_a = '15' THEN v_a := 'F';
    end if;
    v_b := ltrim(to_char(mod(ascii(substr(con_url,i,1)),16)));
    if v_b = '10' THEN v_b := 'A';
    elsif v_b = '11' THEN v_b := 'B';
    elsif v_b = '12' THEN v_b := 'C';
    elsif v_b = '13' THEN v_b := 'D';
    elsif v_b = '14' THEN v_b := 'E';
    elsif v_b = '15' THEN v_b := 'F';
    end if;
    con_url_temp := con_url_temp||'%'||v_a||v_b;
    END LOOP;
    path:='/reports/rwservlet?server=repserver4&destype=cache&'||con_url_temp||'&report='||rep_path);
    web.show_document(path);
    kuljeet pal singh

  • How to hide items on Windows 8 File Explorer Ribbon

    Scenario
    This article describes how to hide items on the file explorer ribbon in Windows 8 and Windows 8.1.
    Method
    We can implement it via customizing the permission of the related registry keys.
    Note: Before you make changes to a registry key or subkey, we recommend that you export, or make a backup copy, of the key or subkey.
    Before you make changes to a registry key or subkey, we recommend that you
    export, or make a backup copy, of the key or subkey.
    Step 1:
    Open
    Registry Editor and locate to following registry key under which you can find the corresponding keys of the items on the File Explorer Ribbon.
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\
    In the following figure, it shows the Add a network location item on the file explorer ribbon, and the corresponding
    registry key in Registry Editor.
    Step 2:
    Take ownership of the registry key
    Note: You can take ownership
    of a registry key if you are logged on as an administrator or if you have been specifically assigned the permission to take ownership of the registry key by the current owner.
    Right-click on the registry key which you want to take ownership of,
    and then select
    Permissions... option.
    Click on
    Advanced button to grant special permissions in the key.
    At the top to the right of the current
    Owner, click on the Change link.
    Enter
    Administrator in the Enter the object name to select
    box, and then click on Check Names.
    Click on
    OK twice to apply.
    Step 3:
    Change the permission of the registry key.
    On
    Permissions for the key name display dialog, click
    Administrators in the Group or user names window, and then select the
    Allow check box for
    Full Control
    option.
    Click
    Users in the Group or user names window, and then select the
    Deny
    check box for
    Full Control
    option.
    Step 4:
    Click on
    Apply and OK to save the changes and the following figure shows the modified permissions and owner.
    Step 5:
    When you open File Explorer, the item you would like to hide disappears. For your information, the following is an example:
    Item: Add a network location
    Corresponding Registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Windows.AddNetworkLocation
    For advanced users
    You can also deploy script with Set-Acl which is a PowerShell command to take ownership and change permissions
    of the keys. For your information, please refer to the following articles to learn more about this command:
    Set-Aclhttp://technet.microsoft.com/en-us/library/hh849810.aspx
    SET-ACL on registry key
    http://blogs.technet.com/b/brad_rutkowski/archive/2008/09/29/set-acl-on-registry-key.aspx
    Apply to
    Windows 8
    Windows 8.1
    Welcome to your feedbacks.
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    The reason they gave was it is possible for the file to stay open when done with the file. (not properly closing) As the driver would be accessing the file to retrieve the thumbnail.
    The thing is a driver is nothing more than a program it self. Therefore it is capable of opening and closing a file and placing the thumbnail into the database for that folder. It then would be capable to verify if the thumbnail exists in that database. Since the driver only has to run when explorer is open in that folder's view, it really is not running that often.
    The catch I can see it when both Illustrator and explorer are running at the same time. Which one should close the file? The solution would be a small app that verifies that both programs are running and has control of clean up when both have closed. The driver and Illustrator could also in theory check and see if the other is running, if it is do nothing if not then close the file.
    So it really boils down to having the driver and Illustrator talking to each other.

  • How to display report server name in oracle reports 9i.

    I need to do some validation based on report server name.Pl. suggest.

    How do you execute the call for a Report?
    URL?

  • How to hide the default windows inherit menu bar

    Dear All,
    I am using oracle Application server 10g with windows server 2003. with oracle 11g database.
    When ever I am accessing the application from client machine through browser i am getting the windows inherit menu bar at the top of the working space of the form.
    I want to hide that default menu bar from viewing the application users.
    Please help.
    Thank you in advance....

    actually vansul i have done this the default smart bar is removing by doing this
    but i want to hide the black window bar which is displayed even if by removing
    the default & smart bar.

Maybe you are looking for