[rt-users] rt-3.0.11rc and Oracle
Alexey G Misurenko
mag at caravan.ru
Fri May 7 14:14:25 EDT 2004
On Fri, 7 May 2004 12:39:23 -0400
Jesse Vincent <jesse at bestpractical.com> wrote:
>
>
>
> On Fri, May 07, 2004 at 02:11:39PM +0400, Alexey G Misurenko wrote:
> > Hello!
> >
> > I try to install RT3 at FreeBSD 4.8-RELEASE.
> >
> > perl 5.8.4
> > OCI7 ( from ports )
> >
> > Oracle Database is installed at other server (in my case
> > Linux server)
>
> You followed all the instructions in README.Oracle?
Yes, step by step
I start configure with next papameters
./configure
--prefix /usr/local/rt \
--with-db-type=Oracle \
--with-db-host=fqdn_of_oracle_server \
--with-db-rt-host=fqdn_of_rt_server \
--with-db-dba=rt \
--with-db-database=develop \
--with-db-rt-user=rt \
--with-db-rt-pass=***
...
A bit of debug show that make initialize-database fail
at next place of /usr/local/rt/lib/RT/User_Overlay.pm
[skip]
sub _BootstrapCreate {
my $self = shift;
my %args = (@_);
[skip]
$self->SUPER::Create(id => $principal_id, %args);
my $id = $self->Id;
#If the create failed.
unless ($id) {
$RT::Handle->Rollback();
print __LINE__."\n";
return ( 0, 'Could not create user' ) ; #never loc this
}
[skip]
return ( $id, 'User created' );
}
# }}}
--
WBR, Alexey G Misurenko ( MAG-RIPE | MMAGG-RIPN )
CTO of Caravan ISP http://www.caravan.ru
Phone: +7 095 3632252 Cell: +7 903 7450163
More information about the rt-users
mailing list