mig28mx
26th January 2007, 19:59
I have customized some fields on table tccom020, on develop. Then I make a dump for that table and installed in another develop environment.

I used the session ttaad5210m000 to reconfigure the table on this new environment. And automatically, after doing the table reconfiguration, the session are doing a refint6.1 command.

My questions are:

1.- I have a lot of data on financial tables here, so the refint6.1 are taking a lot of time, can I stop this command without harm?

2.- How can I avoid this command when I install the customization on production?

Thank you in advance.

dave_23
30th January 2007, 00:33
Later patches give you the option on create runtime DD to "rebuild references for parent only" that will cause refint to move much quicker.

in most cases it's fine to stop refint and just run refint6.1 -rs -N <table>
for the table that it was running on when you stopped it.

Dave

mig28mx
1st February 2007, 17:41
Hello Dave,
Thanks for your suggestion. Works perfect!

Regards.

dave_23
1st February 2007, 18:58
Great!

Dave

mig28mx
8th February 2007, 17:47
Another option that SSA support give me is:
1.- Rename file refint6.1 in order that session ttaad5210m000 can“t locate it.
2.- After run create DD, back refint6.1 to the original name and run the command

refint6.1 -r -s Ntccom020 -C<company number>

This will run only for parent references only.

Regards.