connecting to job manager in obiee — Oracle Analytics

Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

connecting to job manager in obiee

Received Response
31
Views
6
Comments
875299
875299 Rank 4 - Community Specialist

Hi All,

when i am trying to connect to job manager tool using below details i get connection time out error.what could be the reason for this type of error message.

pastedImage_1.png

pastedImage_0.png

Answers

  • You have selected "Connect Directly To The Active Scheduler (Use 'localhost' for local machine)" but your hostname/IP and port are empty.

    It works better if you enter something there ...

    PS: you can write into those drop down lists, the lists will be useful to reconnect to other instances without rewriting

  • 875299
    875299 Rank 4 - Community Specialist

    i have entered details in below screenshot.i get same error.

    pastedImage_0.png

  • Can your client resolve "dev" correctly?

    And why don't you just use the first one? Entering the host and port? Are you trying to connect to a cluster with multiple hosts?

  • 875299
    875299 Rank 4 - Community Specialist

    I tried  entering  host name and default scheduler port 9511.but i get nqs error 12008 unable to connect to the port .

    am i missing anything?

  • FTisiot
    FTisiot Rank 6 - Analytics Lead

    You should check in your Enterprise manager under what port the scheduler is running since it could be different from the default one.

    under EM->biinstance->availability

    2017-03-15_09-09-43.png

  • vai
    vai Rank 4 - Community Specialist

    check if you are able to connect to the specified port using telnet -

    eg - telnet <ip-address> or machine_ name port

    telnet DEV 9511

    Note - you can get the port no from EM as mentioned by @FTisiot