Reports Queue Manager - Status Information

Hi there,
I would like to know if you can get status information from the reports queue manager.
For your information: We are still using Forms/Reports 6i but looking forward to use 10g via web frontend.
1.) In detail I would like to control the 'number of jobs'. Our frontend (RWRQM60.EXE) only shows the first 990 (up to 1.000) entries, via 'queue => properties' I can see the total number of jobs.
Is there a way to get the number of jobs via SQL or by another programmatically way (we prefer .NET)?
2.) The reason why I need this information is because of a limit of 9999 reports in queue manager. After this amount of reports the report server raises a 'REP-0177: Error while running in remote server' and the 10.000 job will NOT be send to the queue!
Is there a way to expand the number from 9.999 jobs to more .. for example 30.000 jobs?
Thanks for your help ..
Michael

Currently no, not easily. we intend to fix this for Reports 7.0.
Regards
The Oracle Reports Team http://technet.oracle.com

Similar Messages

  • Portlet to access the reports queue manager

    Is there a pre-built portlet that comes with Oracle9i AS Portal that will let me view the report job statuses in the report queue. I want to be able to view the report queue via a web browser, rather that thru the Oracle Reports Queue Manager.

    In case you are still looking for information on this -- search
    through here or metalink for information on the RW_SERVER_QUEUE
    table. It does a fairly decent job of mirroring what's going on
    in the report queue. Completed and scheduled jobs it handles
    well, but (at least in Portal 3.0.8) the report server doesn't
    seem to update this table frequently for jobs currently being
    run. I'm debating right now whether to write a Java servlet to
    monitor the real RWCGI60 output (which always seems accurate) to
    get a better handle on what's really happening on the reports
    server. (btw: Anybody else tried doing this yet?)
    - Bill

  • Report Queue Manager 9.04.2

    Dev Suit = 9.0.4.2
    Win XP SP2
    Start a report server with <home>/bin/rwserver server=local
    Open the Report Queue Manager, and queue=local.
    Click job, then new, then set options.
    Enter needed information, click ok then run.
    RQM responds with "can not run report: Cannot connect to the report server. Network tns names ..."

    Do you think it would be also a solution for me?
    Ref: [REPORTS SERVER] Can't connect with Reports Queue Manager
    Daniel
    Message was edited by:
    DanielB
    Message was edited by:
    DanielB

  • Problem in Sending email from Reports Queue Manager

    Hi
    I am getting problem in sending email from reports queue manager.
    It says that error in logging to mail server.
    If any body knows the sol then pl help me out.
    thanks

    Hi
    I am getting problem in sending email from reports queue manager.
    It says that error in logging to mail server.
    If any body knows the sol then pl help me out.
    thanks

  • How to install the Report Queue Manager alone without the Developer suite

    is it possible to install the Report Queue Manager alone without the Developer suite...
    i want to install it in the clients machine... please if you have any idea...
    thanks for the help...

    I use a product called No Machine. http://www.nomachine.com/download.php which is a client which allows you to connect via a graphical interface remotely. Lots of people also use VNC, if you do this you may need to install the VNC server option on the HPUX box, then connect via the VNC client. You should really talk to your unix administrator how they want to do it.
    If you have access to the HP machine do you know if it is started in graphical mode? If so you should be fine. It will require this mode.
    Also as the root user us will need to execute the command
    xhost +this allows user to remote connect to the UNIX box in graphical mode.
    When this starts up you can start a terminal session.
    you will need to set the display for the user that will start the install.
    DISPLAY=:0.0make sure that the command
    echo $DISPLAYreturns
    *:0.0*everything should go from there.
    Failing this you can do the silent install, refer to the installation guide for the options there.
    cheers
    James

  • Report Queue Manager aministrator password

    Hi there!
    I have install DS 10g in my local pc- i have some jobs in queue which i want to remove from the queue
    but i don't know what is my administrator username and its passwords
    for Report Queue Manager.
    Please someone guide where to look for my adminstrator username and its passwords or how can i set it ?
    Since installation i have never logged in Report Queue Manager AS aministrator
    so what could be as a default administrator username and its passwords. ?
    Thanking you,

    Hello,
    The username/password is stored in the reports server configuration file :
    http://download-uk.oracle.com/docs/cd/B14099_17/bi.1012/b14048/pbr_conf.htm#i1007074
    You can change this username/password as it is described in the doc ...
    Regads

  • Report Queue Manager Display Time ahead by 8 hours.

    Good morning,
    We are using Oracle 10gAS Enterprise patchset 9.0.4.2.0 on a Windows 2000 SP4 platform.
    Our report queue manager display time is ahead of the OS and the runtime on the reports by 8 hours.
    Is there some way to correct this?
    Thank you for your response
    Bill

    System Preferences > Date & Time > Date & Time tab, check the box for Set automatically.

  • Oracle Report Queue Manager - Cache Size

    Hi,
    Am facing some problem with the cache size of the report queue in oracle reports 10g.
    Increased the cache size thro report queue manager from 50 MB (default) to 1000 MB.
    But once the cache size reaches around 49 MB, the report queue errors out saying - 'unable to run the report'.
    Also report is failing at an interval of 50 MB i.e, if i click on ok after the error occurs, the report continues and fails again at the interval of 50 MB.
    Is there a way to clear cache using code or increase the cache size ?
    Thanks a ton! :)
    Edited by: user12098287 on Feb 7, 2012 5:00 AM

    Hi,
    Thansk for the immediate reply, But unfortunately ias_admin is not the admin user because we have tried it and one more thing i would like to add th at we have a file base repository set in the environment of report servers.
    Now any one have another answer? or can any one give me the file name where i can find the user name and password.
    Thanks,
    $

  • Report Queue Manager  - Scheduled Jobs

    Question: How/where does the Queue Manager store info for scheduled jobs?

    It is possible (IN 9iAS) to configure the Reports Server to store all requests in a database table. The Table(s) / View(s) are created by the script rw_server.sql located in $ORACLE_HOME/reports/admin/sql
    To configure this options, create the table and view with the rw_server.sql script, then add these lines in the
    <reports server name>.conf file <jobStatusRepository class="oracle.reports.server.JobRepositoryDB"> <property name="repositoryConn" value="user/password@tnsalias" confidential="yes" encrypted="no"/> </jobStatusRepository> The "value" attribute of the property "repositoryConn" should be a user/password@tnsalias that will be used to connect to the database. The account must have access to the tables created by the script rw_server.sql The combination confidential="yes" and encrypted="no" will provoke the encryption of the value attribute once the Report Server is re-started : After the Reports Server has started you will find: <jobStatusRepository class="oracle.reports.server.JobRepositoryDB"> <property name="repositoryConn" value="ihjFFBFD3jk5Xfrd5HeX5w3dE/E=" confidential="yes" encrypted="yes"/> </jobStatusRepository> Description of the rw_server_queue view columns can be found in the script rw_server.sql itself.
    Thanks,

  • REPORT GETS HUNG WITH THE REPORT QUEUE SHOWING THE STATUS OF OPENING

    I have installed Oracle 9ids on windows 2000 platform. This installation is part of the oracle clinical installation process.
    The installation went on fine except few problems during generating reports. I am able to generate report but as soon as any one of the report fails it stops all the subsequent reports . The failing report has the status of "Opening" in the report queue manager whereas all the subsequent reports get stuck with the status of "Firing before trigger" status in the report queue manager.
    Has anybody encountered the same problem or anything similar... if so, pls hlp...
    Regards,
    Venus

    I tried this Gill, but result is bit different :-
    Seems some little modifications are needed. Report should be displayed like the below one where it says how many times the same Task is associated with the same incident. Eg. Task 'TASK_CIRCUIT_RESOLVER' is associated with the incident 'INC000000001434' 4 times. 'IPCG Diagnostic Template' is associated with  'INC000000000943' 2 times. Similarly for other records.
    But I really thankful to you for giving me the logic proceed further. I tried  '=RunningCount([Task Name]; Row; ([Task Name]; [Incident ID]))'. It gave me desired results. :-
    But the only thing that needs to be done is to bring the single Task associated with the Incident..
    Thanks,
    Neha Pateria

  • Report Queue Managers Admin Password

    Hi !
    In Report queue Manager, what is the username & password for Admin ?.
    I want to delete a particular job in queue manager
    need help ...
    regards

    Hello,
    The username/password is stored in the reports server configuration file :
    http://download-uk.oracle.com/docs/cd/B14099_17/bi.1012/b14048/pbr_conf.htm#i1007074
    You can change this username/password as it is described in the doc ...
    Regads

  • Reports Queue Manager60

    I have a problem running Reports Queue Manager and I am stuck.
    When I schedule a job from the client, the program crashes with "Rwsxc60 Program performed illegal operation" and the job is terminated with the following erro :
    REP-0110: Unable to open file
    'C:\ORAWIN95\BIN\sr_otwrt.rep'.
    REP-1070: Error while opening or saving a document.
    Is there any registry settings to be done. bcoz it works from the server, but also in server if i do not schedule the report from the local path i.e. 'c:\orant\bin' it gives the same error. What kind of privileges has to be set and how ?
    Also how do I change the administrator name in Reports Queue Manager.
    Any suggestions are most welcome.
    Thanks in advance.
    G.Venkat ([email protected])

    Not sure what the default password is but it is easily changed.
    http://download-uk.oracle.com/docs/cd/B14099_17/bi.1012/b14048/pbr_conf.htm#i1007074
    It involves editing the report servers config file by puting your own username and password in there. if you set encrypted to "no", It will automatically be encrypted next time you restart the server.

  • Reports 6i development for Queue Manager

    I'm trying to write reports to run from the Queue Manager and am having a truly horrible time. I am able to write complete reports and run them from my desk top, but when I try to run them on the Manager, they have problems at least 8 times out of ten - and then everytime it is back to the drawing board to redesign the report. The error messaging is also not up to scratch - please tell me what 'REP 1212 - Object 'Margin' is not fully enclosed by it's enclosing object 'dept_name' ' means. I understand the message, but it is just plain rubbish - I have built reports the same way many times without problems. The real answer I am looking for is 'Is there a standards document on designing for Queue Manager' ?
    Please help
    I'm going nuts
    Marc

    Marc,
    There shouldn't be a difference running the report from the queue manager vs. from the command line as long as all of your parameters are the same. The rep-1212 error you are getting sounds like a report that was designed for bitmap being run with mode=character. You would see this difference between the command line and queue manager if from the command line you are running the report with mode=bitmap (or default if your report already has mode as default or bitmap) and run with mode=character in the queue manager. It seems to me that there is probably a difference in how the reports are being run rather than how you've designed them. I'd discuss the issue with Support so they can go into more detail with you.
    Hope that helps,
    Toby

  • Report Error Through Queue Manager

    I have several reports that I have created over time. They are all currently set to run dynamically on the intranet.
    Now I am trying to setup reports that run automatically through the Queue Manger to generate html files. For some reason I end up with the following error ONLY when I try to run the reports through the Queue Manger:
    REP-1211: Object 'Body' is larger than its enclosing object 'SUB_COST_UNIT'.
    It doesn't matter what report I run. I get this object 'body' error on all my reports for various enclosing objects, but only when I use the Queue Manger. Does have ideas why I would be getting this? I'm thinking I just haven't set the job up correctly.

    What's the command you send from queue manager? Normally, it doesn't matter where you send the job request. You should see the error message from queue manager or from rwcli60 (in 6i) or rwclient (in 9i). You need double check the report name, where the report resides and see if the reports engine pick the right report (from REPORTS_PATH for 9i or REPORTS60_PATH for 6i).
    Apparently, report does matter in your case because the error message contains object name 'SUB_COST_UNIT'. Not every report contains that named object.
    Thanks,
    -Shaun

  • Cannot reschedule report in queue manager

    I'm running Report Server 9.0.4 on iAS (on Windows 2003). After scheduling a periodic job using rwclient.exe I'm trying to use Queue Manager from my XP machine to reschedule the job to run immediately using the orcladmin credentials.
    I click on menu Job->Reschedule, select Immediate, and hit ok. I then get the following error message:
    "The job could not be rescheduled. The job may already be running."
    How do I fix this?
    TIA.
    Ingo Peters

    Hi,
    Thansk for the immediate reply, But unfortunately ias_admin is not the admin user because we have tried it and one more thing i would like to add th at we have a file base repository set in the environment of report servers.
    Now any one have another answer? or can any one give me the file name where i can find the user name and password.
    Thanks,
    $

Maybe you are looking for

  • ICal dock icon wont update in Leopard

    My iCal dock icon has stopped updating the current date. I have dragged the icon off the dock and re-dragged a fresh version from the iCal application but this only works for the current day where again it will not update the next day. I have had Leo

  • Cannot Display PDF in Browser

    On our enterprise network I have found that suddenly folks cannot display PDF's in the Internet Explorer 7 browser. The software and versions that are affected are: Adobe Acrobat Pro 8.3.3 Adobe Acrobat Pro 9.3.3 Adobe Reader 9.3.3 Troubleshooting st

  • Double click in the empty tab bar space to open a new tab.

    I upgraded to Firefox 7 today, and now if I try to click in the empty space on the tab bar to the right of the current tabs I no longer get a new tab. Is there a way to re-enable this feature?

  • Basic activation question

    Hi, I have a new phone that I'd like to activate but don't know how to. Is there anyone who could help? Tahnx

  • Wage type and group

    hi all, i have created a labour activities. after production order conf or delivery i want cost of labour to flow to HR. i know in work center we can create wage type and pls let me know what are the steps in achieving this thank you sanjeev