[rt-users] Problems with dumpfile-to-rt-3.0

Robert Westendorp rjwsys at uniserve.com
Wed Oct 13 15:01:33 EDT 2004


 Some more info .. did some debugging and it appears that the code dies
here:

         $users->UnLimit();
     }
     $users->{'find_disabled_rows'} = 1;

     my @users;
     foreach my $user ( @{ $users->ItemsArrayRef })  {   <-----  This line
is where it dies. I'm not 100% sure what this line does
         my $user_ds;
                 foreach my $param ( sort keys %$acc, 'id' ) {
             $user_ds->{$param} = $user->_Value($param)
               if ( $user->_Value($param) );
         }


 Exporting tickets/queues everything else is fine .. it's just the users
that
 is giving me a problem.

 Robert.

> ----- Original Message ----- 
> From: "Robert Westendorp" <rjwsys at uniserve.com>
> To: <rt-devel at lists.bestpractical.com>
> Sent: Tuesday, October 12, 2004 3:09 PM
> Subject: [Rt-devel] Problems with dumpfile-to-rt-3.0
>
>
> > Hi when I run dumpfile-to-rt-3.0 (v1.23) I'm getting reams of this ....
> any
> > ideas?
> >
> > uCreating user Unnamed user 251198
> > .[Tue Oct 12 22:08:48 2004] [error]: Could not create a new user -
> > (/usr/local/rt-3.2.2/lib/RT/User_Overlay.pm:26
> > 0)
> > Failed to create user for$VAR1 = {
> >           'CryptedPassword' => undef,
> >           'Name' => 'Unnamed user 251198'
> >
>




More information about the rt-users mailing list