Re: [Dspace-tech] How change uri handle from http://hdl.handle.net/ tohttp://myip in all items [RESOLVED]

2014-02-11 Thread esa
Hi, for old uri, use parameter 'old_uri_prefix' and for new uri use parameter 'new_uri_prefix'. example: old_uri_prefix : http://hdl.handle.net new_uri_prefix :http://my-own-url On Tue, Feb 11, 2014 at 1:36 AM, ataurrehman [via DSpace] ml-node+s2283337n4671278...@n4.nabble.com wrote: Dear

Re: [Dspace-tech] How change uri handle from http://hdl.handle.net/ tohttp://myip in all items [RESOLVED]

2014-02-10 Thread ataurrehman
Dear Esa This is what I was looking. There are lot of entries with http://hdl.handle.net and i want to replace it with http://my-own-url. Please tell me which variables to replace with old entry (http://hdl.handle.net) and new entry (http://my-own-url)? Regards, Ata esa wrote Hi, try use

Re: [Dspace-tech] How change uri handle from http://hdl.handle.net/ tohttp://myip in all items [RESOLVED]

2013-06-02 Thread esa
Hi, try use this, i have make a function on posgre to change the canonical URl for the old items. CREATE OR REPLACE FUNCTION update_dc_indentifier_uri_prefix (new_uri_prefix TEXT, old_uri_prefix TEXT) RETURNS INTEGER AS $$ DECLARE uri_database_oldCURSOR FOR SELECT metadata_value_id,

Re: [Dspace-tech] How change uri handle from http://hdl.handle.net/ tohttp://myip in all items [RESOLVED]

2009-08-06 Thread Sean Carte
2009/8/6 Van Ly v...@library.usyd.edu.au: Hi, Summarizing back to the list, the fix was to do the following # in dspace.cfg for handle.canonical.prefix parameter in Handle settings section # to change # CNRI Handle prefix handle.prefix = 123456789 # to change to # CNRI Handle prefix

Re: [Dspace-tech] How change uri handle from http://hdl.handle.net/ tohttp://myip in all items [RESOLVED]

2009-08-05 Thread Van Ly
= http://your.dspace.server.url/handle/ Best wishes, -- Van Ly -Original Message- From: djr [mailto:subs...@gmail.com] Sent: Thu 2009-08-06 02:39 To: dspace-tech@lists.sourceforge.net Subject: [Dspace-tech] How change uri handle from http://hdl.handle.net/ tohttp://myip in all items

Re: [Dspace-tech] How change uri handle from http://hdl.handle.net/ tohttp://myip in all items

2009-07-27 Thread Van Ly
[ how to change handle prefix for dspace objects ] Have a look at [dspace]/bin/update-handle-prefix Best wishes, -- Van Ly -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial.

Re: [Dspace-tech] How change uri handle from http://hdl.handle.net/ tohttp://myip in all items

2009-07-27 Thread Nguyen Hung Thanh
Hi I'm running [dspace]/bin/update-handle-prefix but only change *123456789 *in Uri ( *http://hdl.handle.net/123456789/ http://hdl.handle.net/123456789/8 *8 http://hdl.handle.net/123456789/8). Uri *http://hdl.handle.net* cannot change. Thanh On Tue, Jul 28, 2009 at 8:59 AM, Van Ly

Re: [Dspace-tech] How change uri handle from http://hdl.handle.net/ tohttp://myip in all items

2009-07-27 Thread Van Ly
@lists.sourceforge.net Subject: Re: [Dspace-tech] How change uri handle from http://hdl.handle.net/ tohttp://myip in all items Hi I'm running [dspace]/bin/update-handle-prefix but only change *123456789 *in Uri ( *http://hdl.handle.net/123456789/ http://hdl.handle.net/123456789/8 *8 http://hdl.handle.net

Re: [Dspace-tech] How change uri handle from http://hdl.handle.net/ tohttp://myip in all items

2008-11-27 Thread Mohammad Ehtesham
Change this in dspace.cfg file. Thanks Regards Ehtesham From: Miguel Pizarro [mailto:[EMAIL PROTECTED] Sent: Thursday, November 27, 2008 5:41 PM To: dspace-tech@lists.sourceforge.net Subject: [Dspace-tech] How change uri handle from http