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
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 handle.prefix = 123456789 handle.canonical.prefix