Results 1 to 3 of 3

Thread: deny access

  1. #1
    Ali Alhussein Guest

    deny access

    Hello, I Have created a folder in the IIS called Webreporting. I used sql server to generate HTML into that folder. I make NT security to that folder so certain people can view the report. Unfortunatelly my code to generate the scheduled HTML report failed and gave this error message:

    Server: Msg 16821, Level 11, State 1, Procedure sp_makewebtask, Line 125
    SQL Web Assistant: Could not open the output file.

  2. #2
    Join Date
    Nov 2006
    Posts
    1

    Permission should be made

    I think the access deny was occuring because the output file(i.e. the target html file) would not be opened in write mode until the directory containing the file have permission for SQL server account.

  3. #3
    Join Date
    Sep 2002
    Posts
    5,938
    Does sql service account have permission to access that folder?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •