Search found 15603 matches
- Sun Nov 19, 2006 12:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Write failed in a Hashed file.
- Replies: 7
- Views: 2240
- Sun Nov 19, 2006 9:01 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Write failed in a Hashed file.
- Replies: 7
- Views: 2240
How is this different from your earlier post located here?
- Sun Nov 19, 2006 3:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: On which scenario we are go to use Filter ,Transformer
- Replies: 1
- Views: 794
That is the 3rd question in a row that is very, very general. In this case if you look at the Parallel Job Developer Guide you will see that each of these stages performs a very different type of action. This recent thread touches upon some of the distinctions. Note I forgot the thread name but used...
- Sun Nov 19, 2006 3:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Diffrence between Sequential and Hash file?
- Replies: 3
- Views: 908
Look at a hashed file as a database table. This differs from a flat file in several important ways. To begin with, a sequential file has no key or index . There is no answer to the "which is better" question, it is like asking "Ferrari or Nissan pickup, which is better?"; I wouldn't go offroading in...
- Sun Nov 19, 2006 3:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: what are two types of hash files??how it differ?
- Replies: 5
- Views: 1368
This sounds far too much like an interview question to go into detail answering!
DSXchange has a powerful search facility which would have pointed you to Ken Bland's tech tip on hashed files or this post amongst hundreds of other hashed file related posts.
DSXchange has a powerful search facility which would have pointed you to Ken Bland's tech tip on hashed files or this post amongst hundreds of other hashed file related posts.
- Sat Nov 18, 2006 1:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Switch v/s filter stage
- Replies: 8
- Views: 3143
- Sat Nov 18, 2006 1:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: writing into Hashed file failed
- Replies: 1
- Views: 665
Are you using a compound key in your job? If not, then the key probably contains an invalid character from your post. Another unlikely possibility is that your file system has filled up temporarily, but then you might be seeing other errors in your jobs. If you do have a compound key then your hashe...
- Sat Nov 18, 2006 8:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: uv command from Unix
- Replies: 1
- Views: 1051
- Sat Nov 18, 2006 8:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Improper data type error in routine
- Replies: 5
- Views: 1653
- Sat Nov 18, 2006 3:02 am
- Forum: General
- Topic: Universe Stage
- Replies: 11
- Views: 5868
- Fri Nov 17, 2006 10:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Variables
- Replies: 6
- Views: 1355
- Fri Nov 17, 2006 9:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: FTP Enterprise stage error
- Replies: 5
- Views: 1736
It looks like the enterprise stage is pickier about extra text than the server one - I can't see a way to work around that unless you write your own shell script that filters out that text/command and replaces the default ftp call... and that is probably more work than it is worth investing in this.
- Fri Nov 17, 2006 9:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: FTP Enterprise stage error
- Replies: 5
- Views: 1736
I was thinking along the lines that your windows recipient box might not have the ftp server running (easy enough to check, if you can use the command line ftp to open a connection to the windows server it is up and running). The error message seems to refer to Kerberos or other security software is...
- Fri Nov 17, 2006 8:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Variables
- Replies: 6
- Views: 1355
A much more robust and acceptable method would be to declare and use a DB2 sequence to do this. You call a DB2 stage as a reference lookup to get the next value from the sequence (and increment the counter). This will work no matter how parallel your job gets since DB2 controls the concurrency and l...
- Fri Nov 17, 2006 8:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: calculate Job EndDateTime and Job ElapsedTime.
- Replies: 27
- Views: 9719