Workflow Soluiton

 View Only
  • 1.  WriteFile Component

    Posted Oct 12, 2010 10:52 AM

    I am using a writefile component to write my form content to a folder on the workflow server. When debugging, the workflow stalls at the Writefile step with the folowing error:

    Message: (Write File WriteFile) - Access to the path '\\wkflw7\F$\ARRForms\1111\Document.pdf' is denied.

    Where/How do i adjust access rights to this folder?



  • 2.  RE: WriteFile Component

    Posted Oct 12, 2010 11:12 AM

    In Windows Explorer, you can browse to the path in question, right click - Properties, click the Security tab, and give write access to the ASPNET user (or just Users in general, if you're not particularly concerned with security)



  • 3.  RE: WriteFile Component

    Posted Oct 26, 2010 03:22 PM

    If this is same error i saw a while ago, you may want to take a deeper look into the logs there, you should be able to see what account is accessing that folder.  If the account is something like "\WFServerName$"  You may need to add the Computer Object to that folders permissions.