Hi,
I have a requirement to create folders in CS 16.2, I have to create around 900 folders and each folder contains around 40 subfolders at different levels.
I am using LLNode.NodeCreate(<node>, <parent>) to create each folder in my RequestHandler.
When I run this request handler, folder creation starting and able to create some folders but after some time its giving error saying "Could not create new Folder."
When I re run the request handler it is able to creat some more folders and then getting the same error. Every time I am getting this error intermittently.
I am running request handler as "Admin" user and the parent folder has all required permissions.
Any thoughts?
Thanks,
Anjaneyulu M.