Search found 152 matches

by nani0907
Tue Dec 29, 2009 12:14 am
Forum: General
Topic: Partitioning Technique for Change Capture Stage
Replies: 3
Views: 1959

it would be the hash partioning based on the keys .Try this
by nani0907
Thu Dec 17, 2009 8:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: issue with oracle
Replies: 2
Views: 1560

issue with oracle

hi all, I am using the dataset created from prior joba and inserting the records using the oracle stage with user defined SQL with write method as upsert.In datastge direction monitor tab,it shows the records are inserted .but when i query in database by select ,unable to find records.Could you plea...
by nani0907
Fri Dec 11, 2009 7:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Export failed. [new-impexp/file_export.C:1219]
Replies: 2
Views: 1501

try delete some records in DB.mayresolve this issue
by nani0907
Sat Oct 10, 2009 3:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Throwing bad value
Replies: 2
Views: 1499

Throwing bad value

Hi,

While i am running the job, some times i get this status DS.Bad value 2.but job in not aborting.Please help me on this
by nani0907
Fri Oct 02, 2009 6:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: date validation for DD-MMM format
Replies: 2
Views: 1476

date validation for DD-MMM format

Hi,

Need some info abou date validation. iam getting Date in DD-MMM format from soure file.i need to check whether it is valid or not please help on this.

Thanks in advance
by nani0907
Wed Jul 15, 2009 3:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Time validation
Replies: 4
Views: 1530

ok i wil check it out
by nani0907
Wed Jul 15, 2009 1:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Time validation
Replies: 4
Views: 1530

hello,

just to onfirm . is valid works for such incoming value 15:00 CET

Thanks
by nani0907
Wed Jul 15, 2009 1:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Time validation
Replies: 4
Views: 1530

Time validation

Hi All,

In one of my column, i am geting the values as 15:00 CET. i need to check whether it is a valid time or not . how to do this.please help me

Thanks in advance
by nani0907
Wed Jul 01, 2009 5:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: xls file error
Replies: 4
Views: 1315

also i getting special characters some filedls i.e is german data
by nani0907
Wed Jul 01, 2009 5:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: xls file error
Replies: 4
Views: 1315

hi

My job is running with the warning -"Cannot read name".
and also iam not taking column names though it is mentioned in xls.i am reading the atual data by specifiying cells- A2 in options.
by nani0907
Wed Jul 01, 2009 3:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: xls file error
Replies: 4
Views: 1315

xls file error

Hi,

My soure is xls file with 80 columns. iam able to read data by java client stage. but i get a warning -"Cannot read name".Please help me out .

Thanks
by nani0907
Mon Jun 22, 2009 10:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Field function
Replies: 6
Views: 2130

hello,

could you please elaborate on how you need data with both input and output.
by nani0907
Thu Jun 18, 2009 4:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid Character Issue
Replies: 1
Views: 1711

Invalid Character Issue

Hi All, I am facing below warning is my application development. Could you please someone help on this and how to resolve it. Warning: main_program: Invalid character(s) ([xA5]) found converting string (code point(s): LoadID[x00][x00][xA5][x02][x00][x00]) from codepage UTF-8 to Unicode, substituting...
by nani0907
Tue Jun 16, 2009 7:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mergestage issue
Replies: 5
Views: 3044

Mergestage issue

Hi ,

we are using merge stage to identify the insert and updates.its working fine with fewer records.in case of more records it doesnot identifies the inserts ad updates correctly.we are not using any partition technique and running on two nodes.please help me.
by nani0907
Tue Apr 28, 2009 6:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compare 2 strings in transformer
Replies: 11
Views: 12603

hi

use below condition in stage variable

if trim(col1)= trim(col2) then col1 else if trim(col1)<>trim(col2) then col:col2 else stagevariable name.