Search found 42189 matches
- Thu Jun 22, 2006 10:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Converting Varchar to Decimal
- Replies: 2
- Views: 1739
- Thu Jun 22, 2006 10:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Upgrade from DataStage 7.5 to DataStage 7.5.1.A
- Replies: 8
- Views: 3314
Don't even consider Option 1... it won't work. Go with some variation of Option 2. What 'hashed files used in the project' are you thinking of copying over? Persistant data, not something that could be easily recreated over in the new project? Someone else can chime in, but I seem to recall some 'uv...
- Thu Jun 22, 2006 10:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Multiple XML Transactions into One Single File
- Replies: 11
- Views: 2379
- Thu Jun 22, 2006 4:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Generate a Sequential file with a header and footer??
- Replies: 14
- Views: 3418
- Thu Jun 22, 2006 12:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to rename a category
- Replies: 19
- Views: 4728
- Thu Jun 22, 2006 11:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hawk Enterprise Edition
- Replies: 2
- Views: 803
- Thu Jun 22, 2006 11:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Improve performance from Oracle source to Orace target.
- Replies: 7
- Views: 1311
- Thu Jun 22, 2006 11:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: View
- Replies: 3
- Views: 733
A view is just a logical construct that treats a result set like a table, and yes it can include more than one base table. It's already 'pre-joined', it's nothing you need to monkey with... all you may need to add are additional filters in the where clause you use to access it. If the joins are inap...
- Thu Jun 22, 2006 7:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ETL tools comparison
- Replies: 3
- Views: 2279
Have you checked out people like the Gartner Group?
- Thu Jun 22, 2006 7:41 am
- Forum: Site/Forum
- Topic: ToolXchange?
- Replies: 4
- Views: 2203
- Thu Jun 22, 2006 7:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Connection to Pervasive database
- Replies: 4
- Views: 1189
- Thu Jun 22, 2006 6:26 am
- Forum: Site/Forum
- Topic: ToolXchange?
- Replies: 4
- Views: 2203
ToolXchange?
Just curious... when or is this coming online? Or is there someplace else here I've missed that people can upload stuff to share?
Thanks!
Thanks!
- Thu Jun 22, 2006 6:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Failure Notification on Mobile
- Replies: 7
- Views: 1380
As noted, your 'mobile' is just another email address. For example, for someone on Sprint PCS here in the US, you would send a (hopefully) short email to 'phonenumber@messaging.sprintpcs.com'. Others are very similar.
- Thu Jun 22, 2006 6:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Control fatal error (-14)
- Replies: 25
- Views: 13418
It's not always about how Big and Beefy your server is, or the number of jobs running at the same time - it can be about the number of jobs you try to start at the same time. Your 'abnormal termination' errors are a separate issue. Suggest you start a new thread and include as much detail as you can...
- Thu Jun 22, 2006 6:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: \b{Irregular XML from XMLOutput stage}
- Replies: 4
- Views: 1035
Suggest you get yourself over to ADN (sign up if you haven't) and download the XML Pack Best Practices document from there. If is extremely helpful in general for dealing with XML in DataStage and includes a specific section on handling multiple repeating elements.