Search found 15603 matches

by ArndW
Wed Jun 21, 2006 9:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Append to DataSet - expecting 3 segments, read 4 segments
Replies: 11
Views: 3370

How many nodes do you have in your configuration file and do you repartition?
by ArndW
Wed Jun 21, 2006 9:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: compare decimals with integers
Replies: 8
Views: 1238

C'mon Saik - if one of the values has implied decimal places then you need to adjust for that, either by multiplying or dividing and truncating on of the values so that they have the same scale. You can compare integers with decimal/float for '>', '<' easily when they are the same scale. Comparing f...
by ArndW
Wed Jun 21, 2006 8:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: compare decimals with integers
Replies: 8
Views: 1238

You can force a comparison of types by ensuring that both are converted to a common format. If you don't have leading zeroes, then a INT(In.DecimalColumn)=In.IntegerColumn should be enough.
by ArndW
Wed Jun 21, 2006 8:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parallel and server job in a sequence
Replies: 6
Views: 1373

A dataset consists of a descriptor (the file you actually refer to in the job) which contains such things as the schema layout and links to the physical data files. You can move the descriptor file around at will, it is very small. You cannot move the actual data files around without modifying your ...
by ArndW
Wed Jun 21, 2006 8:14 am
Forum: IBM QualityStage
Topic: Details of QualityStage
Replies: 1
Views: 1351

I think that this link makes a good start; it is to IBM/Ascential's site and touches upon several of the questions you asked.
by ArndW
Wed Jun 21, 2006 7:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB/2 enterprise access - SQL and TABLE method
Replies: 3
Views: 737

The problem has now been solved. It turns out that the NFS mounts on the DB/2 machines for PX had different access rights, so PX and server could connect to the main coordinator node and issue "normal" work since the main DB/2 coordinator node then went to all of the actually processing (partition) ...
by ArndW
Wed Jun 21, 2006 7:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB/2 enterprise access - SQL and TABLE method
Replies: 3
Views: 737

Thanks, we've gone through all that already and know about that part. It seems that we are now getting connectivity to the main DB/2 coordinator node (since we can connect & read data using the user SQL) but once we parallel and use the TABLE method the connections don't go through and return -1...
by ArndW
Wed Jun 21, 2006 6:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB/2 enterprise access - SQL and TABLE method
Replies: 3
Views: 737

DB/2 enterprise access - SQL and TABLE method

We have an EE configuration that goes to 2 remote DB/2 servers. We have just completed the installation and setup of a new series of machines and have hit an odd problem. Using the DB/2 Enterprise stage and "user SQL" or "Auto generated SQL" we can view data and run a job. But when the "Table" metho...
by ArndW
Wed Jun 21, 2006 5:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning in Sequential file
Replies: 7
Views: 1690

I am a bit confused - your error message talks about a column called "MessageId" which you haven't listed in your sample data. Also, what have you defined your output as (fixed length? Quoted columns?)?
by ArndW
Tue Jun 20, 2006 10:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning in Sequential file
Replies: 7
Views: 1690

It means character 245 from the beginning of the line (or file in this case). If you have multibyte NLS then it means character 245. If you look at your column definitions and add the lengths, this is probably the position 1 of the column starting after your error column.
by ArndW
Tue Jun 20, 2006 10:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning in Sequential file
Replies: 7
Views: 1690

Yes. Use an editor and verify that line 1 is longer in this column (if delimited) or longer in total (if not delimited). This would be offset 245 from the beginning of the line.
by ArndW
Tue Jun 20, 2006 10:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: creteria for opting Hashed file
Replies: 9
Views: 2354

A hashed file key is unique. If you declared 2 key columns then, in order to do a lookup, both of those columns must contain values. So if you have 2 key columns you need 2 values in order to read a record.
by ArndW
Tue Jun 20, 2006 8:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs lost when updated in DS_JOBS
Replies: 22
Views: 5867

the RESIZE * * * will show any data errors in the file, as you surmised. It also has the benefit in this case of making sure that he is the only person accessing the file (i.e. required to rebuild indices)
by ArndW
Tue Jun 20, 2006 7:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs lost when updated in DS_JOBS
Replies: 22
Views: 5867

A) What is the index status reported by "LIST.INDEX DS_JOBS ALL"
B) What happens when you try "RESIZE DS_JOBS * * *" or "FIX.FILE DS_JOBS"?
by ArndW
Tue Jun 20, 2006 7:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Install Dir full due to core dump
Replies: 4
Views: 990

That might work in your case because it is the install; when DS bombs out the core will always point to uvsh, though.