Results 1 to 2 of 2

Thread: Runtime Error 462 : Remote server machine does not exist or unavailable

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2006
    Posts
    1

    Runtime Error 462 : Remote server machine does not exist or unavailable

    Hello All,

    I'm getting runtime error "462 : Remote Server machine does not exist

    or unavailable" while accessing the com+ components on windows 2003

    server from windows 2000 professional and windows 98 machines.

    The environment is :
    Server Components (COM+) : on Windows 2003 server SP1
    Client Application : Windows 2000(professional) SP4
    Windows 98 (Second Edition)
    VB6.0 SP5 installed on Windows 2000 m/c

    I have 3 components which are deployed on windows 2003 server. When the

    application is trying to access this component, it fires the above

    error.

    ////////
    The piece of code :

    Dim objconnectstring As abmGeneral.clsGlobalConnectionMain

    Set objconnectstring = Nothing
    Set objconnectstring = New abmGeneral.clsGlobalConnectionMain

    abmDeskOwner.GlobalConnectString = objconnectstring.getConnectionString
    ////////

    I have even checked the network connectivity, it's fine. Also all the

    service packs are installed.



    Pls. help

  2. #2
    Frenzied Member yrwyddfa's Avatar
    Join Date
    Aug 2001
    Location
    England
    Posts
    1,253

    Re: Runtime Error 462 : Remote server machine does not exist or unavailable

    First thing to try is using Set MyObject = CreateObject("YourProject.YourClass","YourRemoteServer") This will test whether or not the Windows RPC infrastructure is all correct and present: using new uses the VB6 runtime to provide the wire protocols.
    "As far as the laws of mathematics refer to reality, they are not certain; and as far as they are certain, they do not refer to reality." - Albert Einstein

    It's turtles! And it's all the way down

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width