Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

COM object

Status
Not open for further replies.

cfm

Programmer
Mar 27, 2001
76
CL

this is ok.
on local server

<CFOBJECT TYPE=&quot;COM&quot; CLASS=&quot;Scripting.FileSystemObject&quot; NAME=&quot;FSO&quot; ACTION=&quot;CREATE&quot;>

but, remote server (local network) is not working

<CFOBJECT TYPE=&quot;COM&quot; CLASS=&quot;Scripting.FileSystemObject&quot; NAME=&quot;FSO&quot; ACTION=&quot;CREATE&quot; SERVER=&quot;198.136.1.2&quot; CONTEXT=&quot;remote&quot;>

please is urgent.

.thanks
 
the object is registered.

this is a error:

COM error 0x5. Access is denied.

on CF5 server
 
sounds like permissions problem, not a com error.
coldfusion isn't running administrator permissions.

In control panel goto services. double click on the coldfusion services and where there is 'logon as'
it will probably be checked as system account.

Change this to 'this account', click the browse button and choose administator.

This is on NT4, may be slightly different on W2000. But it should be to do with the ColdFusion services permissions.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top