Search found 5168 matches

by kumar_s
Fri Mar 17, 2006 6:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datatype of compressed data.
Replies: 14
Views: 4852

I tried without MQ.. I mean.., i took a file zipped it(GZip), passed through the transformer with the data type binary and wrote to a file with extension .gz. it does not recognise it as gzip format.. Any clues!!!! Thanks Kalpna. What is the stage you use to read and write? You can try using Comple...
by kumar_s
Fri Mar 17, 2006 6:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: My Job is running very slow
Replies: 12
Views: 2954

ray.wurlod wrote:With disjoint sets of keys Replace ought not to be a problem.

Load - Replace option replace table totaly with the input data, irrespective of the presence/absence of the key in the input.
by kumar_s
Fri Mar 17, 2006 6:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with Complex File Stage
Replies: 3
Views: 761

What is the record Delimieter.
Many unix command have restriction to read 2048 characters per line.
If you Record Delimiter is 'none' specify as 'end'
by kumar_s
Fri Mar 17, 2006 6:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: My Job is running very slow
Replies: 12
Views: 2954

Do you really need the Link Collector? DB2 will be quite happy with three inputs, so long as the sets of keys in each set are disjoint (so that there is no contention for locks). You may see substantial throughput gain as well. If you opt the option suggested by Ray, Replace may not be a wise idea.
by kumar_s
Fri Mar 17, 2006 6:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Import error
Replies: 3
Views: 1884

Connection broken can be of many reason. Have you tried again to connect to the server and reimport?
Is that every time you get the same error?
by kumar_s
Fri Mar 17, 2006 5:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Scratch File of LookupFileSet
Replies: 4
Views: 688

Yes existing file will be dropped and a new file will be created. But I noticed one thing funny, when I was running a job, first time it happended to get aborted due to wrong Key column. The next time when I run, there is a file with a extension of 'about-to-be-deleted'. This lasted for 2 consicutiv...
by kumar_s
Fri Mar 17, 2006 3:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Scratch File of LookupFileSet
Replies: 4
Views: 688

Recreating lookup fileset with same name, will overwrite the existing file.
by kumar_s
Fri Mar 17, 2006 3:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: My Job is running very slow
Replies: 12
Views: 2954

Re: My Job is running very slow

Hi Kumar, thanks for reply. Instead of Delete, why cant you just replace the whole content. What does it mean? I am giving the query in Before SQL. like this DELETE FROM SCHEMA.TABLENAME thanks in advance. As mentioned in other post, Delete uses the transaction log. Where as if you use replace it b...
by kumar_s
Fri Mar 17, 2006 2:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI Stage Query Type Load SQL from a file passing parameter
Replies: 3
Views: 1210

You can parameterize the script and pre populate the sequential file with necesary SQL.
by kumar_s
Fri Mar 17, 2006 2:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: My Job is running very slow
Replies: 12
Views: 2954

Instead of Delete, why cant you just replace the whole content.
by kumar_s
Fri Mar 17, 2006 2:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: wait command in unix
Replies: 18
Views: 3040

There is a command SLEEP 10.
Is this you want or you need to wait for a file for 10 sec?
by kumar_s
Fri Mar 17, 2006 12:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date format MMDD
Replies: 3
Views: 755

HI,
You can use Ereplace to supress '/' or
Oconv(10740, "DYMD[2,2,2]" : @VM : "MCN")
by kumar_s
Thu Mar 16, 2006 11:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: when using DB2 UDB records are dropped No warnings
Replies: 13
Views: 3768

It is always better not to abort the flows. But you can do this by adding a transformer in reject link and you can provide the constraint as abort after 1 row. But need to make sure that all the rejects are due this reason. Or you can do a post checking with the job log, for the specific SQL error c...
by kumar_s
Thu Mar 16, 2006 9:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: JOB CONTROL BATCH vs. JOB SEQUENCER
Replies: 2
Views: 1359

Since you are new to the forum, you can search the forum the information you want to get. Most of them might have already discussed.
Like this.
by kumar_s
Thu Mar 16, 2006 9:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: General question
Replies: 4
Views: 919

Hi,
Pls dont hijack the thread. Post in a new thread. With more information. What is that you want to do and what is the desired result?
What are the input sources?