Re-analyse assets missing their proxies
*fcsvr_client search --crit "+some critera+" --limit "+number of assets to limit to+" /asset | awk \/asset/\ '{ print "sudo fcsvr_client list parentlinks --linktype 4 "$1" | grep \"DESC_STATUS: missing\"| fcsvr_client analyze "$1 }' | sh*
You can leave out the search criteria and/or the limit if you want to go crzy on all your assets at once.
Note:
Test this first on a backup of your server, because I haven't
Make a backup of your database and proxies first, you might end up re/creating a lot of files
There's no output to the command line unless you have encountered errors, keep an eye on the current running processes and jobs in FCSvr java UI
Mac OS X (10.5.2)