Is the CF/Jrun service running as a system account or has it been locked
down through a user account?

-----Original Message-----
From: Shahzad.Butt [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 30, 2003 17:07
To: CF-Talk
Subject: RE: CFObject Error


NO

-----Original Message-----
From: Mike Townend [mailto:[EMAIL PROTECTED]] 
Sent: 30 January 2003 16:59
To: CF-Talk
Subject: RE: CFObject Error


Does it work without using the attributes... i.e.

<cfobject action="CREATE" class="Microsoft.XMLDOM" type="COM" name="XMLDoc">




-----Original Message-----
From: Shahzad.Butt [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 30, 2003 16:52
To: CF-Talk
Subject: CFObject Error


Does anyone know why following code using CFObject

  <cfparam name="Attributes.ProgId" default="Microsoft.XMLDOM">
  <cfobject action="CREATE" class="#Attributes.ProgId#" type="COM"
name="XMLDoc">

gives following error

Error Occurred While Processing Request 
An exception occurred when instantiating a Com object. 
The cause of this exception was that: AutomationException: 0x80070005 -
General access denied error. 
 
The error occurred in C:\Test\CFObject.cfm: line 2

1 :   <cfparam name="Attributes.ProgId" default="Microsoft.XMLDOM">
2 :      <cfobject action="CREATE" class="#Attributes.ProgId#"
type="COM" name="XMLDoc">


Shahzad Butt (Development Engineer)

JJ FastFood Distribution Ltd.
Office:  +44 (0) 1992 701 722
Mobile: +44 (0) 7803 584 873
Fax:     +44 (0) 1992 701 604

7 Solar Way, Innova Park, Enfield, London, EN3 7XY



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to