Client not connecting to Server

I finally was able to get the client installed. Now I'm getting the
following error when I try to authenticate:
Description: Cannot connect to server. [My_Tree].
Error: NWCCOpenConnByName: NWE SERVER NOT FOUND
Code: 8847
Build: 1.0.0
File: ncpConnection2.cpp
Line: 167
Repsitory Version: $Revision: 1.11 $
I double checked the Scope, and I also tried putting in the IP address of
the server in the DA field. ... DNS, NCP, and SLP are all checked by
default. How do I fix this?
By the way, I can run ConsoleOne with no problem. In ConsoleOne, I use the
IP address of the Server in the "Tree" field.
thanks for all the help...

iwill_notbow,
Are you able to login using the ip address or dns name of the server in
the Tree name filed and by specifying your Full DN, that is, '.admin.org'?
Niclas Ekstedt, CNA/CNE/CNS/CLS
Network Consultant/NSC Sysop
InfraSystems Solutions

Similar Messages

  • Client Not connected with Server

    Hi Experts
    I upgraded my Patch level from 9.0 PL8 to PL9.  Server and Clients are installed and it is working fine but one PC not connected with Server.  While I Connect SAP in landscape server selection Page Port Number shown as 40000 instead of 30000.   I changed Port No from 40000 to 30000 the error Message came as  [message 60070-99999987}.  I attached the Screen shot in this discussion.
    Please help me to resolve this issue.
    With Regards
    Balaji Sampath

    I have same problem and this is the solution
    Go to the directory C:\Program Files (x86)\SAP\SAP Business One\Conf
    Copy the file b1-current-user.xml and put it aside
    Go to the directory %USERPROFILE%\Local Settings\Application Data\SAP\SAP Business One
    Check the file b1-current-user.xml which is likely empty or wrong strings
    Rename the b1-current-user.xml file for backup
    Move the copied file into the directory.
    License server name asked every time on login

  • Client not connecting to server. please help

    I have been trying to run a sample client-server program, but it doesn't seem to reconise the host name that has been declared in the client program.
    i get the following error:
    Client Error: java.net.UnknownHostException: Paradoxical
    can anyone tell me what the host name should be to allow the client to connect to the server????
    bellow the server code:
    import java.io.*;
    import java.net.*;
    * <p>This class doesn't actually deal with the client, it simply
    * spawns ClientHandlers that cope with all the i/o.
    * @author Stephen Dolphin 01972612
    * @see ClientHandler
    public class Server {
    * Attribute holding the server's listening port number.
    private static int portNumber = 80;
    * This is this class' only method. It simply waits for requests
    * on the given port until it hears something, and then it spawns
    * a new handler.
    public static void main(String[] args)
    // the initial handler number
    int socketNumber = 1;
    try
    ServerSocket server = new ServerSocket(portNumber);
    System.out.println("Coffee Pot Server running!");
    System.out.println("Waiting for connections on " + portNumber);
    // continuous loop
    while (true)
    // wait for request...
    Socket clientSocket = server.accept();
    // when received, start new handler!
    new ClientHandler(clientSocket, socketNumber).start();
    // increment ready for next time.
    socketNumber++;
    } // while(true)
    catch (Exception e)
    // catch all errors, and, display string
    System.out.println("Server Error: " + e.toString());
    } // trycatch
    } // main(String[])
    } // Server{}

    The host name to use for the client is the name of the machine that the server is running on. From your error message, the client expects the server to run on 'Paradoxical' but it can't find a machine with that name. You might try to use 'ping Paradoxical' to verify that the machine exists.
    If your server is running on the same machine as the client, you can just use 'localhost' as the host name.

  • Lookout 6.5 clients not connecting to server

    I just completed upgrading my primary and secondary servers to Lookout 6.5 from Lookout 6.2. I still have a number of clients out there running Lookout 6.2, and they are working fine.
    However, the secondary which is running 6.5 development and one other new computer which is running 6.5 web client are not able to connect to the primary server (red Xs everywhere). Both machines are running Windows XP SP3, and the windows firewall is off on both machines.
    On the secondary, I can ping the primary, and in object explorer I can get to the process file on the primary, but when I click on it, I get the hour glass and then nothing (same thing goes when I try to access symbolic link in the client process).
    I have already uninstalled and reinstalled Lookout 6.5 once.
    Any suggestions would be greatly appreciated.
    Jason Phillips

    I did as you recommended and the tag monitor did not work. Since I have the windows firewall disabled on my machines, I decided to look at the ports on the primary server using the netstat command. I have 3 computers, other than the primary server, running Logos 5.1 rather than Logos 5.0. This is important because as you can see in the attachment, the computers that are running the newer version of Logos (whether with 6.2 or 6.5) are having a problem with port usage. When ports associated with these computers go in to the "CLOSE_WAIT" state, my problems begin on the primary server and the 3 other computers running Logos 5.1. On my primary server I cannot access the network link in Object Explorer and when I shut Lookout down on the primary server, Lookout hangs. If I open Lookout on the the primary server and then shut it down before I get any CLOSE_WAIT states, Lookout does not hang. The only way to get rid of these "CLOSE_WAIT" states is to shut Lookout down on the server. On the three computers running Logos 5.1, I cannot access my symbolic links nor the network link. Also, these 3 computers show the "CLOSE_WAIT" state on the ports they are using to connect to the primary server. Also, these CLOSE_WAIT states appear to accumulate over time on the primary server for the ports being used by Logos 5.1.
    From researching the CLOSE_WAIT state on the internet, this state is caused by the application in question, i.e., Logos.
    I do not see this state occurring on any other ports associated with clients running Lookout 6.2 with Logos 5.0.
    Information on my server: Dell Precision 690 Mini-Tower Quad Core Xeon Proc E5345 2.33GHz, 2 X 4MB L2 Cache 1333MHz , 4GB RAM
    Help!!
    Thanks!
    Jason Phillips
    Attachments:
    netstat port data.jpg ‏351 KB

  • Oracle 10g client not connecting to Oracle 8i server

    I have oracle 8i server already installed. I downloaded Oracle 10g client recently. I installed it on one machine and trying to connect to 8i server. I used TNSnames.ora which was already present on the machine. After entering the username, password and service name in SQL plus, I got a error saying server version not suported. Does 10g client not support 8i server or am I doing something wrong ?

    There is an 8.1.7.4 patchset for Windows.
    If you take a look at the Instant Client forum, there are some discussions on this where one of the Oracle product managers (Mr. Jue) has chimed in. At present, only connections to 8.1.7.4 and higher are supported. It is expected that the first 10g patchset will fix this bug and allow connections to 8.1.7.0 and above databases.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Client can not connect to Server installed window server 2008 and using 8.8

    HI all!
    I have a problem when Client  log in to server that installed window server 2008.It can not connect to this server even when restart and key in IP or Server name,...
    I try disable Firewall of window 2008 in server machine and client can connect to server. But when i disable firewall, it's mean  i can not use Remote desktop or terminal service..
    Now, how i can do in order to solve this problem.
    Thanks!

    Hi,
    Take a look at the admin guide (Page 75, 119, 159):
    [http://service.sap.com/~sapidb/011000358700000150922010E.zip]
    If you installed a firewall on the license service computer, make sure that the firewall is not set to port 30000; otherwise, the license service cannot work.
    If you are using Port X, make sure that you open Port X and Port (X+1) in the firewall. For example, if you are using port 10000, make sure to also open port 10001.
    The default communication port is 1143.
    The default port of the SAP Business One license server is 30000 for license communication and 30001 for the license naming service

  • Since upgrading to Maverick I cannot send/share photos through iPhoto. Dropbox says "not connected to server". All other online email activities work just fine.

    Since upgrading to Maverick I cannot send photos while in iPhoto.  Dropbox says I am not connected to server.
    All other internet email activities work just fine.

    And again why do you think Dropbox is involved in any way?  There is no connection of any sort between iPhoto and Dropbox
    THis sounds like you either need to (my personal suggestion) change your email client to Mail in the iPhoto preferenceemail if you want to use the iPhoto client under the accounts tab delete your account and re-enter it
    Ln

  • JCO.Client not connected in repository call (EP7)

    Hi guys,
    please can someone help me with this error msg?
    I don’t understand why we getting this error msg, for some users they can run reports and others get this msg.
    500 Internal Server Error
    BEx Web Application
    Failed to process request. Please contact your system administrator.
    [Hide]
    Error Summary
    While processing the current request, an exception occured which could not be handled by the application or the framework.
    If the information contained on this page doesn't help you to find and correct the cause of the problem, please contact your system administrator.
    To facilitate analysis of the problem, keep a copy of this error page. Hint: Most browsers allow to select all content, copy it and then paste it into an empty document (e.g. email or simple text file).
    Root Cause
    The initial exception that caused the request to fail, was: 
    JCO.Client not connected in repository call
    com.sap.mw.jco.JCO$Exception: (102) JCO_ERROR_COMMUNICATION: JCO.Client not connected in repository call
    at com.sap.mw.jco.JCO$Repository.getVersion(JCO.java:20290)
    at com.sap.mw.jco.JCO$Repository.queryFunctionInterface(JCO.java:20630)
    at com.sap.mw.jco.JCO$Repository.queryFunctionInterface(JCO.java:20351)
    at com.sap.mw.jco.JCO$Repository.getFunctionInterface(JCO.java:20465)
    at com.sap.mw.jco.JCO$BasicRepository.getFunctionTemplate(JCO.java:19533)
    Details: Full Exception Chain
    System Environment
    Server
    BI Java     Release: 7 - Patch level: 0000000009 - Description: BI Web Applications Java - Additional info:  - Production mode: true
    BI ABAP     unknown
    Java Virtual Machine     Java HotSpot(TM) 64-Bit Server VM - Sun Microsystems Inc. - 1.4.2_12-b03
    Operating System     Linux - ia64 - 2.6.9-22.0.1.EL
    Full Exception Chain
    Log ID     0012799E22D40054000001AF00006B9400042A20B9AF8861
    com.sap.ip.bi.base.exception.BIBaseRuntimeException: JCo exception thrown when connecting to system "SAP_BW"
         at com.sap.ip.bi.base.application.service.rfcproxy.impl.jco640.Jco640Proxy.createFunction(Jco640Proxy.java:87)
         at com.sap.ip.bi.base.application.service.impl.application.ApplicationSettingsService.initializeProperties(ApplicationSettingsService.java:130)
         at com.sap.ip.bi.base.application.service.impl.application.ApplicationSettingsService.initialization(ApplicationSettingsService.java:124)
         at com.sap.ip.bi.base.application.impl.Application.createService(Application.java:477)
         at com.sap.ip.bi.base.application.impl.Application.getProperty(Application.java:624)
         at com.sap.ip.bi.base.application.impl.Application.initialization(Application.java:229)
         at com.sap.ip.bi.base.application.ApplicationFactory.createApplication(ApplicationFactory.java:132)
         at com.sap.ip.bi.base.application.ApplicationFactory.createApplication(ApplicationFactory.java:63)
         at com.sap.ip.bi.webapplications.runtime.impl.Page.constructPage(Page.java:729)
         at com.sap.ip.bi.webapplications.runtime.impl.Page.<init>(Page.java:647)
         at com.sap.ip.bi.webapplications.runtime.controller.impl.Controller.createPage(Controller.java:504)
         at com.sap.ip.bi.webapplications.runtime.controller.impl.Controller.doProcessRequest(Controller.java:911)
         at com.sap.ip.bi.webapplications.runtime.controller.impl.Controller.processRequest(Controller.java:851)
         at com.sap.ip.bi.webapplications.runtime.jsp.portal.services.BIRuntimeService.handleRequest(BIRuntimeService.java:380)
         at com.sap.ip.bi.webapplications.runtime.jsp.portal.components.LauncherComponent.doContent(LauncherComponent.java:21)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:646)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
    Many thanks in advance
    Jo-lize

    Hi, you can fix the problem ?
    i have same problem in BI7 and EP7, when launch Template Installer.
    <b>Create Destination in ABAP Import not successful Element 'SAPConfigLib.DES.Unclassified.createRfcDestination':!BrokerImport.import_of_element_failed!!BrokerImport.Fehler!com.sap.tc.lm.ctc.cul.cpi.exceptions.CPIBaseException: <Localization failed: ResourceBundle='com.sap.tc.lm.ctc.cul.cpi.CPIResourceBundle', ID='com.sap.tc.lm.ctc.cul.cpi.BaseException_BASE_EXCEPTION', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key com.sap.tc.lm.ctc.cul.cpi.BaseException_BASE_EXCEPTION:com.sap.tc.lm.ctc.provider.javaServiceProvider.JavaServiceWriter.writeElement!BrokerImport.LINE!157-:com.sap.tc.lm.ctc.cul.broker.BrokerImport.importElement.86
    -:com.sap.tc.lm.ctc.cul.broker.BrokerImport.importElement.128
    -:com.sap.tc.lm.ctc.cul.broker.BrokerImport.importElement.128
    -:com.sap.tc.lm.ctc.cul.serviceimpl.importservice.CULConfigurationImport.importConfiguration.96
    -:com.sap.tc.lm.ctc.ccl.templateinstaller.StepExecuter.run.41
    Element 'SAPConfigLib.DES.Unclassified.createRfcDestination':Error during executing Java Reflection:JCO.Client not connected in repository call
    </b>

  • I am trying to turn on iCloud, I get a message "can not connect to server". How do I connect to server?

    I can't get iCloud to turn on. When I try to start it I gat a message "can not connect to server". How do I start the cloud?

    So what model and year is your machine?
    Here are the requirements for ML:
    http://www.apple.com/osx/specs/

  • TS1843 Not receiving apple mail.  Connection Doctor says not connected to server.  Yet receiving gmail and yahoo mail.

    Not receiving apple mail.  Checked connection Doctor.  Not connected to server, yet receiving gmail and yahoo mail.

    No, I have a Mac and my email connects via our pacbell account we've had for years.  However, something in the Preferences/Accounts is not correct I am guessing.  Also, it asks for the password and if I put it in and click save through general or viewing, it's NOT saving it and still not allowing me to get email. My husband tried reading about this through our AT&T acct and said to change the incoming server to imap.mail.yahoo.com and outgoing smtp.mail.yahoo;[email protected], but now I can't receive or send any email on my Mac. In advanced not sure if it should be Port of 465 or 900 something or other and SSL checked or not.  I called AT&T and they want to take over my machine by charging $15/mos for a year to fix this.  Ridiculous. 
    So, everytime prior to yesterday, when my husband messed around with it, I was getting a POP needs password box, typed in my password, but to no avail..Then it Keychain password popped up and assumed it was the same, but there's no way to change or modify it even using the new password my husband set up through AT&T.  I am at a complete loss.
    I can access mail through yahoo mail and it takes me to AT&T Yahoo Mail, but no contacts are there so needless to say this is a pain.
    I appreciate any assistance you can give me so I can get back on my email as I have for 4 years.
    Thanks Hackintosh...I look forward to hearing from you....you can use the email above and it will come to me through my yahoo web page....Thanks again and let me know if you need any other information.  If you respond on here, I may not get the answer from you as I didn't know you responded until I came on discussions.  THanks

  • Ipad 2 can not connect to server after 2 day internet outage

    Situation:
    Internet access was down 2 days and was just restored
    Restarted router
    iPad 2 connected to appropriate wifi network, but got error message "could not connect to server" when using Safari. Also, could not access any other internet related service like web email.
    Other devices --- iPad air, Mac, PC laptop and 2 iPhone 4s ---- were able to connect and access internet successfully.
    Actions Taken:
    Powered off iPad 2 and then restarted it. No luck.
    On iPad 2, turned off wifi setting and then turned it back on. It connected to appropriate network, but still could not connect to server.
    Reset router again --- no luck.
    Question:
    Any suggestions?

    Try the following:
    1. Turn router off for 30 seconds and on again
    2. Settings>General>Reset>Reset Network Settings
    3. Reset iPad; hold the Sleep and Home button down until you see the Apple Logo

  • I downloaded Lion OSX and at the end I received a notice that Safari can not connect to Server. All internet connections work including Safari on other user on same computer. I downloaded 13items and installed only 12. What do I do now ?

    I dowloaded Lion OSX and installed. I downloaded 13 iitems and installed only 12. At the end of the insta;;ation I received a notice thst Safart can not connect to Server. Safari does not work on user where installation was made. It work on other user. All internet connections work including google. If I go into Safari the blue line goes up to end of "http" on adress and freezes. Where do I go from here.:::???

    Hi There Linc Davis,
    Wow, you are the best.
    Yip this is what the website looks like. Great job Linc Davis.
    Not surprised that the "Shop" tab is missing. Darn.
    Well can you try to access it's "sister" website: astralmusic.com and astralmusicshop.com?
    Since you are awesome with the "Flash" can you investigate if this website has a issue withis this "Flash" too?
    Please Linc Davis

  • Connection test to database failed: could not connect to server

    I restarted one of my HPOV NNMi 9.23 servers this morning and NNMi is no longer loading.  I am seeing the following errors in the logs indicated:
    /var/opt/OV/log/nnm/public/nmsdbmgr.log
    04/06/2015 09:28:05 AM Connection test to database failed: could not connect to server: Connection refused
    Is the server running on host "127.0.0.1" and accepting
    TCP/IP connections on port 5432?
    /var/opt/OV/log/nnm/public/postgres.log
    2015-04-06 09:25:55.312 EDT: :8580:0LOG: could not translate host name "localhost", service "5432" to address: Name or service not known
    2015-04-06 09:25:55.312 EDT: :8580:0WARNING: could not create listen socket for "localhost"
    2015-04-06 09:25:55.312 EDT: :8580:0FATAL: could not create any TCP/IP sockets
    I checked /etc/hosts and found the following entry:
    #; Local
    127.0.0.1 localhost
    From the command line I can ping localhost with no issue.  Not sure why NNMi is not starting at this point. 
    This question was solved.
    View Solution.

    I also attempted to do a reset using nnmresetebdb.ovpl.  I recieved the following:
    Attempting to reset the embedded database...
    Starting nmsdbmgr process for database reset...
    nmsdbmgr process did not restart successfully - please try reset again.
    When I run ovstart -c I receive the following:
    Name PID State Last Message(s)
    OVsPMD 29831 RUNNING -
    pmd 29832 RUNNING Initialization complete.
    nmsdbmgr - NOT_RUNNING - Exit(1)
    ovjboss - UNSTARTABLE -
    nnmaction - UNSTARTABLE -
    ovspmd: Attempt to start HP OpenView services is complete.
    I definitely need some help with this please!  
    Thanks!

  • TS2621 pop 3 not connecting to server

    my emails have stopped the msge i am getting is pop3 can not connect to server pls help

    I have the same problem since I got the itouch. It connects at home with my airport no problem. I am currently on my mac Book and it picks up a signal and allows me to surf from a network at a gym but the itouch doesn't despite a strong signal. i get Safari can't open the page because it can't find the server.
    After a week of reading most if not all of the related problems, no one has come up with a solution.
    HELP! I am becoming very frustrared with this only working at home.
    Thanks in advance

  • HT4528 Non apple email accounts not connecting to server. How do we fix this issue?

    Non apple email accounts not connecting to server. How do we fix this issue?

    Hello countingBLUEcars,
    We've an article that can help get your Mail moving again.
    iOS: Troubleshooting Mail
    http://support.apple.com/kb/TS3899
    Cheers,
    Allen

Maybe you are looking for