Requirements failure: null string argument.

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
laknar
Participant
Posts: 162
Joined: Thu Apr 26, 2007 5:59 am
Location: Chennai

Requirements failure: null string argument.

Post by laknar »

Hi ,

Job Finished without warnings,

But its throwing the below Fatal Error,

Requirements failure: null string argument.

Can any one help me why this error.

Its urgent Plz.
Maveric
Participant
Posts: 388
Joined: Tue Mar 13, 2007 1:28 am

Post by Maveric »

We don't do urgent here. Do a search on urgent and u will see the kind of replies you get. For your answer, do a search on "null string argument". See if one of those posts help.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Describe your job fully and accurately. If you must, post the generated OSH. Ideally, post the score.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
laknar
Participant
Posts: 162
Joined: Thu Apr 26, 2007 5:59 am
Location: Chennai

Post by laknar »

vbfjdsbvfd ffdjbd kghjkfdbv vdcv

Iam using the below logic

if
(count of space >=0 ) and (Checking for the last word is alphabetical or not)
and (also length of data >2) then we are

last word of the data.

else if

if the above condition is not satisfied then we go second word

else if

firstword
.....

For this is we used ALpha and Num functions but iam getting

Requirements Failure,Null string argument.

Please help me.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

laknar - that didn't help clarify your problem at all. What stages are you using? are you calling functions from a transform stage? Are any of your string columns nullable?
laknar
Participant
Posts: 162
Joined: Thu Apr 26, 2007 5:59 am
Location: Chennai

Post by laknar »

DB2------------------>Transformation------------->Dataset


Yes String columns are nullable

and Iam Calling from a transform Stage.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

That means you are doing some function call in your transform stage using a null string where the function doesn't allow null values. Look at your stage variables and derivations and see which ones manipulate strings.
stefanfrost1
Premium Member
Premium Member
Posts: 99
Joined: Mon Sep 03, 2007 7:49 am
Location: Stockholm, Sweden

Post by stefanfrost1 »

You need to handle nulls before you process them in a stage variable.
-------------------------------------
http://it.toolbox.com/blogs/bi-aj
my blog on delivering business intelligence using agile principles
Post Reply