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,
$

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

  • 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

  • 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.

  • 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

  • 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

  • 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  - 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,

  • How Do You Debug Oracle Report Calls From Forms On The App Server?

    I am working on a system which uses oracle forms and reports 10g.
    In our system we call, we are calling oracle reports from oracle forms. How do we debug the form code when the form and report both are running on the application server in production.
    To my knowledge, this can not be done when the form is running locally since there is only OC4J forms services locally.
    I understand one views error messages through the jinitiator console but how does one turn on this facility? How do you determine what line the error occurred?
    I am looking for step by step instructions as answer to this issue.
    Please be specific. Please write in good English.

    Good afternoon,
    If you have the developer suite installed on your PC, run the report from your form and then follow this tree from the start button on your PC:
    Developer Suite Home =>
    Reports Developer =>
    Oracle Application Server Report Services =>
    Reports Queue Manager
    Select View => Past Jobs and then find your report in the list, double-click the report entry and you'll see the error message that was generated by the Report Server when you tried to run the report.
    Good luck,
    Don.

  • Oracle Reports 3 (D2K)

    Hi,
    I have got the Reports server running on an NT server (SP6a) and got a printer configured on the server. The problem I have is that everytime I schedule a report using the Reports Queue Manager I get the "REP-3002: Error initializing printer. Please make sure a printer is installed."
    I have tried the same installation on a NT Workstation and it works fine....Can anyone please offer any insight into this problem as this is now bugging me big time.
    Thanks
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Jitendra Sachania ([email protected]):
    Got this to work by starting up the report server as an application in NT instead of a NT Service.<HR></BLOCKQUOTE>
    I also face the same problem . For this i install the printer on Win 95 . If u got any solution for this then pl send to me also
    my Mail is [email protected]
    Thanx
    Anuarg Gupta

  • 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.

  • Oracle Reports Web Cartridge/Web CGI

    It is my understanding that neither of the above is used by Oracle Forms with the run_product statement for WEB applications. Can anyone tell me if either of the above is used by Oracle Forms with the statement run_report_object?
    I'm asking because I want to know that if I use the run_report_object built-in (WEB environment)which replaces run_product
    (Client/Server environment), will it be able to display the parameter form as run_product currently does in the Client/Server environment. I am talking about Oracle forms calling Oracle reports.

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by [email protected]:
    It is my understanding that neither of the above is used by Oracle Forms with the run_product statement for WEB applications. Can anyone tell me if either of the above is used by Oracle Forms with the statement run_report_object?
    I'm asking because I want to know that if I use the run_report_object built-in (WEB environment)which replaces run_product
    (Client/Server environment), will it be able to display the parameter form as run_product currently does in the Client/Server environment. I am talking about Oracle forms calling Oracle reports.
    <HR></BLOCKQUOTE>
    Did you ever get an answer to your problem. I having trouble with bringing forms over from client server to web, I can't get a parameter form to run. I've been told to use paramform=html in the URL but where is it? Where do I place this statement?
    null

Maybe you are looking for

  • What is the best way to read in a file?

    i'm currently doing it like this: Vector inVector = new Vector(); try File file = new File( "C:/1jkiesel/testAgent/Customers.txt" ); BufferedReader in = new BufferedReader( new FileReader( file ) ); String str; while( ( str = in.readLine() ) != null

  • I can't get my facetime to work on my macbook pro? Is the system overloaded today?

    I can't get my facetime to work on my macbook pro? Is the system overloaded today?

  • 에러 -31 문의 드립니다.

    실행 파일을 만들고, 설치 프로그램을 만들 때 다음과 같은 에러가 뜹니다. 원인이 무엇이고, 해결 방안은 무엇인지 궁금합니다. 에러 -31이(가) 다음에서 발생했습니다: 확인되지 않은 위치 이 에러 코드는 정의되지 않았습니다. 여러가지 이유로 인해 정의되지 않은 에러가 발생할 수 있습니다. 예를 들면, 코드에 대해 어떤 설명도 되어 있지 않거나, 에러 코드 입력에 에러 코드가 아닌 숫자를 연결했을 수도 있습니다. 추가적으로, 에러가 OS 또는

  • Fastest way to select many rows?

    I wonder way a simple select that only joins 2 tables take so long to execute. It takes up to 30 seconds to read 50.000 rows with the 9.2.0.5 driver on a ORACLE 8.0.5 server. In another project we read 100.000 rows with a similar select over two tabl

  • Oracle database design

    Hi, I am designing a database and want to design it based on 3NF. I have a table and few columns that are not a one to many relation ship. Can I design it in such a way those columns that are not a child to be in few seperate tables, with one to one