Currently, some document in xml_document table doesn't have entries in xml_access table. This is okay during the old access policy. But we changed the access policy( see bug 437 ) and if there is no entry in xml_access table, except owner, other person can not access it. So this file will associate access policy to the documents which don't have by running main method. The policy is: If it belong to data set, associate the dataset file acces rule for it. If it not belong to any dataset, default rule will associate it: owner has full permission and public have read permission. It Workes fine it test data base. We need to talk with administrator to backup Oracle database in KNB. Then run it.
Currently, some document in xml_document table doesn't have entries in
xml_access table. This is okay during the old access policy.
But we changed the access policy( see bug 437 ) and if there is no entry in
xml_access table, except owner, other person can not access it.
So this file will associate access policy to the documents which don't have by
running main method.
The policy is:
If it belong to data set, associate the dataset file acces rule for it.
If it not belong to any dataset, default rule will associate it: owner has full
permission and public have read permission.
It Workes fine it test data base. We need to talk with administrator to backup Oracle
database in KNB. Then run it.