[OPEN-ILS-DEV] Trouble with 1.6.1. > 2.0 upgrade

Mike Rylander mrylander at gmail.com
Wed Nov 10 09:55:07 EST 2010


On Wed, Nov 10, 2010 at 9:53 AM, Peters, Michael
<MRPeters at library.in.gov> wrote:
> Left out second query...
>
> evergreen=# SELECT name, prefix, namespace_uri FROM config.xml_transform;
>  name   | prefix |         namespace_uri
> ---------+--------+--------------------------------
>  marcxml | marc   | http://www.loc.gov/MARC21/slim
>  mods    | mods   | http://www.loc.gov/mods/
>  mods32  | mods   | http://www.loc.gov/mods/

There's the problem.

UPDATE config.xml_transform SET prefix = 'mods32' WHERE name = 'mods32';

should fix things right up.

-- 
Mike Rylander
 | VP, Research and Design
 | Equinox Software, Inc. / The Evergreen Experts
 | phone:  1-877-OPEN-ILS (673-6457)
 | email:  miker at esilibrary.com
 | web:  http://www.esilibrary.com


More information about the Open-ils-dev mailing list