diff --git a/src/DIRAC/Resources/Catalog/RucioFileCatalogClient.py b/src/DIRAC/Resources/Catalog/RucioFileCatalogClient.py index 5eae4133add..2e30afd24d0 100644 --- a/src/DIRAC/Resources/Catalog/RucioFileCatalogClient.py +++ b/src/DIRAC/Resources/Catalog/RucioFileCatalogClient.py @@ -736,7 +736,7 @@ def getFileUserMetadataBulk(self, lfns): except Exception as err: return S_ERROR(str(err)) try: - for met in self.client.get_metadata_bulk(dids=dids, inherit=True): + for met in self.client.get_metadata_bulk(dids=dids, inherit=True, plugin="ALL"): lfn = met["name"] resDict["Successful"][lfn] = met for lfn in lfnList: