Robert James Clay | 9 Jun 2012 18:45
Picon

v1.2 db to v1.3 db conversion process

   Something I noticed and wondered about while I've been working on db
conversion issues.  In the test db I'm using; after the page advising
that a 1.2 db was found and asking if I want to upgrade it, I get a page
about a duplicate vendor number.  I fixed that and then get a page like
this:
--------------------------------------------------------------------
Database Management Console
Enter User			
	Contrib Dir	________
	Default Country	________
	Default AR	________
	Default AP	________
[Upgrade]
--------------------------------------------------------------------

   That "Enter User" is in white characters on a black background. Why
"Enter User" for that page?  Doesn't seem relevant...

   Second;  why is it asking for the "Contrib Dir"?  The installation
already has that information and is otherwise working with it.

Jame

	

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
(Continue reading)

Chris Travers | 10 Jun 2012 02:21
Picon

Re: v1.2 db to v1.3 db conversion process

On Sat, Jun 9, 2012 at 9:45 AM, Robert James Clay <jame@...> wrote:
>   Something I noticed and wondered about while I've been working on db
> conversion issues.  In the test db I'm using; after the page advising
> that a 1.2 db was found and asking if I want to upgrade it, I get a page
> about a duplicate vendor number.  I fixed that and then get a page like
> this:
> --------------------------------------------------------------------
> Database Management Console
> Enter User
>        Contrib Dir     ________
>        Default Country ________
>        Default AR      ________
>        Default AP      ________
> [Upgrade]
> --------------------------------------------------------------------
>
>   That "Enter User" is in white characters on a black background. Why
> "Enter User" for that page?  Doesn't seem relevant...
>
>   Second;  why is it asking for the "Contrib Dir"?  The installation
> already has that information and is otherwise working with it.

contrib_dir was added before the contribdir in the
LedgerSMB::Sysconfig.  It looks like we moved over the Perl code but
forgot to remove the input.  I checked and it looks like this input is
ignored.

Fixed in branches/1.3
>
>
(Continue reading)

Robert James Clay | 12 Jun 2012 01:34
Picon

Bug#677098: v1.2 db to v1.3 db conversion process

tags 677098 + fixed-upstream
Thanks

On Sat, 2012-06-09 at 20:21 -0400, Chris Travers wrote in the
ledger-smb-devel mailing list:
> On Sat, Jun 9, 2012 at 9:45 AM, Robert James Clay <jame <at> rocasa.us> wrote:
> >   Something I noticed and wondered about while I've been working on db
> > conversion issues.  In the test db I'm using; after the page advising
> > that a 1.2 db was found and asking if I want to upgrade it, I get a page
> > about a duplicate vendor number.  I fixed that and then get a page like
> > this:
> > --------------------------------------------------------------------
> > Database Management Console
> > Enter User
> >        Contrib Dir     ________
> >        Default Country ________
> >        Default AR      ________
> >        Default AP      ________
> > [Upgrade]
> > --------------------------------------------------------------------
> >
> >   That "Enter User" is in white characters on a black background. Why
> > "Enter User" for that page?  Doesn't seem relevant...
> >
> >   Second;  why is it asking for the "Contrib Dir"?  The installation
> > already has that information and is otherwise working with it.
> 
> 
> contrib_dir was added before the contribdir in the
> LedgerSMB::Sysconfig.  It looks like we moved over the Perl code but
(Continue reading)


Gmane