DCOM component working on single computer but not over network Error Number : 429 
Author Message
 DCOM component working on single computer but not over network Error Number : 429

Hi All,

I am looking for some help getting a DCOM program to work. The progam works
perfectly on a single computer but will not work over a network. The error
message that appears is

Error Number : 429
Error Description: ActiveX component can't create object
Module Name: Global
Sub/Function: Main

I have setup the dataobject.dll component within Project Properties so
Remote Server Files is ticked and the Version Compatiblity is binary
compatibility. From the client interface component I have added the *.vbr
file. I have unregistered the remote dll file from the client computer. I
have also checked DCOMCNFG utility.

Note if I register the dll file on the client computer the program works
purfectly. But does not work when I unregister the same dll file. I want it
to use a remote dll file.

PLEASE PLEASE HELP
courtney



Fri, 22 Aug 2003 22:59:33 GMT  
 DCOM component working on single computer but not over network Error Number : 429
Hello Courtney,
When you create a COM/DCOM componet you want to create a TLB file. Are you
instaniating the componet using the servers name too? eg. Set Srv =
CreateObject("ServerRole.Client", "srv.dom.ca")


Quote:
> Hi All,

> I am looking for some help getting a DCOM program to work. The progam
works
> perfectly on a single computer but will not work over a network. The error
> message that appears is

> Error Number : 429
> Error Description: ActiveX component can't create object
> Module Name: Global
> Sub/Function: Main

> I have setup the dataobject.dll component within Project Properties so
> Remote Server Files is ticked and the Version Compatiblity is binary
> compatibility. From the client interface component I have added the *.vbr
> file. I have unregistered the remote dll file from the client computer. I
> have also checked DCOMCNFG utility.

> Note if I register the dll file on the client computer the program works
> purfectly. But does not work when I unregister the same dll file. I want
it
> to use a remote dll file.

> PLEASE PLEASE HELP
> courtney



Sat, 23 Aug 2003 01:22:43 GMT  
 DCOM component working on single computer but not over network Error Number : 429
Hi there,

I am currently using the Enterprice addition of VB 6. When I add the *.VBR
file it automatically generates and adds the *.TLB file.

Thanks
Courtney

Quote:
> Hello Courtney,
> When you create a COM/DCOM componet you want to create a TLB file. Are you
> instaniating the componet using the servers name too? eg. Set Srv =
> CreateObject("ServerRole.Client", "srv.dom.ca")



> > Hi All,

> > I am looking for some help getting a DCOM program to work. The progam
> works
> > perfectly on a single computer but will not work over a network. The
error
> > message that appears is

> > Error Number : 429
> > Error Description: ActiveX component can't create object
> > Module Name: Global
> > Sub/Function: Main

> > I have setup the dataobject.dll component within Project Properties so
> > Remote Server Files is ticked and the Version Compatiblity is binary
> > compatibility. From the client interface component I have added the
*.vbr
> > file. I have unregistered the remote dll file from the client computer.
I
> > have also checked DCOMCNFG utility.

> > Note if I register the dll file on the client computer the program works
> > purfectly. But does not work when I unregister the same dll file. I want
> it
> > to use a remote dll file.

> > PLEASE PLEASE HELP
> > courtney



Sat, 23 Aug 2003 00:21:52 GMT  
 DCOM component working on single computer but not over network Error Number : 429
And the whole point of that is so that you have something to "install" and register on the client,
even for a component that is actually installed on a server elsewhere...

--
Michael Harris
Microsoft.MVP.Scripting
--

Please do not email questions - post them to the newsgroup instead.
--

Quote:

> Hi there,

> I am currently using the Enterprice addition of VB 6. When I add the *.VBR
> file it automatically generates and adds the *.TLB file.

> Thanks
> Courtney


> > Hello Courtney,
> > When you create a COM/DCOM componet you want to create a TLB file. Are you
> > instaniating the componet using the servers name too? eg. Set Srv =
> > CreateObject("ServerRole.Client", "srv.dom.ca")



> > > Hi All,

> > > I am looking for some help getting a DCOM program to work. The progam
> > works
> > > perfectly on a single computer but will not work over a network. The
> error
> > > message that appears is

> > > Error Number : 429
> > > Error Description: ActiveX component can't create object
> > > Module Name: Global
> > > Sub/Function: Main

> > > I have setup the dataobject.dll component within Project Properties so
> > > Remote Server Files is ticked and the Version Compatiblity is binary
> > > compatibility. From the client interface component I have added the
> *.vbr
> > > file. I have unregistered the remote dll file from the client computer.
> I
> > > have also checked DCOMCNFG utility.

> > > Note if I register the dll file on the client computer the program works
> > > purfectly. But does not work when I unregister the same dll file. I want
> > it
> > > to use a remote dll file.

> > > PLEASE PLEASE HELP
> > > courtney



Sat, 23 Aug 2003 11:23:07 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. DCOM component working on single computer but not over network Error Number : 429

2. DCOM component working on single computer but not over network Error Number : 429

3. Script Error Line No: 42

4. V.42 Error protocol

5. Help: 'Object Required' - error 42

6. why will a report run on my home computer and not on my work computer

7. Why DCOM ActiveX Exe is Working and ActiveX Dll is not working

8. Copy ASCII Codes to Network Printer does not Work Permison Error

9. Republishing a component using Visual Component Manager does not work

10. DCOM on (not) same Computers

11. RunTime 42

12. Clearing 42 textboxes with a for loop

 

 
Powered by phpBB® Forum Software