Page 1 of 1

Problem with Bigint when getting Nulls

Posted: Fri Sep 07, 2007 5:26 am
by karthegx
Hi,

I have a problem when Importing the metadata for Datatype BigInt from the table.


when importing the key column from the table it writes as BigInt and NotNull.

I am using Join stage inorder to get this key When Join fails it should write Nulls.But instead of writing Nulls its writing "0"(Zero's).

How to get Nulls in this case

Thanks in Advance

Posted: Fri Sep 07, 2007 5:29 am
by ray.wurlod
Change the Nullable property on the right input and on the output links for this column to "Yes".

Posted: Fri Sep 07, 2007 5:47 am
by karthegx
If I am changing the Nullable property the job is Aborting

and these are the warnings:

"APT_CombinedOperatorController(1),3: Conversion error calling conversion routine timestamp_from_string data may have been lost"

Posted: Fri Sep 07, 2007 5:52 am
by ray.wurlod
Unrelated issue - get the syntax of the timestamp_from_string function correct in your specification - include 'nullable' if needed.