Hi i created a domain id and added it to administrator group on windows OS. However when i use the id on run program operator to run a program i get this error "cannot create process as user access denied".
Hi i created a domain id and added it to administrator group on windows OS. However when i use the id on run program operator to run a program i get this error "cannot create process as user access denied".
Can you manually login to the machine as this domain id and run the program you are attempting to run through Process Automation?
hi Andrew,i found the issue when running the script/program, ITPAM creates a temp file in the script location which is specified when i did the installation under the user/appdata folder of the user ID i used to install ITPAM.
the domain ID i created did not have rights to write to the folder that's why i failed, i updated the temp script location to E:\temp its working now.
hi Andrew,i found the issue when running the script/program, ITPAM creates a temp file in the script location which is specified when i did the installation under the user/appdata folder of the user ID i used to install ITPAM.
the domain ID i created did not have rights to write to the folder that's why i failed, i updated the temp script location to E:\temp its working now.