Search found 15603 matches
- Thu Dec 29, 2005 4:19 pm
- Forum: Site/Forum
- Topic: no kidding English
- Replies: 10
- Views: 5842
Ray - I bet you do British crossword puzzles, too... Roy - at present I tend to put questions by posters who use more abbreviations than real words at the back of my list and usually don't respond. Of course others more knowledgeable than I do end up answering, but I don't like people treating any l...
- Thu Dec 29, 2005 4:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Install DataStage Server ver7.5 on the Box that has ver4.2
- Replies: 4
- Views: 741
You should have no problem installing a 7.5 server on the same machine as your current 4.2 version. The new version will need a different memory segment addres as you have already noted, plus the clients will have to connect using a port number after the node name/IP address. Fortunately the documen...
- Thu Dec 29, 2005 12:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash File Question
- Replies: 9
- Views: 1629
- Thu Dec 29, 2005 11:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash File Question
- Replies: 9
- Views: 1629
DataStage hashed file don't have datatype based limitations. Everything in the record is stored as one long noncontinguous string. The data types and lengths you specify in the metadata are mainly for use in other stages. So there is no reason to modify your Hashed file metadata to reflect accurate ...
- Thu Dec 29, 2005 9:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error in job connecting to DB2UDB
- Replies: 6
- Views: 1924
- Thu Dec 29, 2005 5:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Ignoring Duplicates while reading from Seq File
- Replies: 13
- Views: 5906
Sreeni, it is very easy for you to reproduce both scenarios, please do so to remove your doubts. That way we aren't dealing with theories or suppositions but cold, hard facts. I look forward to hearing your results. p.s. This reminds me of my high-school chemistry teacher. I was doing lab work and t...
- Thu Dec 29, 2005 3:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ds_loadlibrary:error in dlopen
- Replies: 8
- Views: 4926
- Thu Dec 29, 2005 2:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: remove 18 million records from the table.
- Replies: 9
- Views: 2737
DataStageCnu, "truncate" and "drop table with recreate" are high-speed methods of getting rid of the entire table contents as quickly as possible. This is very different from what you want to do! Each database has different methods of speedily removing rows, and the method used also depends on the e...
- Thu Dec 29, 2005 2:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Script running
- Replies: 3
- Views: 1434
- Thu Dec 29, 2005 2:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ds_loadlibrary:error in dlopen
- Replies: 8
- Views: 4926
- Thu Dec 29, 2005 2:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SEQUENCER not able to work continously
- Replies: 0
- Views: 683
Poorna, this is a case that looks like a bug. Have you tried re-installing the client software and is the problem the same on all your client PCs? If the answers to both questions are yes then you will need to seak with your support provider and get a fix. There are some known issues with patches fo...
- Wed Dec 28, 2005 12:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Formatting NULL value
- Replies: 1
- Views: 546
Naren, you can do this at a field level. Go to the column and field name, right mouse click and "edit row", then you will have a section for null handling and a couple of options to let you do exactly what you specify. I don't have a PX installation here or access to the documentation, but once you'...
- Wed Dec 28, 2005 11:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: String to timestamp conversion
- Replies: 3
- Views: 1718
It seems that PX has a bug with string and timestamp with millisecond portion conversions. Please take a look at this thread
- Wed Dec 28, 2005 11:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error when checking operator: No conductor nodes found in ex
- Replies: 2
- Views: 1986
- Wed Dec 28, 2005 10:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Script running
- Replies: 3
- Views: 1434
DataStageCnu, you request that this forum doesn't ignore your question is even worse than asking for urgent help. No posts to this forum are ever ignored - if you don't get an answer it means that nobody has an answer to give you! In this case the answer isn't found in DataStage, but in PL/SQL. The ...