Hello,

I?m trying to connect to a NT service with one built in EXE server using CFMX
6.1

This object is always running I just need to connect to it.

<CFOBJECT NAME="ObjTest" ACTION="CONNECT"
CLASS={78BDE062-6W44-3344-8C02-4557B88WER12} TYPE="COM">

...... and always getting this error


An exception occurred when instantiating a Com object.
The cause of this exception was that:
coldfusion.runtime.com.ComProxy$ComObjectConnectio nException: An exception
occurred when trying to connect to an active Com object..


CREATE OBJECT works fine only CONNECT OBJECT is throwing an exception.

Any Ideas?

Thanks