I have inherited a flaky piece of code from a previous developer which
worked under MX6.1.  We use a remote COM object on our domain controller
(windows network) to create *.p12 security credentials files for our
clients.  The code basically just calls the COM object on the domain
controller using a CLSID, runs a method, and then another piece of the CF
code goes out and retrieves the *.p12 file, which is written to the domain
controller by the certificate authority.

Both test servers use the same domain controller, and for a period last
week, one was on MX6.1 and the other on MX7.  The MX7 box constantly
returned the error "class not registered", while the MX6.1 box worked just
fine.  We upgraded the other box to MX7 this morning, and now it too gets
the same error.  I put a copy of the *.exe file on the CF server as well in
one environment and registered, thinking the CF box had to know about the
object even if the call was written as a cfobject tag calling a remote
server (and I was not sure if this had happened when this was first rolled
out, as no documentation existed).  I don't get the "class not registered"
error anymore, but now it appears like the CF box is not even trying to call
the domain controller, but rather trying to execute the COM object locally.

What am I missing??

Rich Rein


**************************************************************************** 
This email may contain confidential material. 
If you were not an intended recipient, 
Please notify the sender and delete all copies. 
We may monitor email to and from our network. 
****************************************************************************


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:236345
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to