HIDE WINDOW  : Oracle Reports Job Status - Successfully run

Dear All ,
I am facing small problem in oracle forms. When we call oracle report
From oracle forms 10g one status window automatically opened with
Status of successful of reports
I want to hide that status window when we call oracle reports
From oracle forms 10g
Plz help ....how to do this
Message was edited by:

You can use the XML distribution file to generate your report and send to:
1. file,
2. ftp,
3. printer,
4. mail
This are the most common example (one by case):
<destinations>
<!-- FILE -->
<file id="imcd4" name="C:\pdf_files\REPORTNAME.pdf" format="pdf">
<include src="report"/>
</file>
<!-- FTP -->
<destype id="imcd1" name="ftp" format="pdf">
<property name="desname" value="ftp://user:password@path/REPORTNAME.pdf"/>
<include src="report"/>
</destype>
<!-- PRINTER -->
<printer id="DEST44" name="myprinter">
<include src="report"/>
</printer>
<!-- MAIL -->
<mail id="imcd3" to="[email protected]" from="[email protected]" subject="REPORT">
<body srcType="text">
Free text
</body>
<attach format="pdf" name="REPORTNAME.pdf" srcType="report">
<include src="report"/>
</attach>
</mail>
</destinations>
XML file has some standards for the constructions but you can do it, using notepad.
The instruction to generate your report using xml is from forms:
report_id := find_report_object('REPORT_OBJ');
set_report_object_property(report_id,report_filename, v_rep_name);
set_report_object_property(report_id,report_server, v_server_name);
set_report_object_property(report_id,report_other,'P_DATE_FROM='||TO_CHAR(:CONTROL.W_DATE_FROM,'DD-MON-YYYYHH24MI')||' P_DATE_TO='||TO_CHAR(:CONTROL.W_DATE_TO,'DD-MON-YYYYHH24MI')||' distribute=YES destination='||v_applconf||'/FOLDER/XMLDISTFILE.xml');
report_job_id := run_report_object(report_id);
See that at the end of the line, it exist distribute=YES and destination=path where the xml file must resides. Those parameters must be in the line to execute the reports to be able to use the xml distribution file.
If you run your report using url you may need some thing like this:
http://host:port/reports/rwservlet?report=REPORTNAME&distribute=yes&destination=/PATHWHEREXMLIS/REPORTNAME.xml&userid=user/pass@db

Similar Messages

  • Report job is not run at scheduled time

    OS:WindowsServer2008R2
    Oracle BI 11g(11.1.1.6.0)
    CT defined a report job
    ====
    Frequency Daily
    Start 2013/01/14 AM 06:00:00
    End 2020/01/14 PM 11:59:00
    timezone [GMT+09:00]Osaka,Tokyo
    ====
    but he found the report is not run at 06:00:00
    at 2013/01/16 08:50AM,he login to BIP,and got to Report Job history.
    he found the staus of this report is running and
    start processing is 2013/01/16 08:51:32AM
    It seems the report job is run after login.
    In CT's environment , the followinig work are done Every Day
    22:00 stop OracleBI  (opmnctl.bat→stopManagedWebLogic.cmd→stopWebLogic.cmd)
    00:00 restart server
    05:45 clear cashe (nQCmd.exe)
    05:45 start OracleBI(BI_START.bat)
    06:00 report job is not run for no mail received.-->★
    Could you tell me why the report job are not run at 06:00AM
    Does any one can give me some advice on investigating this issue, which information are needed?

    Any suggestion on this issue?

  • Oracle Report Font problem when run report from oracle EBS R12

    Dear All
    I have developed one Report in ORACLE REPORT BUILDER in windows environment. I see the output of that report, its ok, I deployed it on the EBS R12 which is on Linux environment, when i see the output, its fonts totally change and due to change in fonts, output not same as like in previous stage. When i print from dot matrix Printer then sometime its shrink the character and sometime break the output..
    Kindly help me in this regard, because this problem i am facing from last few days.
    i am waiting for your quick response.
    Thanks in advance....
    Regards,
    Nawaz
    Edited by: Haq Nawaz on Nov 5, 2012 11:45 AM

    Thank you very much for your reply
    I have changed the fonts in the report, but when i run it from the EBS its has the same problem. from the EBS output font look like as (COURIER) rather than CALIBRI WESTERN.
    tell me what i have to change anything.

  • FRM-41217 Unable to get report job status

    Hi everyone
    Um running a forms9i (9.2.0.4.0) application on XP which connects to an oracle9i database. I recently moved the database to a new server but since then all reports do not run as I am getting the said error. No changes have been made to the location or content of the application. Could someone explain how this would be resolved?

    Nathan,
    does the Reports Server queuemanager shows any activity (e.g. Reports that fail) ? Can Reports connect to the database (e.g. can you run the Reports from a URL using teh http://server:port/reports/rwservlet?server=...&report=...
    request URL ?
    Frank

  • Table name containing report job status

    Can anyone tell me what the name of the table is that contains the information that is viewable via the Enterprise Manager concerning the current/failed/finished jobs on the report server. Thanks.

    Hi Rohit,
    Thanks for your reply. But from TBTCO, i can't find program/report name and variant. Just the list of background job i can see.
    Regards,
    Amit

  • Page reload/refresh after printing Oracle report.

    I have upgraded from version 3.0.1 to version 4.0.1 and I am having an issue.
    I have a page with a tabular form (SQL Query - updateable report) which allows me
    to select items I want to print.
    The report looks like the following:
    Name          Print
    Template 1     Y/N
    Template 2     Y/N
    Template 3     Y/N
    Template 4     Y/N
    The print column is a static LOV with a 'Y' or 'N' option.When I submit the page, a MRU runs and sets a flag for each item I want to print in the database.
    It then branches using "Branch to URL Identified by Item (Use Item Name)". The URL specifies an Oracle report
    server and the oracle report to print.
    All this works fine and the items that were selected, print out. An Oracle Reports Job Status is displayed
    on screen (this originates from the oracle report server) to indicate that it has "successfully run" along with
    an OK button. The OK button contains the following code: javascript:history.back()
    A process also exists on the page ("On Load - Before Regions") that resets any flags that were set in the database
    when the page is loaded and so the report will displays all N's in the Print column.
    Now my problem is that in version 3.0.1 when I hit the OK button it would return to the page in the apex
    application that branched to the oracle report and the page would be reloaded, where as in version 4.0.1
    the page is not reloaded.
    Any ideas how to fix this or can someone suggest a new way of achieving the same result.
    Any help would be appreciated.
    Regards,
    Ryan

    Hi Prabodh,
    I have used Debug mode and I see 2 debug entries added.
    The first is just displaying all the page defaults - (I think the page gets reloaded when you select debug from the developer menu)
    The second is the SUBMIT request and it shows the initial value of the hidden item (ie null) and then where I changed its value (ie Y).
    The problem is, it does not list an entry for the page when it returns from the Report Status page, so I have no way of knowing if anything is
    changing its value. I even changed code to set the item to N instead of null and then to Y on submit. But when I return from the Status page
    the value remains at N, even though if I check the Session State values it will say Y. The only conclusion I can come to is that it is using the
    cached values and effectively just displaying the values set before I submit the page.
    I have been playing around with iFrames and it seems to work the way I want.
    I created a new Page (5), then a HTML region. Within the HTML region i have the following code
    <table>
    <tr>
      <td>
       <iframe src="&P1_URL." width="500" height="300"></iframe>
      </td>
    </tr>
    </table>I also create a button (Return) + branch and on submit will return to page 1.
    From page 1, instead of branching to a URL, I now branch to page 5. This loads the Report Status page into my iFrame and indicates that it was
    successful, but now instead of using the OK button within the status page I use the Return button that is part of the Apex application.
    This way I no longer need the javascript or hidden items to try refresh the page , it will be done automagically once the return button is pressed.
    I know it may not look great but it is the only solution I can get to work at the moment.
    Thanks again for all your help, I really appreciated it.
    Regards,
    Ryan

  • How to call a oracle report from APEX in a seprate window while pressing a

    Hi,
    I have a button named 'Run Report' on a APEX application page. When I press this button it open an oracle report in pdf format but in same window.
    Can someone help me to open this .pdf report in seprate window when I press this button.
    Please help me. It's very urgent.
    Thanks

    Hello user8681139,
    Not tried before but found the links on OTN. Hope that following links will help you in regards to your query:
    # Re: How to run Oracle Report in new window
    # Oracle Report in New window with submit
    Regards,
    Bhavin

  • Converting Oracle Reports - PaperLayout to WebLayout

    Hi All ,
    We are migrating Oracle Reports 6i to Oracle Reports 10g R2.
    Now when I open the report rdf file in oracle 10g Reports Builder and run the paper layout ( Ctrl + Shift + R) it shows the output.
    But the same when run for Web Layout ( Ctrl + R) does display a blank htm page opened in new browser window and nothin else.
    Could anyone let me know what the reason for this and how to make the migrated rdf work for web-layout as well in 10g. Do we need to follow any steps to achieve this ?
    Thanks,

    Hello,
    http://www.oracle.com/technology/products/reports/htdocs/faq/faq_migration.htm#368
    When I open an Oracle6i Reports Developer report in the Oracle Reports Builder 10g and run my Web layout, I get an empty Web page in my browser.
    Regards

  • Report server status command

    I can't find the Unix command for the Oracle Report Server status. Help?
    I get 'REP-51002: Bind to Reports Server x failed'. I'm wondering if the report server is running.

    Admin is out of office, couldn't find status, but found how to bounce
    $ORACLE_HOME/bin/rwserver.sh server=servername01 shutdown=normal authid=%SERVERACCESSKEY_USER%/%SERVERACCESSKEY_PASSWORD%
    $ORACLE_HOME/bin/rwserver.sh server=servername01 startup=normal authid=%SERVERACCESSKEY_USER%/%SERVERACCESSKEY_PASSWORD%

  • Oracle reports web layout manually

    Hello experts,
                  I am new in oracle forms and reports n I am using weblogic 10.3.5 with forms /Reports 11g at windows 7.I want to know the steps to make an oracle report manually which could run in internet browser window.
    Thank you
    regards
    aaditya.

    What do you mean by "manually"?
    In any case there is always the documentation:
    Publishing Reports to the Web with Oracle Reports Services 11g Release 2 (11.1.2) -Contents
    or have a look here:
    http://docs.oracle.com/cd/E12839_01/bi.1111/b32121.pdf
    cheers

  • Jav.lang.UnsatisfiedLinkError: rwinit from oracle.reports.rwcgi.WServlet

    How do I get oracle.reports.rwcgi.RWServlet to run in Tomcat 3.2 in Solaris 2.6?
    I have made sure I included <6i_home>/lib:<6i_home>/bin:<6i_home>repots60/lib in my PATH and LD_LIBRARY_PATH before I started Tomcat. But when I call the servlet from the browser, I got this error on my browser screen:
    java.lang.UnsatisfiedLinkError: rwinit
    at oracle.reports.rwcgi.RWServlet.init(Compiled Code)
    (more errer messages...)
    What did I do wrong?
    Thanks,
    Joe
    ...

    How do I get oracle.reports.rwcgi.RWServlet to run in Tomcat 3.2 in Solaris 2.6?
    I have made sure I included <6i_home>/lib:<6i_home>/bin:<6i_home>repots60/lib in my PATH and LD_LIBRARY_PATH before I started Tomcat. But when I call the servlet from the browser, I got this error on my browser screen:
    java.lang.UnsatisfiedLinkError: rwinit
    at oracle.reports.rwcgi.RWServlet.init(Compiled Code)
    (more errer messages...)
    What did I do wrong?
    Thanks,
    Joe
    ...

  • Oracle Reports Server and X11

    Does oracle reports server need X11 running? We dont run X on our
    prod servers. We can't really figure out why it needs it which the developers
    claims they need X running
    Are there any alternatives? We really don't want to start an X server here

    hello,
    the role is the same on all plattforms. the reports server takes requests for running reports, spawns an engine that executes the request. in addition to that, the server also provides scheduling services and security features for the reports environment.
    regards,
    the oracle reports team

  • Why data has not been copied from staging DB to Reporting DB even timer job status is success ?

    Hello,
    I am facing following issue regarding web analytic service for specific date 2014-08-18:
    Verified following services which are running and status was success on that specific date 2014-08-18 :
    Web Analytics Service
    Microsoft Usage Data Import
    Microsoft SharePoint Foundation Usage Data Processing
    Observed latest Web Analytics Setting as below :
    LastAggregationDateId 
    20140817 -   The date id of the last successfully completed data aggregation
    LastAggregationTime
    2014-08-18T00:00:13.210 - The time of the last successfully completed data aggregation
    LastBestBetSuggestionAggregationDateId
    20140818 - The date id of the last successfully completed best bet suggestion data aggregation. This date id should not be reset to an earlier date manually.
    LastDataCopyTime
    2014-08-17T23:59:09.693 - The last time the data were copied from the staging databases to this reporting database for aggregation
    Above settings says that Data has not copied from Staging DB to Reporting DB on Date 2014-08-18
    In order to verify the same I have checked as follow:
    SELECT COUNT (*) FROM [dbo].[WATrafficAggregationByDate] WITH (NOLOCK)
    WHERE  [DateId] = 20140818
    Above SQL Query has returned ZERO value.
    Can anyone please let me know Why data has not been copied from staging DB to Reporting DB even timer job status is success ?
    Your help will be much appreciated.
    Thanks and Regards,
    Dipti Chhatrapati

    The image itself has the answer
    The user requests a page, and the action gets picked up by the Web Analytics service that runs on SharePoint.
    The Web Analytics service logs this in the “.usage” files.
    A Timer job called “Microsoft SharePoint Foundation Usage Data Import” by default runs every 30 minutes. It imports the logs into the staging database.
    Each night the “Microsoft SharePoint Foundation Usage Data Processing” Timer job runs and transforms the data into the reporting database.
    The last run time of the import from staging and the aggregation is logged in the Settings table in the Reporting database.
    Usage and Health Data Collection Service Application collects Data about Usage and Health of your farm.
    This information is used for Health Monitoring and this is also required for running the Web Analytics Service. If you do not have a Usage and Health Data Collection Service Application or your
    Usage and Health Data Collection Proxy is stopped, you will not see any data in the Web Analytics Report
    Regards Chen V [MCTS SharePoint 2010]

  • How to run Oracle Report in new window

    Hi,
    There appear to be many threads regarding this issue, but so far I've been unable to piece together a solution to my problem.
    My requirements are quite simple really.
    - Invoke an Oracle Report from an HTMLDB page
    - Pass parameters form the page to the report URL
    - Run the report in a new window
    I have created a simple example at:
    http://htmldb.oracle.com/pls/otn/f?p=36506:1
    Page 1 contains the following HTML Header attribute
    <script language="JavaScript" type="text/javascript">
    function callMyPopup (url){
    w = open(url,"winLov","");
    if (w.opener == null)
    w.opener = self;
    w.focus();
    </script>
    The URL i wish to invoke is
    http://myappserver/reports/rwservlet?test/test@test+report=test.rdf+&P1_PARAMETER.
    My question is, where would I put the code to invoke the URL? I'm trying to use the following code
    javascript:callMyPopup('http://myappserver/reports/rwservlet?test/test@test+report=test.rdf+&P1_PARAMETER.');
    I've tried putting this in a branch but I get a 'Page can not be displayed' error.
    Any help would be appreciated.
    Thanks
    Andrew

    Hi,
    I'm trying to invoke an oracle report through a button in apex2.2. Please let me know how to display the report in a new window.
    I have put the URL as of now in the branch of the button, and the report is getting displayed in the same window.
    I've read some of the posts and put the URL as the target of the button instead of a branch and also used the javascript:popupURL(), but it still doesnt work for me. The URL works fine without the javascript.
    I have put the URL as of now in the branch of the button, and the report is getting displayed in the same window.
    Thanks in advance,
    Priyanka

  • Oracle Reports Server CGI - Report Job was cancelled upon user request.

    I am running reports on the web through Forms using Run_Report_Object built in. I am using Oracle 9iAS Enterprise Edition Release 1(1.2.2.2.2), Forms 6i Patch 9 (6.0.8.18.3) and Reports 6i Patch 9 (6.0.8.18) using CGI implementation. Most reports are running fine, but I have one that produces 125 pages and we are getting the following messages in the browser:
    Error: The requested URL was not found, or cannot be served at this time.
    Oracle Reports Server CGI - Report Job was cancelled upon user request.
    However if you look at the Reports Server Queue Status thru the browser it shows that the report did finish, but it took 16 minutes. But the user gets the above message in their browser window.
    Is there a way to get the first page of the report to display, while the rest of the report finishes, so the browser window doesn't timeout and display the above error?
    Any help would be greatly appreciated.

    hi ,
    There is no limit on the report run time. The most probable reason why you are getting the 'Report cancelled upon user request' message is the users might have hit the "cancel Report" button which is displayed when it is running in 'SYNCHRONOUS MODE'. do not hit that button as it will terminate the report. to increase the speed of returning the results by the report, try improving the sql that you use in the report, or if you have DBA rights try adding in INDEXES on the columns of the tables used by the report.
    Hope this helps
    Manoj

Maybe you are looking for

  • Cannot connect to secure guest network

    My company is pushing more of our work content to the iPad2 via internet connection to databases, etc.  I work in a hospital as a vendor.  The hospital has a guest network setup that requires authentication by providing your email address and accepti

  • How can i get input from user in Workflows

    Hello professionals, I'm new to SAP B1 Workflow, i have created some workflows and they all worked fine. But, I am wondering, How can i get input from user?. For example, i want to display list of options to choose between them and route the workflow

  • I cannot get bb attachment services back

    I cannot get bb attachment services back.  It is missing from apploader.  I think this is what I took off by mistake and it remove my external display.  Please help.  I have tried multiple suggestions to set to factory, but none worked for my BB Pear

  • Arrange trigger order?

    I had a problem in a compostion slideshow widget, and could not sort it out, so I ended up deleting one of the targets altogether. Unfortunately, the target was my home/landing page and the new trigger is now at the very end of the range. Now I am lo

  • Ipod Mini won't configure

    Not sure where to post this. I'm at my whit's end and would appreciate some help. I mistakenly configured my ipod to a computer which is in another state and I think it is recognizing it as my "home computer". Today I uninstalled the software on the