> I am having trouble running a Visual FoxPro Executable via CFEXECUTE to > do some DBF maniupations on the Server -- the EXE is loaded as a service > and then is not released upon execution timeout as specified in the > CFEXECUTE statement (20 seconds) -- I included reference to an > "outputfile" but no output is actually generated by the program so the > file generated is empty. > > JasonOU reported to Macromedia that he fixed the problem by running > "dcomcnfg". He then went to the "Default Security" tab, clicked on "Edit > Default" under "Access Permissions", and added the account which the IIS > service uses to execute anonymously (this is generally > IUSR_machinename). > > Since I am running XP Home (without IIS), I am using CF's Internal > equivalent of IIS and am wondering what fix works that may be similar to > the one suggested by JasonOU to get the EXE released.
You might be able to fix this using DCOMCNFG. Within that, you can allow access to the security principle running CF (SYSTEM by default). Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone: 202-797-5496 fax: 202-797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF community. http://www.houseoffusion.com/banners/view.cfm?bannerid=35 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:183296 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=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

