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)
Iwsubmit
prem_pratick
We are using a Backend command to Submit a DCR to maintain the version of the same. The command is as below
/apps/iw-home/bin/iwsubmit -w -u 'press submitted'
Please can any one let me know that the command is correct and it would not lead to any error/issue.
Thanks
Prem Pratick
Find more posts tagged with
Comments
Frederik
sounds like your basic RTFM and trial-error would be more appropriate
I think you need a -c before the comment though.
iwsubmit {other flags as desired} -c "submit comment" vpath1 "filecomment1" vpath2 "filecomment2" ...
filecomment can be blank, but you must have that argument, so use the "" empty quotes.
curiousmaverick
try out, we are more than happy to debug
prem_pratick
Hi ,
I tried the below command and its working fine
/apps/iw-home/bin/iwsubmit -w -u -c 'Backend Publish' -i 'Publish' DCR-Path 'Submitted'
Thanks
Prem Pratick