Search found 5168 matches

by kumar_s
Tue Feb 20, 2007 1:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Specifying Tab Delimiter Symbol in DCOUNT()
Replies: 5
Views: 1381

Hi,
Welcome Aboard :D !!!
Try with '\t'.
by kumar_s
Tue Feb 20, 2007 12:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle 9i plug in: Problem in using 'User defined query'
Replies: 10
Views: 3534

Check if different values are passed to parameters while at run time, if parameterized.
You might have got the view data from source, check the same sanity check in target (Insert statement).
by kumar_s
Tue Feb 20, 2007 12:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extra columns appearing, even when not being directed there.
Replies: 4
Views: 1952

Hi Vivek,
If resolved, could you post the step that you did to overcome this warning. It will be useful for future searchers.
by kumar_s
Mon Feb 19, 2007 10:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extra columns appearing, even when not being directed there.
Replies: 4
Views: 1952

Are you sure all the input stream to the funnel stage have exactly the same metadata?
Check if you have RCP enabled, if so disable it.
by kumar_s
Mon Feb 19, 2007 9:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to open sequences in Job Sequence
Replies: 4
Views: 806

dsclient_xpsp2. Search for this.
by kumar_s
Mon Feb 19, 2007 8:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: concern about REMOVE DUPLICATE STAGE..............
Replies: 15
Views: 23077

Oh.. ok, the discussion is for the next method. The usage of filter is coupled with Sort stage. And hence there is no need to use of stage variable as well.
by kumar_s
Mon Feb 19, 2007 8:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Write to dataset failed: Broken pipe
Replies: 4
Views: 3678

You log shows that, input stage EXPIDENTIAL_CALC consumed 13822 records. But BPBB_CABLE_RAW_CLEAN_csv Output produced 55334 records. Though its an virtual dataset, are you letting it to an test sequential file or something. Since the error came up after 13822th record, check the next comming records...
by kumar_s
Mon Feb 19, 2007 8:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Naming a sequential file
Replies: 42
Views: 5794

Ray, The job is scheduled on Sunday. So I guess current date should also work.
by kumar_s
Mon Feb 19, 2007 8:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Naming a sequential file
Replies: 42
Views: 5794

Hi Yashwin, Ray has already provided a solution. You can get the access by subscribing to Premium content. And so you can help DsXchange to help to help you. An alternate solution, use it in the after job subroutine. mv Emp Emp`date +%m%d%y`.txt. Where the job will write the file with filename as Emp.
by kumar_s
Mon Feb 19, 2007 7:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Write to dataset failed: Broken pipe
Replies: 4
Views: 3678

What is the design of the job? Are you doing some kind of Pivot or something?
Check the memory usage and the temp space usage during the job run.
Are you performing any Decimal to Integer conversion?
Try to restrict the flow till 13822 records and check if the jobs completes sucessfully.
by kumar_s
Mon Feb 19, 2007 7:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL Query
Replies: 4
Views: 1180

Select Yearweek from TIME_DIM where Year_Month = to_char(SYSDATE,'YYYYMM')
Will give you all the Yearweek for the current month. And finding the min will give the first week of the month.
But Iam not sure, how could you do a outer join based on Year_Month on tab1 and Year_Week in tab2.
by kumar_s
Mon Feb 19, 2007 7:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Link Collector - Union
Replies: 12
Views: 2966

As far as I understand, its the stage next to the Linkcollecter, hence the target stage.
by kumar_s
Mon Feb 19, 2007 5:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Link Collector - Union
Replies: 12
Views: 2966

Then you may need to check for all the fields, whether it has been converted correctly. Do you get any other error or warning which points out any field name. And its you who mentioned in you sample ":6" field as the converting to date.
by kumar_s
Mon Feb 19, 2007 5:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Assigning Env Variable value to a column in PX transformer
Replies: 14
Views: 5466

Merly - Its time to mark the topic as resolved.
by kumar_s
Mon Feb 19, 2007 5:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataSets can't handle float properly
Replies: 10
Views: 2523

As mentioned, if Ultramundane also getting the same effect, it could be a bug. But once I face similar kind of issue with CFF stage and reported to support, but later we found that the place where we looking for the input value is modified when it is actually given to Datastage. If possible try to c...