Search found 53125 matches
- Tue Sep 16, 2008 3:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Trying to skip reading of header and trailer
- Replies: 5
- Views: 2413
I think we're seeing wraparound here Craig. Apart from the first record they do appear to be the same size allowing for the wraparound. However, that said, for fixed-width to work, then EVERY line must have the same size and structure. Your alternative is to read the file as a single VarChar, and pa...
- Tue Sep 16, 2008 3:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle Enterprise Stage - Table Definition
- Replies: 4
- Views: 1450
- Tue Sep 16, 2008 3:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle Enterprise Stage - Table Definition
- Replies: 4
- Views: 1450
- Tue Sep 16, 2008 3:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Server job aborted due to Metadata mismatch
- Replies: 1
- Views: 1103
- Tue Sep 16, 2008 3:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Is DataStage 7.5.2 compatible with Windows Server 2008?
- Replies: 2
- Views: 2404
- Tue Sep 16, 2008 3:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Is a routine possible as an alternative to Lookup Stage?
- Replies: 4
- Views: 1336
So how do i start to write the routine? You would start by designing it. What do you want it to do? Create a precise specification, including connecting to and disconnecting from database, creating and dropping cursor, binding variables, and all the other things you need to do with your particular ...
- Tue Sep 16, 2008 3:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Creating directories
- Replies: 7
- Views: 2254
- Tue Sep 16, 2008 2:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: get number of records in the file
- Replies: 3
- Views: 1254
- Tue Sep 16, 2008 6:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: working with webservices
- Replies: 5
- Views: 1742
- Tue Sep 16, 2008 6:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Real time batch integration
- Replies: 1
- Views: 929
- Tue Sep 16, 2008 6:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Working with excel
- Replies: 11
- Views: 3423
- Tue Sep 16, 2008 6:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage server installation
- Replies: 1
- Views: 1005
Re: Datastage server installation
On which operating systems we can able to install datastage server?(list of os to installl datastage server) All of the ones mentioned on the IBM web site - it's a movable feast so not possible to answer unless qualified by "as at this date" - but it's always there on the IBM web site. Does it requ...
- Tue Sep 16, 2008 5:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Distribution list not working
- Replies: 1
- Views: 850
You're right - it's not related to DataStage. DataStage uses SMTP to send a message to an address. If the mail server has been configured to treat that address as a list address, then that's what will happen. Any problem with that will need to be resolved in configuration of the mail server. If Data...
- Tue Sep 16, 2008 5:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: problem in keeping the order of rows same using aggrega
- Replies: 6
- Views: 1684
- Tue Sep 16, 2008 5:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SCD Fatal error- Index too large
- Replies: 5
- Views: 2889
You're going to have to involve your official support provider here. I suspect - but can't get close enough to the design to be sure - that the "index" here is a reference to a slot in the internal table where the dimension data are stored, and that it's gotten to be larger than the structure (that ...