Hi all,

I am using PHP 4.0 running under Apache on Win'98 box.
I have created a COM object and has to instantiate this and make use of this COM object from another machine also running PHP 4.0.
the syntax i used is:

$objDevice = new COM("SMSServer.clsDevice","10.100.120.67")or die("Unable to instantiate");

but it always shows unable to instantiate??

Where i am wrong...from the local machine i am able to do..that is just COM...but when i used DCOM it says unable to instantiate??

Am i missing out anything
pls help me out.

Thanks
Shankar

    Hi Bastien,

    I have registered the COM in the server 10.100.120.67
    so from server A i am instantiating a COM object in server B(10.100.120.67)

    Shankar

      Write a Reply...