Report server not access

hello
i have oracle 10 when i run the report they could not generate plz reply with solution
message: not connected to the report server.

If you are getting an error like the following:
e.g
     Rep-51002 Unable to Bind Report Server
1- If you are calling the reports from forms, Are you able to run the reports from reports URL or command line?
2- Is the reports server up and running? You can use ORACLE_HOME/bin/rwdiag.sh -findAll and see if you can see it
3- If is not running, have you checked reports logs files?
Regards

Similar Messages

  • Oracle Report Server Not Accessible

    Hi Folks,
    I'm facing a series of issues with Oracle reports server 11g. I'l list the issues one by one.
    1. I'm not able to start the weblogic server from the domain which i've created for Reports. It gives me authentication error. I've tried clearing tmp directory, clearing temp directory and creating a boot.properties in the security folder. But nothin seems to work.
    2. I'm not able to start the report server from the instance path C:\Oracle\Middleware\asinst_1\bin\opmnctl.bat. The contents of opmnctl.bat is as follows
    @ECHO OFF
    SETLOCAL
    set PERL5LIB=
    set JAVA_HOME=C:\Oracle\Middleware\jdk160_29\bin
    set ORACLE_HOME=C:\Oracle\Middleware\Oracle_FRHome1
    set ORACLE_INSTANCE=C:\Oracle\Middleware\asinst_1
    set OpmnService=OracleProcessManager_asinst_1
    "C:\Oracle\Middleware\Oracle_FRHome1\opmn\bin\opmnctl.bat" %*
    when i run this from cmd i get all the components as alive but i'm not able to access the reports path with the url. (http://domainname:7003/console or /em).
    this says connection refused.
    3. When i try to access the url http://domainname:8888/reports/rwservlet gives me apache bridge error. I've been trying all the things given in google for the past 1 week but still its not working.
    This is my Oracle Forms and Repots Installation log:
    Middleware Home Location: C:\Oracle\Middleware
              Oracle Home Location: C:\Oracle\Middleware\Oracle_FRHome1
              Oracle Instance Location: C:\Oracle\Middleware\asinst_1
              Oracle Instance: asinst_1
              Domain Option: Create Domain
              Domain Name: Sapphire
              Domain Home: C:\Oracle\Middleware\user_projects\domains\Sapphire
              Domain Host Name: PC201845.cts.com
              Domain Port No: 7001
              User Name: weblogic
              Automatic Port Detection: true
              Administrator Console: http://PC201845.cts.com:7001/console
              EM Console: http://PC201845.cts.com:7001/em
              EMAgent URL: http://PC201845.cts.com:5155/emd/main
              Forms URL: http://PC201845.cts.com:8888/forms/frmservlet
              Reports URL: http://PC201845.cts.com:8888/reports/rwservlet
    I'm not able to login to any of this url.
    pls help with the issue.
    P.S - I'm able to start weblogic server from base_domain but not from Sapphire domain which i created during installation of reports 11g.
    I need a way to start the Weblogic server from Sapphire Domain and also start reports server and access the reports url.

    TemTesh wrote:
    After machine shutdown without shutdown IAS server, Oracle application server report service can not restart.
    below is the error
    11/2/10 5:26 AM NfsServer: (TCP:Nfs-6) Exception
    oracle.ifs.common.IfsException: IFS-71002: I/O error.
    java.net.SocketException: Connection resetAnd this seems to be the problem. Missing NFS share? TCP=<i>transmission control protocol</i>. NFS=<i>network file server</i>.
    For some reason (very like due to how it has been configured), the s/w attempts to use a NFS share - and uses the TCP wire protocol. This NFS share is not mounted or not available.
    Check the NFS server (it needs to be up and exporting that share), there has to be network connectivity between the report server and the NFS server, and the report server needs to have the required config and access permissions for mounting that NFS share.

  • Report server not starting

    Hi!!
    I am new to Oracle AS. Today on an Oracle AS (10.1.2.3) on Solaris when we giving opmnctl startall it starting all the process but not the Report server.
    $opmnctl startall
    Startup in APPLICATION SERVER 02
    opmnctl: starting opmn and all managed processes...
    ================================================================================
    opmn id=dgcisapp02:6200
    12 of 13 processes started.
    ias-instance id=app_inst2.dgcisapp02
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    rep_dgcisapp02_appHome1/ReportsServer/rep_dgcisapp02_appHome1
    Error
    --> Process (pid=13855)
    failed to start a managed process after the maximum retry limit
    Log:
    /oracle/oraapp/product/10.1.2/opmn/logs/rep_dgcisapp02_appHome1~ReportsServer~rep_dgcisapp02_appHome1~1
    The log file mentioned here only contains
    10/07/06 15:46:12 Start process
    10/07/06 15:55:23 Start process
    10/07/06 15:55:28 Start process
    10/07/06 15:55:32 Start process
    10/07/06 15:57:02 Start process
    10/07/06 15:57:06 Start process
    10/07/06 15:57:10 Start process
    if I give opmnctl status it is showing like this
    Processes in Instance: app_inst2.dgcisapp02
    ------------------------------------------------+---------
    ias-component | process-type | pid | status
    ------------------------------------------------+---------
    LogLoader | logloaderd | N/A | Down
    dcm-daemon | dcm-daemon | 13873 | Alive
    OC4J | home | 13821 | Alive
    OC4J | OC4J_BI_Forms | 13823 | Alive
    OC4J | OC4J_Portal | 13826 | Alive
    WebCache | WebCache | 13812 | Alive
    WebCache | WebCacheAdmin | 13813 | Alive
    HTTP_Server | HTTP_Server | 13814 | Alive
    Discoverer | ServicesStatus | 13815 | Alive
    Discoverer | PreferenceServer | 13817 | Alive
    wireless | performance_server | 13838 | Alive
    wireless | messaging_server | 13839 | Alive
    wireless | OC4J_Wireless | 13840 | Alive
    rep_dgcisapp02_ap~ | ReportsServer | N/A | Down <<--- This should be up. It was up previously. Tried a restart but not coming up.
    namingservice | namingservice | 13818 | Alive
    DSA | DSA | N/A | Down
    The only change that I did today that I backed up logs from $ORACLE_HOME/j2ee/OC4J_BI_Forms/log/OC4J_BI_Forms_default_island_1/
    and made all the logs (jms.log,rmi.log,global-application.log,server.log,default-web-access.log) to 0 by giving
    # >logname
    as root user.
    applications are writing to the new logs as I can see that its size is increasing.
    Pls help me to resolve this out !!
    GC

    There is no error in the report server log.
    if i open the log in an terminal giving tail -f and from other terminal i give
    opmnctl startproc ias-component=rep_dgcisapp01_ASHome1
    3 times start process is appending in report server logs. like
    10/07/06 17:52:56 Start process
    10/07/06 17:53:37 Start process
    10/07/06 17:53:42 Start process
    10/07/06 17:53:46 Start process
    Can not access em to start the report server.
    gc

  • Oracle report server not startup

    Hi All,
    After machine shutdown without shutdown IAS server, Oracle application server report service can not restart.
    below is the error
    eqiiasl521.fmrco.com->tail -50 ./product/10gAS_10.1.2.0.2/ifs/cmsdk/log/eqodsdb-itf_fmrco_com_1516_odsdbi1_fmrco_com_CMSDK/eqiiasl521_fmrco_com_Node.log | more
    at oracle.ifs.protocols.nfs.server.NfsServerThread.run(NfsServerThread.java:154)
    at oracle.ifs.protocols.nfs.server.RpcListener$ServerThread.run(RpcListener.java:298)
    11/2/10 5:26 AM NfsServer: (TCP:Nfs-6) Exception
    oracle.ifs.common.IfsException: IFS-71002: I/O error.
    java.net.SocketException: Connection reset
    at java.net.SocketInputStream.read(SocketInputStream.java:113)
    at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
    at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
    at oracle.ifs.protocols.nfs.server.XdrStream.read(XdrStream.java:304)
    at oracle.ifs.protocols.nfs.server.XdrStream.nextPacket(XdrStream.java:207)
    at oracle.ifs.protocols.nfs.server.XdrPacket.nextPacket(XdrPacket.java:168)
    at oracle.ifs.protocols.nfs.server.RpcPacket.receive(RpcPacket.java:454)
    at oracle.ifs.protocols.nfs.server.RpcServer.run(RpcServer.java:204)
    at oracle.ifs.protocols.nfs.server.NfsServerThread.run(NfsServerThread.java:154)
    at oracle.ifs.protocols.nfs.server.RpcListener$ServerThread.run(RpcListener.java:298)
    Thanks for your help
    www.dailytechs.com
    -------------------------------

    TemTesh wrote:
    After machine shutdown without shutdown IAS server, Oracle application server report service can not restart.
    below is the error
    11/2/10 5:26 AM NfsServer: (TCP:Nfs-6) Exception
    oracle.ifs.common.IfsException: IFS-71002: I/O error.
    java.net.SocketException: Connection resetAnd this seems to be the problem. Missing NFS share? TCP=<i>transmission control protocol</i>. NFS=<i>network file server</i>.
    For some reason (very like due to how it has been configured), the s/w attempts to use a NFS share - and uses the TCP wire protocol. This NFS share is not mounted or not available.
    Check the NFS server (it needs to be up and exporting that share), there has to be network connectivity between the report server and the NFS server, and the report server needs to have the required config and access permissions for mounting that NFS share.

  • Report server not starting up

    We are using oracle 9iAS version 1.0.2.1.0 v1.
    our Report server is not starting up with error
    Error 1075 The dependency service does not exists or has been marked for
    deletion.
    How to find out the dependency service

    Hi,
    this is the Oracle Forms forum, you might have more luck in the Reports forum here Reports
    However, I guess you installed the reports server as a service under windows, right? Check the DependOnService registry key value under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\<reports server key>
    Uninstall the reports server using rwserver -uninstall <server_name> and reinstall it using rwserver -install <server_name> [batch=yes/no] [autostart=yes/no] with valid parameters.
    HTH
    Gerald.

  • PDF printing--tomcat/cocoon installed, but report server not found------

    As I understood, APEX 3.1 requires either BI/FO tools to enable PDF printing.
    As I do not have BI license, and as I happened to check a very good link on a blog which had a detailed viewlet on apache-cocoon route for PDF print enabling, I downloaded the tomcat, cocoon source files, built the cocoon .WAR, put it in required place as instructed, started tomcot (ran into pronblems because of port conflits, resolved these by configuring different ports for 8005 and 8080 ports).
    Now, when I want to configure the external report server, I am stuck.
    I am not able to locate 'Instances' tab, or 'manage environment settings ' tab in 'manage services'
    I am able to find only following tabs in 'manage services' under HOME.--> Administration ----> Manage services
    1) session state
    2) caching
    3) workspace preferences
    4) applications
    5) workspace
    6) workspace schema reports
    7) Logs
    Can anyone help me to find out where to configure the 'report server' now?
    Thanks,
    suresh.

    Sorry, it was a silly problem:) You have to be logged in as admin to 'see' the 'instances' tab. maybe in all the tomcat/cocoon build/config issues, this simply got off my head!
    now, the problem of print server config is over, I have configured the same. the 'print' link is available now in report region, when I run the report. but when I click the 'print' link, it is taking ages...or rather it is still processing...!!
    Can anyone please point out to me now what is the problem...?
    thanks.

  • Standalone report server not found on the network between logical partitions on AIX

    Hello,
    Here s our architecture:
    forms/reports11gr2(patchset 1)
    weblogic 10.3.6
    on IBM AIX 7.1
    Server JRE
    Java(TM) SE Runtime Environment (build pap6460sr13ifix-20130303_02(SR13+IV37419)                                                                             )
    IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 AIX ppc64-64 jvmap6460sr13-20130114_1
    JRE -client - 1.6.0_27
    We have 2 logical partitions separated in 2 different physical m/c where cluster of forms /reports is installed.
    if i have a report service repsrv11g on one logical partition say, box 100 on Physical box 6000, the other logical partition box101's forms server on physical box 7000 is not able to look up the report service when calling from Forms using the Run_report_object.
    Gives, FRM -41213 error.
    If i just run the URL(use 2nd box) with http://101:8888/reports/rwservlet/showjobs?server=repsrv11g, it gives REP-51002: Bind to Reports Server repsrv11g failed
    We thought/read that as long as they re on the same network / domain, report service is available.
    Also did rwdiag.sh on one partition, its not able to find the other one.
    Ran the test form which Oracle provides and it s also not able to find the report server on the network when run on the other lpar.
    Temporarily, we created another report service on the other lpar but still using loadbalancing dns while doing web.show_document, so, it could potentially fail to bring up a report if load balancer redirects from one form's server to report server on the other partition.
    Any thoughts would be greatly appreciated.
    Thanks.

    Hello,
    Any inputs on this pls?

  • Report server not working

    Hi, I am using "x86_forms_reports_101202". I have defined a new report server and it has been working properly but today, when trying to run a report, the form from which i am running it, does not repond. I have restarted both the services and the server too. I have also checked opmnctl and the report server is running and i log filest gives no information about what is happening. Could anybody help me where to look where the problem is? ... Thanks in advanced.

    Both Crystal Reports and Crystal Reports Server are installed on the same machine.  It is a Windows 2003 server x64, service pack 2.  There is no firewall running on this machine.
    I am able to connect to the InputFileRepository server using netcat from a completely different machine, so I am sure it is not a firewall issue.
    What else can I do to troubleshoot the issue?  Are there any logs I can look at?  If I use something like Wireshark, will I get any sort of meaningful packet trace?
    I am completely stumped as to what is going on.  I wish things on Windows were as easy to fix as things on Linux :-\

  • Report not run inexplorer and report server not start

    sir
    i install dev suit 10g and
    1. create new form and test that run in explorer
    2. create report and test in report builder that run and give right result, but when i test in explorer that not run and no error and report server OC4J not start i try but window appear and hide
    please give me idea how run report in explorer
    regard
    fahim

    The normal procedure for the Developer Suite is:
    1. Start OC4J instance via Windows Start menu.
    2. Run a report:
    http://127.0.0.1:8889/reports/rwservlet?module=....
    That doesn't work?
    Can you see the in-process report server?
    http://127.0.0.1:8889/reports/rwservlet/showenv?
    Or errors in the job queue?
    http://127.0.0.1:8889/reports/rwservlet/showjobs?
    (note that your port number may be different)

  • Reports server not coming up....

    Hi ,
    During clonign after the changing of APPS password the reports server is not coming up ....
    getting the error below....
    adrepctl.sh: exiting with status 2
    starting Reports Server for CT1RTD on port 25103.
    REP-0186: Daemon failed to listen to port
    adrepctl.sh: exiting with status 0
    Reports Server for CT1RTD is already stopped.
    I had changed the CGIcmd.dat...wiht the newly updated apps password and also updated wdbsvr.app...
    TNS entry also fine....
    port is not used by anything else....
    before changing the APPS password it was running up and fine...
    anyone have any idea...how ot fix this....
    Thanks,
    Kr

    issue got fixed...when changed the domain in tnsnames.ora

  • Reports Server not start

    hi!
    OEBS11i Vision demo
    at Red Hat Enterprise Linux AS release 4
    after editing $FND_TOP/usrxit/devenv.env
    and restarting OAS, Reports server is not running.
    And not runnig after restoring backup copy of devenv.env
    log:
    REP-0001: Unable to find the report builder message file. Please verify your installation.

    Try to "Create Applications environment file" from adadmin and check then (You may take a backup of your current env files before).

  • Web Intelligent Reporting Server not started

    Hi Experts - I am using BO XI 3.1 with Sp - 2 and SAP BI 7.10.
    When i run any webi report  the Status of Web Intelligent Reporting Server become - Initializing.
    If i restarts the the SIA , Again the Webi Intelligent server got start , but as i run any webi query in webi rich client it stops working and the status in CCM become Initialising... and its never turn up green untill i again restarts the SIA.
    Is this a bug in Sp -2 , I haven't apply ant fix pack beyond Sp-2.
    Thanks
    Ashwani

    Hi
    can you please activate the tracing of the webi processing server. Go to the CMC and under Servers->Web Intelligence Processing Server->Properties just add -trace xl in the command line argument and restart the server. Check the WebI log file created in the logging directory for error messages.
    Regards,
    Stratos
    PS: Does your SIA run using the local system account (CCM->SIA->Properties->Logon On As)?

  • Report server not functioning.

    HI,
    All the services of Oracle 9iAS are working except the report
    server. when I start it through services it says application
    cannot start, and stopped due to application error 186. I cant'
    understand.
    othere thin my management server is also functioning. it gives
    me error the path is wrong , how can I change it.
    Thanx in advance.
    Sreekant

    Yes, could you also specify the version of 9iAS you are using,
    the version number of reports?
    HI,
    All the services of Oracle 9iAS are working except the report
    server. when I start it through services it says application
    cannot start, and stopped due to application error 186. I cant'
    understand.
    othere thin my management server is also functioning. it gives
    me error the path is wrong , how can I change it.
    Thanx in advance.
    Sreekant

  • Oracle report is not running on application server with more than 700 recod

    Hi,
    I have developed oracle report using dev suite report builder. When I am running using report builder then its running fine. Whenever I am deploying on application server and trying to run then its not executing. Then I have deployed same report with less than 700 records then its run fine.
    Please advice me if you have any solution
    thanks in advance
    umesh

    Hi Pavan,
    Thanks for reply.
    I have resolved this issue. This issue happen because of report server not able to handle large data. To resolve this issue I have made report server traces service off. Because of making traces off the report server fully utilized for report generation.
    Thanks,
    Umesh

  • Oracle reports Server Freezing

    Hi I'm sorry if this has been posted before but I have been looking for about 45 minutes and couldn't find exactl what I was looking for.
    I have three different reports servers(11.1.1.2.0) which all display the same symptoms if they are unused over the weekend, They all struggle to create reports on the monday morning it appears as if the reports engines have lost there connection with the DB over the weekend but when I remove the report engines which are always in the ready state so that all the report engines are recycled if left idle for 30 minutes the first report on the Monday Morning seems to get stuck.
    Has anyone else had any strange issues like this?
    Just so you know the issue of the reports server not printing is always resolved by either restarting the in_process reports server before anyone prints anything or restarting the reports server if something is stuck in it.
    Thanks
    Sorry I also just realised I put this in forms instead of reports can a Mod move it?
    Thanks a million,
    Edited by: 943194 on 27-Jun-2012 08:16

    Oracle9i reports services is only available as part of Oracle9iAS. However, the server itself can run stand alone (but has to be installed as part of iAS).
    the client/servlet to access the server is currently only available on oracle9iAS but will be available for stand alone use/use with othar application server soon.
    regards,
    philipp

Maybe you are looking for

  • Diff between odi 10g and 11g

    Hi, Can some one reply the important and main differences between ODI 10 and 11g.Urgent!!! Thanks, Pop...

  • How to 'overrule' password policy for one user ?

    hi, i am system administrator on our ECC 6.0. we have 4 clients, test and production. so i have 8 users, not everyone has the same password (for some reasons). when i want to change the password i get the message that the passwortd cannot be on of th

  • Why is the label color not changing when my file is updated?

    I would like the label color to change to white when a file has been updated/changed. Since upgrading to 10.7.2 the file color stays the same. Is there a setting I am missing that will allow the file to go back to white when updated? Thanks for any i

  • How to run ccastart in background?

    Hi, Is there any way to run the ccastart in Linux, so it remains started even when the session that started it, has finished? The idea is that I can login into the server, start the ccastart and close the window I used to started.... Now whenever I c

  • Invalid Directory in mail account configuration

    In Mac Mail, I have 4 accounts configured.  One each from Yahoo, MSN, Comcast and Mobile Me.  In the advanced tab of accounts, there is the box that you can uncheck to leave a copy of incoming mail on the server.  But when I try to do that with the C