The Approach I am trying to work with is:
- I have a Build Tool - TeamCity -using this tool, There are Steps for Deployment those can be run.
- Use the Username and password to run the Deployer.bat file from the script (Windows OS) and this script can be added as an execution step. But here as of now, Administrator user is being used.
- Here on #2, need to change the Administrator user to some other user like custom user created on MWS and It is associated with ACL on IS level. But getting access denied with script as below:
D:\...\Deployer.bat --deploy -dc DepCand -project %PrjName% -host %ISHost% -port %port% -user %user% -pwd %pass% -force -reportFilePath D:\reportPath
When passed the Administrator user here, it works. But as a need of the requirement given to change this Administrator user to a custom user, which user have access to run the Deployer.bat and also the same can be added in the as User, Pass and the specific ACL created for the same.
I have created one user on MWS, assigned a Group and that Group is added under Deployer Admin ACL on IS. But this is not working and giving the error as below.
Authorization Required: [ISS.0084.9004] Access Denied
Please suggest some better solution for the same.