Oracle Reports 11.1.1 Reports Configuration Error

You might run in an error while you are installing Oracle Reports 11.1.1.2.0 / 11.1.1.3.0 / 11.1.1.4.0, that the configuration step "Executing: opmnctl startproc ias-component ..." will throw an error.




The error message just state that while executing the command "opmnctl startproc ias-component=ReportsServer_<servername>_<instance>" an error occurs. If you check the corresponding Install Logfile, you will not find something really usefull. Only stuff like "failed to start a manage process after the maximum retry limit".












Only a look in the Reports Logfile will give you a hint whats the problem :-) The Reports Logfile you can find under $MW_HOME/<instance>/diagnostics/logs/ReportsServerComponent/ReportsServer_<servername>_<instance>/rwserver_diagnostic.log

Here you can see the error message REP-50600, that Broadcasting is disabled.
This error message points to a problem with the network, as Oracle Reports is using a multicast mechanism to publish his Reports Servicename into the network.

Normally this problem is related to a missing or wrong "Default Gateway" on the server.










Just set your default gateway and retry after the changes the configuration step which has been failed.

After that the configuration step "Executing: opmnctl startproc ias-component ..." should pass successfully.

6 Comments :: Oracle Reports 11.1.1 Reports Configuration Error

  1. Hello,
    in my case the firewall was activated.
    after deactivation reportsserver has started successfully.
    regards
    Christian

  2. what do you means default gateway? where can i found that setting?

  3. Hi Anonymous,

    just login to your Oracle Enterprise Linux as root and execute:

    /sbin/route add default gw <gateway> <interface>

    e.g.:
    /sbin/route add default gw 192.168.33.1 eth0

    After that adjust your /etc/sysconfig/network configuration file and add your Gateway:

    GATEWAY=<gateway>

    e.g.:
    GATEWAY=192.168.33.1

    Finally restart your network device:

    /etc/init.d/network restart

    But you can perform the same in the graphical network configuration tool.

    Cheers

    Dirk

  4. thanks for your fast response.. i am not using linux but using windows xp. so where i set default gateway?

  5. You are welcome, as I am not a pure Windows-Fan, here just a link to the official Microsoft Documentation for how to set a Default Gateway in Windows XP:
    http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/ras_config_incoming_tcpip_defaultgw.mspx?mfr=true

    In addition you should check if you maybe have a running Firewall under your Windows, this can also cause problems with starting Oracle Reports Services.

    Cheers
    Dirk

  6. Great post!!
    I was having the exact same error; firewall was causing the problem.
    OEL 5.7
    Sun jdk1.6.0_30
    WebLOGIC 10.3.5
    Forms & Reports 11.1.2
    Thanks, Will

Post a Comment