Run Report  Server  in Oracle9iDS

Hello!
I use Oracle9iDS ( from9i & report9i)
I can open report direct from browser by writing URL
http://test:8888/reports/rwservlet?report=test.rep&userid=test/test@test&destype=cache&desformat=html&server=repserver and it Runs the Smart Agent .
I note when the Smart Agent is running , I can call and run report server from Form by using the following code , otherwise it gives me blank page and alerts me that it cant find report server . Please point me how the Smart Agent will be running immediately after I call report server from Form .
please mail at [email protected]
Best Regards
Omar
------Code--------
DECLARE
report_id Report_Object;
report_job_id VARCHAR2(200);
rep_status VARCHAR2(200);
job_number NUMBER;
server_name VARCHAR2(200) := 'repserver';
BEGIN
report_id:= FIND_REPORT_OBJECT('rep1');
SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESTYPE,CACHE);
SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESFORMAT,'PDF');
SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_SERVER, server_name);
report_job_id := RUN_REPORT_OBJECT(report_id);
rep_status:=REPORT_OBJECT_STATUS(report_job_id);
WHILE rep_status IN ('RUNNING','OPENING_REPORT','ENQUEUED')
LOOP
rep_status := report_object_status(report_job_id);
END LOOP;
IF rep_status='FINISHED' THEN
message('OKKKKK');
JOB_NUMBER := length(server_name) + 1;
Web.show_document('http://172.20.228.5:8888/reports/rwservlet/getjobid'||substr (report_job_id,instr(report_job_id,'_',-1)+1)||'?server='||server_name,'_blank');
ELSE
message('STATUS: '||rep_status);
END IF;
END;

Omar,
the Smart Agent is a part of the Object Request Broker (ORB) used by the Reports Services internal communication. Seeing the Smart Agent window shows you that the Reports Server is running. The problem you are having is that the Reports Servlet that you run from the URL in the Web implicitly starts the Reports Server for you. Forms does not use this Servlet for reporting and thus requires the Reports Services to be up and running when first requesting it. You need to start the Reports Server prior to using it with Forms. E.g. as a service:
rwserver -install repsrv
to install it as a windows service
Frank

Similar Messages

  • How to run report server in oracle 9i DS

    hi..
    can any 1 tell me how to run report server in oracle 9i DS
    i've installed oracle 9i DS, but don't know how to run
    report server.
    actually i want to run a report from my form
    on button press trigger.. some of the experts r tellin
    that 1st u check whether report server is running or not..
    so pls tell me how to install report server.
    while installing oracle 9i DS, i've given Mail server
    as mysmtp.com
    Thanks
    amit

    hi ..
    i've to go in this directory n run
    rwserver -install repservername
    where repserver name is my mailserver..
    this will install reports server
    Amit

  • Command to run reports server

    i have Oracle 9i Developer Suite on HP-UNIX. To start the form object navigator, i use
    ./f90desm.sh
    which is found in the DS9i/bin directory. I want to know the command to start the reports object navigator.
    regards.

    Hi ,
    The one you mentioned for Forms (ie. f90desm.sh) is the Forms Design time. Similarly you can find a script called rwbuilder.sh in the same DS9i/bin for Reports.
    Hope this helps.
    Regards,
    Vinod.

  • 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 is not working in version 10.1.2....

    Hi all
    From long time i am trying to run the report server in Forms [32 Bit] Version 10.1.2.0.2 (Production) without Network( IP) configuration.But i did not do it.But
    its working fine with IP address.Is it possible to run report server without IP addresss? Help me out thanks in advance.
    sarah

    In rwnetwork.conf in $oh/reports/
    - remove or commented the following
    <multicast channel="228.5.6.7" port="14021" timeout="1000" retry="3"/>
    - And then uncommented
    <namingService name="Cos" host="%NAMING_HOST%" port="%NAMING_PORT%"/>
    - replace the
    %NAMING_HOST% with your computer name or specify an IP address
    %NAMING_PORT% with 14021
    execute in the command line : namingservice.bat 14021
    (To shutdown the namingservice, use : namingservice.bat 14021 shutdown)
    try restarting the reports server and test ..
    hope it helps

  • Report Server 6i and Portal 3.0

    I read through several white papers including "Security Tips in Oracle Reports Services Release 6i with Oracle Portal Release 3.0" and tried to start Reports server with no success but maybe I'm misunderstanding how it works. So I have the following questions:
    1. We are running reports server on the same server as Oracle Portal and do not have any printers assign to this W2K server which is outside our fire wall. Will Reports server start with no printers assigned? I read out on metal link in Note: 109399.1 "It is no longer necessary to have the reports server service running on an account having a printer installed."
    2. We only have port 80 open for the apache web listener. However the tnsnames.ora file requires an entry for the report server with a port=1949. Does this port need to be open?
    3. Do you know how I can check to see which ports are available on W2K? Which are being used? IS there a dos command?
    4. Is Report Server required to run Oracle Reports 6i through Portal 3.0 with SSO?
    null

    Gregg,
    1 - There is still a bug pending on this, so you may need to assign a default printer. This may be your issue of why you are unable to get the reports server running.
    2 - No, port 1949 is only used between the reports cgi/servlet and the reports server. The communication between the client and the reports cgi/servlet is done on the http you are using (in your case, port 80).
    3 - Don't know of any such utility or dos command to find our which ports are in use or available.
    4 - Yes, you must have the reports server running to run Oracle Reports 6i through Portal 3.0. 6i is not using sso.
    Regards,
    The Oracle Reports Team

  • How to connect SharePoint 2013 and Reporting Server - SQL Server 2008 - in native mode

    Hi,
    We are running Report Server on a SQL Server 2008 environment in NATIVE mode.
    We just installed a SharePoint 2013 environment. The SharePoint roles are installed on a single server and we are using a seperated SQL Server 2012 server.
    The goal: Display reports created on the Report Server in SharePoint 2013.
    The problem: I cannot get the two environments connected.
    I've read a dozen or more blogs but are currently more confused then before.
    What are the steps I need to take to connect the two environments?
    What options do I have in displaying the reports in SP2013 - do the reports need to be on the Reporting Server or can I add them to a document library... or are there other options?
    Thnx!

    Hi Sander,
    Thanks for posting your issue, Have you activated required SharePoint 2013 features in your site collection? also, Install Report builder Model in SharePoint 2013. 
    Kindly browse the below mentioned URL to setup reporting Server step by step 
    Note: In blog, Author has taken SQL SERVER 2012, but you can try the same with SQL SERver 2008
    http://blogs.technet.com/b/ldusolier/archive/2014/05/19/use-of-bi-capabilities-in-sharepoint-2013-with-sql-server-2012.aspx
    I hope this is helpful to you, mark it as Helpful.
    If this works, Please mark it as Answered.
    Regards,
    Dharmendra Singh (MCPD-EA | MCTS)
    Blog : http://sharepoint-community.net/profile/DharmendraSingh

  • .Forms [32 Bit] Version 10.1.2.0.2 (Production) report server.

    hi
    i have a question about Forms [32 Bit] Version 10.1.2.0.2 (Production) so many users are facing the problem in report server and even i faced the problem,
    i started the report server and tried to display the report but it was giving me errors sometimes
    REP-41213 unable to connect to report server and sometimes
    REP-51002: Bind to Reports Server <servername> failed and so on.
    but after using an ip address or MS loopback adaptor then it works perfect.
    in Forms [32 Bit] Version 9.0.4.0.19 (Production) its working with machine name and we do not need ip address and also we can start report server by services.
    But in Forms [32 Bit] Version 10.1.2.0.2 (Production) its not the same and all the time we start report server by command.
    Is there any solution in Forms [32 Bit] Version 10.1.2.0.2 that run report server without ip or loopback but only work with a machine name?.
    sarah

    Hi Sarah,
    my reports-server works all the time, and i did not do any configuration or install any loopback-adapter. I have a reports-server name like rep_<machine> and can use that in forms also as in URL-syntax.

  • How to configure report server in 10.1.2

    Hi all,
    I have 10gDEV,AS10G and AS infrastructure on my system.I want to issue the following command to install report server but it is not working "rwserver -install reptest" ..... Any body know how I install this server in 10.1.2.0.2 Rel of 10g...Any idea?????
    Regards

    You don't specify your OS, anyway see http://download.oracle.com/docs/cd/B14099_19/bi.1012/b14048/pbr_strt.htm#sthref104
    where you can see
    Beginning with Oracle Reports 10g Release 2 (10.1.2), running Reports Server as a Windows service is no longer supported (rwserver -install server_name).

  • 10.1.2.0.2 DS Report Server

    Win XP, Reports 10g (10.1)
    I'm trying to locate documentation on how to create a Report Server on my development box within the 10g Developer Suite.
    Using rwserver -install server=local batch=no autostart=no. I get a message about "consult install guides". This worked in prior release.
    Could someone point me in the right direction?

    Hello,
    In http://www.oracle.com/technology/products/reports/htdocs/faq/faq_generic.htm
    The following functionality is obsolete in Oracle Reports 10g Release 2 (10.1.2):
    Running Reports Server as a Windows service: Instead of running the Reports Server as a Windows service, configure and run the Reports Server through Oracle Process Manager and Notification Server (OPMN). Refer to Oracle Application Server Reports Services Publishing Reports to the Web for more information.
    Regards

  • Exception 50125 when report server startup

    I start a in-process server with rwserver.sh comand on linux platform.
    But when I run a web report on browser, the browser shows:
    REP-56048: Engine null crashed, job Id: 1
    I checked the report server trace file, find when I startup the report server, there is a exception listed below.
    Anyone who can thow a light on this issue will be appreciated.
    [2003/5/19 5:42:35:83] Exception 50125 (exception oracle.reports.RWException {
    oracle.reports.RWError[] errorChain={struct oracle.reports.RWError {
    int errorCode=55103,
    java.lang.String errorString="API URLEngine:getEngineEnvs not applicable to URL engine",
    java.lang.String moduleName="REP"
    at oracle.reports.RWExceptionHelper.read(Unknown Source)
    at oracle.reports.engine._EngineClassStub.getEnvs(Unknown Source)
    at oracle.reports.server.EngineManager$TimedPingerThread.run(EngineManager.java:1581)
    ): Internal error exception oracle.reports.RWException {
    oracle.reports.RWError[] errorChain={struct oracle.reports.RWError {
    int errorCode=55103,
    java.lang.String errorString="API URLEngine:getEngineEnvs not applicable to URL engine",
    java.lang.String moduleName="REP"
    [2003/5/19 5:42:35:83] Warning 50103 (EngineManager:registerEngine): REP-55103: API URLEngine:getEngineEnvs no
    t applicable to URL engine
    [2003/5/19 5:42:35:83] Info 56026
    .....

    Thanks for your feedback.Acturally, I try it ,but still get this error. It seems the engine is changed from URLEngine to rwEng-0, please have a look:
    [2003/5/20 2:45:41:321] Info 56021 (EngineManager:spawnEngine): Engine rwEng-0 has been launched
    [2003/5/20 2:45:41:322] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Initial
    [2003/5/20 2:45:41:323] Debug 50103 (JobStore:writePersistFile): Purge persistent file
    [2003/5/20 2:45:41:325] Debug 50103 (JobStore:writePersistFile): Purge persistent file done
    [2003/5/20 2:45:52:813] Exception 50125 (java.lang.Exception: getEnvs call from Server to Enging failed - call did not return
    at oracle.reports.server.EngineManager.registerEngine(EngineManager.java :981)
    at oracle.reports.server.EngineCommImpl.registerEngine(Unknown Source)
    at oracle.reports.server.EngineCommPOATie.registerEngine(Unknown Source)
    at oracle.reports.server.EngineCommPOA._invoke(Unknown Source)
    at oracle.reports.server.EngineCommPOA._invoke(Unknown Source)
    at com.inprise.vbroker.poa.POAImpl.invoke(POAImpl.java:2355)
    at com.inprise.vbroker.poa.ActivationRecord.invoke(ActivationRecord.java:104)
    at com.inprise.vbroker.GIOP.GiopProtocolAdapter.doRequest(GiopProtocolAdapter.java:492)
    at com.inprise.vbroker.IIOP.ServerProtocolAdapter.doRequest(ServerProtocolAdapter.java:64)
    at com.inprise.vbroker.GIOP.GiopProtocolAdapter.dispatchMessage(GiopProt
    ocolAdapter.java:653)
    at com.inprise.vbroker.orb.TPDispatcherImpl$TPDispatcher.run(TPDispatcherImpl.java:99)
    at com.inprise.vbroker.orb.ThreadPool$PoolWorker.run(ThreadPool.java:76)
    ): Internal error java.lang.Exception: getEnvs call from Server to Enging failed - call did not return
    [2003/5/20 2:45:52:814] Info 56026 (EngineManager:registerEngine): Reports Server started up engine rwEng-0
    [2003/5/20 2:45:52:815] State 56012 (IdleThread:run): Reports Server is ready
    [2003/5/20 2:45:53:881] Exception 50125 (org.omg.CORBA.TRANSIENT: minor code:0 completed: No
    at com.inprise.vbroker.orb.DelegateImpl.verifyConnection(DelegateImpl.java:336)
    at com.inprise.vbroker.orb.DelegateImpl.is_local(DelegateImpl.java:493)
    at org.omg.CORBA.portable.ObjectImpl._is_local(ObjectImpl.java:356)
    at oracle.reports.engine._EngineClassStub.getEnvs(Unknown Source)
    at oracle.reports.server.EngineManager$TimedPingerThread.run(EngineManager.java:1581)
    ): Internal error org.omg.CORBA.TRANSIENT: minor code: 0 completed: No
    BTW, I have applied the core patch 2, and NT patch 1, form&report patch 2 before this error occurs.

  • Report server hanging

    Hi
    Running Reports Server 9ias on win2000 box
    Users are reporting that when running reports, application hangs
    ( 2/3 times a day in worst case )
    Looking at windows event log, find out that timeouts are occurring
    Event Type: Error
    Event Source: Service Control Manager
    Event Category: None
    Event ID: 7011
    Date: 14/02/2006
    Time: 12:08:51
    User: N/A
    Computer: MOLLY2
    Description:
    Timeout (30000 milliseconds) waiting for a transaction response from the OracleReportServer-rep_molly service.
    How do I determine what is causing the timeout ?
    Can I increase the time out while trying to find the cause
    Awaiting more info from Usera via their IT dept
    Ian

    If you look at showjobs for that Reports Server, what is the error from Oracle on the failing jobs? The URL will be like: http://server:port/reports/rwservlet/showjobs?server=<SERVERNAME>
    I'm not quite sure how things are reported from Oracle into the OS Event Log and whether more important things are missing. Get that info & post if this doesn't help.
    Also, I'd recommend that you push up your engines. Look at your CPU load, but if the reports aren't overly complex, changing maxEngine to 4 and minEngine to 2 and initEngine to two. This might help things in general and prevent one report from hanging up lots of other users. If the system is a little bogged down, change the maxEngine to at least 2. A fair rule of thumb is 2 - 4 engines per processor, but if you're not constantly running them on a server, even a large one, I woudn't go more than 4 personally.
    Here is the default entry for a Reports Server from a Windows System. It is in the <REPORTS SERVER NAME>.conf file in ORACLE_HOME/reports/conf
    <engine id="rwEng" class="oracle.reports.engine.EngineImpl" initEngine="1" maxEngine="1" minEngine="0" engLife="50" maxIdle="30" callbackTimeOut="90000">

  • Installing report server problem

    I am trying to install report server but is not working correctly
    It seems that installed fine but zcm still saying its not install, Its running of windows 2008 64 with mssql. So I have run report server diagnostic tool at the is the results
    <?xml version="1.0" encoding="UTF-8" ?>
    <log>
    <cms>ZENSRVR.wgvc.sa.edu.au:6400</cms>
    <configfile>./TestClasses.xml</configfile>
    <logstarted>Sat Nov 12 17:58:03 CST 2011</logstarted>
    <TestClass>TestLogonLogoff
    <ItemIndex>0</ItemIndex>
    <TestName>Log On/Off</TestName>
    <TestDescription>Tests the ability to log on and off with an existing token</TestDescription>
    <TestResult>pass</TestResult>
    <TestException></TestException>
    </TestClass>
    <TestClass>InfoView
    <ItemIndex>1</ItemIndex>
    <TestName>InfoView Test</TestName>
    <TestDescription>Tests InfoView</TestDescription>
    <TestResult>fail</TestResult>
    <TestException>
    - Could not retrieve InfoView logon page from localhost:8080</TestException>
    </TestClass>
    <TestClass>WebIntelligenceTier
    <ItemIndex>2</ItemIndex>
    <TestName>Web Intelligence Tier</TestName>
    <TestDescription>Tests Web Intelligence Functionality</TestDescription>
    <TestResult>pass</TestResult>
    <TestException> Scheduling of Web Intelligence Report has successfully Completed</TestException>
    </TestClass>
    <TestClass>CrystalReportsTier
    <ItemIndex>7</ItemIndex>
    <TestName>Crystal Reports Tier</TestName>
    <TestDescription>Tests Crystal Reports Functionality</TestDescription>
    <TestResult>fail</TestResult>
    <TestException>
    - Scheduling Crystal Report failed. --Document: " Diagnostic Crystal Report Document Test" not found. </TestException>
    </TestClass>
    <TestClass>TestStartStop
    <ItemIndex>11</ItemIndex>
    <TestName>Stop/Start Servers</TestName>
    <TestDescription>Tests starting and stopping all servers except the CMS</TestDescription>
    <TestResult>pass</TestResult>
    <TestException></TestException>
    </TestClass>
    <logended>Sat Nov 12 18:09:01 CST 2011</logended>
    </log>
    has everyone got any idea how to fix it thanks Matthew

    theking2a,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • 9ias report server --could not get the response

    i could not run reports server on linux 6.2.
    it works like this ---- web site found, waiting for reply
    then i get no response.
    have anybody got answer for that????
    plz help
    i detailed configuration procedure (incuding patches etc)
    will be much helpful.
    thanks in advance
    smaran
    [email protected]

    It's still not working even if I export for ORACLE_HOME
    Red hat version : 2.6.9-5ELsmp
    [oracle@appli bin]$ ./rwdiag.sh -findall
    Environment:Environment java.lang.UnsatisfiedLinkError: /u01/app/oracle/mdw/lib/ librwu.so: /usr/X11R6/lib/libXm.so.2: undefined symbol: _Xsetlocale
    Environment:getEnvironmentStrings java.lang.UnsatisfiedLinkError: /u01/app/oracl e/mdw/lib/librwu.so: /usr/X11R6/lib/libXm.so.2: undefined symbol: _Xsetlocale
    java.lang.reflect.InvocationTargetException
    oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
    Broadcast mechanism used to locate servers
    Channel address = 228.5.6.7
    Channel port = 14021
    REP-50503 No server found in the network

  • TimeOut error while running a report on the report server

    Hi,
    One of my report is taking 30 minutes to generate the output. It works fine when I run it locally, but when I run it on report server I encounter the following error message. Its a timeout error. Any solution other than tuning the query, please.
    500 Internal Server Error
    org.omg.CORBA.OBJECT_NOT_EXIST: minor code: 0 completed: No
         at java.lang.Class.newInstance0(Native Method)
         at java.lang.Class.newInstance(Class.java:237)
         at com.inprise.vbroker.orb.SE.read(SE.java:28)
         at com.inprise.vbroker.orb.DelegateImpl.handleReply(DelegateImpl.java:711)
         at com.inprise.vbroker.orb.DelegateImpl.invoke(DelegateImpl.java:606)
         at org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:459)
         at oracle.reports.server._ConnectionStub.getMainFile(_ConnectionStub.java:1283)
         at oracle.reports.client.ReportRunner.getMainFile(ReportRunner.java:488)
         at oracle.reports.rwclient.RWReportRunner.getMainFile(RWReportRunner.java:121)
         at oracle.reports.rwclient.RWReportRunner.getMainFile(RWReportRunner.java:95)
         at oracle.reports.rwclient.RWClient.runReport(RWClient.java:1322)
         at oracle.reports.rwclient.RWClient.processRequest(RWClient.java:1139)
         at oracle.reports.rwclient.RWClient.doPost(RWClient.java:328)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:283)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:59)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:523)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:269)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:735)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.AJPRequestHandler.run(AJPRequestHandler.java:151)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].util.ThreadPoolThread.run(ThreadPoolThread.java:64)

    Hi Bhasker
    Try setting idleTimeOut under connection element in server configuration file to a large value.
    Regards
    Sripathy

Maybe you are looking for

  • Executing a report program in background from another program

    Hi Experts, I developed a report to display material change history based on change date range. Report is taking much time (around 15-20 mins) as I'm hitting CDPOS and CDHDR tables. User wants to execute the report in foreground because he/she can gi

  • 6121 music player...music library update dont work...

    After transfering music to the phone using using nokia music manager vsn 2.0 from within PC suite, I went to music player in the phone to update music library. But i keep gettimng "no tracks" I can see and play the files in Gallery >> tracks. I have

  • HELP I can't import from WMP and customer service people are retards

    I've used Itunes before to upload songs to my husbands ipod and I've always used windows media player. I just click, drag, and drop the files... but now it won't work. I've ripped a few cds and got some songs from limewire, which is what we've always

  • Which codec do you use?

    So I figured I asked the community and get a feel of which codec(for Quicktime) you use when rendering from Shake and why? I'm trying to find a nice balance between quality and size for importing Quicktime movie into iMovie. It seems I can't get the

  • Anyone know how to calculate age?

    I tried the following formula but it doesn't work properly: =(Today's date-Date of birth)/365.25