> HI
> I've created an MTS/COM+ server that I run on win2kpro. I tested a client
> machine win98 and client app worked fine(just needed to install/register
> either the TLB or DLL of the com object on the client). Also this client
> machine is on a LAN, although I did use the internet IP in my CreateRemote
> call. When an associate tried to run my client app on another win2kpro
> machine over the internet he got an "interface not supported" error. We
> tried installing/registering TLB and/or COM DLL with no luck. I also
> created an install package (MSI) that COM+ built for me and installed on
his
> machine and still no go. What could possibly be going wrong? It doesn't
> sound like a security issue, but even still I have "Enforce Access Checks"
> unchecked. Authentication Level was set at packet.
> Help me if you can!
> John
> "Alessandro Federici" <a...@bigfoot.com> wrote in message
> news:97oefb$8ti11@bornews.inprise.com...
> > > You say the DCOM configuration can be done programmatically - how ?
(how
> > > does one automatically call DCOMCNFG to install properly ?)
> > I haven't used DCOMCNFG (thank God) in more than a year thanks to MTS.
> > Checl "Professional DCOM Programming", Richard Grimes
> > > Also, I do NOT use MTS. I don't use any major database functionality
as
> my
> > > projects mainly deal with controlling external devices, with just a
> > database
> > > tagged on for historic recording and for logon and intial programme
> setup.
> > So? MTS is no only for distributed transactions (as a matter of fact I
> > rarely use that).
> > > Do you think under these circumstances sockets would be better for
> sending
> > > short commands to the remote PC to control the device?
> > If this is your case, then sockets are fine but you are avioding a thing
> > that you better learn to become a better Windows developer.
> > Trust me, it's worth it.
> > > Are there any major pitfalls (like over the internet etc) where I
might
> > find
> > > myself in any problems in the future ?
> > Not with sockets.
> > You may think of SOAP also.
> > Check my article at www.msdelphi.com and download my components at
> > codecentral.
> > Sorry for being so brief... (it's late and gotta got o work <G>)