CreateObject Failed Error :: -2147023174

Hi everybody,
We are using component services for creating component proxies. I could create the proxies in the Application server, these components are instantiated in the Web server. When the createObject method is invoked the following error occured
"006~ASP 0177~Server.CreateObject Failed~800706bano" error number::-2147023174
When we see the components in the application server we could see that they are rotating(assuming that they are instantiated.) Why am not able to access it in the Web server. Here Web and application servers are in two diffent machines. Can any one help me out in solving this problem. This is very urgent please help.

Thanks in advance
Vamshi Allam
[706 byte] By [Vamshi] at [2007-11-17 14:31:55]
# 1 Re: CreateObject Failed Error :: -2147023174
The error number means 'The RPC server is unavailable.'

Are you saying that you try to CreateObject on the Web Server, and you can see that the object is instanciated on the app server, but the above error is returned ? Or are you saying that you have tried CreateObject on both servers ?
BSquared at 2007-11-10 3:41:39 >
# 2 Re: CreateObject Failed Error :: -2147023174
The object is instantating on the app server, but the Error :: -2147023174 is returned. Thanks for the reply. Can you tell me what the reason is? Thanks in advance
Mike Macleen at 2007-11-10 3:42:39 >