Can't seem to rename an existing Verity collection in ColdFusion without deleting, recreating, and rebuilding the collection. Problem is, I have some very large collections I'd rather not have to delete and rebuild from scratch. Any one have a handy trick for this conundrum?
|
feedback
|
|
I don't believe that there is an easy way to rename a Verity collection. You can always use
to assign an alias to an existing collection, provided you do not need to re-use the original name. | |||
|
feedback
|
|
Looks like this is not possible. Deleting and re-creating the collection with the desired name appears to be the only approach available. | |||
|
feedback
|
|
For the Verity part (without considering ColdFusion), it's easy enough to detach a collection, rename it, and reattach it again:
Now you can rename the collection directory, and re-attach. (If you are unsure of any of these values, check them with collget before you take it offline).
It should now show up again in the 'hierarchyview'. You can also use the "merge" utility to copy content from one collection to another, with a new name. | |||
|
feedback
|