[Dspace-tech] Question about Primary Bitstream

2011-06-22 Thread George S Kozak
Hi, Everyone:

OK...I've been working on DSpace since 2003, so I know that I should know the 
answer to this...but I don't!

I set the Primary Bitstream flag for an item, but now I want to remove it, but 
I can't seem to figure out how to get rid of it.  Does anyone know?

George Kozak
Digital Library Specialist
Cornell University Library Information Technologies (CUL-IT)
501 Olin Library
Cornell University
Ithaca, NY 14853
607-255-8924

--
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today.
http://p.sf.net/sfu/quest-sfdev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Question about Primary Bitstream

2011-06-22 Thread Claudia Jürgen
Hello George,

not via th UI. You can do it on db level (usually warning for backup 
etc. before tempering with your db):

update bundle set primary_bitstream_id = null where bundle_id=YourBundleID;

Hope that helps

Claudia Jürgen

Am 22.06.2011 16:19, schrieb George S Kozak:
 Hi, Everyone:

 OK...I've been working on DSpace since 2003, so I know that I should know the 
 answer to this...but I don't!

 I set the Primary Bitstream flag for an item, but now I want to remove it, 
 but I can't seem to figure out how to get rid of it.  Does anyone know?

 George Kozak
 Digital Library Specialist
 Cornell University Library Information Technologies (CUL-IT)
 501 Olin Library
 Cornell University
 Ithaca, NY 14853
 607-255-8924





 --
 Simplify data backup and recovery for your virtual environment with vRanger.
 Installation's a snap, and flexible recovery options mean your data is safe,
 secure and there when you need it. Data protection magic?
 Nope - It's vRanger. Get your free trial download today.
 http://p.sf.net/sfu/quest-sfdev2dev



 ___
 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/

--
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today.
http://p.sf.net/sfu/quest-sfdev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Question about Primary Bitstream

2011-06-22 Thread helix84
On Wed, Jun 22, 2011 at 16:19, George S Kozak g...@cornell.edu wrote:
 I set the Primary Bitstream flag for an item, but now I want to remove it,
 but I can’t seem to figure out how to get rid of it.  Does anyone know?

Just setting bitstream.primary_bitstream_id to NULL for the ORIGINAL
bundle should do it.

Regards,
~~helix84

--
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today.
http://p.sf.net/sfu/quest-sfdev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Question about Primary Bitstream

2011-06-22 Thread helix84
 Just setting bitstream.primary_bitstream_id to NULL for the ORIGINAL

Sorry, the table name is bundle, not bitstream.

--
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today.
http://p.sf.net/sfu/quest-sfdev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Question about Primary Bitstream

2011-06-22 Thread Brian Freels-Stendel
Hi there,

In 1.6.2, XMLUI, you can 
-navigate to the item page
-click Edit this item in the sidebar menu
-click Item Bitstreams tab
-click the appropriate item link
On that page, there's a dropdown for Primary bitstream.

I don't remember this being available in 1.4 JSPUI, and we skipped 1.5, so I 
don't know exactly when it showed up.

You may also be able to edit the db directly.  I think the only place this 
shows up is in the bundle table, but I'm not positive about that, so I'd wait 
for a more knowledgeable answer for this.

B--

 On 6/22/2011 at 8:19 AM, in message
a3e58c957c81584e933f5da65fd9680605a11ba...@mbxa.exchange.cornell.edu, George
S Kozak g...@cornell.edu wrote:
 Hi, Everyone:
 
 OK...I've been working on DSpace since 2003, so I know that I should know 
 the answer to this...but I don't!
 
 I set the Primary Bitstream flag for an item, but now I want to remove it, 
 but I can't seem to figure out how to get rid of it.  Does anyone know?
 
 George Kozak
 Digital Library Specialist
 Cornell University Library Information Technologies (CUL-IT)
 501 Olin Library
 Cornell University
 Ithaca, NY 14853
 607-255-8924


--
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today.
http://p.sf.net/sfu/quest-sfdev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech