tfs2013 - TFS Release Management Visual Studio 2013 - Permission Issue -


i attempting deployment 'program files' directory on target server, running tfs deployment agent under account 'administrator' privilege.

i unable perform directory operations on 'program files'

surely deployment tool should able access program files?

microsoft release management managewindowsio powershell script v12.0 copyright (c) 2013 microsoft. rights reserved.  executing following parameters:   action: create   source file or folder name: c:\program files\xxx   destination file or folder name:    read only:    archive:    system:    hidden:    owner domain:    owner name:    working directory: (script path)  new-item : access path 'xxx' denied. @ c:\users\xxxxxxxxxxxxxx\appdata\local\temp\rm\t\rm\create folder\201507 141521278761159-39\managewindowsio.ps1:165 char:17 +         new-item <<<<  -itemtype directory -path $filefoldername     + categoryinfo          : permissiondenied: (c:\program file...     xxx:string) [new-item], unauthorizedaccessexception     + fullyqualifiederrorid : createdirectoryunauthorizedaccesserror,microsoft     .powershell.commands.newitemcommand  done errors.  folder not created.   exiting error: 9999 

thanks

after make changes account permissions, make sure restart deployment agent service.


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -