Hi,
I have this problem
I have DCM 6,5 SP1
I installed BOCS and needed to edit the content transfer mechanism
I want this not to affect all users. Therefore I created a role "bocs_us".
In app.xml under my custom directory I added this line used filter
<filter role="bocs_us">
<contentxfer>
<accelerated-write>
<enabled>true</enabled>
<bocs-write-mode>default-async</bocs-write-mode>
<allow-override-bocs-write-mode>true</allow-override-bocs-write-mode>
</accelerated-write>
</contentxfer>
</filter>
Now, I should see upload option if I am a member of "bocs_us" role. But it does not display the override option.
in wdk/app.xml it does say
<!-- when set to "true", allows override of default BOCS write mode by users
(in general, it should be scoped with <filter> tag, e.g. role-based) -->
I am wondering why it is not working.
Any idea?
I appreciate your help
Thanks
Said