Search found 4992 matches
- Mon Oct 17, 2005 2:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: multi record processing
- Replies: 6
- Views: 1450
Welcome. Please look at your DS installation CD and run thru the tutorial exercises. Your example indicates you are trying to learn DS from the very beginning. The tutorial is the best method, as it has pictures and exercises that take you thru the fundamentals of building hash lookups, references, ...
- Mon Oct 17, 2005 2:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: First row reject Sequential to SQL(2000)
- Replies: 19
- Views: 3363
- Mon Oct 17, 2005 1:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date conversion from time stamp to yyyy/mm/dd
- Replies: 10
- Views: 37080
The OCI stage automatically puts a TO_DATE() on DATE datatype columns and your dates HAVE TO BE IN THE STRING FORM OF YYYY-MM-DD or YYYY-MM-DD HH24:MI:SS. So, why do you want to make things not work right and prolong this post? If you want your answer, even if it's not what you need to do, just use ...
- Mon Oct 17, 2005 1:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: First row reject Sequential to SQL(2000)
- Replies: 19
- Views: 3363
Ahhh, the value of posting the exact WHOLE error message. Your message is coming from the ODBC driver, so therefore, it's data related and it's your RDBMS stage that is having the issue. I suggest you investigate your source data and identify which column is having the issue. Maybe you concentrate o...
- Mon Oct 17, 2005 12:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: First row reject Sequential to SQL(2000)
- Replies: 19
- Views: 3363
Have you tried just a single line of data in the source file and see if the job runs successfully? If the data doesn't matter, and it's always the first line of data in the file that has an issue, maybe there's a buried low/high-ASCII character buried at the beginning of the file. Try a fresh text f...
- Mon Oct 17, 2005 11:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reading DataStage Env Variables in AIX
- Replies: 3
- Views: 825
- Mon Oct 17, 2005 11:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: First row reject Sequential to SQL(2000)
- Replies: 19
- Views: 3363
- Mon Oct 17, 2005 11:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: First row reject Sequential to SQL(2000)
- Replies: 19
- Views: 3363
I read your post 3 times and I still can't figure out the exact problem you are stating. If you move the row in question to the end of the file, does that moved row load, or does the new first row now have the issue and the moved row is now fine? If you remove the row from the file, does the file lo...
- Sat Oct 15, 2005 9:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Diff between server Job Parallel Job
- Replies: 30
- Views: 9759
Ray, It will cost about 675,000 for EE and 230,000 for Sever edition. Do you think is it worth to pay so much more for EE? If what you need is a space shuttle, why look at airplanes? If your requirement is to process billions of rows of data, you have a large hardware budget allowing carte blanche ...
- Fri Oct 14, 2005 2:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reject Empty Rows
- Replies: 8
- Views: 3264
The first help is to point out you are posting in the wrong forum. (editor's note: Topic has now been relocated) The second help is to suggest putting a constraint in place in a transformer to throw away any rows that have a blank value where one isn't allowed. You can't really avoid reading those r...
- Fri Oct 14, 2005 2:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Diff between server Job Parallel Job
- Replies: 30
- Views: 9759
I'm not going to cover the differences, that you can read from the 4 years of posts talking about them. I'll answer why someone would build a server job in an environment where only parallel jobs were built. Server jobs are extremely flexible, don't require a lot of thinking to build. The Server sid...
- Fri Oct 14, 2005 12:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Getting a Date in An integer format
- Replies: 8
- Views: 2054
What Craig was asking is to define what the integer format should look like. Should it be YYYYMMDD, or MMDDYYYY, padding with zeroes, what? Should it be the integer number of days since a given start date, what does integer(10) mean? That's not a common term for describing a date without delimiters.
- Fri Oct 14, 2005 12:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to reject invalid records from a sequential file
- Replies: 5
- Views: 1643
- Fri Oct 14, 2005 11:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Ambiguous Error Message!
- Replies: 16
- Views: 4712
For each source dimension table extract out of Oracle and landed to two sequential files, one the full column set, the other just your natural keys. For your fact tables, create a sequential file of natural keys for each foreign key dimension lookup required. Execute a sort distinct on the concatena...
- Fri Oct 14, 2005 9:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Ambiguous Error Message!
- Replies: 16
- Views: 4712
Your reference lookups are against all 12 million rows? Are these dimensions? Why are you dumping the whole table to a hash file, why not just get the rows you need? If you took all of the distinct natural keys for each dimension in a typical run, I bet you would only require a vastly smaller number...