cancel
Showing results for 
Search instead for 
Did you mean: 

OSDB signal files Mig; import monitor hangs early on SAPNTAB.STR

Former Member
0 Kudos

Has anyone out there worked with signal file controlled OSDB migrations?

We’re having an issue on the target that the import_monitor (aka migmon) hangs (not errors in the log) after these lines:

INFO: 2013-03-07 11:55:19

Version table 'SVERS' is found in STR file '/oracle/XXX/O2O/EXPORT/DATA/SAPNTAB.STR' from package 'SAPNTAB'.

INFO: 2013-03-07 11:55:19

Data conversion tables 'DDNTF,DDNTF_CONV_UC,DDNTT,DDNTT_CONV_UC' are found in STR file '/oracle/XXX/O2O/EXPORT/DATA/SAPNTAB.STR' from package 'SAPNTAB'.

So

  • the export is running and files followed by signal files are being transferred
  • All STR files are pre-copied over.
  • If I comment out all but 2 or 3 STR files (in DATA) then the import starts running without issue for these files, but with all STR files there (as I would expect for full migration) it finds SAPNTAB.STR and before anything really kicks off the monitor hangs at this point

Any ideas?

View Entire Topic
Former Member
0 Kudos

Hi Jamie,

As per the system copy guide, there shouldn't be any conversion of tables happening.

Usually we will delete all the contents in the following tables before start of the migration.

DDNTF

DDNTF_CONV_UC

DDNTT

DDNTT_CONV_UC

I would suggest you to open the corresponding package TSK file and set the status as ign and continue with the import.

Please refer the system copy guide for more information.

Thanks and Regards,

Vimal

Former Member
0 Kudos

You can see the tables in conversion using the tcode ICNV... Please check in source system whether these tables are there ..

If yes, please proceed as suggested above.

Former Member
0 Kudos

Thanks for your responses Maria -

select tabname from <schema>.ddntf where tabname like 'QCM%';

finds nothing.

There should be no conversion here I think (already all unicode).

I think the problem is rather with the signal files migration logic, however I sincerely appreciate the notes on SAPNTAB and DDNTF*

I will update all here once this is solved

former_member188883
Active Contributor
0 Kudos

Hi Jamie,

You may use updated migmon.SAR files along with latest R3Load, R3szchk and R3TA files.

Regards,

Deepak Kori

Former Member
0 Kudos

I did update them - but in fact the answer was this:

I tweaked order_by.tpl to reorder packages to optimise the migration but did NOT put SAPNTAB 1st. This should always be the case.

Now it's working.

Cheers all