Reports Server, 9iAS R2, Redhat 7.3

Hello,
My installation of 9iAS R2 proceeded fine after I installed the openmotif21 compatibilty rpm, but post installation I am still unable to start the reports server successfully.
When I run the command 'rwserver.sh server=rep_oradev' the server dialog box comes up with the message server starting up, but it never does. There is no error message or log entry either?
IF I edit the file $ORACLE_HOME/reports/conf/rep_oradev.conf so it only has the entry for the 'URLEngine', it will successfully start this server by itself, however it fails when I put the old entry for 'Engine' back in.
Has anyone successfully got the reports server running on RH7.3 and if so did they need to do anything in particular.
Regards,
James Ousby

Here's a note from our Sotware developers -
"SPS 2.1 (just started beta) will be officially supported on rh 7.3"
This was posted last June, so if you have the 2.1 release of the SPS then you should be OK.

Similar Messages

  • Oracle report server(9iAS) job queue

    Hi, one report server(9iAS) is installed on the linux box..How can i see the no of jobs that are in the queue and the time taken by each job?

    http://<machine-name>:<port>:/reports/rwservlet/showjobs?server=<Enter ur reports server name>
    Rajesh

  • Error While Running Oracle Reports Server(9iAS) on Red Hat Linux6.2

    I have installed Oracle9iAS on Redhat Linux6.2 I have successfully started the Reports Server. While running any rdf files I m getting the error message "rwrun60: error in loading shared libraries: libXm.so.2: cannot open shared object file: No such file or directory". I don't have this libXm.so.2 file in my system. How to get this file?
    Pls help me in this regard as soon as possible.
    Thanks in advance.
    Manoj

    You probably need to install Open Motif (2.1.30), which you can download from:
    http://www.opengroup.org/openmotif
    Be sure to include /usr/X11R6/lib in your LD_LIBRARY_PATH and PATH.
    You may also need to relink:
    make -f ins_reports60.mk install
    after you install Open Motif.
    Hope this helps.
    Scott

  • Crystal Reports Server 2008 V1, RedHat Enterprise Linux, MySQL, ODBC

    Iu2019m confused about connecting to an ODBC source from a report within CMC. Iu2019m a Unix guy; I donu2019t know much about Crystal reports, but Iu2019m working with a Crystal guy to get this thing working.
    <br><br>
    First, background: I have installed Crystal Reports Server 2008 V1 in RedHat Enterprise Linux (5.4), and itu2019s running just fine! Iu2019m using the included Tomcat application server, but Iu2019m storing CMS and Audit data our local running copy of MySQL (5.1.42). The RHEL install is native 32-bit (the only way I could get it to work), Crystal is storing and retrieving data from MySQL, The Central Management Console is responding to port 8080 over Tomcat, Iu2019m able to log in and see stuff, and so far, life is good.
    <br><br>
    Now, where Iu2019m stuck: the data weu2019re trying to build reports from <i>also</i> resides in this local Linux / MySQL install, and connecting to it from a report within CMC is where Iu2019m lost.
    <br><br>
    First, I successfully installed the unixODBC and MyODBC drivers in Linux. Iu2019m able to connect to MySQL successfully using the isql utility. Here are my conf files:
    <br><br>
    <pre class="jive-pre"><code class="jive-code jive-java">/etc/odbc.ini
    [DSN_NAME]
    Driver = MySQL ODBC 5.1 Driver
    DATABASE = project_web_prod
    DESCRIPTION = Project Description
    UID = username
    PWD = password
    SOCKET = /var/lib/mysql/mysql.sock
    /etc/odbcinst.ini
    [MySQL ODBC 5.1 Driver]
    Driver = /usr/lib/libmyodbc5.so
    UsageCount = 1
    </code></pre>
    <br>
    Again, this all works with isql (Iu2019ve even used both a socket connection, and port 3306, in odbc.ini).
    <br><br>
    Now, our Crystal guy uploads a report into the CMC. I go to <i>Folders -> <Project Folder></i>, right-click the report I want to test, click <i>Database Configuration</i>, and check the option <i>Use custom database login information specified here</i>. I select database driver <i>ODBC</i> from the dropdown, and type in the server, database, username, and password info. However, when I try to run the report, it fails to connect.
    <br><br>
    So, stupid question, can Crystalu2019s CMC use the system ODBC configuration options? (The ones stored in /etc). Because I saw an odbc.ini file in ~crystalinstalldir/bobje/. I edited it to match the contents of my /etc/odbc[inst].ini files, but to no avail. I saw that Crystal has itu2019s own ODBC engine, but it doesnu2019t support MyODBC driver, does it? I even tried hacking env.sh to use the system unixODBC library instead of the included one, but no luck.
    <br><br>
    So, in short, my question: how do I simply get reports in CMC to connect to a MySQL data source (using ODBC)?
    <br><br>
    Thanks so much! An answer to this question will save my day!
    <br><br>

    Thank you, Efstratios, for the helpful reply!
    So, I followed the directions in the PDF file you attached, and everything went smoothly. However, Iu2019m still not able to connect to ODBC within CMC.
    Hereu2019s what I did:
    <ul style="list-style-type:disc">
    <li>Copied the unixODBC libraries over to &lt;installdir&gt;/bobje/enterprise120/linux_x86/odbc/lib</li>
    <li>Removed MySQL ODBC connector 5.1, installed MySQL ODBC connector 3.51.</li>
    <li>Edited &lt;installdir&gt;/bobje/defaultodbc.ini, added my DSN and MySQL library info as per the instructions (I have both an odbc.ini, and defaultodbc.ini, identical files, just to be safe)</li>
    <li>Tested the connection using these libraries, this odbc.ini, and isql. Worked just fine</li>
    </ul>
    So, my problem seems to be in getting the CMC to actually <i>use</i> my ODBC setup!
    Any other hints / things I could try?
    When I right-click a report, and go to &ldquo;Database Configuration,&rdquo; which connection options should I use for the report? Iu2019ve tried both &ldquo;Use original database logon information from the report,&rdquo; and &ldquo;Use custom database logon information specified here&rdquo; (using the ODBC option from the drop-down menu). Either way, if I enter in the database, username, password, and then try to run the report (&ldquo;Run Now&rdquo;), I get this message in the History: &ldquo;Failed - Information is needed before this report can be processed.&rdquo;
    Is there another place I could get a more helpful error message? Or is there, perhaps, another way I could test database connectivity from within CMC? I wish there were at least a &ldquo;Test Database Connection&rdquo; optionu2026 :P
    Thanks so much for your help!

  • Unable to connect to the report server 9iAS

    I have a similar problem to the FRM-41213 when trying to initiate a      Report_Job_Id := RUN_REPORT_OBJECT(Report_Id, pl_id) through a form.
    I have tested everything on my LOCAL 9iDS environment which goes through a LOCAL report server (rwserver -install myserver) and it works.
    Now, I am trying to deploy it to the 9iAS server on a Windows 2000 server. When I call my form everything appears to be working fine, however, I never get a connection to the report server and the applet hangs.
    Any one have any idea what I should check to insure that I have my 9iAS server setup to run Reports though 9iAS or what this problem might be?
    Thanks
    Hyman

    Check if the reports server on 9ias is up and running. You might check out metalink note 212551.1 if it is not. The "Second Solution for Issue 1" solved the problem for me.
    Begin quotation:
    "This can be accomplished by removing the <security> tagging from the <repserver>.conf file, where <repserver> represents the reports server name. This file is found in the Developer ORACLE_HOME/reports/conf directory."
    End quotation.
    Hope this helps
    Gerald Krieger

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

  • Do I need Reports Server ?

    Hello folks!
    We are developing in Reports 6i and they'll be called
    through ASP pages. My questions is: do we need to install
    Reports Server (9iAS) in the Web Server to simulate this in
    development environment?
    Thanks,
    Anderson.

    Hello,
    CR must have the Oracle client installed. Unless you use a Wired Driver, which has the client engine built in, CR requires a client to be installed. It never has worked without the client installed.
    Also, I've found that if you have more than one Oracle client installed it causes problems. Make sure the first one in the PATH statement points to the latest version of the client.
    And yes you are correct, ODBC is a layer on top of the native client so it will be slower obviously because it has to go through one more layer of dll's to get to the server.
    Thanks again
    Don

  • Oracle Reports server 10g shutting down and starting automatically

    Hi ,
    My 10g Reports server runs on Redhat v4.0 .
    From few days reports server log show that Reports Server is shut down and starts up automatically.
    ------- log -------
    *** 2007/8/28 7:26:21:353 -- Shutting down engine rwEng-0
    *** 2007/8/28 7:26:21:353 -- Reports Server shut down engine rwEng-0
    *** 2007/8/29 9:21:51:688 -- Reports Server started up engine rwEng-0
    *** 2007/8/29 9:53:10:650 -- Shutting down engine rwEng-0
    *** 2007/8/29 9:53:10:651 -- Reports Server shut down engine rwEng-0
    *** 2007/8/29 1:46:18:389 -- Reports Server started up engine rwEng-0
    what might be reason for above issue ?
    Thanks ...
    Raju

    The reports server is not shutting down but rather engines used by the reports server are being stopped and started. A reports engine requests data from the data source, formats the report, sends the output to cache, and notifies the Reports Server that the job is complete. These engines are cycled like connections in a connection pool. You can configure them in the ORACLE_HOME\reports\conf\rwservlet.properties file. Look here for details:
    http://download.oracle.com/docs/cd/B14099_17/bi.1012/b14048/pbr_conf.htm#i1006129

  • Installation guide for 9ias on RedHat Advanced Server 3

    Hi
    Does anyone has the installation guide for 9ias on RedHat Advanced Server 3 please? Thank you!

    there is an installation guide for oracle applic server 9 and above on red hat advanced server 3 in pdf format on the linux technology center page on oracle. here is the file link.
    "Install Guide: Oracle Application Server on Red Hat Enterprise Linux AS (PDF) May 2003"
    you may wanna check the following link for that page.
    http://otn.oracle.com/tech/linux/index.html
    is this what you are looking for?
    asif
         

  • 9i Report Server on Redhat 7.3 run it show error

    I installed 9i report on linux,and start report server,but when i request report from browser, but it show rep-3000 , and I retry it ,it show rep-56048, Who can run it to success on redhat 7.3 and help me solve it ?
    Thanks

    I think that this is an x-windows library that you are missing.
    You need to get and install the x-windows rpm and that will have
    the file. Have a look for the file name using google and I'm
    sure you'll find the name of the package.
    Steve

  • Reports Server in 9IAS

    HI
    I've installed 9ias,
    I have the infrastructure in a Home,and the forms&reports in another.
    I've executed a rwserver -install ,the service is showing in the NT services list,but,when trying to start it,it's crashing,I don't know why....I haven't installed any patchsets,can this be a reason?
    Thanks

    Never mind,
    Seems to me that I've made some updates to the conf file that where crashing the server.
    Reinstalled a new one,and enbled tracing..the server is still blocking when is starting up,even if one engine is succesfully started..
    Here is the output from the server.trc file:
    [2003/12/3 11:17:53:268] Info 56025 (RWServer:startServer): Reports Server is starting up
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): ALLUSERSPROFILE=C:\Documents and Settings\All Users
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): APPDATA=C:\Documents and Settings\alexc\Application Data
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): CLASSPATH=D:\9ias_forms\j2ee\home\oc4j.jar;D:\9ias_forms\j2ee\home\lib\ojsp.jar;D:\9ias_forms\jlib\zrclient.jar;D:\9ias_forms\reports\jlib\rwrun.jar;D:\9ias_forms\jlib\bigraphbean.jar;D:\9ias_forms\jlib\LW_PfjBean.jar;D:\9ias_forms\jlib\bigraphbean-nls.zip
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): CommonProgramFiles=C:\Program Files\Common Files
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): COMPUTERNAME=MERCUR
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): ComSpec=C:\WINNT\system32\cmd.exe
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): HOMEDRIVE=C:
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): HOMEPATH=\
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): JSERV=D:\IAS_infrastructure/Apache/Jserv/conf
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): LOGONSERVER=\\POSEIDON
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): NUMBER_OF_PROCESSORS=1
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): OLAP_HOME=D:\IAS_infrastructure\olap
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): ORACLE_HOME=d:\9ias_forms
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): OS=Windows_NT
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): Os2LibPath=C:\WINNT\system32\os2\dll;
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): Path=D:\IAS_infrastructure\bin;D:\9ias_forms\jdk\jre\bin\classic;D:\9ias_forms\jdk\jre\bin;D:\9ias_forms\bin;D:\9ias_forms\jlib;D:\IAS_infrastructure\jlib;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\Program Files\Common Files\Network Associates\VirusScan Engine\4.0.xx\
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): PROCESSOR_ARCHITECTURE=x86
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): PROCESSOR_IDENTIFIER=x86 Family 15 Model 1 Stepping 3, GenuineIntel
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): PROCESSOR_LEVEL=15
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): PROCESSOR_REVISION=0103
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): ProgramFiles=C:\Program Files
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): PROMPT=$P$G
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): SystemDrive=C:
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): SystemRoot=C:\WINNT
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): TEMP=C:\DOCUME~1\alexc\LOCALS~1\Temp
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): TMP=C:\DOCUME~1\alexc\LOCALS~1\Temp
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): USERDNSDOMAIN=softdept.intrarom
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): USERDOMAIN=SOFTDEPT
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): USERNAME=alexc
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): USERPROFILE=C:\Documents and Settings\alexc
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): windir=C:\WINNT
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): NLS_LANG=AMERICAN_AMERICA.WE8MSWIN1252
    [2003/12/3 11:17:54:174] Info 50128 (RWServer:startServer): orb init succeeded
    [2003/12/3 11:17:54:565] Info 50129 (RWServer:startServer): boa init succeeded
    [2003/12/3 11:17:59:831] Exception 50125 (oracle.ias.repository.schema.SchemaException: Password could not be retrieved. Run the application as the same user who installed the application
         at oracle.ias.repository.IASSchema.init(IASSchema.java:166)
         at oracle.ias.repository.IASSchema.<init>(IASSchema.java:114)
         at oracle.ias.repository.SchemaManager.<init>(SchemaManager.java:64)
         at oracle.reports.utility.OIDConnection.init(OIDConnection.java:55)
         at oracle.reports.server.RWSecurity.start(RWSecurity.java:73)
         at oracle.reports.server.SecurityHelper.start(SecurityHelper.java:60)
         at oracle.reports.server.RWServer.startServer(RWServer.java:550)
         at oracle.reports.server.RWServer.jniMain(RWServer.java:183)
    ): Internal error oracle.ias.repository.schema.SchemaException: Password could not be retrieved. Run the application as the same user who installed the application
    [2003/12/3 11:17:59:831] Debug 50103 (OIDConnection:init): Failed to connect to OID server
    [2003/12/3 11:17:59:831] Info 50103 (SecurityHelper:start): Security system rwSec successfully started.
    [2003/12/3 11:18:0:18] Info 50103 (WebDBIntegration:start): Oracle Portal successfully connected.username:Portal, database:(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=mercur.softdept.intrarom)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=iasdb.mercur.softdept.intrarom)))
    [2003/12/3 11:18:0:597] Info 56023 (ServerImpl:ServerImpl): Idle thread has been started
    [2003/12/3 11:18:0:722] Info 56018 (RWServer:startServer): Reports Server intraromrepserv object is ready
    [2003/12/3 11:18:0:737] Info 56020 (EngineManager:spawnEngine): Launching engine rwEng-0
    [2003/12/3 11:18:0:753] Debug 50103 (EngineManager:spawnEngine): Start engine command line = D:\9ias_forms\jdk\jre\bin\javaw -cp "d:\9ias_forms\j2ee\home\lib\ojsp.jar;d:\9ias_forms\reports\jlib\rwrun.jar;d:\9ias_forms\jlib\zrclient.jar" -Duser.language=en -Duser.region=US -Xmx256M oracle.reports.engine.RWEngine name=rwEng-0 server=intraromrepserv ORACLE_HOME=d:\9ias_forms engineimplclass=oracle.reports.engine.EngineImpl traceopts=trace_all tracefile=d:\9ias_forms\reports\logs\intraromrepserv-rwEng-0.trc tracemode=trace_replace cacheDir=d:\9ias_forms\reports\cache
    [2003/12/3 11:18:0:753] Info 56021 (EngineManager:spawnEngine): Engine rwEng-0 has been launched
    [2003/12/3 11:18:0:753] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Initial
    [2003/12/3 11:18:0:753] Info 56020 (EngineManager:spawnEngine): Launching engine rwURLEng-0
    [2003/12/3 11:18:0:753] Debug 50103 (EngineManager:spawnEngine): Start engine command line = D:\9ias_forms\jdk\jre\bin\javaw -cp "d:\9ias_forms\j2ee\home\lib\ojsp.jar;d:\9ias_forms\reports\jlib\rwrun.jar;d:\9ias_forms\jlib\zrclient.jar" -Duser.language=en -Duser.region=US -Xmx256M oracle.reports.engine.RWEngine name=rwURLEng-0 server=intraromrepserv ORACLE_HOME=d:\9ias_forms engineimplclass=oracle.reports.urlengine.URLEngineImpl traceopts=trace_all tracefile=d:\9ias_forms\reports\logs\intraromrepserv-rwURLEng-0.trc tracemode=trace_replace cacheDir=d:\9ias_forms\reports\cache
    [2003/12/3 11:18:0:753] Info 56021 (EngineManager:spawnEngine): Engine rwURLEng-0 has been launched
    [2003/12/3 11:18:0:753] State 56004 (EngineInfo:setState): Engine rwURLEng-0 state is: Initial
    [2003/12/3 11:18:0:753] Debug 50103 (JobStore:writePersistFile): Purge persistent file
    [2003/12/3 11:18:0:768] Debug 50103 (JobStore:writePersistFile): Purge persistent file done
    [2003/12/3 11:18:4:440] Warning 50103 (EngineManager:registerEngine): REP-55103: API URLEngine:getEngineEnvs not applicable to URL engine
    [2003/12/3 11:18:4:440] Info 56026 (EngineManager:registerEngine): Reports Server started up engine rwURLEng-0
    [2003/12/3 11:18:4:456] State 56004 (EngineInfo:setState): Engine rwURLEng-0 state is: Ready
    But ,still ,when trying to test if the server is up,I receive a error in the browser:bind to server failed..

  • Create and configure reports server in Oracle 9iAS 1.0.2.2.2 on solaris 10

    Hi All,
    I have installed Oracle 9iAS 1.0.2.2.2 on Solaris 10. I want to create and configure a new reports server.
    Please help as I can't see anything on metalink.
    Thanks/Regards
    Dirish

    In fact when installing 9iAS 1.0.2.2.2, the default report server name looks like this REP60_TEST.INTNET.MU.
    My original tnsnames.ora was like this
    REP60_TEST.INTNET.MU =
    (ADDRESS = (PROTOCOL = tcp)(HOST = test.intnet.mu)(PORT = 1950))
    I added an alias to the tnsnames.ora file
    now my tnsnames.ora is like this
    REP60TEST,REP60_TEST.INTNET.MU =
    (ADDRESS = (PROTOCOL = tcp)(HOST = test.intnet.mu)(PORT = 1950))
    This is working fine
    Thanks

  • Jsp Error when running graph reports on 9ias server

    i getting the following message error when running a graph jsp report on my company unix 9ias server:
    org.omg.CORBA.OBJECT_NOT_EXIST: minor code: 0 completed: No
         at com.inprise.vbroker.ProtocolEngine.PortfolioImpl.getConnector(PortfolioImpl.java:79)
         at com.inprise.vbroker.ProtocolEngine.ManagerImpl.getConnector(ManagerImpl.java:147)
         at com.inprise.vbroker.orb.DelegateImpl._bind(DelegateImpl.java:196)
         at com.inprise.vbroker.orb.DelegateImpl.verifyConnection(DelegateImpl.java:365)
         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._EngineReportStub.doneReport(_EngineReportStub.java:36)
         at oracle.reports.definition.RWJspProxy.doneReport(RWJspProxy.java:261)
         at oracle.reports.definition.RWReport.done(RWReport.java:1087)
         at oracle.reports.jsp.ReportTag.release(ReportTag.java:398)
         at oracle.jsp.runtime.OracleJspRuntime.releaseTagHandler0(OracleJspRuntime.java:1109)
         at oracle.jsp.runtime.OracleJspRuntime.extraHandlePCFinally(OracleJspRuntime.java:1213)
         at afpdrep.crystal._flip._flip1._jspService(_flip1.java:687)
         [SRC:/afpdrep/crystal/flip/flip1.jsp]
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:302)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:407)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:330)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:59)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:523)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:269)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:735)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:151)
         at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:64)
    Thanks for any help in advance.

    Hi Simon,
    Looking at the exception, it seems the machine is so slow that it could not give enough time for the report engines to start up can also result in this exception.
    Please try the following :
    Increase the callbacktimeout parameter for the report server. In server conf file that increase the callbacktimeout parameter for the report server from 1 minute (60000 milliseconds) to 3 minutes(180000 milliseconds)
    Thanks,
    Vinod.

  • 9ias v2 - reports server failed, all else worked, how to fix?

    My install went fine with the one exception of the reports server. It generated an error but all else kept on working.
    A couple of answers if anybody knows though would be great.
    1. How do you install ONLY the reports server.
    2. I can't find the Discoverer Plus or Viewer html start files.
    Could this have been caused by the reports server not installing?
    3. I've installed 9i database v2, 9ias v2, 9ids, etc. Where is the documentation
    to now get Portals up?
    Thx. for the help.

    It looks like the error indeed has to do with the rwaddpag.sql problem.
    Here's the message below:
    ====================================================
    Oracle Home : c:\oracle\ora9ias2
    Deploying Reports for OC4J
    Reports deployment was successful
    Starting file instantiation
    File instantiation succeeded
    Registering Reports as a database provider
    Queue null
    Number of actions : 1
    Done
    Starting Action : SQLPlus
    Command c:\oracle\ora9ias2/bin/sqlplus.exe -s "PORTAL/XXXX@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=bigbang.workgroup)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=iasdb.bigbang.workgroup)))" @"c:\oracle\ora9ias2/portal/admin/plsql/wwd/rwaddpag.sql"
    Process destroyed
    Process err
    Process out
    Action queue failedoracle.ifs.utils.common.ProcessDestroyedException
    Error executing : rwaddpag.sql
    Reports registration failed
    Starting EM integration
    EM integration was successful
    Reports Configuration failed
    =====================================================
    The answer is as you suggested in the Reports release notes. However,
    the notes say to "Log on to the Oracle Internet Directory and obtain
    the Oracle9iAS Portal user database password".
    1. What the heck is that and how do I log on to it?
    2. If I 'log on' to it, it'll show the Portal user database password?
    Inquiring minds (mine) want to know!
    Thanks for any assistance.
    Russ I recieved this advice :
    Start up the Oracle Internet Directory administration tool:
    Start > Programs > (9iAS Instance) > Oracle Internet Directory > Oracle Directory Manager
    Log into the oidadmin tool using the OID administrator account
    (cn=orcladmin) for the Infrastructure installation.
    Username: cn=orcladmin
    Password: administrator_password (note this is the one you set during install)
    Server : host running Oracle Internet Directory and port number where
    Oracle Internet Directory is listening (this may be 4032)
    Navigate the administration tool.
    => Entry Management
    => cn=OracleContext
    => cn=Products
    => cn=IAS
    => cn=Infrastructure Databases
    => orclReferenceName=Single Sign-On database SID:Single Sign-On Server
    hostname
    (for example: orclReferenceName=iasdb:infra.acme.com)
    => orclResourceName=PORTAL
    Click the above entry and look for the orclpasswordattribute attribute
    value on the right panel. This value is the Oracle9iAS Portal user
    database password

  • Migrating from 9IAS to 9IASR2 : report server troubleshooting

    Hello
    9IAS application server and report server were installed (OS : windows NT4).
    We installed 9IASR2 instead of 9IAS (also installed following patches : 299.5671 infrastructure patch, 270.3110 Core patch, 251.7300 BD patch). Then, we have problem with web applications which launch reports (with acrobate 5.0) : the reports are correct, except accentued caracters or monay symbols which are no more correctly displayed.
    We already tried to change NLS_LANG in base register (FRENCH_FRANCE.WE8MSWIN1252 -> WE8I808859P15), but it doesn't seem to have an impact.
    I greatly thank any help

    Hi Florian
    The installer should have automatically updated the correct NLS_LANG variables. For French, it should be set to FRENCH_FRANCE.WE8ISO8859P1
    You can also set DEVELOPER_NLS_LANG (for Reports Builder) and USER_NLS_LANG (for Reports runtime) to the same value.
    For more information, you can read the online docs for NLS. See http://download-west.oracle.com/docs/cd/A97329_01/bi.902/a92102/pbr_nls.htm#1005629.
    If this is still occurring let me know and I can liase with the iAS team.
    cheers
    Jan

Maybe you are looking for

  • How to change the width of the whole portlet layout?

    Dear all, As we know, now the width of portlet layout has set to 100%. But there is a new requirment from my customer that the width of the whole portlet layout view must be set to 750px. So I tried to edit the css file and I found a block: #pt-porta

  • Removing ADFBindingFilter from jsp page

    I have showReport()method in showReport bean (it is not registered in faces-config.xml as managed-bean) that I am calling from jsp page with JSP call showReport.showReport(). My showReport() method looks like this: FacesContext fc = FacesContext.getC

  • Usage of Xopen SQL states and SQL Exception?

    Hi Is there way to make full use of SQL Exceptions? Has anybody used sql states from sql exception? It is specified in the API reference that an sql exception object contains an xopen sql state which is a string. But the states in specs are defined a

  • ALV Without Row Selection

    Good Morning, I've created a report using <b>REUSE_ALV_GRID_DISPLAY</b>. I want to exclude de boxes for row selection in the left of the grid, how can i do that? This should be basic... Best Regards, Pedro Gaspar

  • ODI - Delete Shared Members?

    Hello, I load a node in a Planning dimension with Shared Members using an ODI Interface. We have a need to remove all of these Shared Members before we perform the load. Is it then possible to remove all Shared Members from specific locations using O