Re: permission denied creating object
- From: "Michael Harris \(MVP\)" <mikhar at mvps dot org>
- Date: Wed, 13 Jul 2005 20:38:26 -0700
Dan D. wrote:
> I'm using a script in a SQL Server dts package and it runs fine in the
> package. When I schedule the package as a job it fails with this
> error: Permission denied: 'CreateObject' Error on Line 76
>
> The code is: set fsObj = CreateObject("Scripting.FilesystemObject")
>
> Exactly what file on the drive is being used to create the object?
> What folder holds all of the files related to scripting? I want to
> check that file. I tried giving the user permissions to the entire
> drive but that didn't work.
>
The Scripting.* progids are implemented in scrrun.dll, normally found in the
system32 folder...
--
Michael Harris
Microsoft MVP Scripting
.
- Follow-Ups:
- Re: permission denied creating object
- From: Dan D.
- Re: permission denied creating object
- References:
- permission denied creating object
- From: Dan D.
- permission denied creating object
- Prev by Date: Net Send script help
- Next by Date: Re: Replace Variable with value in a statement?
- Previous by thread: permission denied creating object
- Next by thread: Re: permission denied creating object
- Index(es):
Relevant Pages
|