Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
permission for user system on win2k
rajnag
Hi,
Environment
TeamSite: Version 5.5.2 service pack 5
OS: Windows 2000 Advanced server Service pack 3
I am able to successful run the command from the command line in dos logged in as a user belong to group1 which has permissions in both the workareas.
$cmd = `c:\iw-home\bin\iwcp Y:\default\main\br1\WORKAREA\wa\file1 Y:\default\main\br2\WORKAREA\wa\file1`
When executing the above command in an external task I am getting permission denied in iwtrace.log file.
ERROR:00013: Permission denied.
How to check if SYSTEM has permission to these branches or not. If not how to include the user SYSTEM.
Thanks
nag.
Find more posts tagged with
Comments
Migrateduser
hi.
just do one thing. create one .ipl file and write the command in that .ipl file.
call that ipl file in external task in the workflow. becs i think, you are trying direct in the external task.
Let me know if it wont work
Thanks
Rishi Gupta
Certified Interwoven Consultant
AKB
navigate through Y drive to the respective workarea folders and see the permissions of the folders and files. Once I have permissions problem when System was not part of the list...
rajnag
The command is executed not from the workflow but from the external script and ipl file as you said. When I replace the iwcp command with normal system command it able to copy from one branch to another. But when try using wicp CLT its not workig any pointers how to resolve this would be appriceated.
Thanks
nag,