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)
Submit Deletion to staging from script
disco
Does anyone know how to submit a deletion to the staging area from the command line or from a script. I have tried running the following command:
iwsubmit -w /iwmnt/default/main/tccom/WORKAREA/css/filelist.4077 "submit filelist deletion"
I get the following error message which makes sense since the file is not there.
ERROR:02005: Error locating /iwmnt/default/main/tccom/WORKAREA/css/filelist.4077
Can anyone tell me how to submit this deletion without doing it manually through the TeamSite GUI.
Find more posts tagged with
Comments
Migrateduser
Did you try using the file's vpath (without the /iwmnt)? This is what the manual says the iwsubmit command expects.
Brinko Kobrin
Interwoven Staff Engineer
disco
That was the problem. It works now. Thanks for the tip.