On Tue, Apr 08, 2014 at 01:41:13AM -0700, helmutderhaas wrote: > Ah that makes sense, when I ran make initdb the wrong account was in the > RT_Siteconfig so I > ran it manually .. should have checked as I only ran schema.
Which means you also didn't run acl, but since you're on oracle it's less important. > root@requesttracker:/tmp/Assets/rt-extension-assets-master# /usr/bin/perl > -Ilib > -I/opt/rt4/local/lib -I/opt/rt4/lib /opt/rt4/sbin/rt-setup-database > --action insert --datadir > etc --dba rt --prompt-for-dba-password --package RT::Extension::Assets > --ext-version 1.0 > [12305] [Tue Apr 8 09:29:37 2014] [warning]: Unable to open etc/content: > No such file or > directory at /opt/rt4/sbin/rt-setup-database line 374. > (/opt/rt4/sbin/rt-setup-database:374) If you say --datadir, RT looks for content in that directory. You have to use --datafile, like make initdb does. At this point, I would suggest dropping the assets tables and running make initdb cleanly and allowing the extension to manage your database changes rather than trying to piece it back together. -kevin
pgpWoANSx9zpn.pgp
Description: PGP signature
-- RT Training - Dallas May 20-21 http://bestpractical.com/training
