Remote creation of an object 
Author Message
 Remote creation of an object

Hi,

I have a server with COM+ - Components installed on it.

When I use

set objData = CreateObject("IQL.clsIQL")

or set objData = CreateObject("IQL.clsIQL","MyServerName")

on the machine itself, it works fine.

But: what are the basics to create an Object on a remote computer? What do I
have to configure on my machine and how has the call to look like on the
second machine?

Machine A                                               Machine B
My Object IQL     <-------------------    wants to use the object on server
a

Do I have to install anything on machine B?

At the moment, I get the message "ActiveX-Coponent can't create Object:
'IQL.clsIQL'

Thanks in advance,
Stefan



Mon, 04 Oct 2004 19:18:48 GMT  
 Remote creation of an object
Hi Stefan,
You have to export the package from the server "A" to the
server "B", doing the following:
Open the server "A" Component Services MMC
Right-click on the package you want to run on server "B"
Click on "Export..."
Choose a name and location for the package files.
Now run the .MSI file on server "B".
After install you can use CreateObject
("IQL.clsIQL","serverA") on server "B"
I hope it help.
Carlos.

Quote:
>-----Original Message-----
>Hi,

>I have a server with COM+ - Components installed on it.

>When I use

>set objData = CreateObject("IQL.clsIQL")

>or set objData = CreateObject("IQL.clsIQL","MyServerName")

>on the machine itself, it works fine.

>But: what are the basics to create an Object on a remote
computer? What do I
>have to configure on my machine and how has the call to
look like on the
>second machine?

>Machine A                                              
Machine B
>My Object IQL     <-------------------    wants to use

the object on server

- Show quoted text -

Quote:
>a

>Do I have to install anything on machine B?

>At the moment, I get the message "ActiveX-Coponent can't
create Object:
>'IQL.clsIQL'

>Thanks in advance,
>Stefan

>.



Tue, 05 Oct 2004 01:36:36 GMT  
 Remote creation of an object
Hi,

but what if I have the components already installed on both machines?

This is the Situation

Machine A                                       Machine B
Software XY                                    Software XY
componente IQL.clsIQL                   componente IQL.clsIQL

On both machines is absolutely teh same software.
But: I want to use the IQL.clsIQL from machine a on machine B and vice versa
to exchanchange e.g. content or to synchronize those Programs.

How can this be done?

Stefan



Quote:
> Hi Stefan,
> You have to export the package from the server "A" to the
> server "B", doing the following:
> Open the server "A" Component Services MMC
> Right-click on the package you want to run on server "B"
> Click on "Export..."
> Choose a name and location for the package files.
> Now run the .MSI file on server "B".
> After install you can use CreateObject
> ("IQL.clsIQL","serverA") on server "B"
> I hope it help.
> Carlos.

> >-----Original Message-----
> >Hi,

> >I have a server with COM+ - Components installed on it.

> >When I use

> >set objData = CreateObject("IQL.clsIQL")

> >or set objData = CreateObject("IQL.clsIQL","MyServerName")

> >on the machine itself, it works fine.

> >But: what are the basics to create an Object on a remote
> computer? What do I
> >have to configure on my machine and how has the call to
> look like on the
> >second machine?

> >Machine A
> Machine B
> >My Object IQL     <-------------------    wants to use
> the object on server
> >a

> >Do I have to install anything on machine B?

> >At the moment, I get the message "ActiveX-Coponent can't
> create Object:
> >'IQL.clsIQL'

> >Thanks in advance,
> >Stefan

> >.



Tue, 05 Oct 2004 15:31:16 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Remote script creation times-out then throws error 0x800A01AD (ActiveX can't create object)

2. Remote Creation of WScript.Shell object Fails

3. DCOM Remote object creation time

4. Permission Denied error on remote object creation to MTS

5. remote directory creation

6. Remote process creation using kerberos: Explicit example somewhere?!

7. Remote process creation using kerberos: Explicit example somewhere?!

8. ActiveX object creation on an ASP page

9. Licensed ActiveX object creation using createElement problem.

10. complex object creation in JScript

11. Creation of ActiveX Object on Tomcat

12. Wow, class object inline creation.

 

 
Powered by phpBB® Forum Software