All the metadata for all applications is stored in the 2 verity indexes cfa_metadatakeywords and cfa_metadatacategories, so these are really independent of the applications, and spectra does not create them upon install... Basically, the only easy way to do it is to call cfa_metadataindexall to create the indexes automatically. Unfortunately, if there are many objects in the system, it'll take ages as that tag runs through all the objects in the application verity indexing them for metadata, which is not a fast process. So, you may wish to just steal the top 20 lines or so of that file, which create the collections for you.
Cheers, Aaron. /**************************************** Aaron Shurmer Senior Developer Daemon Internet Consultants ph +61 (0) 2 9380 4162 <http://www.daemon.com.au/> engineered.innovation ****************************************/ -----Original Message----- From: Vaughan Evans [mailto:[EMAIL PROTECTED]] Sent: Monday, 7 January 2002 5:42 PM To: Spectra-Talk Subject: problem creating metadata via script Hi all, I've got a script I use cater for all my metadata needs. It creates my heirarchy, categories and keyords. The problem is that when I use this script to create the metadata in my application it doesn't create the necessary indexes at the same time. Creating all this via the webtop works fine though. Anybody know why this is happening? Is there a flag I should be setting in the create tags or something? Thanks for any help. Vaughan ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm ------------------------------------------------------------------------------ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
