Trying to copy or move files from one folder to another under the same bucket on Backblaze, and I keep getting the error ‘Value cannot be null. Parameter name:sourceField’. Also noticed in the log that it’s having problems getting the size of files?
I have a suspicion this has to do with the folder names having spaces in them.
Any help is appreciated!
Kiran
2022-01-02 09:06:13,801 [UI] [1] NOTICE - Explorer started. Version: 6.2.1.8
2022-01-02 09:06:16,105 [CL] [4] ERROR - Size is unknown for TLGBACKUP1/CBB_SERVER1/E$/SQL Backup/143A6F8617286442-140-140.mrbak
2022-01-02 09:06:16,105 [CL] [4] ERROR - Failed to get sourcefile size
CloudBerryLab.Client.Exceptions.UnknownFileSizeException
Unknown file size
at pW.He()
at NC.get_Size()
2022-01-02 09:06:16,234 [CL] [4] ERROR - Size is unknown for TLGBACKUP1/CBB_SERVER1/E$/SQL Backup/143A6F8617286442-140-140.mrbak
2022-01-02 09:06:16,234 [CL] [4] ERROR - Failed to get sourcefile size
CloudBerryLab.Client.Exceptions.UnknownFileSizeException
Unknown file size
at pW.He()
at NC.get_Size()
2022-01-02 09:06:42,225 [CL] [5] ERROR - Command::Run failed:
Copy; Source:TLGBACKUP1/CBB_SERVER1/E$/SQL Backup/143A6F8617286442-00-00.mrbak; Destination:Archive_010222
System.ArgumentNullException: Value cannot be null.
Parameter name: sourceFileId
at pR.A(String , String , String , LL )
at QG.Bx(pL , String , LL )
at pF.RunInternal()
at NC.fm()
2022-01-02 09:08:28,628 [CL] [17] ERROR - Command::Run failed:
Move; Source:TLGBACKUP1/CBB_SERVER1/E$/SQL Backup/143A6F8617286442-138-138.mrbak; Destination:Archive_010222
System.ArgumentNullException: Value cannot be null.
Parameter name: sourceFileId
at pR.A(String , String , String , LL )
at QG.Bx(pL , String , LL )
at pW.BR(pL , String , NB )
at Rt.RunInternal()
at NC.fm()