Unrecognized top level format property: nocheck

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
Ragunathan Gunasekaran
Participant
Posts: 247
Joined: Mon Jan 22, 2007 11:33 pm

Unrecognized top level format property: nocheck

Post by Ragunathan Gunasekaran »

Hi ,
I am loading the oracle table with the write method =load and and rebuild index option ..I am getting this wird warning

Code: Select all

When checking operator: When validating export schema: Unrecognized top level format property: nocheck
from the DB stage in the log. Any clues to remove this warning
Regards
Ragu
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Search? Curiously, you are not the first to have reported this.
Last edited by ray.wurlod on Tue Sep 09, 2008 6:46 am, edited 1 time in total.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Ragunathan Gunasekaran
Participant
Posts: 247
Joined: Mon Jan 22, 2007 11:33 pm

Post by Ragunathan Gunasekaran »

Hi ,
one solution to this prob is that i can disable the load and use the upsert method but there is an problem in using this option.

I have consecutive spaces in non nullable char column which when inserted is treated as null and job aborts . I went for this load option with Oracle_preserver_balnk_space env variab;e set. How do i cope up with this situation .. Any clues on this please ....
Regards
Ragu
Ragunathan Gunasekaran
Participant
Posts: 247
Joined: Mon Jan 22, 2007 11:33 pm

Post by Ragunathan Gunasekaran »

Any clues please on the post
Regards
Ragu
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

What did your Search reveal?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Ragunathan Gunasekaran
Participant
Posts: 247
Joined: Mon Jan 22, 2007 11:33 pm

Post by Ragunathan Gunasekaran »

Hi ,
There is no resolved post or workaround post.. But there are citations that using load option can lead to this problem ... Hence thought of an alternative way by changing that to upsert...
Regards
Ragu
Post Reply