Search found 5168 matches

by kumar_s
Mon May 08, 2006 4:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Due to Informix ODBC driver error few rows getting rejected
Replies: 6
Views: 2799

As Arnd and Ray suspects, have you tried to update those 17 rows into the same table through command prompt.
by kumar_s
Mon May 08, 2006 4:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Couting number records coming from DB2 table
Replies: 5
Views: 1209

And hence the second job can do the FTP.
by kumar_s
Mon May 08, 2006 4:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help in setting Null value..
Replies: 9
Views: 3881

What is the datatype for that column, just to cross check, try to feed (update) null though command prompt to that particular column for that table.
by kumar_s
Mon May 08, 2006 4:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_ipcopen
Replies: 4
Views: 2247

Search for Error 11 in GCI Link initialisation as keyword you may find a lot. One such relevent post is
http://www.dsxchange.com/viewtopic.php? ... =dsipcopen
by kumar_s
Mon May 08, 2006 4:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: active-to-active link problem
Replies: 29
Views: 6079

Have you tried the job design to split into two?
by kumar_s
Mon May 08, 2006 3:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: active-to-active link problem
Replies: 29
Views: 6079

BTW what is the use of transformer4 at dead end?
by kumar_s
Sun May 07, 2006 9:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: row rejected
Replies: 3
Views: 987

Or check the reason why you get large value of data in the unexpected length of the column...
by kumar_s
Sun May 07, 2006 9:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with look up
Replies: 3
Views: 1688

What happenes, if you give new path or new file name for the renamed file?
by kumar_s
Sun May 07, 2006 8:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Importing multiple schema files
Replies: 3
Views: 855

Try to convert into COBOL layout and import. I guess it should help you in importing multiple table defenitions at a strech.
by kumar_s
Sun May 07, 2006 8:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error writing from ds to look file set
Replies: 2
Views: 794

Arnd asking rather to not write into the lookup fileset. :wink:
by kumar_s
Sun May 07, 2006 8:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error writing from ds to look file set
Replies: 3
Views: 869

It shows your server is getting loaded heavily.
What is the load at the time when it is called using sequencer.
What is the volume of the data that getting written in to Lookup file set?
Is your IO occuring at different locations?
by kumar_s
Fri May 05, 2006 4:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: active-to-active link problem
Replies: 29
Views: 6079

nothing to do with transformations we are just using couple of hash files along with transformer for look up. seq------transformer-------hash------transformer | | | | hash | | | odbc----transformer-----transformer-----seq this is the structure. So which part as the issue, is it the two transformer ...
by kumar_s
Fri May 05, 2006 4:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: skip header and tail while reading from seq file
Replies: 14
Views: 6583

Code: Select all

head -$(expr $(wc -l filename | awk '{ print $1 }') \- 1) filename | tail +2 > New_Filename.txt

Use the above in the before job subroutine with ExecSH.
Use te New_Filename.txt to read in the sequential stage.
by kumar_s
Fri May 05, 2006 3:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: active-to-active link problem
Replies: 29
Views: 6079

A sequential stage between two transformers?
Do you mean a reject link to the second transformer?
What exactly is your transformations in the transformer?
by kumar_s
Fri May 05, 2006 3:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to skip the 1st two lines of a CSV file, then start read
Replies: 4
Views: 3611

And you cannot delete a post if it has been update other poster. In your other post Ray has updated a post by requesting moderator to delete the post, So you cannot delete it.