Search found 188 matches

by poorna_76
Wed Feb 04, 2009 10:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Key field "ID" was not found in the input schema
Replies: 1
Views: 5785

Key field "ID" was not found in the input schema

I am encountering a strange issue here. When i run the job in parallel mode (using configuration 2x2) the job is failing with the following error message: main_program: Error when checking operator: Key field "ID" was not found in the input schema. main_program: Internal Error: (status == ...
by poorna_76
Thu Dec 04, 2008 8:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Restart variable in Sequence
Replies: 4
Views: 3012

No. You could look at the job sequence log in Director (or using API functions or dsjob command) - from memory a regular run request has "job run requested" while a reset has something different. ... Thanks Ray. What i am trying to accomplish here is, if the Sequence is executed from a pr...
by poorna_76
Wed Dec 03, 2008 3:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Restart variable in Sequence
Replies: 4
Views: 3012

Restart variable in Sequence

Hi All,
Is there any DataStage Macro/variable that can be used inside the Sequence, to determine if that particular run is normal run or a restart.


Thanks in Advance.
by poorna_76
Thu Nov 06, 2008 7:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Empty DataSet vs DataSet with records
Replies: 2
Views: 2308

You cannot stop creation of an empty dataset and there is no builtin function for use in jobs that would give you that information. You can use the UNIX command "orchadmin" to list the number of recor ... Thanks ArndW. We have 2 scenraios here: 1. Dataset is not getting created at all in ...
by poorna_76
Thu Oct 16, 2008 7:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Empty DataSet vs DataSet with records
Replies: 2
Views: 2308

Empty DataSet vs DataSet with records

Is there way to differentiate 'DataSet with no records' vs 'DataSet with some records'. Is there a function or command or routine avialable. Is it possible to control the dataset creation - if i don't have any data going to dataset, is there a way to stop the empty dataset creation. If not, can i us...
by poorna_76
Tue Sep 30, 2008 8:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NULL vs EmptyString
Replies: 3
Views: 3112

Re: NULL vs EmptyString

even though i see a space in the dataset, datastage does not recognise this a EmptyString. A little lost. A space? If there's a space then you don't have an empty anything ... Chulett, Sorry for the confusion. I don't see a space , i see it as empty string without any spaces. Even if i do the Len(L...
by poorna_76
Mon Sep 29, 2008 8:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NULL vs EmptyString
Replies: 3
Views: 3112

NULL vs EmptyString

We are reading data from XML file using XML Stage and loading into dataset. In the XML stage specified the option 'Replace NULL's with EmptyValues & Replace EmptyValues with NULL's' For ' MissingAttributes ' in the XML file, we are getting NULL's in the dataset. For EmptyString's (Code ='') we a...
by poorna_76
Wed Aug 13, 2008 11:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSJE_DSJOB_ERROR
Replies: 12
Views: 11069

chulett wrote:Do you have the 'Automatically handle activities that fail' option enabled in the Sequence job? ...
Yes.
by poorna_76
Tue Aug 12, 2008 11:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSJE_DSJOB_ERROR
Replies: 12
Views: 11069

Cool. Make sure you include one of the "wait" options with dsjob so that you know if it runs ok or not. ... Hi Chulett, Now i am running into a different problem. jsTestSeq.JobControl (@Execute_DataStageLog): Command dsjob -run did not finish OK, reply = '2' Since my actual job is finishi...
by poorna_76
Mon Aug 11, 2008 11:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSJE_DSJOB_ERROR
Replies: 12
Views: 11069

chulett wrote:Get rid of the spaces around the equal sign in the parameter name/value pairs. ...
Thanks Chulett.

It worked after removing the spaces around the equal sign in the parameter name/value pairs.
by poorna_76
Mon Aug 11, 2008 11:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSJE_DSJOB_ERROR
Replies: 12
Views: 11069

Hmmm... ok. How "dynamic" are we talking about? If the number of different jobs are a small number, consider just branching to multiple Job Activity stages using triggers or the Nested Conditon stage. ... Hi Chulett, The no of jobs are very high, that's the reason i am trying this method.
by poorna_76
Mon Aug 11, 2008 11:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSJE_DSJOB_ERROR
Replies: 12
Views: 11069

ArndW wrote:What happens if you enter the command as "dsjob" and parameters as "-run -mode NORMAL -param paramRecLmt = 10 DEV TestdsjobExecute
" ...
Hi ArndW,

I am getting the same error, even after trying the way you mentioned above.
by poorna_76
Mon Aug 11, 2008 10:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSJE_DSJOB_ERROR
Replies: 12
Views: 11069

chulett wrote:Why in the heck would you not use a Job Activity stage for this? :? ...
For testing purpose, i had hardcoded the jobname here,
but my actaul intention was to run 2 different similar jobs (for 2 different process) generating jobname dynamically based on some parm values.
by poorna_76
Mon Aug 11, 2008 9:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSJE_DSJOB_ERROR
Replies: 12
Views: 11069

DSJE_DSJOB_ERROR

I am trying to execute a job using Execute Command Activity inside the Sequence. When i don't specify any parameters, the job executes fine. When i specify the parameters, Sequence aborts does not execute the job. It looks like some syntax error, but not sure where the error is: ********************...
by poorna_76
Thu Oct 04, 2007 9:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Inserting NULL value in a DATE field
Replies: 1
Views: 1961

Inserting NULL value in a DATE field

Hi All,

Iam having problems bringing in a DateTime field coming from Oracle which as some NULL values and trying to load into Teradata DATE field (which allows NULL's).

what is the best way to load a NULL value into a DATE field?

Thanks in Advance.