Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Moving Large Structural Elements
Jim_Coursey
Does anyone have a good .net or similar tool for moving Structures containing ~50,000 items around without messing up all the concurrent users or blocking Livelink Services?
Find more posts tagged with
Comments
Appu_Nair
if a folder contained 50,000 items or you have a folder containing 50,000 items and you want to move one by one to manageable folders?In the first case it is a parentid update,corresponding subitemcount update on both source and target ,plus any node call backs such as dtreeancestors,rm functions,any dtreeacl stuff then the search engine has a go at making sure the paths change.All in all the second instance is what we are talking about then you have cause for worry as you have to move 50000 items which register as individual transactions.I would think that using OI or lapi one should be able to accomplish what you are asking without much cause for alarm.I really do not know the system concerned so somebody speak up if I am out of line on this.I have even used the Admin server and web interface "localhost" and moved huge structures and it has never posed a failure on me.Sometimes the browser times out but so long as you don't re-start the server you should be ok.
Jim_Coursey
Message from Coursey, Jim <
jim.coursey@ngc.com
> via eLink
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">eLink
Clarification - I need to move one mid-level folder containing tens of thousands of sub items and move that content intact into a different parent folder. All the content keeps its relative location within the highest level folder being moved.
John W. Simon, Jr.
We move large folders quite often without any problem. As Appu suggested we log into one of our Admin servers and tie up a thread there...away from the servers the end users hit. We have not had issues blocking other transactions during these moves (we are still on v951).The only time we have seen blocking it almost always revolves around Object Importer...usually when more than 1 is running at a time.Have you seen blocking during a folder (or other container) move?