Search found 15603 matches

by ArndW
Tue Oct 23, 2007 12:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Where can I enable the NLS setting???
Replies: 14
Views: 6096

No, you do not need to un-install in order to re-install DataStage. I would recommend trying this first on your development server, including taking backups and making sure that they are successful.
by ArndW
Tue Oct 23, 2007 12:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can any one look into this????
Replies: 13
Views: 3388

You don't have much of a choice of stages - and that choice depends upon which database you are using. Do the 3 tables have a common key or column used?
by ArndW
Mon Oct 22, 2007 9:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routine is not cataloged
Replies: 13
Views: 8469

Actually, they are pointing at different objects in the same folder, "ExecSH.B" and "DSU.ExecSH", respectively.

The DSX prefixed names are for DataStage supplied items, the DSU prefix means user-supplied ones.
by ArndW
Mon Oct 22, 2007 8:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routine is not cataloged
Replies: 13
Views: 8469

Is there a file called DSU.ExecSH in the project sub-directory DSU_BP.O? If not, copy it in from the same directory in another (functioning) project.
by ArndW
Mon Oct 22, 2007 6:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How many files can File Pattern Handle
Replies: 5
Views: 1395

Each operating system has some limit on the number of objects returned from a wildcard operation such as "ls *.txt" - sometimes the limits are hard and other times the limit can be modified with user settings. Can you do a ls with wildcard command on that directory without an error message (just a s...
by ArndW
Mon Oct 22, 2007 3:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 stage performance issue
Replies: 13
Views: 5341

If you use DB2 partitioning then you will automatically have PX loading each partition in parallel and that will get you the best performance. Could you post your exact error message and also insert statement when using DB2 partitioning?
by ArndW
Mon Oct 22, 2007 2:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage and Db2 connection
Replies: 0
Views: 946

Shiva, welcome to DSXChange. the -443 error with state 38553 is a internal routine error. I wonder if you have granted sufficient rights in your PX installation to the system tables. p.s. I you read the welcome "read this first post" or used search you would have seen that people using "urgent" or "...
by ArndW
Mon Oct 22, 2007 2:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 stage performance issue
Replies: 13
Views: 5341

Is your DB2 databse partitioned? Also, try replacing the target DB2 enterprise stage with a DataSet and see what your throughput is - don't bother with the numbers during the run, just use your total records divided by total elapsed time upon completion to get a baseline figure. Is it much faster th...
by ArndW
Sun Oct 21, 2007 11:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in Converting NVarChar(17) to Numeric(13,3)
Replies: 16
Views: 3596

I'm not at a terminal with the docs right now, but could it be that 13 and 3 means total width of 13, of which 3 are decimals? What happens if you try 18.3 ?
by ArndW
Sun Oct 21, 2007 10:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in Converting NVarChar(17) to Numeric(13,3)
Replies: 16
Views: 3596

How did you declare the numeric column data type? What happens when your source data is just a smaller number, i.e. "12.34"?
by ArndW
Sun Oct 21, 2007 10:21 pm
Forum: General
Topic: The Information on Demand conference thread
Replies: 6
Views: 1782

So Craig --- how was the conference? Did you get a full load of blackmail pictures from some of the seedier parts of the conference floor?
by ArndW
Sun Oct 21, 2007 6:16 pm
Forum: General
Topic: Compiling Jobs in Datastage
Replies: 4
Views: 1110

ragavendradinesh, among the things that Ray wrote in his post, he recommended that you try to use the Search function in the menu bar at the top of your screen. This should be the first place to look for answers to questions and, when used properly, is almost always sufficient in order to find an an...
by ArndW
Sun Oct 21, 2007 2:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Ignoring the spaces
Replies: 1
Views: 635

I am not sure if you marked this as resolved because you found an answer or if you are still looking for one. Most likely you used a fixed-width dataype for one or both of your columns that uses the same amount of storage regardless of data contents.
by ArndW
Sat Oct 20, 2007 12:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: compressing dat files
Replies: 1
Views: 649

Both are pretty effective in compressing files; assuming your priority is file size, not compression time. Also, I think that gzip might have 2Gb size limitations on some platforms (i.e. HP-UX) where compress doesn't.
by ArndW
Fri Oct 19, 2007 5:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling spaces in Packed Decimal fields
Replies: 8
Views: 3207

Have you tried the default value attribute - since spaces don't equate to a valid value it should use whatever setting you specify for the default value for that column.