Search found 42189 matches
- Wed Nov 25, 2009 8:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Aggregator output nullability
- Replies: 7
- Views: 6488
As posted, I've already handled all of the warnings and the job runs completely clean right now. I just wanted to get a better idea of what was going on and why I needed to jump though hoops to make it happy. I'll try changing Allow Null Output to True and see how that affects what I have to do down...
- Wed Nov 25, 2009 7:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Default format for Oracle timestamp.
- Replies: 2
- Views: 1981
- Wed Nov 25, 2009 12:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Full outer join in Ds
- Replies: 8
- Views: 4916
- Tue Nov 24, 2009 11:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: oracle sequence or surrogate key generator
- Replies: 3
- Views: 2990
One con is that sequence use in the insert statement requires user-defined sql. It also cannot be used in that manner if you need to know what the sequence will be ahead of time for RI purposes - you'd need to do a lookup of some sort and go across the network for every record processed, it seems to...
- Tue Nov 24, 2009 11:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Aggregator output nullability
- Replies: 7
- Views: 6488
- Tue Nov 24, 2009 11:24 pm
- Forum: General
- Topic: Assiging values to Enviornment Variable at runtime.
- Replies: 2
- Views: 1163
- Tue Nov 24, 2009 11:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Aggregator output nullability
- Replies: 7
- Views: 6488
Aggregator output nullability
Playing some aggregator games today and had some interesting issues, probably old news to many here but new to me (not having done much PX aggregation yet) and thought I would share. Needed to group by one field, sum three others and generate a count for each group. Is the output from calculation fi...
- Tue Nov 24, 2009 10:43 pm
- Forum: General
- Topic: Field with 'delim=end' did not consume entire input
- Replies: 20
- Views: 18917
- Tue Nov 24, 2009 10:09 pm
- Forum: General
- Topic: Field with 'delim=end' did not consume entire input
- Replies: 20
- Views: 18917
- Tue Nov 24, 2009 4:25 pm
- Forum: General
- Topic: DATE VALIDATION
- Replies: 4
- Views: 1819
- Tue Nov 24, 2009 4:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Nvarchar - Datatype Not Supported
- Replies: 6
- Views: 5049
What stage are you using? What does the documentation for that stage list as unsupported data types and/or as 'issues' for the stage? ... I'm using 'SQLServer Enterprise' Stage for extracting the records. Documentation for this stage doesn't give any information about the unsupported data types. Yo...
- Tue Nov 24, 2009 2:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to save a new job. Error code - 40538
- Replies: 6
- Views: 2597
- Tue Nov 24, 2009 1:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Difference between none and end delimiter
- Replies: 5
- Views: 1872
Yes, shown like that those are as you've labeled them. From the docs: Record delimiter. Specify a single character to be written at the end of each record. Type a character or select one of the following: UNIX Newline (the default) or null Final delimiter. Specify a single character to be written af...
- Tue Nov 24, 2009 11:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to pass name & Date as invocation Id from file name
- Replies: 6
- Views: 2759
- Tue Nov 24, 2009 11:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job Control Error
- Replies: 15
- Views: 3826
And just to beat our poor little horsey one last time, the whole point of using those project level environment variables is so that you never need to explicitly set them to a value when launching the job. They will automatically pick up the value from the environment (hence the name) and so the onu...