Search found 42189 matches
- Wed Jul 18, 2007 6:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage 8 to SQL server 2005 error
- Replies: 3
- Views: 1069
- Wed Jul 18, 2007 1:22 am
- Forum: General
- Topic: Job Scheduling
- Replies: 6
- Views: 1705
- Wed Jul 18, 2007 12:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date Format Checking
- Replies: 7
- Views: 1971
Vinod, you've got your 'conv' functions backwards. Ray's check will ensure (amongst other things) that the year portion of your dates are four digits. If that's good enough, go for it. If you need a tighter check than that, that the year falls within a certain range, then you'll need to check the ye...
- Tue Jul 17, 2007 12:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Abort Job if Shell script fails
- Replies: 2
- Views: 2000
- Tue Jul 17, 2007 12:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date Format Checking
- Replies: 7
- Views: 1971
- Tue Jul 17, 2007 12:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to set the Job params in a Seq. to all the jobs in it??
- Replies: 5
- Views: 1126
- Tue Jul 17, 2007 12:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error trying to Import / Export
- Replies: 8
- Views: 1984
- Tue Jul 17, 2007 12:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date Format Checking
- Replies: 7
- Views: 1971
I'm guessing your issue is the fact that you would want your three example dates to be declared 'invalid' - the problem is they are perfectly valid dates. Seems like you'd need to do any standard date checks you currently are doing and then add in a 'range check' for the year - a business rule that ...
- Tue Jul 17, 2007 8:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abnormal Termination of Transformer stage
- Replies: 3
- Views: 1573
You have 'around' forty key columns in the hashed file? I can't imagine you actually need all of that, can you? What in the heck are you looking up? But, yes, there is a maximum limit on the combined size of any Key columns. It is configurable, however, and you'll find it in the uvconfig file. I str...
- Tue Jul 17, 2007 7:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error trying to Import / Export
- Replies: 8
- Views: 1984
- Tue Jul 17, 2007 7:36 am
- Forum: General
- Topic: Call a Routine in a Parameter value
- Replies: 11
- Views: 3496
What am I missing? Nothing, other than the fact that you cannot use a routine in a Job Parameter's default value. You have been led astray. Note Ray's answer - Sequence job, Routine Activity stage, downstream Job Activity stage takes the result of the routine call. If you want a 'GUI' solution, tha...
- Tue Jul 17, 2007 7:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Extracting 'Text' datatype of Sybase
- Replies: 6
- Views: 2277
- Tue Jul 17, 2007 7:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Trim function
- Replies: 9
- Views: 3540
- Tue Jul 17, 2007 7:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date calculations
- Replies: 4
- Views: 1752
Maveric wrote:See if these routines from Ray warlod's site will help u.
http://home.iprimus.com.au/raywurlod/services/CustomCoding.htm.
That would be because of the period you added at the end of the URL. It works more better without it.
- Tue Jul 17, 2007 7:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error trying to Import / Export
- Replies: 8
- Views: 1984
Same error as before that you did not mention before. That's a completely different problem. Did you have space issues where DataStage is installed? A portion of the Repository has become corrupted - a 'blink' is a 'backwards link' error and from what I've seen is the result of space problems or per...