Search found 339 matches

by vinothkumar
Fri Nov 12, 2010 2:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading of Multiple files using Sequential File stage
Replies: 9
Views: 8249

What are your exact file names and how did you gave in Sequential file stage. Also check that the metadata is same for both files and you are able to view both files when read individually.
by vinothkumar
Thu Nov 11, 2010 2:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation error
Replies: 5
Views: 2914

Check whether the parameters are set for the job that is present in the container.
by vinothkumar
Mon Nov 08, 2010 2:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Assignment of a NULL value to a NOT NULL
Replies: 25
Views: 14920

Instead of assigning ' ' to name, give some default value 'UNKNOWN' and test how it behaves.
by vinothkumar
Mon Nov 08, 2010 9:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting Varchar to Timestamp
Replies: 2
Views: 1196

Can you post your derivation having StringToTimestamp. Also give the sample value for that column
by vinothkumar
Thu Nov 04, 2010 9:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reject logic issue with space
Replies: 4
Views: 1189

You need to reject recrods if there are no values and space in Src_Input_link.Address_Book_Number . If yes, for reject link use

Trim(Src_Input_link.Address_Book_Number)=''
by vinothkumar
Thu Nov 04, 2010 9:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting Numeric to Varchar
Replies: 8
Views: 2635

How are you padding zeros at the end
by vinothkumar
Thu Nov 04, 2010 9:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataSet storage size
Replies: 2
Views: 1224

Please do a search for this error message. This has been discussed..
by vinothkumar
Thu Nov 04, 2010 9:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting Numeric to Varchar
Replies: 8
Views: 2635

What is the target datatype and its size
by vinothkumar
Thu Nov 04, 2010 9:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting Numeric to Varchar
Replies: 8
Views: 2635

Dont use any function. I believe it will convert automatically.
by vinothkumar
Thu Nov 04, 2010 8:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: director log
Replies: 7
Views: 3350

Same there too
by vinothkumar
Tue Nov 02, 2010 12:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataBase loading
Replies: 20
Views: 6990

For LookUp failure keep it as continue
by vinothkumar
Tue Nov 02, 2010 9:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Undefined symbol: .DSOpenProjectEx
Replies: 9
Views: 5605

Hi,
Any updates on this post. I am also facing the same issue. When I compile the c++ program it is throwing the error "ld: 0711-317 ERROR: Undefined symbol: .DSOpenProjectEx"
by vinothkumar
Tue Nov 02, 2010 9:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataBase loading
Replies: 20
Views: 6990

Can you create a simple job having a look-up with reject link and otuput link and check whether you can compile there. If you can't compile there, then it will be a patch issue. We also had same issue when we use reject link from LookUp. After patch fix, it went off.