Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

NTFS and Publisher

Hi All,

When I publish a document with Publisher it will not inherit the security settings of its parents folder.

Any ideas how to change this setting ?

Thanks in advance,

Ben

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Thanks.

I solved the issue by letting publisher do the distribute action. And afterwards I reset the security settings of all the QVWs by using this code

icacls "dir\*.qvw" /inheritance:e /c /t

View solution in original post

2 Replies
Not applicable
Author

Hi Ben,

Publisher itself doesn't offer this functionality, but you can have the successful completion on the reload trigger an External Program.  This program could be a .bat file that uses a copy command to transfer the file.  This would achieve the inherited security that you are trying to achieve.

Anonymous
Not applicable
Author

Thanks.

I solved the issue by letting publisher do the distribute action. And afterwards I reset the security settings of all the QVWs by using this code

icacls "dir\*.qvw" /inheritance:e /c /t