[rt-users] 2.x > 3.x
Andy Harrison
ajharrison at gwi.net
Tue Mar 11 14:00:55 EST 2003
-----BEGIN PGP SIGNED MESSAGE-----
> # ./dumpfile-to-rt-3.0 rt2dump
> [Tue Mar 11 15:16:37 2003] [err]: Couldn't load from the users database.
> (/opt/rt3/lib/RT/CurrentUser.pm:112)
> WARNING: pg_atoi: zero-length string
> WARNING: pg_atoi: zero-length string
> Creating 27 - GWI-CSS
> WARNING: pg_atoi: zero-length string
> WARNING: pg_atoi: zero-length string
> [Tue Mar 11 15:16:37 2003] [crit]: Failed to create user for$VAR1 =
> 'HASH(0x8cc7a04)
> No permission to create users
> ';
> (/opt/rt3/lib/RT.pm:230)
>
I managed to isolate the problem to some specific lines in the
dumpfile-to-rt-3.0 script.
these lines:
print "--step 10--params " . %{params} . "--\n";
$so->Create(%params);
print "--step 11\n";
generate this output:
- --step 10--params 3/8--
[Tue Mar 11 18:53:30 2003] [err]: Couldn't load from the users database.
(/opt/rt3/lib/RT/CurrentUser.pm:112)
WARNING: pg_atoi: zero-length string
- --step 11
and these lines:
print "\nstep 16\n";
print "Creating $old_id - " . $user->{'Name'} . "\n";
print "\nstep 17";
generate this output:
step 16
Creating 27 - GWI-CSS
WARNING: pg_atoi: zero-length string
[Tue Mar 11 18:58:56 2003] [crit]: Failed to create user for$VAR1 =
'HASH(0x8ce6e4c)
No permission to create users
';
(/opt/rt3/lib/RT.pm:231)
step 17
- --
Andy Harrison
Great Works Internet
System Operations
ajharrison at gwi.net
RSA 1024 pgp key: http://www.nachoz.com/andy.pub
-----BEGIN PGP SIGNATURE-----
Version: PGP 6.5.8
iQCVAwUBPm4yZlPEkLgodAWVAQG/HAQAo9gfRsS/9nqAiUvkDlBfXLyH4JoCUUWr
proA4m+m8vAbOeCXowBRa4Q4oer6ZbwRlLBEiw4o0xUzpcsoZxqAQlQAZGndKbm5
gCyZ0JQzp69v3PzwundlKiI11wJqLXdK+LAWQyB3BXW5Xl0wOZtHtqWCyA8B1UTH
hbhAG0ruUhk=
=CTqR
-----END PGP SIGNATURE-----
More information about the rt-users
mailing list