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,

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

  • 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

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

  • Stop queue from scheduled job

    Hi everybody,
    I'm working on a Oracle 11g and I have a Scheduled Job running every 5 minutes.
    When it lasts more then 5 minutes, it starts the next execution right after the previous.
    Is there a way to prevent this behaviour? For example, if the 9.25 run ends at 9.32, the next run should be at 9.35.
    Thanks,
    best regards

    Thanks to all of you for your replies.
    I think there is a misunderstanding, my needs are to avoid the slippage, so if a run lasts more then 5 minutes, it has to end naturally without being aborted, and the next will be skipped.
    If your solutions already answer my question, please forgive me and my bad reading.
    I add the code of my scheduled job:
    BEGIN
    SYS.DBMS_SCHEDULER.CREATE_JOB
    job_name => 'OWNER.JOBNAME'
    ,start_date => TO_TIMESTAMP_TZ('2012/04/10 07:00:00.000000 +01:00','yyyy/mm/dd hh24:mi:ss.ff tzh:tzm')
    ,repeat_interval => 'FREQ=MINUTELY; BYDAY=MON,TUE,WED,THU,FRI,SAT,SUN; BYHOUR=6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22; BYMINUTE=0,5,10,15,20,25,30,35,40,45,50,55 ;'
    ,end_date => NULL
    ,job_class => 'DEFAULT_JOB_CLASS'
    ,job_type => 'PLSQL_BLOCK'
    ,job_action => ' --CODE OF PLSQL BLOCK'
    ,comments => NULL
    SYS.DBMS_SCHEDULER.SET_ATTRIBUTE
    ( name => 'OWNER.JOBNAME'
    ,attribute => 'RESTARTABLE'
    ,value => FALSE);
    SYS.DBMS_SCHEDULER.SET_ATTRIBUTE
    ( name => 'OWNER.JOBNAME'
    ,attribute => 'LOGGING_LEVEL'
    ,value => SYS.DBMS_SCHEDULER.LOGGING_OFF);
    SYS.DBMS_SCHEDULER.SET_ATTRIBUTE_NULL
    ( name => 'OWNER.JOBNAME'
    ,attribute => 'MAX_FAILURES');
    SYS.DBMS_SCHEDULER.SET_ATTRIBUTE_NULL
    ( name => 'OWNER.JOBNAME'
    ,attribute => 'MAX_RUNS');
    BEGIN
    SYS.DBMS_SCHEDULER.SET_ATTRIBUTE
    ( name => 'OWNER.JOBNAME'
    ,attribute => 'STOP_ON_WINDOW_CLOSE'
    ,value => FALSE);
    EXCEPTION
    WHEN OTHERS THEN
    NULL;
    END;
    SYS.DBMS_SCHEDULER.SET_ATTRIBUTE
    ( name => 'OWNER.JOBNAME'
    ,attribute => 'JOB_PRIORITY'
    ,value => 3);
    SYS.DBMS_SCHEDULER.SET_ATTRIBUTE_NULL
    ( name => 'OWNER.JOBNAME'
    ,attribute => 'SCHEDULE_LIMIT');
    SYS.DBMS_SCHEDULER.SET_ATTRIBUTE
    ( name => 'OWNER.JOBNAME'
    ,attribute => 'AUTO_DROP'
    ,value => FALSE);
    SYS.DBMS_SCHEDULER.ENABLE
    (name => 'OWNER.JOBNAME');
    END;
    Thanks again.

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

  • 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

  • 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

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

  • DP Job queue manager not working- SCCM 2012 SP1

    
    I am getting below error when trying to open DP job queue manager in sccm 2012 SP1
    Please find the details information
    see the end of this message for details on invoking
    just-in-time (JIT) debugging instead of this dialog box.
    ************** Exception Text **************
    Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlQueryException: The SMS Provider reported an error. ---> System.Management.ManagementException:
    Invalid query
       at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
       at System.Management.ManagementObjectCollection.ManagementObjectEnumerator.MoveNext()
       at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlQueryResultsObject.<GetEnumerator>d__0.MoveNext()
       --- End of inner exception stack trace ---
       at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlQueryResultsObject.<GetEnumerator>d__0.MoveNext()
       at DPJobMgr.Form1.SummaryRefresh_Click_real(Object sender, EventArgs e)
       at DPJobMgr.Form1.SummaryRefresh_Click(Object sender, EventArgs e)
       at System.Windows.Forms.TabControl.OnSelectedIndexChanged(EventArgs e)
       at System.Windows.Forms.TabControl.WmSelChange()
       at System.Windows.Forms.TabControl.WndProc(Message&
    m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd,
    Int32 msg, IntPtr wparam, IntPtr lparam)
    ************** Loaded Assemblies **************
    mscorlib
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.1008 (RTMGDR.030319-1000)
        CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
    DPJobMgr
        Assembly Version: 5.0.0.0
        Win32 Version: 5.0.7958.1000
        CodeBase: file:///C:/Program%20Files%20(x86)/ConfigMgr%202012%20Toolkit%20R2/ServerTools/DPJobMgr.exe
    System.Windows.Forms
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.1002 built by: RTMGDR
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    System.Drawing
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.1001 built by: RTMGDR
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    System
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.1001 built by: RTMGDR
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
    Microsoft.ConfigurationManagement.ManagementProvider
        Assembly Version: 5.0.0.0
        Win32 Version: 5.0.7958.1000
        CodeBase: file:///C:/Program%20Files%20(x86)/ConfigMgr%202012%20Toolkit%20R2/ServerTools/Microsoft.ConfigurationManagement.ManagementProvider.DLL
    System.Core
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.233 built by: RTMGDR
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
    System.Data.Linq
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.1015
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Data.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Data.Linq.dll
    System.Management
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Management/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Management.dll
    AdminUI.WqlQueryEngine
        Assembly Version: 5.0.0.0
        Win32 Version: 5.0.7958.1000
        CodeBase: file:///C:/Program%20Files%20(x86)/ConfigMgr%202012%20Toolkit%20R2/ServerTools/AdminUI.WqlQueryEngine.DLL
    System.Configuration
        Assembly Version: 4.0.0.0
       Win32 Version: 4.0.30319.1015 (RTMGDR.030319-1000)
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
    System.Xml
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.1015 built by: RTMGDR
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
    System.Data
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.237 (RTMGDR.030319-2300)
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll
    ************** JIT Debugging **************
    To enable just-in-time (JIT) debugging, the .config file for this
    application or computer (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    enabled.
    For example:
    <configuration>
        <system.windows.forms jitDebugging="true"
    />
    </configuration>
    When JIT debugging is enabled, any unhandled exception
    will be sent to the JIT debugger registered on the computer
    rather than be handled by this dialog box.

    Hi,
    That is as expected, the new tools require Configuration Manager 2012 R2 to work. From the download page of Configuration Manager 2012 R2 toolkit.
    "Note: Items with an * are new in the R2 Toolkit and require Microsoft System Center 2012 R2 Configuration Manager for full functionality. 
    Server Based Tools
    * DP Job Manager - A tool that helps troubleshoot and manage ongoing content distribution jobs to Configuration Manager distribution points.
    * Collection Evaluation Viewer - A tool that assists in troubleshooting collection evaluation related issues by viewing collection evaluation details.
    * Content Library Explorer - A tool that assists in troubleshooting issues with and viewing the contents of the content library"
    So you need to upgrade to R2 before you can use the new tools.
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

Maybe you are looking for

  • Web ADI error

    Hi, We have changed the BNE: Upload Staging Directory profile path as we were getting empty excel sheets when we were exceuting FGS reports and after chaging this profile path the users were facing the below error when they are using Web ADI Fatal Er

  • DimensionChangeEvent firing twice in a row

    The DimensionChangeEvent seems to fire twice in a row. Once for the width and again for the height. My thinking it should only fire once. What is the use case for this behavior? pPlayer.addEventListener( DimensionChangeEvent.DIMENSION_CHANGE, mDimens

  • How can I change file encoding for use in Itunes?

    For instance, aiff to apple lossles files, or mp3 to apple lossless, or any other conversion. And which is best?

  • How to send Opportunity from CRM to ECC as a Quotation

    Hi I am new to CRM , My client requirement is , once the Opportunity " chance of success fill with " 100% it has to replicated to ECC as a Quotation. Please let me know hot to do this configuration in CRM Step by Step. Regards Swathi

  • Iphoto library corrupted/unreadable, do I need new IPhoto software

    Did not backup photo library, message says library unreadable/corrupted. What now?