Page 1 of 1

APT_CombinedOperatorController : Requirements failure: null

Posted: Mon Oct 10, 2005 3:22 am
by ashwin141
Edited By moderator, Original Post:
Can somebody give me possible solutions and causes for this warning.

"APT_CombinedOperatorController(0),0: Requirements failure: null string argument.
Requirements failure: null string argument."


Thanks in advance
Ashwin


Reply By kumar_s:
Hi Aswin,
You can always try "Dont combine" option.
Still more infromatin needed from you side.

regards
kumar
End of editing by moderator.

Thanks .

But Changing the combinability mode also doesn't help.


What infomation you need?
Abt the job. It reads a sequential file, does some transformations on it . Then there is a join with a master file. Which is of zero byte for the first run. Join is full outer. After that there is a transformer in which we are doing null handling and finally writing the output to a sequential file.


Please let me know if this can help you solve my problem.

Thanks
Ashwin

Posted: Mon Oct 10, 2005 5:56 am
by kumar_s
Hummm.... bit tough.....
Try to concentrate on transformations in the transformer stage, try to make use of modify stage for null handling...
Though it is not helping you directly, it may be usefull to narrow down the point of error.

regards
kumar

Posted: Mon Oct 10, 2005 10:13 am
by roy
Hi,
As this is a clear follow up for the previous post please post a reply rather then a new post for the same issue.

I'll add the original question to this post and remove the original post.

Thanks in advance,

Posted: Tue Oct 11, 2005 6:31 am
by kumar_s
Iam really sorry, i dont know whether its my mistake :oops: or my mouse prob :x .

Any how thanks roy.

regards
kumar

Posted: Tue Oct 11, 2005 3:27 pm
by track_star
Can you set APT_DISABLE_COMBINATION=True and run the job again as kumar suggested? It would at least show you where the error is coming from (which operator). Also, how are you handling the nulls that are getting inserted from the join?