From: John I. <io...@gm...> - 2009-06-18 16:06:26
|
João, You're right that the plugin formerly known as "UpdateGusFromXML" is now called "LoadGusXml". I have updated the bootstrap-data wiki page. Looking in my own instance, I also see that there's no "lowercase_name" in sres.ExternalDatabase. I suspect that the bootstrap XML dates from a time when there was such a table. I updated that on the wiki, too. John On Mon, Jun 15, 2009 at 10:12 AM, João David Lira <lir...@gm...>wrote: > Hello, > > I tried tu use GUS with postGreSQL, but i having some problems. > With some help i installed GUS, but i cant do the boostrap data from > tutorial in: > > http://www.gusdb.org/wiki/index.php/Bootstrap%20data > > I using GUS form svn and i receive the error > > > $ ga +create GUS::Common::Plugin::UpdateGusFromXML --commit > > FATAL: Can't locate GUS/Common/Plugin/UpdateGusFromXML.pm in @INC (@INC > contains: /home/nugen/GUS/gus_home/lib/perl /etc/perl > /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 > /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 > /usr/local/lib/site_perl .) at (eval 16) line 1. > > > I tried to find this plugin in the GUS files, but i cant. > > So i tried with Loadfrom XML > > $ ga +create GUS::Supported::Plugin::LoadGusXml --commit > > and worked, but after i tried: > > $ ga GUS::Supported::Plugin::LoadGusXml --filename > /home/nugen/ExternalDatabase.xml --commit > > and i receiver: > > [...] > DBD::Pg::st execute failed: ERRO: value is too long for type character > varying(255) at /home/nugen/GUS/gus_home/lib/perl/GUS/ObjRelP/DbiDbHandle.pm > line 147. > > SQL ERROR!! involving > > UPDATE Core.AlgorithmInvocation > SET > modification_date = ?, > end_time = ?, > row_alg_invocation_id = ?, > result = ? > WHERE algorithm_invocation_id = ? > Values: now(), now(), 12, > ERROR: > ERROR: attempting to access attribute 'lowercase_name' of table > ExternalDatabase, but that table does not have such an attribute > > at /home/nugen/GUS/gus_home/lib/perl/GUS/ObjRelP/DbiRow.pm line 742 > [...] > > and anothers erros. > > I doing something worng ? > I using postGreSQL. Can somebody help me ? > > Are there any tutorial for bootstrap data ? And where can i find plugins > documentation ? > > Thanks a lot, > > -- > João David de Lira > Universidade Estadual do Ceará - UECE > > > ------------------------------------------------------------------------------ > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensing option that enables unlimited > royalty-free distribution of the report engine for externally facing > server and web deployment. > http://p.sf.net/sfu/businessobjects > _______________________________________________ > Gusdev-gusdev mailing list > Gus...@li... > https://lists.sourceforge.net/lists/listinfo/gusdev-gusdev > > |