Report server engine problem.

Whe i try to run report i get the message "Report backgroung engine encountered the problem and needs to close. Sorry for inconvenicence". after that the appication freeze and then we need to abruptly close the application.

Check log files for error messages.

Similar Messages

  • Oracle Apps Report error "Oracle Reports Server CGI - The Reports Server Engine terminated abnormally."

    Hi ,
    I have modified layout of one existing custom report.
    I have added 3 columns in the report , Now when I execute the report sometimes it gets executed with the newly added columns and sometimes it errors out with below error.
    Error: The requested URL was not found, or cannot be served at this time.
    Oracle Reports Server CGI - The Reports Server Engine terminated abnormally.
    Any pointers in this regards will be appreciated.
    Thanks

    I found there were some srw.message statement ( used for debugging purpose) were there , when I removed those statements. This error was gone.

  • Report server engine (9.0.2.0.3)

    Hi all,
    I would like to know whether the Report server Engine is multitasking or not. I installed Oracle application server 9.0.2.03 on a NT2000 environment, and I have two server engine running. If I have 4 or more user requests and if the first report takes long time to retrieve the data from the database, does the server engine attends to another request or does the engine waits for the first report to get over before attending the second request.
    Frequently I am getting the following message, while running report with 2 sessions. (even though my report should not take more than 1 min)
    Running the report Formatting page 1. Please wait.(report format is PDF)
    And to come out of this situation, I need to restart the report server.
    If i try to cancel the job, I get a message
    'Cannot kill job with Job ID REP-59068:Bad Engine name:null'
    Thanks and regards.
    [email protected]

    hello,
    an engine can only process one job at any given time. out of the box the reports server is configured to run one reports engine and one URL engine.
    if you want to increase the number of report engines, modify the minEngines and maxEngines parameter in the server configuration file.
    a rule-of-thumb is you can have 4x the number of CPUs in your machine. of course you can have less or more than that. but you might run into disadvantages where more engines will actually use up too much resources and result in less performance.
    regards,
    philipp

  • The Reports Server Engine terminated abnormally

    Hi,
    I created report in Reports 6i. When I used this report on my PC through web, it is ok. When I used this report on the AIX through web, server return this message "Oracle Reports Server CGI - The Reports Server Engine terminated abnormally". Where do I find detailed description about this error.
    Thanks
    Rene Kana
    Enviroment:
    9i IAS 1.0.2.2 on AIX 5.1
    My PC:
    W2k, Reports 6i, ReportServices 6.0.8.11.2

    Hi Rene Kana
    You can turn on the tracing options in the server configuration file and then look at the tracefile to anlayze the details of the error. This could also be related to printer configuration , please make sure you have a valid printer set up on AIX.
    Regards
    Oracle Reports Team.

  • Report server run problem (urgent plz)

    i am using developer9i, xp opereting system but i am not able to run report server . infact i dont know where report server reside and how configure report server. otn discussion forum gave me below instructions but i need step by step detail to run report server.
    pls help me.
    i want to see (Please reffer to Note:204538.1 on
    Metalink ) but i could not access metalink.
    registration does not alow me. i have no country on
    country list and no Support Identifier (CSI, SAC,
    Access Code etc.) . but i need access.
    please help me. access with path
    thanks
    mostafizDear see this information this is metalink information
    Note:204538.1
    Subject: Common Reasons & Troubleshooting: "Unable to communicate with the Reports Server"
    Type: BULLETIN
    Status: PUBLISHED
    Content Type: TEXT/X-HTML
    Creation Date: 22-JUL-2002
    Last Revision Date: 08-MAR-2005
    PURPOSE
    ========
    The main purpose of this document is to list the known causes of the "Unable to
    communicate with the Reports Server" error. The terms Reports Server, CGI,
    Reports Servlet are also described briefly for a better explanation of this error scenario.
    This document includes the following sections :
    I. Brief summary on the architecture of Reports Server, CGI and Reports
    Servlet
    II. Sources of errors encountered when running a report with Reports Server
    III. How the CGI (or the Reports Servlet) communicates with the Reports
    Server
    IV. Possible reasons which lead to "Unable to communicate with the Reports
    Server" error.
    1) Reports Server is up and running
    2) tnsnames.ora and sqlnet.ora problems
    3) Effect of parameter "ORACLE_HOME"
    4) Effect of parameter "maxconnect"
    5) Passing very large parameters to reports server
    6) A case specific to OAS 4.0.8.2
    7) A case specific to WEBDB version 2.1.0.9.3
    V. References
    I. Brief summary on the architecture of Reports Server, CGI and Reports Servlet
    =================================================================================
    In order to understand the causes of the error "Unable to communicate with the
    Reports Server", let's first briefly review the Reports Runtime Engines, Reports
    Server, the Reports CGI, and Reports Servlet architecture.
    There are 4 important layers in Reports Server architecture which should be
    understood in order to clearly understand the error "Unable to communicate with
    the Reports Server" :
    1) The Runtime Engines : This is the main layer where the reports are actually
    executed. On unix systems there are "rwrun60" and on NT systems there are
    "rwrun60.exe" processes.
    2) The Reports Server : The Reports Server recieves the job request and queues
    it. When one of its runtime engines becomes available, it sends the
    command line to that runtime engine for execution. On Unix systems it is
    the "rwmts60" executable and on NT systems it is "rwmts60.exe".
    3) The Reports CGI : The Reports Web CGI passes the request to the Reports Server.
    The Reports CGI or Servlet converts the request to a command line that can be executed by the Reports Server and
    submits it to the specified Reports Server. On Unix platforms this executable
    is "rwcgi60" and on NTs it is "rwcgi60.exe.
    4) The Reports Servlet : Its functionality and function is just the same as "Reports CGI", but it is
    a program written in Java as difference to the CGI program (which is
    written in C programming language).
    The Reports Server may be running on the same server with the CGI program (or
    servlet) OR may reside totally on another machine which does not necessarily have
    the same Operating System. For instance CGI may reside in a Windows NT machine
    while the Reports server may reside on a Unix box, or any other combination with
    Unix-Linux-NT-2000, etc.
    The reports are called with a URL similar to below with the CGI :
    http://fully.qualified.server.name:PORT/dev60cgi/rwcgi60.exe?server=<REPSERVER>&other_parameters=...........
    where fully.qualified.server.name is the name of the server where the Reports CGI
    reside, and <REPSERVER> is the name of the server.
    II. Sources of errors encountered when running a report with Reports Server
    ============================================================================
    The Reports Web CGI (or the Reports Servlet) makes a call to the Reports Server
    and asks it to place the output into some destination (defined by DESTYPE and
    DESNAME parameters), then gives back the necessary response to the calling
    program. For example if the DESTYPE is "cache", then the Reports server generates
    the report to a file in a temporary place and gives it back to CGI and the CGI gives
    it back to the calling program. Otherwise, if the DESTYPE is "file", the Reports Server
    generates the report output to the requested file and the CGI replies back the
    following message : "Report output was successfully written to requested
    destination.".
    If there is any error in this process, the related error message is returned. The
    possible sources of errors can be categorized as follows :
    1) The errors that are returned from Reports Server; like the Reports Server can
    not find the requested RDF file or the report may be run to file and the
    directory where the reports output is asked to be placed does not occur or
    similar errors. (Usually the REP-XXXX errors)
    2) Another possible cause of error is the errors returned by the RDBMS to the
    Reports Server, for example a table not found error or things like that. Of
    course from the CGI point of view these errors are again transmitted from the
    Reports Server but in fact the error originates from the RDBMS. (Usually the
    ORA-XXXX errors)
    3) Another possible cause of errors is the CGI itself, for example when the CGI
    executable can not connect to the requested Reports Server, then we get the
    famous "Unable to communicate with the Reports Server". In this document we will
    diagnose the common reasons of this last error.
    III. How the CGI (or the Reports Servlet) communicates with the Reports Server
    ===============================================================================
    Having said that "Oracle Reports Server CGI - Unable to communicate with the
    Reports Server." error is returned back from the CGI itself, let's discuss the
    issue of how the Reports CGI connect to the Reports Server. The name of the
    Reports Server given in the URL with "server=....." parameter is, in fact, just
    a special tnsnames alias, similar to aliases for database connect strings. As it is
    important for the CGI to resolve the alias, the CGI needs to know the HOST name (or the
    IP) of the machine where the Reports Server is running and the port on which the
    Reports Server is listening. So a typical Reports Server alias is defined as follows :
    REP60_<MACHINE>=(ADDRESS = (PROTOCOL = tcp)(HOST = <MACHINE>)(PORT = <PORT>))
    This is defined in tnsnames.ora file, and the sqlnet.ora file is also used in
    the name resolving operation.
    IV. Possible reasons which lead to "Unable to communicate with the Reports Server" error.
    ==========================================================================================
    The possible reasons for the "Unable to communicate with the Reports Server" error :
    1) Reports Server is up and running :
    Make sure that the Reports Server is really running on the specified server
    and listening on the specified port. For details have a look at above
    explanations for tnsnames alias of the reports server. And because of this the
    CGI could not establish a connection to the Reports Server.
    2) tnsnames.ora and sqlnet.ora problems :
    As described above, the CGI resolves the details for the reports server using
    the "tnsnames.ora" and "sqlnet.ora" files. There may be a problem with them,
    here are the possible configuration problems :
    a) There is no alias in the tnsnames.ora file for this Reports Server
    b) The CGI looks into the wrong directory for the "tnsnames.ora" and "sqlnet.ora"
    files. By default the CGI checks the $ORACLE_HOME/net80/admin directory for
    these scripts, where the $ORACLE_HOME is the home of the Forms & Reports
    installation. Please note that in a typical 9iAS 1.0.X installation there
    are two ORACLE_HOME's, one is for the iAS and the other is for the tools,
    usually the home for the tools is a directory with name "806" on NT and
    "6iserver" on unix systems. By defining TNS_ADMIN in the environment, one
    can override the search path for these two files.
    The TNS_ADMIN variable can be defined in one of the following places :
    i) In the environment : On MS Windows platforms check the "Settings
    --> Control Panel --> System". On NTs check the environment TAB and in
    Win2K systems check the "Environment Variables" button on Advanced tab.
    ii) In "6iserver.conf" file. Details are as follows : The main configuration
    file for Apache server is "httpd.conf" file which resides in
    $IAS_HOME/Apache/Apache/conf directory. In this file there is a line to
    include "oracle_apache.conf" and in this "oracle_apache.conf" file
    there is a line to include "$ORACLE_HOME/conf/6iserver.conf" file. And
    in this file the TNS_ADMIN variable could be defined as follows :
    SetEnvIf Request_URI "rwcgi60" TNS_ADMIN=c:\orant\network\ADMIN
    Please note that by defining it this way, the TNS_ADMIN will only be defined
    for "rwcgi60" calls, so the other parts of the 9iAS will not be affected by
    this setting.
    c) In sqlnet.ora the "names.default_domain" is set but in tnsnames.ora the
    domain is not defined in the alias description. For example if the
    "names.default_domain=world" is present and active in "sqlnet.ora" file
    then in the "tnsnames.ora" the alias of the reports server should also have
    the ".world" extension appended at the end. And another cause is of course
    the vice versa for this. If there is no "names.default_domain" is defined
    in the "sqlnet.ora" then the alias in "tnsnames.ora" should not have the
    domain extension.
    Another important point that should be checked is, if TNS_ADMIN is defined
    as described above then the search path is as follows, first the directory
    defined by TNS_ADMIN is searched, if the "tnsnames.ora" file is not found in
    this directory then $ORACLE_HOME/net80/admin is checked. (And on unix systems
    /var/opt/oracle is also checked). These directories are only checked if the file
    is not present, so if the "tnsnames.ora" file is present in TNS_ADMIN directory
    but the alias is not present, then the other directories are not checked at all.
    Let us assume that the tnsnames.ora file is present in the TNS_ADMIN directory but
    there is no "sqlnet.ora" files here, then the sqlnet.ora file is checked in
    $ORACLE_HOME/net80/admin directory, which could cause the same problem if the
    "names.default_domain" is defined in this file.
    All the above will result in, CGI to unable to resolve the alias in tnsnames.ora
    file so it will not be able to establish a connection to the Reports Server.
    3) Wrong "ORACLE_HOME" setting :
    Wrong ORACLE_HOME setting. This is usually the case for Reports Servlet,
    because the environment settings are defined in "jserv.properties" file for the
    servlets and the setting here will effect both the Reports Servlet and the
    setting for Oracle JSP and other servlets. So the other servlets or Oracle JSP
    may need to set ORACLE_HOME to home of HTTP server while the reports server needs
    it to be set to the TOOLS_HOME directory. In this case the best alternative is
    not to set ORACLE_HOME in this directory and leave it to registry or defined the
    ORACLE_HOME in "6iserver.conf" file just like the TNS_ADMIN defined above. For
    details please have a look at the following document :
    Note 179609.1 "Getting an error Unable to communicate with the Reports Server
    using RWSERVLET"
    4) Effect of parameter "maxconnect" :
    Another common case for this error is that the CGI request reaches the Reports Server but
    the Reports Server refuses connection. The main cause for this case is, that the Reports Server
    configuration parameter "maxconnect" is defined too low, there are long running reports on the
    server or the server is too busy at that time. Usually a second try some
    later time results in a successful connection. If this is the case, the end user
    may think that the problem is occasional. For details on this case please
    have a look at the following document :
    Note 125265.1 "Unable to communicate with the Reports Server"
    5) Passing very large parameters to reports server :
    Another known reason for this error is, if you are passing large parameters
    to the Reports Server which exceeds sqlnet transmission blocks then the request may
    end up with this error. To test it try with small parameter values. If you hit
    this case, the solution is to increase the SDU (Session data unit size) and the TDU
    (Transport unit data size) parameters in tnsnames.ora file, for details please
    have a look at the following document :
    Note 197358.1 "Passing large parameters to Reports show up a Reports Server
    error"
    6) A case specific to OAS 4.0.8.2 :
    If you are using OAS instead of iAS, and the error appeared after
    upgrading to 4.0.8.2 then this is caused because the 4.0.8.2 is using RSF
    (Required Support Files) version 8.1.6 and the Reports 6i is using 8.0.6 and the
    two could not reside in the same ORACLE_HOME directory. So the solution for this
    problem is to create a new batch file and use it from which the actual CGI
    executable is called. For details please see the following document :
    Note 116754.1 "After applying OAS 4.0.8.2 CGI and Cartridge cannot communicate
    to report server"
    7) A case specific to WEBDB version 2.1.0.9.3 :
    Another known case for this error is with WEBDB version 2.1.0.9.3 or less.
    If you are using these old versions of WEBDB as HTTP listener, please have a
    look at the following document :
    Note 95426.1 "URL Not Found When Calling Oracle Developer Report from WebDB Site"

    On Windows you can create a Report Services:
    rwserver -install server=repserverYou have to choose different names for all servers, like your collegue cannot create a server with the same name. You can start/stop this Report server in Services (control panel). Configuration files can be found under $ORACLE_HOME/reports/conf
    Martin

  • Report Server Engine freezes for 30 seconds and more

    Hi all,
    I have problems with Report Server and reports execution.
    Customer complains slowness in the execution in many reports that were fast.
    Before: 4-5 seconds
    Now : 25-30 seconds
    I turned on server and engine trace and i saw that no log is written for 25 seconds in a report execution.
    My environment:
    DB: Oracle 11R2
    Report Server: 10.1.2.3.0
    I changed some parameters in server.conf:
    cacheSize= "200" (from default value 20 - cache dir contains 950files for 150Mb)
    initEngine= "1"
    maxEngine= "4"
    diagnosis value="yes" (to write .dig file)
    <trace traceFile="E:\REPORTS\Log\reportServer.trc" traceOpts="trace_all" traceMode="trace_replace" traceModule="all" />
    maxConnect="120" (from default value 20)
    The SQL query takes 0.2 seconds.
    Here the logs:
    In reportServer.trc
    [2012/2/8 6:7:0:901] Info 50132 (JobObject:reset): jobid = 134138 Get command line: REPORT=E:\REPORTS\aq\aq_sit_ord_abbin.RDF
    USERID='...' ORIENTATION="LANDSCAPE" PARAMFORM="NO" DESTYPE="PREVIEW" <PARAMETERS> BATCH=YES DESTYPE=cache DESFORMAT=PDF
    AUTHID="ANONYMOUS"
    [2012/2/8 6:7:0:901] Debug 50103 (ConnectionImpl:runJob): Job queue for jobid = 134138 is 0
    [2012/2/8 6:7:0:901] Debug 50103 (ConnectionImpl:runJob): jobid = 134138 is in current queue
    [2012/2/8 6:7:0:901] Debug 50103 (ConnectionImpl:runJob): Calling findDuplicatedJob for jobid = 134138
    [2012/2/8 6:7:0:901] Debug 50103 (JobManager:findDuplicatedJob): Found no duplicated job for job 134138
    [2012/2/8 6:7:0:901] Debug 50103 (ConnectionImpl:runJob): No Duplicate jobs for jobid = 134138
    [2012/2/8 6:7:0:901] Debug 50103 (ConnectionImpl:runJob): Job 134138 is Enqueued
    [2012/2/8 6:7:0:901] Debug 50103 (JobManager:firstToRun): job 134138 is first to run
    [2012/2/8 6:7:0:901] Debug 50103 (JobManager.runJobLocal): Trying to get engine for Job 134138
    [2012/2/8 6:7:0:901] Debug 50103 (EngineManager:getIdleEngine): Target max engines = 4
    [2012/2/8 6:7:0:901] Debug 50103 (EngineManager:getIdleEngine): rwEng-0 is used = true
    [2012/2/8 6:7:0:901] Debug 50103 (EngineManager:getIdleEngine): rwEng-0 state is 1
    [2012/2/8 6:7:0:901] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Reserved
    [2012/2/8 6:7:0:901] Debug 50103 (JobManager.runJobLocal): Job 134138 got Engine rwEng-0
    [2012/2/8 6:7:0:901] Debug 50103 (JobManager:runJobInEngine): Job 134138 calling setCommand on engine rwEng-0
    [2012/2/8 6:7:0:901] Debug 50103 (EngineManager:updateEngineState): Engine rwEng-0 status is 3
    [2012/2/8 6:7:0:901] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Running
    [2012/2/8 6:7:0:901] Debug 50103 (EngineManager:updateEngineState): Engine rwEng-0 status is 5
    [2012/2/8 6:7:0:901] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Idle
    [2012/2/8 6:7:0:901] Debug 50103 (JobManager:runJobInEngine): Send job 134138 to engine rwEng-0
    [2012/2/8 6:7:0:901] Debug 50103 (EngineManager:updateEngineState): Engine rwEng-0 status is 3
    *[2012/2/8 6:7:0:901] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Running*
    *[2012/2/8 6:7:26:714] State 56016 (JobManager:updateJobStatus): Job 134138 status is: Running the report Initializing report*
    [2012/2/8 6:7:26:714] Debug 50103 (JobManager:updateJobStatus): Finished updating job: 134138
    [2012/2/8 6:7:27:104] State 56016 (JobManager:updateJobStatus): Job 134138 status is: Running the report Formatting page 1
    [2012/2/8 6:7:27:104] Debug 50103 (JobManager:updateJobStatus): Finished updating job: 134138
    [2012/2/8 6:7:27:432] State 56016 (JobManager:updateJobStatus): Job 134138 status is: Running the report Formatting page 1
    [2012/2/8 6:7:27:432] Debug 50103 (JobManager:updateJobStatus): Finished updating job: 134138
    [2012/2/8 6:7:27:823] Debug 50103 (RWCacheItem:addFile): add file 'B66ST519.pdf' for job 134138
    [2012/2/8 6:7:27:823] Debug 50103 (RWCache:updateCurrentCapacity): Current cache capacity is 61232723
    [2012/2/8 6:7:27:839] State 56016 (JobManager:updateJobStatus): Job 134138 status is: Finished successfully
    [2012/2/8 6:7:27:839] Debug 50103 (JobManager:notifyWaitingJobs): Master job 134138 notify its duplicated jobs.
    [2012/2/8 6:7:27:839] Debug 50103 (JobManager:updateJobStatus): Finished updating job: 134138
    [2012/2/8 6:7:27:839] Debug 50103 (EngineManager:updateEngineState): Engine rwEng-0 status is 1
    [2012/2/8 6:7:27:839] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Ready
    [2012/2/8 6:7:27:839] Info 56013 (ConnectionManager:release): Connection 294 is released
    [2012/2/8 6:7:27:839] Info 56013 (ConnectionManager:release): Connection 295 is released
    In rwEng-0.trc
    [2012/2/8 6:7:0:901] Debug 50103 (EngineImpl:setCommandLine): Running
    [2012/2/8 6:7:0:901] Info 50132 (EngineImpl:setCommandLine): Get command line: <...>
    [2012/2/8 6:7:0:901] Debug 50103 (EngineImpl:setCommandLine): Quit
    *[2012/2/8 6:7:0:901] Debug 50103 (EngineImpl:run): Running Jobid=134138*
    *[2012/2/8 6:7:26:667] DST 50103 (C Engine) System parameter BACKGROUND is obsolete.*
    [2012/2/8 6:7:26:714] DST 50103 (rwfdt:rwfdtprint) Distributing the report
    [2012/2/8 6:7:26:714] DST 50103 (rwfdt:rwfdtpredo) running
    [2012/2/8 6:7:26:714] DST 50103 (rwfdt:rwfdtpredo) no preformat of pages requested, quit
    [2012/2/8 6:7:27:823] DST 50103 (C Engine) 18:07:27 DST aq_sit_ord_abbin: desformat=PDF destype=cache copies=1 level=Report
    [2012/2/8 6:7:27:823] DST 50103 (rwfdt:rwfdtfl_FreeDistList) running
    [2012/2/8 6:7:27:823] DST 50103 (rwfdt:rwfdtfl_FreeDistList) quit
    [2012/2/8 6:7:27:839] Debug 50103 (EngineImpl:run): CRunReport returns: 0
    [2012/2/8 6:7:27:839] Debug 50103 (EngineImpl:run): Quit
    What has happened in those 26 seconds?
    In rwEng-0-j-2012-02-08_17-15-01.dig
    [2012/2/8 18:7:0:901] Diagnosis (EngineImpl:setCommandLine): Before calling EngineComm.updateEngineState(STATE_RUNNING)
    [2012/2/8 18:7:0:901] Diagnosis (EngineImpl:setCommandLine): After calling EngineComm.updateEngineState(STATE_RUNNING)
    [2012/2/8 18:7:0:901] Diagnosis (EngineImpl:setCommandLine): Before calling EngineComm.updateEngineState(STATE_IDLE)
    [2012/2/8 18:7:0:901] Diagnosis (EngineImpl:setCommandLine): After calling EngineComm.updateEngineState(STATE_IDLE)
    [2012/2/8 18:7:0:901] Diagnosis (EngineImpl:run): Before calling EngineComm.updateEngineState(STATE_RUNNING)
    [2012/2/8 18:7:0:901] Diagnosis (EngineImpl:run): After calling EngineComm.updateEngineState(STATE_RUNNING)
    *[2012/2/8 18:7:0:901] Diagnosis (EngineImpl:run): Before calling CRunReport()*
    *[2012/2/8 18:7:26:714] Diagnosis (EngineImpl:updateJobStatus): Enter*
    [2012/2/8 18:7:26:714] Diagnosis (EngineImpl:updateJobStatus): Before calling EngineComm.updateEngineJobStatus()
    [2012/2/8 18:7:26:714] Diagnosis (EngineImpl:updateJobStatus): After calling EngineComm.updateEngineJobStatus()
    [2012/2/8 18:7:26:714] Diagnosis (EngineImpl:updateJobStatus): Exit
    Thanks in advance.
    Best regards.
    Alessandro Zenoni

    Any suggest??
    Another very strange thing: the problem is only in the afternoon.
    From 7am to 1pm , reports are fast!
    Thanks in advance.
    Best regards.
    Alessandro Zenoni
    Edited by: Alessandro Zenoni on 10-feb-2012 11.01

  • Report server facing problem

    I have installed Oracle 9iAs (infrastructure & business intelligence) along with developer kit. To my problem , I am finding when starting services trough OEM. Report service is not getting starting up. Engine status is as “Unavailable” and server trace reports as
    [2006/4/25 5:51:9] Info 56025 (RWServer:startServer): Reports Server is starting up
    [2006/4/25 5:51:10] Info 50129 (RWServer:startServer): boa init succeeded
    [2006/4/25 5:51:27] Exception 12154 (): java.sql.SQLException: ORA-12154: TNS:could not resolve service name
    exception oracle.reports.RWException {
    oracle.reports.RWError[] errorChain={struct oracle.reports.RWError {
    int errorCode=12154,
    java.lang.String errorString="java.sql.SQLException: ORA-12154: TNS:could not resolve service name
    java.lang.String moduleName="REP"
         at oracle.reports.utility.Utility.newRWException(Utility.java:596)
         at oracle.reports.utility.DBConnection.connect(DBConnection.java:74)
         at oracle.reports.server.RWSecurity.start(RWSecurity.java:65)
         at oracle.reports.server.SecurityHelper.start(SecurityHelper.java:60)
         at oracle.reports.server.RWServer.startServer(RWServer.java:495)
         at oracle.reports.server.RWServer.run(RWServer.java:198)
         at java.lang.Thread.run(Thread.java:484)
    [2006/4/25 5:51:27] Info 50002 (RWServer:shutdown): Server is shuting down
    can any one help me in resolving this ……
    Thanking You

    ORA-12154: TNS:could not resolve service nameLooks like the infrastructure database is not listed, or listed incorrectly, in the tnsnames.ora file.

  • Custom Paper Size : Migrating from 6i to 10g report server engine

    Hi,
    pardon my bad english !!
    I'm studying to migrate form/reports 6i to 10G. In report 6i we have reports with custom paper size ("A5" format that is half of "A4", 15x21cm).
    In report server 6i environment (Win2000 server) we have done this configuration.
    - We configure printer; one input tray has "custom" format.
    - We create an OS user (es. CustRep);this user has a "default printer" that has input tray with "custom" format as default tray.
    - We create a new report server (es. CustRepSrv); this report server start as service with CustRep user credentials.
    - Every report (PDF format) generated and printed (destype=printer,desname="My Printer") with CustRepSrv report server get custom format as paper size and so fit with Custom tray definition on the printer.
    Can I do the same in report server 10G environment ??
    Thanks
    Andrea

    Using these and not hearing much bad
    Init Engine 1
    Max Engine 6
    Min Engine 0
    Eng Life 10
    MaxIdle 30
    Trace Error
    Trace Replace
    I set my Report Server Parameters
    CACHE SIZE - 700
    CACHE DIRECTORY = (you have to decide)
    IDLE timeout 120
    Max Connections 120
    Max Queue Size 4000
    trace options = trace_err
    trace mode trace_replace

  • Report Server service problem

    Hi all champions.
    I have installed 9iAs R1 on windows 2k.My form server is running well, but there is a problem with Report server and its service is not ruuning (error 186).
    What could be the tns entry for folders 806 and iSuites?
    Early reply will be appreciated.
    Thanks.

    Do you have the repository connection configured? This is in the 806_home\report60\server\server_name.ora file with repositoryconn= setting.
    If you do, make sure you can connect to that database with the user name/password you have configured. Connect from 806_home\bin\sqlplus to check this.
    Are you on the latest patch?
    Did you configure the service to not interact with the desktop? If not, you should change it to not interact.

  • Report Server Installation Problem

    hi
    we have installed java web server and dev6 server and deployed our application (which
    was coded on Forms 5 later converted to 6) it is working fine in the web browser
    but we have problem in running developer report server as nt service. we have followed the same steps as stated on oracle documentation.
    we have added all the necessary entries in the registry and created an entry at tnsnames.ora, then installed the oracle report server at the command prompt - the service was added. upto this point it was quite okay. when we startup the report service we are getting "Oracle Report Server Service retuned server specfic error 186"
    our oracle server runs on diffrent system
    whose ip address is 129.1.2.203 and instance name is O8E. the web server and developer server runs on workstation and it got the following entry on the tnsnames.ora:
    rserver.world =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS =
    (PROTOCOL = TCP)
    (Host = 129.1.2.201)
    (Port = 1521)
    (CONNECT_DATA = (SID = O8E)
    we have checke-up all the trouble-shooting tips given in the documentation, but all in vain.
    can anybody suggest some tips on this
    thanks in advance
    regds.,
    null

    The tns entry you show for rserver is a DATABASE entry (it has a SID) which would explain why this doesn't work - the reports server entry is shorter.
    Please refer to the Reports Server Configuration whitepaper, available on OTN (under the 6.0 collateral) which provides in-depth instructions for setting this up. In Reports 6i the installer does all this for you.
    Regards
    The Oracle Reports Team http://technet.oracle.com

  • Oracle Report Server wierd problem

    Hi All,
    I am facing very wierd problem with oracle report server.
    I am using Oracle Report Server 10g R1. The problem I am facing is as under:
    There is custom parameter form where user enters report filter criteria and press a button to create the report.
    The problem is that report is giving output some times and sometimes it gives no output at all. Both the times, the parameters passed by user are same. The report executions are done for both runs one after other. We have tried to look in report server trace file but could not find anything. When report server fails to give any data in the report, at the same time, we have tried to execute the report query on SQL prompt and it did return data.
    Can any one give any hint where the problem could be ?
    Thanks,
    Ramchandra Jetwani

    Hi,
    When i used to get only one page the options like facing, continuous facing are disabled. And displays only single page.
    These options are enabled only when there are multiple pages in pdf.
    One more thing i found that it happens when I first view the report as pdf it displays
    all the pages, then i change the display format to csv and again when i change
    the format to pdf the problem starts.
    And when I will restart the report server service, it works fine again until i wont view it in CSV format.
    Message was edited by:
    Yogesh

  • Oracle Report Server Engine is getting stopped after starting.

    Hello,
    Reports Engine is shutting down after starting.
    OS = Solaris 10
    Application Server = Oracle 10gr2
    *** 2011/1/4 3:59:34:723 -- Shutting down engine rwEng-0
    *** 2011/1/4 3:59:34:726 -- Reports Server shut down engine rwEng-0
    *** 2011/1/4 3:59:34:726 -- Shutting down engine rwURLEng-0
    rwserver.log
    *** 2011/1/4 3:29:26:924 -- Reading server config file /apps/oracle/product/DSrip10gR2/reports/conf/rep_oxdaps39b_oas_dsrip.conf
    *** 2011/1/4 3:29:26:926 -- <server version="10.1.2.0.2">
    <cache class="oracle.reports.cache.RWCache">
    <property name="cacheSize" value="50"/>
    <!--property name="cacheDir" value="your cache directory"/-->
    <!--property name="maxCacheFileNumber" value="max number of cache files"/-->
    <!--property name="ignoreParameters" value="parameter names to be ignored in constructing cache key, separated by comma ','"/-->
    </cache>
    <!--Please do not change the id for reports engine.-->
    <!--The class specifies below is subclass of _EngineClassImplBase and implements EngineInterface.-->
    <engine id="rwEng" class="oracle.reports.engine.EngineImpl" initEngine="1" maxEngine="1" minEngine="0" engLife="50" maxIdle="30" callbackT
    imeOut="90000">
    <!--property name="sourceDir" value="your reports source directory"/-->
    <!--property name="tempDir" value="your reports temp directory"/-->
    <!--property name="keepConnection" value="yes"/-->
    </engine>
    <engine id="rwURLEng" class="oracle.reports.urlengine.URLEngineImpl" initEngine="1" maxEngine="1" minEngine="0" engLife="50" maxIdle="30"
    callbackTimeOut="60000"/>
    <!--security id="rwSec" class="oracle.reports.server.RWSecurity">
    <property name="securityUserid" value="%PORTAL_DB_USERNAME%/%PORTAL_DB_PASSWORD%@%PORTAL_DB_TNSNAME%" confidential="yes" encrypted="no"
    />
    <property name="oidEntity" value="%REPORTS_OID_ENTITY%"/>
    </security-->
    <!--destination destype="oraclePortal" class="oracle.reports.server.DesOraclePortal">
    <property name="portalUserid" value="%PORTAL_DB_USERNAME%/%PORTAL_DB_PASSWORD%@%PORTAL_DB_TNSNAME%" confidential="yes" encrypted="no"/>
    </destination-->
    <destination destype="ftp" class="oracle.reports.plugin.destination.ftp.DesFTP">
    <!--property name="proxy" value="proxyinfo.xml"/-->
    </destination>
    <destination destype="WebDav" class="oracle.reports.plugin.destination.webdav.DesWebDAV">
    <!--property name="proxy" value="proxyinfo.xml"/-->
    </destination>
    <!-- By default server will use rwnetwork.conf as network config file
    Use this element to override the same -->
    <!--networkConfig file="rwnetwork.conf"></networkConfig-->
    <job jobType="report" engineId="rwEng"/>
    <job jobType="rwurl" engineId="rwURLEng"/>
    <notification id="mailNotify" class="oracle.reports.server.MailNotify">
    <property name="succnotefile" value="succnote.txt"/>
    <property name="failnotefile" value="failnote.txt"/>
    </notification>
    <!--notification id="wfNotify" class="oracle.reports.server.WorkflowNotify">
    <property name="connStr" value="%WF_DB_USERNAME%/%WF_DB_PASSWORD%@%WF_DB_TNSNAME%" confidential="yes" encrypted="no"/>
    </notification-->
    <log option="noJob"/>
    <!--jobStatusRepository class="oracle.reports.server.JobRepositoryDB">
    <property name="repositoryConn" value="repo_db_username/repo_db_password@repo_db_tnsname" confidential="yes" encrypted="no"/>
    </jobStatusRepository-->
    <!--trace traceOpts="trace_all"/-->
    <connection maxConnect="20" idleTimeOut="15">
    <orbClient id="RWClient" publicKeyFile="clientpub.key"/>
    </connection>
    <queue maxQueueSize="1000"/>
    <!--jobRecovery auxDatFiles="yes"/-->
    <!--
    The value of the 'identifier' element is encrypted and is of the form SERVERACCESSKEY_USER/SERVERACCESSKEY_PASSWORD
    SERVERACCESSKEY_USER and SERVERACCESSKEY_PASSWORD in <server>.conf and targets.xml
    file should match for Reports EM pages to display data correctly.
    Corresponding entries of username and password in targets.xml:
    <Property NAME="Password" VALUE="SERVERACCESSKEY_PASSWORD" ENCRYPTED="FALSE"/>
    <Property NAME="UserName" VALUE="SERVERACCESSKEY_USER" ENCRYPTED="FALSE"/>
    -->
    <!--pluginParam name="mailServer">%MAILSERVER_NAME%</pluginParam-->
    <!--pluginParam name="proxy" type="file">proxyinfo.xml</pluginParam-->
    <pluginParam name="xmlpds" type="file">xmlpds.conf</pluginParam>
    <pluginParam name="jdbcpds" type="file">jdbcpds.conf</pluginParam>
    <pluginParam name="textpds" type="file">textpds.conf</pluginParam>
    </server>
    *** 2011/1/4 3:29:26:927 -- Reports Server is starting up
    *** 2011/1/4 3:29:33:761 -- Reports Server started up engine rwURLEng-0
    *** 2011/1/4 3:29:34:236 -- Reports Server started up engine rwEng-0
    *** 2011/1/4 3:59:34:723 -- Shutting down engine rwEng-0
    *** 2011/1/4 3:59:34:726 -- Reports Server shut down engine rwEng-0
    *** 2011/1/4 3:59:34:726 -- Shutting down engine rwURLEng-0
    *** 2011/1/4 3:59:34:727 -- Reports Server shut down engine rwURLEng-0
    *** 2011/1/5 4:31:21:443 -- Reports Server started up engine rwEng-0
    =============================================================
    rwservlet.properties
    SERVER_IN_PROCESS=YES
    RELOAD_KEYMAP=NO
    #DIAGNOSTIC=YES
    #TRACEOPTS=TRACE_ALL
    #TRACEFILE=rwservlet.trc
    #TRACEMODE=TRACE_REPLACE
    #SERVER=<reports_server_name>
    #IMAGEURL=http://<web_server_name>:<port_num>/reports/rwservlet
    #KEYMAPFILE=CGICMD.DAT
    #DBAUTH=RWDBAUTH.HTM
    #SYSAUTH=RWSYSAUTH.HTM
    #ERRORTEMPLATE=RWERROR.HTM
    #COOKIEEXPIRE=30
    #ENCRYPTIONKEY=reports9i
    #DIAGBODYTAGS=<reports_servlet_help_file_title>
    #DIAGHEADTAGS=<reports_servlet_help_file_body_tag>
    #HELPURL=<url_of_customized_help_file_for_reports_servlet>
    #SINGLESIGNON=YES
    OID_ENTITY=%REPORTS_OID_ENTITY%
    #ALLOWHTMLTAGS=NO
    #REPORTS_NETWORK_CONFIG=rwnetwork.conf
    #OIDCON_INIT=10
    #OIDCON_INCREMENT=10
    #OIDCON_TIMEOUT=0
    SERVER=rep_oxdaps39b_OAS_DSRIP
    Kindly suggest how to fix this.
    thanks,
    Kam

    It could be the configuration issue. Reconfigure the engine.

  • Report Server Engine Crashed

    Whenever i Run a report which does bulk data extract i get the message
    Terminated with error: <br>REP-56048: Engine rwEng-2 crashed, job Id: 9543
    Any help would be appreiciated.
    Their is no issue with space either on database or on report server .

    Hi,
    I think that this is an issue that requires customer support to have a look. Contact them at metalink.oracle.com
    Frank

  • Report server engine

    Hi
    I using fusion middleware 11.1.2, i have report server and want to create multi engine, my question is if one engine crash is other engine still working or crash with first one,
    Regards

    I test it, if one engine crash never 2nd engine run

  • SQL Server 2008 R2 Report Server Credential Problem

    All
    When our report viewer connects to the remote report server, we got HTTP 401 unauthorized problem.
    When we copy the report url into IE, it asks for user name and password. If I typed in the report server's windows credential, I can access the report. I don't want to reveal my server's credential. So I tried to configure the report server to no credential
    I found some links talking about configuring SSRS for unattended account
    I configured one. It seems that this account must be a valid windows account of the report server.
    Then I logged in Report Manager remotely and configured the data source to the following options:
    Windows integrated security
    Credentials are not required
    It does not help.
    Does anyone have any suggestion?
    What is the right way authenticate client to remote access the report server?
    Thanks,
    FL

    My winforms ReportViwer still failed to connect to the Report server. The server is on a win 2008
    server R2. 
    Both client and server computers are not on any domain, but connected to the same wifi network.  I disabled loopback check as MSFT kb suggested (http://support.microsoft.com/kb/896861)
    Does anyone know how to solve this logon issue?
    Log Name:      Security
    Source:        Microsoft-Windows-Security-Auditing
    Date:          2/10/2010 7:34:06 PM
    Event ID:      4625
    Task Category: Logon
    Level:         Information
    Keywords:      Audit Failure
    User:          N/A
    Computer:      serverName
    Description:
    An account failed to log on.
    Subject:
                    Security ID:                         NULL SID
                    Account Name:                 -
                    Account Domain:                             -
                    Logon ID:                             0x0
    Logon Type:                                       3
    Account For Which Logon Failed:
                    Security ID:                         NULL SID
                    Account Name:                 reportUser
                    Account Domain:                             serverName
    Failure Information:
                    Failure Reason:                 Unknown user name or bad password.
                    Status:                                  0xc000006d
                    Sub Status:                         0xc000006a
    Process Information:
                    Caller Process ID:             0x0
                    Caller Process Name:     -
    Network Information:
                    Workstation Name:        123-PC
                    Source Network Address:            -
                    Source Port:                       -
    Detailed Authentication Information:
                    Logon Process:                  NtLmSsp
                    Authentication Package:               NTLM
                    Transited Services:          -
                    Package Name (NTLM only):       -
                    Key Length:                        0
    This event is generated when a logon request fails. It is generated on the computer where access was attempted.
    The Subject fields indicate the account on the local system which requested the logon. This is most commonly a service such as the Server service, or a local process such as Winlogon.exe or Services.exe.
    The Logon Type field indicates the kind of logon that was requested. The most common types are 2 (interactive) and 3 (network).
    The Process Information fields indicate which account and process on the system requested the logon.
    The Network Information fields indicate where a remote logon request originated. Workstation name is not always available and may be left blank in some cases.
    The authentication information fields provide detailed information about this specific logon request.
                    - Transited services indicate which intermediate services have participated in this logon request.
                    - Package name indicates which sub-protocol was used among the NTLM protocols.
                    - Key length indicates the length of the generated session key. This will be 0 if no session key was requested.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-Security-Auditing" Guid="{54849625-5478-4994-A5BA-3E3B0328C30D}" />
        <EventID>4625</EventID>
        <Version>0</Version>
        <Level>0</Level>
        <Task>12544</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8010000000000000</Keywords>
        <TimeCreated SystemTime="2010-02-11T00:34:06.646670900Z" />
        <EventRecordID>4706</EventRecordID>
        <Correlation />
        <Execution ProcessID="476" ThreadID="528" />
        <Channel>Security</Channel>
        <Computer>serverName</Computer>
        <Security />
      </System>
      <EventData>
        <Data Name="SubjectUserSid">S-1-0-0</Data>
        <Data Name="SubjectUserName">-</Data>
        <Data Name="SubjectDomainName">-</Data>
        <Data Name="SubjectLogonId">0x0</Data>
        <Data Name="TargetUserSid">S-1-0-0</Data>
        <Data Name="TargetUserName">reportUser</Data>
        <Data Name="TargetDomainName">serverName</Data>
        <Data Name="Status">0xc000006d</Data>
        <Data Name="FailureReason">%%2313</Data>
        <Data Name="SubStatus">0xc000006a</Data>
        <Data Name="LogonType">3</Data>
        <Data Name="LogonProcessName">NtLmSsp </Data>
        <Data Name="AuthenticationPackageName">NTLM</Data>
        <Data Name="WorkstationName">123-PC</Data>
        <Data Name="TransmittedServices">-</Data>
        <Data Name="LmPackageName">-</Data>
        <Data Name="KeyLength">0</Data>
        <Data Name="ProcessId">0x0</Data>
        <Data Name="ProcessName">-</Data>
        <Data Name="IpAddress">-</Data>
        <Data Name="IpPort">-</Data>
      </EventData>
    </Event>

Maybe you are looking for

  • Message not getting delivered

    Hi, I have created a simple application which sends messages to the channel. Here is my channel : <?xml version="1.0"?> <!-- A sample channel file Change "channelPrefix" and <channel/> elements to customize The following namespaces are used in this s

  • I purchased an app from the App store on my mac, now how do I get it on my iPhone?

    I have several apps that I purchased on my mac from the app store, now I cannot figure out how to get them onto my iphone.  Can anyone help?  Thank you!

  • Service condition tables

    Hi, Kindly let me know the SAP tables for following service condition master records 1) Service Conditions for Vendor and Plant (ML33,ML44,ML35) 2) Vendor Service Conditions (ML39,ML40,ML41) 3) General Service Conditions (ML51,ML52,ML53)

  • In Sales contact not showing Price and value

    Dear Forum, In my Sales contact(VA41) output form I can not see Price, Unit price and Value. But final amount is showing well. Needed your advice pls. Thanks & B/R Bishnu 18/03

  • Aperture 3 does not recognize duplicates on Import

    I was running an up to date version of Aperture 2 on all three of my machines. I upgraded the 17 MBP to Aperture 3. All updates applied, seems to function normally. I exported versions from an Aperture 2 machine in an attempt to consolidate my librar