You are viewing limited content. For full access, please sign in.

Question

Question

EntryInfo.CopyTo overrides volume name.

asked on May 8, 2018

I am trying to copy documents from one volume to anaother using EntryInfo.CopyToAsync("path","VOLUME", EntryNameOption.None, out newId). I am finding that in every case, the Volume that gets assigned is the vlume name I send, which exists, and a numeric; VOLUME000001. Why is it behaving this way and what can I do to assign it correctly? Any ideas?

 

0 0

Answer

SELECTED ANSWER
replied on May 8, 2018

"Volume" is the "logical volume" and "Volume000001" is the "physical volume".  You can read about them in the web help https://www.laserfiche.com/support/webhelp/Laserfiche/10/en-us/administration/Default.htm#../Subsystems/LFAdmin/Content/Volume_Rollover.htm%3FTocPath%3DLaserfiche%2520Administration%2520Guide%7CVolumes%7CVolume%2520Rollover%7C_____0

TL;DR: everything is working ok.

0 0
replied on May 8, 2018

Ah, that makes sense now. The call to CopyTo matches the logical volume and displays the physical volume. I assume when I reach the max storage for the physical volume, a new iteration will be created,  VOLUME00002 for example.

 

Thanks

0 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.