10g Report service.

hi,
I am unable to restart 10g report service. My report server is hanging most of the time. I am using spreadsheet in reports. if the report data is big the report service hangs.
I tried to restart the report service from the Application server, but i could not.
i have even tried the Below command. but i am getting Rep-0238 authentication failed. please help.
C:\oracle10g\FRHome_1\opmn\bin>rwserver server= rep_dbserver_frhome1 shutdown=n
ormal authid=system/<pass>

locate your report_service_name.conf file under $ORACLE_HOME/reports/conf directory and set engine parameters as follows:
initEngine
Default: 1
The number of engines you want Reports Server to start at initialization.
The server process will spawn this many engines when it is started.
maxEngine
Default: 1
The maximum number of this type of engine that can run on the server at any time. The server process will attempt to keep no more than this many engines active. Ensure that you have sufficient memory and resources available to accommodate these many engines.
Recommendations : Per CPU you can have a maximum of 4 engines running. (For multi core -dual / quad core, etc - please refer to Note:738920.1)
minEngine
Default: 0
The minimum number of this type of engine that is maintained by the server at all times. The server process will attempt to keep at least this many engines active. This should not be more that the initEngine value, it may be less than or equal to initEngine.
Recommendations : If the workload is very steady and generally keeps the engines busy all the time, the minengine and maxengines values should be close together e.g within a difference of one to three engines.
If the workload is intermittent, not constant or consistent, lower the minengine (and possibly initengine too) value, especially if the host machine is running other applications besides Oracle Reports.
engLife
Default: 50
The number of jobs the engine can run before the engine is terminated, and, if necessary, a new engine is started. This feature is available to thwart memory leaks.
Setting engLife="1" will recycle engines after each job they run, but this will also lead to performance issues since for each submitted job, the server will start the engine first and then run the job. Whereas, a large value for engLife can cause the runtime engine to use up enough memory to cause a crash.
maxIdle
Default: 30
The number of minutes of allowable idle time before the engine is shut down, provided the current number of engines is higher than minEngine. For example, if minEngine is 0, maxIdle is 30, and one engine has been running but unused for 30 minutes, that engine will shut down. If, under the same conditions, minEngine is 1, the active engine will not shut down, even if it has been idle for 30 minutes.
There is a bug (internal) in this, which states: all idle engines shutdown after maxidle is reached and then specified number are restarted to honour minengine.
callbackTimeOut
Default: 60000
The number of milliseconds of allowable waiting time between when the server launches an engine and the engine calls the server back. If the engine does not respond by this time, the reports server assumes the engine got hung or otherwise failed to completely initialize, and if the engine process is still present when this times out, the reports server will kill it and try again.
Recommendations : If the machine that hosts the server is very fast, you can reduce this number for faster performance. Server will wait for time specified for the engines to connect to it, and then it will shut itself down if they fail to do so. A common error occuring in this scenario is :
"REP-56097 Engine callback timed out"
In case of this error, callbacktimeout value should be increased.
you need to restart the reports service after any modification

Similar Messages

  • Running report as PDF in OAS 10g (10.1.2) Reports Services

    Hi,
    PDF reports are running fine in Firefox browser but they are displaying data as garbage in internet explorer on some PCs. But on other workstations, these reports are running fine in Internet Explorer as well. I am using Oracle Application Server 10g, Reports Services (10.1.2). Adobe Acrobat 6 or Acrobat Reader 7 is installed on all PCs. Could anybody pointout that what might be the problem?
    Thanks in advance.

    check the fonts used by the reports are installed on that computer u r invoking the reports.
    chikki

  • Whether Forms/Reports Service is present in Midtier of Oracle AS 10.1.3

    Hi,
    Can anybody confirm whether Forms/Reports Service (i.e. Business Intelligence and Forms/Reports Service) is present in Midtier of Oracle AS 10.1.3?
    How do I check this fact from Oracel documentation.
    Regards
    Suresh Shinde

    Hi,
    Do you mean running? Anyway you check your readme.txt for your mid installation, you can find similar contents as follows;
    Install Type: All Services
    Configured Components: Oracle HTTP Server,
    Oracle Application Server 10g Containers for J2EE,
    Oracle Application Server 10g Web Cache,
    Oracle Application Server 10g Portal,
    Oracle Application Server 10g Wireless,
    Oracle Application Server 10g Discoverer,
    Oracle Application Server 10g Personalization,
    Oracle Application Server 10g Reports Services,
    Oracle Application Server 10g Forms ServicesAdditionally you can also review Oracle Enterprise Manager Application Server Control to manage the services.
    http://download.oracle.com/docs/cd/B25221_04/core.1013/b25209/getting.htm#sthref32
    Adith

  • Certificate for Solaris 10 on Oracle reports services

    Hi All,
    We are changing our OS from HP UX to solaris 10. In the fusion middleware certificate, it has been mentioned as the Solaris 10 update 4+ OS does not support Oracle Forms builder and Reports builder
    Can some one help me to confirm if really the Oracle report services 11g is not supported by Solaris 10? if not, can u please give me some other reference (apart from fusion m/w certificate) where I could confirm that this is not supported. As well as can we maintain the Oracle 10g report services in Solaris 10 if the DB is 11g.
    Thanks,
    Jeya

    Hi,
    You go in DB13 and Schedule backup online with redolog file, and for offline database with redolog file.
    Please use tape media name in both the backup.
    Tape media nameing procedure.
    login in prd server in root,
    #su - <sid>adm
    #brbackup - i force -v <tapemedia name> (for ex. XXPB01)
    The same name you will use at the time of backup schedule.
    Anil

  • Install Report Service with 10gAS?

    I have installed Oracle 10gAS Enterprise (904).
    How can I install 10g Report Service in the same machine and the same ORACLE_HOME?
    please help.....

    When I installed 10g HTTP Server and Webcache, After that, I want to intall Report Service on the same host ( dont want to install infrastructure)
    How can I install report service?

  • Report server 6i and Report services 10g

    what is the extra features in Report Services 10g which are not available in Report server 6i.
    why would we use AS report services 10g rather then report server 6i,and our only requirment is to run oracle report on web which can fulfill with the help of reports server 6i.

    There is a long list of new features and I cant put all of them here
    You can see docs below
    For running on Web 9i, 10g moves to Servlet based architecture (though old cgi mode is available for backward compatibility). Reports behaves as a component in IAS and can be monitored and managed through Oracle Enterprise Manager (OEM).
    More details here
    http://www.oracle.com/technology/products/reports/index.html
    and here is the 10g datasheet
    http://www.oracle.com/technology/products/reports/10g/DATASHEET.HTM
    [    All Docs for all versions    ]
    http://otn.oracle.com/documentation/reports.html
    [     Publishing reports to web  - 10G  ]
    http://download.oracle.com/docs/html/B10314_01/toc.htm (html)
    http://download.oracle.com/docs/pdf/B10314_01.pdf (pdf)
    [   Building reports  - 10G ]
    http://download.oracle.com/docs/pdf/B10602_01.pdf (pdf)
    http://download.oracle.com/docs/html/B10602_01/toc.htm (html)
    [   Forms Reports Integration whitepaper  9i ]
    http://otn.oracle.com/products/forms/pdf/frm9isrw9i.pdf
    ---------------------------------------------------------------------------------

  • Unable to start report service on Oracle application server 10g

    Hello,
    I tried starting services on Oracle application Server 10g using opmnctl startall but got the error below while starting the report service :
    linux_thin> opmnctl startall
    opmnctl: starting opmn and all managed processes...
    ================================================================================
    opmn id=linux_thin:6200
    6 of 7 processes started.
    ias-instance id=oracle10g_Forms.linux_thin
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    rep_gtb_service29/ReportsServer/rep_gtb_service29
    Error
    --> Process (pid=10049)
    failed to start a managed process after the maximum retry limit
    Log:
    /u01/oracle10g_Forms/opmn/logs/rep_gtb_service29~ReportsServer~rep_gtb_servi
    ce29~1
    linux_thin>
    Kindly assis on how to resolve this issue

    Hello,
    I tried starting services on Oracle application Server 10g using opmnctl startall but got the error below while starting the report service :
    linux_thin> opmnctl startall
    opmnctl: starting opmn and all managed processes...
    ================================================================================
    opmn id=linux_thin:6200
    6 of 7 processes started.
    ias-instance id=oracle10g_Forms.linux_thin
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    rep_gtb_service29/ReportsServer/rep_gtb_service29
    Error
    --> Process (pid=10049)
    failed to start a managed process after the maximum retry limit
    Log:
    /u01/oracle10g_Forms/opmn/logs/rep_gtb_service29~ReportsServer~rep_gtb_servi
    ce29~1
    linux_thin>
    Kindly assis on how to resolve this issue

  • Install and configure report service on Oracle Application Server 10g

    i want to know how to install and configure report service on Oracle Application Server 10g Release 3 (10.1.3.1.0)
    Thanks

    the case is that we developed an ADF Application, so we want to deploy it on the latest version of Oracle Application server.
    our application communicate with Oracle reports (run oracle reports from our Application) as there are no Oracle report products for JEE Application.
    so if there are not report service that can run on Oracle Application Server 10g Release 3 (10.1.3.1.0),
    what is the other choices that oracle supports that can help us in this case ???

  • How To Execute an Oracle 10g SProc using VS 2005, for Reporting Services

    Good day! :-)
    Anybody who knows the syntax for executing an Oracle Stored Proc thru ODBC connection using VS 2005 for Reporting Services? I am having a problem about this.
    I am using the ODBC connection because VS 2005 does not support Oracle Database 10g in its Oracle Database Connection feature (only 7.3, 8i, and 9i), that's y.
    While using MS SQL Server 2000, I never encountered any problem. But using Oracle Database 10g, I find it hard to call the stored procedures, an error is generated everytime.
    Please click the link below for the screenshots:
    http://www.geocities.com/vrcode2/oraError.JPG
    http://www.geocities.com/vrcode2/storedProc.JPG
    Please help...thank you so much.
    Francis

    I'll give you updates about the use of the MS SQL Server Reporting Services with VS 2005 and Oracle, this might be helpful for those who will encounter this same ctuation in the future.
    I have discovered that if you're going to connect thru ODBC, even if the connection is successful, the user is still prompted to input a password, which should not be the case when using the Reporting Services. Another thing to take note is the issue about REF CURSOR, we're going to have problems with this. And also the syntax on how you're going to call the stored procedures (with or without input parameters).
    With modifications made through Oracle Net Manager, and I tried AGAIN connecting through "Oracle (client)" feature of VS 2005 (even if the list only include Oracle 7.3, 8i, and 9i that are supported) with some changes also, you'd still be able to generate correct data with that solution. If the configuration is correct, you just need to call the stored procedure (with or without input parameter), you won't have any problems about the correct syntax.
    I suppose VS 2005 was released earlier than Oracle 10g, that's why 10g wasn't included If ever u'd encounter the same ctuation like mine, and u need the details on how to connect, do not hesitate to ask me.

  • Date format Problem in forms&reports Services 10g

    Hi Dears,
    I Faced a problem during running reports ( i am using forms& Reports Services 10g), when i pass the parameters via parameter form to the report (built in forms10g Rel 2.0) its appearing in arabic like (25-يناير-2010) as my Date Formate is (DD-YYYY-MON) and NLS_LANG parameter is defined as Arabic_Saudi arabia.AR8MSWIN1256 so as a result report is not running due to unknown Date formate, how can i change the Same Date format (DD-YYYY-MON) to appear in english like (25-2010-JAN)
    Thanks

    You could specify the parameter as type VARCHAR2, explicitly cast it (maybe to DD.MM.YYYY) when you pass it from forms and cast it back in your query, like TO_DATE(:P_PARAM, 'DD.MM.YYYY')

  • Oracle Application Server 10g Forms and Reports Services

    Hi there,
    I want to install Oracle Application Server 10g Forms and Reports Services. What must I download? The installation guide says that "Oracle Application Server 10g (9.0.4) Forms and Reports Services allows you to install and configure Forms and Reports Services without the need to install and configure all of Oracle Application Server 10g (9.0.4)" but it does not clearly state what exactly to download.
    Oracle Application Server 10g Release 2 (10.1.2.0.2)
    [http://www.oracle.com/technology/software/products/ias/htdocs/101202.html]
    or
    Oracle Developer Suite 10g (10.1.2.0.2)
    [http://www.oracle.com/technology/software/products/ids/htdocs/101202winsoft.html]
    Faoilean.

    You might find better assistance in the APplication Server forum - Oracle Application Server - General

  • Starting Reports Services... 10g AS 10.1.2.0.2

    Hey guys :)
    Just installed the stand alone forms and reports AS for 10g. When I was using developer suite, it was used to running a batch file that started the reports service.. it executed the command line below:
    rwserver server= repsrv1
    My question is on the stand alone forms and reports AS, how do I start the reports services? It seems like the forms services startup when the server is started, but im a little confused as to how to start the reports services... anyone know? Im new to AS installs...
    thanks.
    Mo

    See http://download.oracle.com/docs/cd/B19375_07/doc/frs/reports/B14048_02/pbr_strt.htm#i1007097

  • Oracle 10g discoverer and report services installation issue

    Hi
    Could some one help me in finding the solution for the problem while installing oracle 10g discoverer and report services installation ..
    at configuration assistants the opmn configuration failed..
    could some one suggest the possible solution for this problem.
    thanks

    at configuration assistants the opmn configuration failed..additional clues may exist within log file.
    Edited by: sb92075 on Aug 29, 2010 7:19 PM

  • Migration from SQL Server Reporting Services to Oracle Reports 10g

    Hi,
    I have few reports which have been created using the Microsoft Sql Server Reporting Services.Now i want to create similar reports using Oracle Reports 10g.
    Will i need to start from scratch the creation or is there migration tool that would reduce the efforts for the same.
    Thanks in advance.

    Note there's a lot of useful info on sqldev's homepage (Learn More tab): migration docs and examples.
    Regards,
    K.

  • Report Service 10g sometimes hang, sometimes not

    Hi.
    We have a big problem.
    We installed AS 10g R2 on a Windows 2k3 Server. The AS itself is running fine, the form application is also running fine.
    But when we try to create a report from form, than sometimes the form hangs (look like do nothing and wait until ...). And sometimes it works fine.
    We don´t start the report service as in-process.
    We now find out over the trace log, that the reports engine stop with the message:
    rwa:rwadri quit
    It is also very strange that the same report, first let the report service hang, works on a other time.
    And we have the suspicion (we think so), that the report service will not more hang on any time, when it created one report. Until we restart the server.
    But it often hangs, when you restart the whole windows 2003 and than start to create a report from form the first time.
    Mostly it hangs starting a report the first time, when we want to create a report where the form take a date from the user.
    Maybe we have there this pre filled value (for example) in the text-field: "13.06.2006" (dd.mm.yyyy; german format) than it hangs. When we now start the same form and change the day (maybe to "13.06.06") it works. First we thought it is a problem with the date format. But why the same date, first let the report service (and the form) hang, work fine a next time, when the report server create fine a report before?
    And when it works the first time (after rebooting) to create a report it will also work with any form next times.
    Has anyone any suggestions for us?
    We are happy for any tips.
    Thanks.

    Has noone any suggestions to this problem?
    I find out, that the memory usage on the Win2k3 Ent. Server is very large. We have 2GB RAM. When a report from form is started and hangs (run and run and run ...) the memory usage shown at Enterprise Manager for "Others" goes slowly over 1.3GB (more than 50%). The free memory is (when you wait long enough) slowly running down to round about 450MB.
    Mabye that´s the problem!?
    Free disk space on C: (for the temp dir.) is also available (round about 64GB).
    Virtual Memory is set between 2GB and 4GB

Maybe you are looking for