[rt-users] RT2 -> RT3 import correspondance issue, revisited

Damian Gerow damian at sentex.net
Mon Oct 27 10:30:51 EST 2003


Thus spake Phil Homewood (pdh at snapgear.com) [24/10/03 19:43]:
> Damian Gerow wrote:
> > The utility itself spewed out a *lot* of information, and it *did* fix a
> > number of things (according to its output).  But it also labeled a number of
> > things as suspicious, and couldn't fix them:
> > 
> >     Checking 3581 (txn 5515): parent 4322 looks bad, tried to change to 3580 but failed: Immutable field
> 
> It won't have fixed anything, then. I guess I should have made this
> comment in the script:
> 
> # Need to set
> # Parent => { 'read'=>1, 'write'=>1, },
> # in RT::Attachment::_ClassAccessible before running this.

This is what I see:

    sub _ClassAccessible {
	{                 
	    id => {read => 1, type => 'int(11)', default => ''},
	    TransactionId => {read => 1, write => 1, type => 'int(11)', default => '0'},
	    Parent => {read => 1, write => 1, type => 'int(11)', default => '0'},
	    ...
	}
    };

I vaguely remember making this change a while ago, looks like I forgot to
set it back.  So I've been running with this change for some time -- unless
I need to take out the rest of the line...?



More information about the rt-users mailing list