Search found 15603 matches

by ArndW
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...
by ArndW
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...
by ArndW
Thu Dec 29, 2005 12:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File Question
Replies: 9
Views: 1629

The key is stored separately from the data. A hashed file only has one unique key string. Multiple or compound keys as used in DS jobs are actually stored as one string with a specific separator.
by ArndW
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 ...
by ArndW
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

vigneshra,

is your DB/2 server on the same machine as the DataStage server? If not, you will need to make sure that the file is readable by all users on both machines.
by ArndW
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...
by ArndW
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

Please do a reset-job and then see if there is a log entry for "from previous run".

What stages does this job use? Could it be an add-on plugin or package that you had installed on your Windows site and don't in your your installation? Try to do a view-data on the sources and targets.
by ArndW
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...
by ArndW
Thu Dec 29, 2005 2:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Script running
Replies: 3
Views: 1434

No, there isn't. Any scripts executed directly from DataStage would be run on the DS server, not on the DB server. There are various ways to execute remote shell scripts from UNIX (rsh for example), but nothing in DataStage to do so.
by ArndW
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

The error message you are getting should contain a bit more information than what you posted, could you perhaps add some more detail to the error so that we can see the actual library causing the error and what type of error was encountered?
by ArndW
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: 686

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...
by ArndW
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'...
by ArndW
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
by ArndW
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

This looks like an APT_CONFIG file error. Has this installation worked before? Have you made changes to your configuration file? Could you post your config file to this thread?
by ArndW
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 ...