Hello George,

if the two collection are identical, i.e. it's just one collection 
appearing in 2 communities you can map the entire collection on db level 
(usual warning about db backup and make sure you know what you are doing):

insert into community2collection (id,community_id,collection_id) values
(getnextid('community2collection'),NEWCOMMUNITY_ID,COLLECTION_ID);

then update your indices.

Hope that helps

Claudia Jürgen


Am 04.11.2010 14:38, schrieb George Stanley Kozak:
> Hi...
>
> I have a collection that I am creating in which I am batch loading
> about 1500 PDFs.  The owner of these PDFs would like them to appear
> as well in another collection...so, using the process that I have
> used in the past, after I load these PDFs I am going to go to the
> other collection, start the Item Mapper and go through and manually
> select all 1500 to add to the other collection.
>
> Is there a better way to do this?
>
> George Kozak Digital Library Specialist Cornell University Library
> Information Technologies (CUL-IT) 501 Olin Library Cornell
> University Ithaca, NY 14853 607-255-8924
>
>
>
>
>
> ------------------------------------------------------------------------------
>
>
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
> David G. Thomson, author of the best-selling book "Blueprint to a
> Billion" shares his insights and actions to help propel your business
> during the next growth cycle. Listen Now!
> http://p.sf.net/sfu/SAP-dev2dev
>
>
>
> _______________________________________________ DSpace-tech mailing
> list DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech

-- 
Claudia Juergen
Universitaetsbibliothek Dortmund
Eldorado
0231/755-4043
https://eldorado.tu-dortmund.de/

------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to