Search found 42189 matches
- Mon Jul 02, 2007 11:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Not able to login in Unix Box
- Replies: 1
- Views: 685
Talk to your Sys Admin - this could very well be on purpose. We have a userid that can only be used to authenticate a DataStage session but cannot be used to log directly onto the box. It's meant to be a 'read only' type account for DataStage use only. Not sure exactly how they managed it, but I ass...
- Mon Jul 02, 2007 5:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Import - Excel CSV
- Replies: 6
- Views: 2033
You are just trying to import the metadata of the file? It makes a 'best guess' as to the data type of each field based on what it finds in them, but I never stick with what it comes up with. Define the data types yourself, overwriting whatever it comes up with. Heck - make them all CHAR or VARCHAR ...
- Mon Jul 02, 2007 1:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle enterprise stage Upsert returns sqlcode:-1480
- Replies: 2
- Views: 2536
- Mon Jul 02, 2007 6:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle stage-errors when using Truncate and Load
- Replies: 8
- Views: 5417
- Mon Jul 02, 2007 6:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Environmental Variable.......error
- Replies: 1
- Views: 892
- Sun Jul 01, 2007 7:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Creating sequential text file on fly
- Replies: 2
- Views: 1029
Not a whole lotta 'how' there. Rafik, all things are possible. Do you need to do any preprocessing to determine region? I get the impression you've already got all the information you need for that. Actually, do you need to do any processing on this 'data set' or do you simple need to split it per r...
- Sat Jun 30, 2007 8:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: mkdbfile / CREATE.FILE
- Replies: 8
- Views: 1788
- Sat Jun 30, 2007 7:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: counting number of rows in hash file
- Replies: 7
- Views: 3463
- Sat Jun 30, 2007 7:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: mkdbfile / CREATE.FILE
- Replies: 8
- Views: 1788
Which boils down to the fact that CREATE.FILE is used when you create a hashed file in an account while mkdbfile is used when you choose the pathed option to simply create the hashed file in a directory. No, the 'file dictionary' isn't like an index, it stores the metadata for the hashed file. It is...
- Fri Jun 29, 2007 3:52 pm
- Forum: Site/Forum
- Topic: Strange error when replying to a topic in PX forum
- Replies: 7
- Views: 3868
- Fri Jun 29, 2007 3:28 pm
- Forum: Site/Forum
- Topic: Strange error when replying to a topic in PX forum
- Replies: 7
- Views: 3868
As noted here others are seeing the same behaviour. Honestly, I'm surprised it hasn't been resolved yet. 
- Fri Jun 29, 2007 3:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequencer
- Replies: 26
- Views: 5298
- Fri Jun 29, 2007 3:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ORAOCIBL problem
- Replies: 20
- Views: 4558
Re: still problem ORAOCIBL
When I changed to manual mode its working fine , but not sure where data got loaded , do i have to write any script to load this data file created by datastage or data stage does that(loading) internally , I checked, data and control files got created to the specified location , but my target table...
- Fri Jun 29, 2007 3:11 pm
- Forum: General
- Topic: DataStage cmd equivalent to Oracle %Like%?
- Replies: 7
- Views: 3713
Welcome. :D An Oracle 'like' won't help search for all of the 'variances' you've listed. A series of them might. What you are looking for is MATCHES, I would think. "The help in DataStage is hard to use unless you know what you are looking for" Sure, it always helps to know what you are looking for ...