Closed
Description
When uploading data to irods using data_objects.put() I get the following error
irods error: -405000 INTERMEDIATE_REPLICA_ACCESS
This happens when the file is larger than 32mb and there is an apostrophe in the path (eg. "zone/home/project/collections/user's collection"). The data object is created as a broken 0 bytes file. When I try to delete this file I get the following error:
irods error: -1803000 HIERARCHY_ERROR
If the parameter for data_objects.put() num_threads is set to 1 the upload is successful so it is most likely related to the threads.