Search found 3329 matches

by Sainath.Srinivasan
Mon Jul 13, 2009 2:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: need to split records into multiple records
Replies: 9
Views: 3447

I think this is just Pivot and not "Vertical" pivot.
by Sainath.Srinivasan
Mon Jul 13, 2009 2:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Write status to tgt file when no src recs
Replies: 13
Views: 2723

Kryt0n,

Not sure what you are trying to say.

Code: Select all

test -s
checks for output file present and more than zero bytes size. So that must work (unless you have first line is header turned on).
by Sainath.Srinivasan
Sat Jul 11, 2009 5:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Scheduling a Job every Two hours?
Replies: 4
Views: 1566

Do your have ant corporate scheduler?

Alternatively do from windows scheduler.
by Sainath.Srinivasan
Fri Jul 10, 2009 2:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: getting count from seq file
Replies: 26
Views: 7023

Can I suggest a simple

Code: Select all

echo "yourTableName " `wc -l outputDataFileName` >> outputStatsFileName
in the after-job shell

Some obvious points are left out for you to analyse and refine.
by Sainath.Srinivasan
Fri Jul 10, 2009 2:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to schedule job
Replies: 8
Views: 2042

Try this.

Go to
Start -> Control Panel -> Scheduled Tasks

See whether you can add another task with the user you have mapped to.
by Sainath.Srinivasan
Fri Jul 10, 2009 2:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multivalued fields in Server Hashed File
Replies: 4
Views: 1440

To put it in simple terms, if you have multiple valued field stored in an column in an hash file seperated with value markers, you can normalise the structure so each value will appear in a row of its own. This method is extremely useful to prepare set of rows from one row with one (or more) additio...
by Sainath.Srinivasan
Fri Jul 10, 2009 9:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to schedule job
Replies: 8
Views: 2042

It is no folder permission. It is scheduling permission.

Can you use 'AT' and schedule external to DataStage ?
by Sainath.Srinivasan
Fri Jul 10, 2009 8:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: row merger
Replies: 3
Views: 1252

Can you please explain what you expect to see.

It is the output speed and not row count.
by Sainath.Srinivasan
Fri Jul 10, 2009 8:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Director view log Unable to see
Replies: 8
Views: 13638

Hope it is not a multi-instance job and you seeing a different instance whose log has been cleared.

Try calling this job from a sequencer and see the 'related log' from the sequencer log.

Log into dssh for the project and attempt to see RT_LOG for the job.
by Sainath.Srinivasan
Fri Jul 10, 2009 7:56 am
Forum: General
Topic: removing '$' sign while reading source amount column
Replies: 2
Views: 905

You can treat $ as a delimiter and rest as decimal.

Can you provide one sample record.

What happens in case of negative, zero or null values ?
by Sainath.Srinivasan
Fri Jul 10, 2009 6:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CPU Utilization 100%
Replies: 14
Views: 7448

Check the DataStage machine throughput when 1.) DataStage server down 2.) DataStage server running 3.) DataStage jobs running This will give you an idea. As mentioned before, try running individual jobs rather than 10 in a go. Are you using a transformer in the job? 10 jobs may themselves spawn 20 p...
by Sainath.Srinivasan
Fri Jul 10, 2009 6:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CPU Utilization 100%
Replies: 14
Views: 7448

Is SQLServer, DataStage Server and client all running on the same machine?
by Sainath.Srinivasan
Fri Jul 10, 2009 5:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: C++ routine error
Replies: 16
Views: 4437

Provide some sample values for which the code fails.
by Sainath.Srinivasan
Fri Jul 10, 2009 5:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CPU Utilization 100%
Replies: 14
Views: 7448

What is your machine configuration and capacity ?

Try running the jobs one at a time. That will give you an idea of which one takes significant resouces.

When running the job, try to guage the process and resource consumption.

Btw, DS v8.x by itself consumes significant resource.
by Sainath.Srinivasan
Fri Jul 10, 2009 5:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CPU Utilization 100%
Replies: 14
Views: 7448

Is your source database partitioned ?

How many nodes are you running in ?

Check the performance if you run in less number of nodes.