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


Reply With Quote