File/Folder privileges

Options
sriram4133
edited February 11, 2022 in Analytics #1
<p>Hi, we are in the process of migrating our reports from iHub2 to iHub3 manually.</p>
<p>Is there a way to check the file/folder permissions on the backend(postgresql) or any other way?</p>
<p>I had a look at some tables in postgresql(for example below query and output) but it did not help me as file_privilges are in number format. It is not showing if a file/folder has read or write or any other privilege.</p>
<p>Instead it is displaying some number.</p>
<p> </p>
<p>select file_name,file_type,file_privileges from ac_chi_prd1_birt_01.ac_file_or_folder ff, ac_chi_prd1_birt_01.ac_file_privileges fp<br>
where ff.file_iid = fp.file_iid</p>
<p> </p>
<p>"Heller Group.rptdesign";"RPTDESIGN";-32737<br>
"IO Designs";"DIRECTORY";21<br>
"Heller Group.rptdesign";"RPTDESIGN";-32705</p>

Comments