Search found 174 matches

by singhald
Fri May 29, 2009 4:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Ent Oracle Ent.
Replies: 4
Views: 1973

It is always good to use complete word instead of using short form. In datastage you have option to demote the fatal/warning messages into inforation log message. this option called message handler. you can write the message handler manually or can use datastage director to create it and add the per...
by singhald
Thu May 14, 2009 11:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Text file read aborts - Short read encountered
Replies: 8
Views: 4727

Could you please also add the fatal error message in your post
by singhald
Mon Feb 23, 2009 1:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting Job Elapsed time for all datastage jobs
Replies: 2
Views: 3854

Getting Job Elapsed time for all datastage jobs

Hi All, I need your help to get the job elapsed time for al datastage job in a project. i am able to get the elapsed time for a job by using dsjob -report projectname jobname command. but it can give only for one job, please write me if it is possible to get the elapsed time for all datastage jobs b...
by singhald
Thu Dec 04, 2008 4:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: seq numbers
Replies: 5
Views: 1659

Suresh,

you can use oracle sequence and use a lookup stage in your job perform sparse lookup on oracle sequence and get the next value each time for each record.
by singhald
Thu Dec 04, 2008 4:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove duplicates using Transformer
Replies: 8
Views: 5873

i have a question, why can't you use KeyChange=1 in transformer instead of using stage variable. is there any problem.
by singhald
Wed Nov 26, 2008 2:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: default value for Nullable decimal fields
Replies: 5
Views: 2624

my target stage is is sequential stage and am wrting records into delimited flat file
by singhald
Fri Nov 21, 2008 12:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: default value for Nullable decimal fields
Replies: 5
Views: 2624

do we have any other way to do that without defaulting to any value for null
by singhald
Tue Nov 18, 2008 5:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: After Job query in PX
Replies: 8
Views: 2820

Hi vintipa ,

provide the correct databse schema name before the table name. and see weather you are running the oracle load in same schema or not

regards,
by singhald
Tue Nov 18, 2008 5:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: default value for Nullable decimal fields
Replies: 5
Views: 2624

default value for Nullable decimal fields

Hi I want to know what value we should use if we need to handle null for decimal and date fields and provide some value if thouse contains null value in souce fields. Please provide some suggestion if some one have already handled decimal and date field without using any type conversion functions. R...
by singhald
Tue Nov 18, 2008 2:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: After Job query in PX
Replies: 8
Views: 2820

Hello Vintipa,

In oracle enterprise stage we have options call Open Command and Close Command in stage propertise tab.

in your case you can use Closed Command options and can write the use defined sql query to update the table based on required condition.
by singhald
Fri Nov 14, 2008 4:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Field 'Emp_code' from input dataset '0' is NULL. Record drop
Replies: 13
Views: 6398

my source is oracle table , in oracle stage you cant change any setting for a field
by singhald
Fri Nov 14, 2008 4:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Field 'Emp_code' from input dataset '0' is NULL. Record drop
Replies: 13
Views: 6398

i am getting this message in transformer stage, i am not using any intermediate stages. or derivation.

i have one question. if a source filed is null and direct mapped to target field witout any trasformaiton, why we need to do any null handling.\

Thanks
by singhald
Fri Nov 14, 2008 4:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Field 'Emp_code' from input dataset '0' is NULL. Record drop
Replies: 13
Views: 6398

prasanna i have also used the nulll to empty in target field derivation, but it didn't work.

Thanks
by singhald
Fri Nov 14, 2008 4:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Field 'Emp_code' from input dataset '0' is NULL. Record drop
Replies: 13
Views: 6398

hello MDBatra,

can you please tell how to do this setting source side.

i didn't find any option to set in source side.

Thanks

Deepak[/quote]
by singhald
Fri Nov 14, 2008 3:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Field 'Emp_code' from input dataset '0' is NULL. Record drop
Replies: 13
Views: 6398

Field 'Emp_code' from input dataset '0' is NULL. Record drop

Hi All, I have use the dsxchange search, i found so many way to deal with this situation, but not able to resolve my issue. I am getting the below warning messages in DS log. Xfm_Validation,0: Field 'Emp_code' from input dataset '0' is NULL. Record dropped. I am reading the field 'Emp_code' [Varchar...