Hi Experts,
I wanted to submit one folder to staging thru ksh script (submit_newdir.sh), which is executed from /opt/iw-home/custom/scripts folder.
cmd as follows
/opt/iw-home/bin/iwsubmit -w -u 'new folder' $submit_dir
Also tried with
/opt/iw-home/bin/iwsubmit -w -u "$submit_dir" "new folder"
still same error message.
if [ "$?" -ne 0 ]; then
echo "WARNING: Failed to submit $submit_dir"
exit $E_FAILURE
fi
I am getting the following error message.
ERROR:02422: No such TeamSite user
WARNING: Failed to submit /default/main/xyz/abc/WORKAREA/test/web/impfiles
My working environment is solaris and using TS5.5.2
Any valuable suggestions pls.....
Edited by KTR on 04/02/03 04:35 PM (server time).