Nulls appear for business key columns on SCD Type1 update

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
RudreshEswarappa
Participant
Posts: 21
Joined: Wed Aug 29, 2007 1:33 am
Location: Bangalore
Contact:

Nulls appear for business key columns on SCD Type1 update

Post by RudreshEswarappa »

Hi,

I am using SCD stage to do type 1 updates on a particular table.The business key field is of type varchar. When changes on the attribute takes place instead of update a new row is inserted but with business key value NULL.

I tried changing the datatype from varchar to integer (since value were compatible for datatype change) and the type1 update was successful. but now i have a table with values that cannot be integer and I cannot find any workaround.

Can anyone help?


Thanks in advance.
Regards
Rudresh Eswarappa
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

I wonder if this is related to the known bug in which range lookups work for numeric data types but not for string data types?

Alas I can't help with a solution.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
RudreshEswarappa
Participant
Posts: 21
Joined: Wed Aug 29, 2007 1:33 am
Location: Bangalore
Contact:

Post by RudreshEswarappa »

Thanks for the response Ray.

What do you suggest... Shall I take it up with the support then? this is something That has to be implimented ASAP...

Can you suggest any workaround.
Rudresh Eswarappa
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

If it's urgent why are you waiting for my advice? You are paying your support provider; let them earn some of it.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
platonfi
Premium Member
Premium Member
Posts: 27
Joined: Mon May 26, 2008 1:39 am

Post by platonfi »

Support has a client side patch for this known issue.
algfr
Participant
Posts: 106
Joined: Fri Sep 09, 2005 7:42 am

Post by algfr »

Hello

I think I have this issue, it is a HUGE problem.

I have DS 8.01 FP1a

Could you tell me if this version has the issue or not ? I can't find it on the IBM site.
algfr
Participant
Posts: 106
Joined: Fri Sep 09, 2005 7:42 am

Post by algfr »

It is a client patch not a server patch ?
algfr
Participant
Posts: 106
Joined: Fri Sep 09, 2005 7:42 am

Post by algfr »

Nobody has a clue ?

It really surprises me as this bug seems huge (no way to lookup on a varchar)...

I've opened a case at IBM so I'll let you know.
algfr
Participant
Posts: 106
Joined: Fri Sep 09, 2005 7:42 am

Post by algfr »

IBM says : Appears to be the patch_JR30746v2_client_windows_801fp1.zip on the client side. Don't know if that works yet. It's weird to me a patch can be on the client side...
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

From what I've seen, most patches for 8.x are applied from the client side, that doesn't necessarily make them a 'client patch' however.
-craig

"You can never have too many knives" -- Logan Nine Fingers
algfr
Participant
Posts: 106
Joined: Fri Sep 09, 2005 7:42 am

Post by algfr »

So far not resolved yet, I'm still communicating with IBM, it's strange other people didn't have thsi problem that much.

Anyway I'll let you know
algfr
Participant
Posts: 106
Joined: Fri Sep 09, 2005 7:42 am

Post by algfr »

algfr wrote:So far not resolved yet, I'm still communicating with IBM, it's strange other people didn't have thsi problem that much.

Anyway I'll let you know
Ok, this is the correct patch, this works now.
Post Reply