rcDestination gives the name of the data store product and various other data. A destination may provide a data store product to which it posts data when a particular fileset has been downloaded. It was envisioned that the ipp would then be free to clean the data on the data store. This feature is currently not being used. {{{ mysql> select * from rcDestination where name = 'ps1-200910'; +---------+------------+------------+---------+--------------+------------------+--------+---------+ | dest_id | name | status_uri | comment | last_fileset | dbname | dbhost | state | +---------+------------+------------+---------+--------------+------------------+--------+---------+ | 17 | ps1-200910 | NULL | NULL | NULL | ippRequestServer | ipp049 | enabled | +---------+------------+------------+---------+--------------+------------------+--------+---------+ }}}