Running maxl on client machine to connect to remote essbase server

Hi All,
I am able to connect to essbase on a client machine by using the link:
http://ts119licalnn.ac.local:9724/easconsole
However, when I try to log in via MAXL on the client machine, I get the following error...
Essbase MaxL Shell - Release 11.1.2 (ESB11.1.2.2.100B2166)
Copyright (c) 2000, 2012, Oracle and/or its affiliates.
All rights reserved.
MAXL> login JDOE JDOE212 on ts119licalnn.ac.local:9724;
   ERROR -     103 - Unexpected Essbase error 1030818.
   ERROR - 1042017 - Network error: Timed out before receiving all data.
   ERROR - 1030818 - Login failed. Please check if server and port are correct.
If you received timeout or handshake failure, please check if you tried to conne
ct to secure port without secure keyword or clear port with secure keyword..
Is the host name in maxl the same name as the name in the easconsole link? do i need to set up anything (tnsnames.ora) for maxl to work?
Thanks in advance.

The essbase server name is ts119licalnn, it is shown under essbase servers in EAS.
By not using the default Essbase node 'EssbaseCluster-1', it has revealed the port number EAS uses to connect to essbase, in this instance, 1443.
The problem was that I did not have the correct port number, is there an easier way of finding the correct port number?
Cheers,

Similar Messages

  • Client machines losing connection to Leopard Server

    I have a small office set up as follows: 20" iMac (Intel) running Leopard Server. 4 client machines, all Macs, All Intel, also running Leopard client. I have these machines connected to a Linksys 8 port 10/100 router...and then to a cable modem for Internet Access. The problem that I'm having is that the client machines lose connection to the server multiple times each day. A restart and reconnect seem to fix the problem...only temporarily. At first, I thought it might be the Linksys Router so I put a Gigabit switch in between the machines and the router with the same results. I have the router on a static IP of 192.168.1.2 and am not running DHCP, DNS, or any other services other than file sharing. If any of you have experienced this, I would greatly appreciate any direction you might have.
    Thanks in advance.
    Dan

    It may be a 'typo' by you, but forget about 'appletalk' - this is not relevant to your problem (and pretty well redundant now). This looks like a TCP/IP issue.
    What is doing your DHCP? Presumably you have checked to ensure that there is only the one dhcp server in your network, and another has not accidentally been enabled (on a server, router or airport). What is the dhcp range for the DHCP server?
    Your post suggested that the servers, with static IPs, also 'drop off' the network. So a server IP cannot be pinged from a lan machine which has a correct IP assigned to it (rather than one which has a 169 address which obviously will not be able to ping it) ?
    On your laptops, when connected via an ethernet cable, have a look at Network Prefs-> Show: Network Port Configurations. In what order are these? Specifically, I am wondering if Airport is getting prioritised above Built-in Ethernet and maybe there is a 'rogue' airport network which the laptops discover and attempt to join ahead of built-in ethernet.
    -david

  • The client timed out waiting to connect to the Essbase Server using TCP/IP

    Hi,All
    When I deploy the HPCM application to essbase, i received the following message below in the log file hpm.log
    2009-02-20 13:34:50,389 [Thread-115] ERROR com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator: error setting measures dimension member properties
    com.hyperion.profitability.data.mdb.essbase.MDBException: Error setting member property share option to store_data for member: D0900SB
         at com.hyperion.profitability.data.mdb.essbase.MDBMember.setShareOption(MDBMember.java:413)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.setMemberProperties(CubeGenerator.java:1232)
    Caused by: com.essbase.api.base.EssException: (1290001): Network Error [10061]: Unable To Connect To [hypeion:32776]. The client timed out waiting to connect to the Essbase Server using TCP/IP. Check your network connections. Also please make sure that Server and Port values are correct
         at com.essbase.server.framework.EssOrbPluginDirect.ex_olap(Unknown Source)
         at com.essbase.server.framework.EssOlapMetaDataService.ex_olap(Unknown Source)
    And the Essbase service is up.
    Pls help!
    Shen.

    If you are installing on Windows, there is a limitation in the default configuration of TCPIP. I wrote about it, and included the steps to fix it, on my blog at http://timtows-hyperion-blog.blogspot.com/2007/12/essbase-api-error-fix-geeky.html.
    Note the error number you reported is slightly different than what I write about in the blog, but I believe I have seen this error fixed by the blog steps..
    Tim Tow
    Applied OLAP, Inc

  • Unable to connect to the Essbase server from Admin console

    Hi,
    I have installed Essbase Server 9.3, Client 9.3 and Administration Server 9.3 in my laptop.
    The Essbase server is working fine. I am able to see all the sample applications from Excel add in. (This mean client is also working fine).
    But, the problem is when i try to connect to the Essbase server, its not allowing me by producing an error:
    "Unable to connect to the Essbase server please check the user name & password"
    username: admin
    password; password.
    i tried several times...but its not working.
    Please advise me.
    FYI, The admin server service is started already.

    Hi Subrahmanyam,
    Here , there are 2 things
    1. Check, your essbase server is up and running ,and your admin service is up. Now , when you open the 'essbase admin console ' , provide user name and password as
    admin
    password
    2. After you are connected to the console i.e admin console .
    You see
    enterprise view -> essbase analytic server -> under this , you might see your host name ( i.e of your laptop).
    This host is your essbase server , and if you want to connect to it .Provide 'username' and 'password' ,which you have give after your essbase installation
    So, conclusively, here we are dealing with 2 different sets of 'username' and 'passwords'
    In step 1-> to connect to console , use 'admin' 'password'
    In step 2-> to connect ot essbase server, use the credentials wchih you had given after installation of essbase server
    Hope this clarifies you, as this is a lil confusion to many
    Sandeep Reddy Enti
    HCC
    http://analytiks.blogspot.com

  • Php connection to remote mysql server

    Hi,
    I've stragne problem using php 4.3.10 with Sun One 6.1 on Solaris 9. The connection to a remote mysql server fail. I've correct grants in both servers and the php.ini is setting to permit no limit connection to databases. the code:
    $host='my-remote-server.com';
    $link1=mysql_connect($host,"bla","blabla");
    if$db1 = mysql_select_db("LOGIN",$link1);
    $link = mysql_connect("localhost","bla","blabla");
    $db = mysql_select_db("LOGIN",$link);
    The remote connection fail but the local one works. When i work with another server Sun One 6 in Solaris 8 , everthing work wonderfull with the same deffinitions, it can connect the remote databases but the others machines can't connect the solaris 8 machine. i think there is something wrong in the solaris 9 or/and sun one 6.1 deffinition it avoid remote connection. The problem i don't know what may be wrong, which setting may affect tcp connections from web application in solaris 9/sun one 6.1 plataform.

    we found the problem finally and may be useful for someone. Using the solaris 9 network snifer (snoop) we found that the default php timeout connection for mysql doesn't work ,this value is 60 in the php.ini . After 4 or 5 miliseconds php application closes the connection when it runs from the webserver , running from the shell it doesn't happen.The answer from the other server arrived after 20 or 30 milisecods then the connection to the databases fails. The solution is to put unlimited tiemout , mysql_connection_timeout=-1 then it success to connect the remote mysql server correctly. May be problem without timeout connection in case the other server doesn't answer, then application may wait forever or untill the system or webserver take out the application. I didn't check this posibilty, mainly i'm interesting the applications can work and write in the remote databases. If this definition cause problem as application waiting connection we always can try with another value greater than 60.

  • Oracle 10.2 on AIX -- need to connect to remote SQL server by dblink

    oracle 10.2 on AIX -- need to connect to remote SQL server by dblink
    i didn't see a odbc diectory in our oracle home path. how do i know odbc driver is installed in the oracle on our AIX server.
    If it is there, do i just need to modify the odbc.ini and then the inithsodbc.ora, linster.ora, tnsnammes.ora files, or am I missing something
    Appreciate your response
    Edited by: user10876711 on May 12, 2011 9:18 AM
    Edited by: user10876711 on May 12, 2011 9:18 AM

    when you want to connect from Oracle to a SQl Server you need the Oracle Gateway (HSODBC or even better Dg4ODBC) and a FOREIGN ODBC DRIVER for your foreign database - a SQL Server ODBC driver. You have to get this driver from a 3rd party vendor - Oracle does not offer any foreign ODBC drivers.
    So before being able to use DG4ODBC/HSODBC you need to install from a 3rd paryt vendor a SQL Server ODBC driver. Commercial vendrs are for example Data Direct, Openlink or Easysoft.
    On Unix ODBC drivers commonly also require a driver manager. If the ODBC driver vendor does not ship one with the ODBC driver you can get it from www.unixodbc.org

  • Flex mobile connect to remote secure server!!

    Hi guys
    I'm a beginner with flex mobile.
    i'm trying to create an appllication flex mobile. and i have to connect to remote secured server (apache) to get some services deployed.
    i did it and when i try with emulator from flash builderit's worked, a pop up window started to enter a login and password for connect to the remote server. it's okay, i get a result.
    but now when i try this application with my mobile phone, application launched correctly but i can't connect to remte server ( i dont have anythig like a popup to enter the login and pssword).
    i need your help.
    thanks

    Did you ever figure this out? I'm having the same issue.

  • Running Reports from Client Machines in which the reports are residing on t

    Hi Folks,
    I'm using Developer 6i with Oracle 9i. I can run forms from the clients so that the FMX file is residing on a shared drive on the server, but when I try to run reports which also reside on the shared drive of server, I get error that unable to find the report. Do I need to install report server on the client machine/server or am I missing some basic step here?
    TIA
    Hassan

    Hi,
    There's a whitepaper on the topic of Forms/Reports integration for the web called "Oracle9iAS Forms Services and Reports Services Integration". This should give you the information you are seeking.
    regards,
    Stewart

  • Run Forms on Client machine

    Hello all
    If i want to use Oracle Forms or Discoverer on Client machine,do i have to install Developer suite on each PC??? or what should i do!!!
    I installed Client software and everything is working fine.
    So please Advice
    Thanks

    Oracle Forms is a web only product. The Forms are deployed on the application server and run via a browser....
    More details on otn.oracle.com/products/forms
    Regards
    Grant Ronald
    Forms Product Management

  • Group calendars on 10.6.4 client machines no longer work with iCal Server

    After updating 2 client machines to 10.6.4 I realized my group calendars no longer work in iCal.
    I get "Server Responded With an Error" on all my group calendars, on both machines.
    Preferences>Accounts>Server Path reveles the server path has reverted back to a GUID "/principals/_uids_/GUID string/" .
    I change it back to "/principals/_uids_/wiki-GroupName/" and get it working again, but if I quit iCal and restart it again reverts back to the GUID.
    I've trashed all calendars in ~/Library/Calendars, and the Prefs. I also tried "/principals/wikis/GroupName/", but again it reverts.
    I booted to my 10.6.3 clone and have no problems with the group calendars there.
    (I'm running 10.6.4 Server)
    Is anyone else having this issue?
    Any ideas?

    Are you asking for an example of how to use calendarservermanageprincipals? While the tool is designed to help you configure privileges on resources and locations, it works fine for users. So I created a new user in Workgroup Manager to represent my Marketing department's calendars. I named this user "sharedmarketing".
    Then, I wanted to give staff read-only access to the calendar and give Marketing write access, so I executed these two commands:
    sudo calendarservermanageprincipals --add-write-proxy groups:marketing users:sharedmarketing
    sudo calendarservermanageprincipals --add-read-proxy groups:staff users:sharedmarketing
    I then imported the content from the Marketing Wiki calendar into this calendar and that was it!
    If I logged in directly to the sharedmarketing account (not necessary), and looked how the account was set to be delegated, it properly showed group names:
    There is no way to configure it like this using the iCal GUI, and this was I always felt that the management of privileges was the biggest obstacle in setting up iCal Server in this proper, supported fashion.
    Then, from the client, I can naturally access those group calendars:
    This is SO much easier to setup and maintain as each user only needs to have their ONE iCal account configured and they can just add the necessary groups, which is WAY easier than supplying users with crazy wiki-calendar URLs.

  • How to configure oem 2.1.0 on the client machine to detect nodes on the server

    I've oracle 8.0.5 running on a solaris 2.6 server. I also have oem 2.1.0 running on my NT workstation. But oem won't automatically detect nodes on the server. IA is running on the server and the client very well
    What do you guys think

    Hi
    Do you have an entry for the server db in your tnsnames.ora file
    (client machine)where OEM is running? If not, add an entry and
    try discovering again
    sarath

  • I've been advised by Firefox to download a software update, but upon downloading, the bar with green lines running across it with the message 'Connecting to the update server' is just going on indefinitely; can you advise on this?

    I was advised by Firefox to download and install an important software update. But the bar with green lines running across and saying 'connecting to the update server is going on indefinitely (about an hour now). Can you advise?
    With Thanks,
    Martin

    Remove the files in the updates and updates\0 folder.<br />
    You may need to delete active-update.xml and updates.xml as well if present.
    XP:
    C:\Documents and Settings\&lt;user&gt;\Local Settings\Application Data\Mozilla\Firefox\Mozilla Firefox\updates
    (%USERPROFILE%\Local Settings\Application Data\Mozilla\Firefox\Mozilla Firefox)
    * http://kb.mozillazine.org/Software_Update (Software Update not working properly)
    If you have problems with updating then best is to download the full version and uninstall the currently installed version.<br />
    Download a fresh Firefox copy and save the file to the desktop.
    * Firefox 4.0.x: http://www.mozilla.com/en-US/firefox/all.html
    * Uninstall your current Firefox version.
    * Do not remove personal data when you uninstall the current version.
    Remove the Firefox program folder before installing that newly downloaded copy of the Firefox installer.
    * It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    Your bookmarks and other profile data are stored elsewhere in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder] and won't be affected by a reinstall, but make sure that you do not select to remove personal data if you uninstall Firefox.

  • Flex 3 and connection to remote ubuntu server

    Good morning,
    I'm trying to retrieve the result from a SQL query to populate a datagrid.
    My server is a Ubuntu server on a virtual machine. I created the tables I want to extract information from using MySQLWorkbench and put them on my ubuntu server. Flex is running on my Mac.
    I have the following code in the mxml file of my Flex project:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" creationComplete="rest_service.send()">
        <mx:HTTPService id="rest_service" url="http://192.168.56.101/testhtml.php"/>
        <mx:DataGrid left="0" right="0" top="0" bottom="0"
            dataProvider="{rest_service.lastResult.people.person}">
            <mx:columns>
               <mx:DataGridColumn headerText="Test ID" dataField="userid"/>
               <mx:DataGridColumn headerText="Name" dataField="username"/>
               <mx:DataGridColumn headerText="Email" dataField="emailaddress"/> 
            </mx:columns>
        </mx:DataGrid>
    </mx:Application>
    The testhtml.php file is on the server (in the /var/www/ folder) and looks like this:
    <?php
       require ("Connection.php");
    $db_handle = mysql_connect($server, $user_name, $password);
    $db_found = mysql_select_db($database, $db_handle);
    if ($db_found) {
    $Query = "SELECT * from users";
    $Result = mysql_query( $Query );
    //print "allo?" . "<br/>";
    echo htmlspecialchars('<?xml version="1.0" encoding="utf-8"?>')."<br/>";
    echo htmlspecialchars('<people>')."<br/>";
    //print '<people>';
    // Iterate through the rows, printing XML nodes for each
    while( $Row = mysql_fetch_object( $Result ) )
      echo "      ";
      echo htmlspecialchars('<person>') . "<br/>" ;
      echo "            ";
      echo htmlspecialchars('<userid>'.$Row->userid.'') ;
      echo htmlspecialchars('</userid>') . "<br/>";
      echo "            ";
      echo htmlspecialchars('<username>'.$Row->username.'');
      echo htmlspecialchars('</username>') . "<br/>";
      echo "            ";
      echo htmlspecialchars('<emailaddress>'.$Row->emailaddress.'');
      // echo htmlspecialchars('<emailaddress>"'.$Row->emailaddress.'"');
      echo htmlspecialchars('</emailaddress>') . "<br/>";
      echo "      ";
      echo htmlspecialchars('</person>') . "<br/>" ;
    echo htmlspecialchars('</people>');
    mysql_close($db_handle);
    else {
    print "Database NOT Found ";
    mysql_close($db_handle);
    ?>
    I tested the php file by typing http://192.168.56.101/testhtml.php in my web browser and I get the xml code expected. The problem is that I don't think Flex is actually connecting to the server.... I have noticed that when you create a new project you can select an application server type but I have no idea what to put for the web root and the root url (I picked php in the list of options for the server type).
    My server is not hosted on my machine but on a virtual machine. Is there something I need to install on my server, and if yes, on which folder?
    Your help would be greatly appreciated. I'm a newbie and have lots to learn and I have been stuck on this for a while now.
    Thank you again,
    supernous

    Forget it. I'm an idiot.
    I forgot to active the "Allow remote admin" setting again

  • Can't connect to remote SQL Server 2014 Standard with VS 2012

    Hi all,
    I am trying to create a development environment using SQL Server 2014 (not Express).  The SQL server instance is on a Windows 8.1 Pro machine in a non-domain environment.  I have Visual Studio 2012 installed on the same machine which can connect
    to the SQL server instance without problems.  I have another machine with VS 2012 that cannot connect.  SQL server is configured for mixed authentication.  The SSDT on the remote machine can see the SQL server networked instance, but will not
    connect with SQL authentication. 
    I have rounded up all the usual suspects;
    - The SQL server service is running
    - Remote connections are enabled on SQL server and the relevant firewall ports are open.
    - TCP/IP and named pipes are enabled
    - Remote connections are enabled in Management Studio
    - SQL Server Browser service in enabled and running
    What am I missing?  I have been out of developer mode for a few years and all of the tools have changed, but I seem to be missing something obvious.
    Many thanks in advance,
    Tim
    Tim in Dublin

    Hello,
    Have you configured the Windows Firewall on the Visual Studio computer too? Is there any other security software on those
    2 computers?
    Can you ping between both computers by computer name? If not, try connecting using the IP address. For example:
    10.0.0.10,1433
    1433 is the default SQL Server port number.
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Hyperion Provider Services Connectivity to the Essbase Server

    Hi All,
    I have seen a new issue in Epm 11.1.2 Issue is
    I have installed my provider services services are now up and running in port 13080
    Now when Iam trying to connect thru smartview Iam using following URL
    http://Servername:13080/aps/SmartView
    When Iam going thru the new connection creation process
    Step 1 when I give the URL and click on the next its shows up next page.
    In this page basically I have to select the server and the application.
    But here in my case server and application doesnt show up its BLANK.
    I have checked from my browser provider services shows up perfectly
    Have anyone faced this issue let me know your ideas
    Thanks,
    KRK
    Edited by: KRK on Nov 4, 2010 11:03 AM

    KRK wrote:
    Sorry for the delay in the response I have installed this on a single server but it was the issue with datasources.xml file
    Below are the steps to resolve the issue.
    1. stop APS
    2. Go to http://<machine>:19000/interop
    3. Expand Application group->Foundation->Deployment Metadata->Shared Services Registry->Essbase-> And locate APS LWA
    4. Right click on datasources.xml file and “Export for Edit”
    5. Save the datasources.xml file and not open it.
    6. Open with notepad and make changes so that essbase server name is listed like below:
    etc...I think your reference above to Go to http://<machine>:*19000*/interop should be changed to Go to http://<machine>:*28080*/interop for shared services.
    In looking at this I could not find the datasources.xml file reference following your outline.

Maybe you are looking for

  • Air play problem

    Hello I have a cisco e 3200 and i hawe an b&w zeppelin air player but i coudn't connect that , i try out another wifi station and it works. How can i fix tthat problem? Sent from Cisco Technical Support iPad App

  • Is it better to run parallels alone or bootcamp?

    I had an older MBP and at first i was running bootcamp alone with my autodesk inventor software. Then i happened to buy and install parallels and everything ran perfect! Within the last week I upgraded to a new MBP with a faster processor and twice t

  • Converting strings with line feeds to a single line with identifying chars

    Hi, I dont want to re invent the wheel if there is something out there that does this already. I want to take some string with multiple line feeds and convert it to a single line. For example: "I want this string to be changed to a single line" to th

  • Don't want personal emails showing in work email inbox (8330 Curve)

    I succesfully set up my personal email account (comcast) on my 8330 Curve, but the messages are showing in both the main inbox (work) and also the comcast inbox.  Does anyone know how to get the device to only show them in the personal inbox? Solved!

  • Is there any x220 owner who does NOT have a fan noise problem?

    Hello All, I've been browsing the forums occasionally for the past week and noted the "pulsing/whining" problem with the x220. I was wondering, does anyone NOT experience this problem or hear this noise? If so, what is your system's configuration and