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)
file permission changes after iwsubmit
meikel
Hi
when i submit a file with iwsubmit the file permission changes.
we creates php files from teamsite and it works well.
now we have an ipl to submit them into stagingarea. in that ipl we used the syntax:
$iwhome/bin/iwsubmit -w "$phpfilename" "automatic submit"
this works fine to. BUT!!!
After submitting the file the file security is changing:
Writable is changing from "Yes" to "no"
We tried it also with
$iwhome/bin/iwsubmit -w -u "$phpfilename" "automatic submit"
or
$iwhome/bin/iwsubmit -x -u "$phpfilename" "automatic submit"
Now we can't delete or regenerate that files.
Even Admins can't do anything.
What can we do:
1. to delete that files?
2. to submit them without that strange effect?
We are using TS 5.5.2
regards
meikel
Find more posts tagged with
Comments
Adam Stoller
You say you are using TeamSite 5.5.2 (good)
What SP's or patches have been applied?
What OS is the server running on?
What locking model is defined for the branch(es) where you are experiencing this problem?
--fish
(Interwoven Senior Technical Consultant)
meikel
Server is running on Windows 2000.
SP 2 is installed (Requirement from customer)
main_lock_model = submit_lock
only_lock_owner_creator_submits=no
regards
meikel
james1
When you say that "Writable" is changing from "Yes" to "no", is that on the file in staging, or on the file in the workarea from where the submit occurred, or something else?
Can you post the contents of your submit.cfg file?
-- James
--
James H Koh
Interwoven Engineering
nipper
run iwtestcfg on the file, post the results
iwtestcfg /default/main/WORKAREA/andre/cgi/test.sh
(followup to James's post)
Andy