Page 1 of 1

not inerting reords into target

Posted: Sun Apr 26, 2009 11:09 pm
by sunitha_cts
Hi,
I need help in serting the records into taget Oracle table.


oracle_stage-transf-lkp-lkp-oracle target
' '
ref table
'
ref table

Warning1:APT_CombinedOperatorController(1),3: Conversion error calling conversion routine timestamp_from_string data may have been lost.
Warning2:Lookup: Input dataset 1 has a partitioning method other than entire specified; disabling memory sharing.

Lookup,2: Ignoring duplicate entry at table record 4; no further warnings will be issued for this table

Info:Tgt_EXPERIENCE_PERIOD,0: Records inserted: 0
Records used for update: 0
Records rejected: 0
Total records: 0.

Fatal:node_node1_2: Player 4 terminated unexpectedly.

Re: not inerting reords into target

Posted: Sun Apr 26, 2009 11:40 pm
by Pagadrai
sunitha_cts wrote: Warning1:APT_CombinedOperatorController(1),3: Conversion error calling conversion routine timestamp_from_string data may have been lost.
Warning2:Lookup: Input dataset 1 has a partitioning method other than entire specified; disabling memory sharing.

Lookup,2: Ignoring duplicate entry at table record 4; no further warnings will be issued for this table

Info:Tgt_EXPERIENCE_PERIOD,0: Records inserted: 0
Records used for update: 0
Records rejected: 0
Total records: 0.
.
Hi Sunitha,
I think the problem could be that no records are reaching the target Oracle stage itself. As i dont see any rejected record count.
can you confirm the same?

w.r.t warning,
stringToDate conversion - there are lot of posts in this forum and you can search for the solution easily. Issue could be with Null handling.

and there are multiple records matching for the giving set of lookup keys.
so, if it is valid scenario, then you need to enable the option in lookup so that multiple lookup records can be retrieved.

Hope it helps.

Posted: Mon Apr 27, 2009 2:37 am
by ray.wurlod
We don't even bother trying to diagnose errors from APTCombinedOperatorController.

Posted: Mon May 04, 2009 10:07 am
by pavans
ray.wurlod wrote:We don't even bother trying to diagnose errors from APTCombinedOperatorController. ...


If you have a Timestamp feild, which you might be reading as a String.
And you are not using StringToTimestamp conversion function.
Please check your data and use the Conversion function.