Search found 3329 matches

by Sainath.Srinivasan
Tue Jul 12, 2005 7:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job failure at 3100000th row of data
Replies: 6
Views: 1222

Did you check whether you have enough space in the file system?

What is the file size when it aborts?
by Sainath.Srinivasan
Tue Jul 12, 2005 6:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: plz guide me how to capture the logdetails
Replies: 5
Views: 2381

As ArndW suggested, you can use dsjob with logsum or other options you think will be useful. Alternatively you can read from the log object itself. Otherwise you can

The first option is simplest.
by Sainath.Srinivasan
Tue Jul 12, 2005 6:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: jobs not running
Replies: 13
Views: 4604

Is there a before job stage?

Is it a multi-instance job?

Did you try rebuilding your project index?
by Sainath.Srinivasan
Tue Jul 12, 2005 4:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ROW SPLITTER PROBLEM
Replies: 6
Views: 2199

Did you try passing the column to break alone?
by Sainath.Srinivasan
Tue Jul 12, 2005 4:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with CLeaning up Resources
Replies: 5
Views: 2111

If nothing works, bounce DS server.
by Sainath.Srinivasan
Tue Jul 12, 2005 4:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Filtering top and bottom records from sequential file.
Replies: 5
Views: 1210

You can use DS to extract the rows from the dbms rather than landing in a seq file.
by Sainath.Srinivasan
Tue Jul 12, 2005 4:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential File error
Replies: 34
Views: 8630

As Ray has pointed out, your ulimit in DataStage is set to 2Gb.

You need to
1.) Change your Unix ulimit
2.) Bounce DataStage

If you run your job after this, it must work fine.
by Sainath.Srinivasan
Mon Jul 11, 2005 12:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential File error
Replies: 34
Views: 8630

From what you said earlier, it does seem that your ds environment ulimit is set to unlimited. But as policy of AIX, you may have limitations creating files more than 2Gb. You can attempt to create a file for more than 2 Gb outside DataStage. This will give you an idea of whether the limitation is wi...
by Sainath.Srinivasan
Mon Jul 11, 2005 11:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential File error
Replies: 34
Views: 8630

Are you working with AIX?

What is the file size? Is it zero bytes? Maybe the file shrinked after the error

So can you run the job again and monitor the file size in background.
by Sainath.Srinivasan
Mon Jul 11, 2005 11:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to use IF within IF
Replies: 9
Views: 2388

In transform, you can do
If <condition> Then If <Condition> Then <Stmt1> Else <Stmt2> Else <Stmt3>

If you want multiple statements, then you need to go to routines.
by Sainath.Srinivasan
Mon Jul 11, 2005 11:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Do I need to have admin rights?
Replies: 3
Views: 738

In Unix level, yes.
by Sainath.Srinivasan
Mon Jul 11, 2005 10:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to use IF within IF
Replies: 9
Views: 2388

In a transformer you can only use an inline if statement. So it cannot be multiple lines. But you can have multiple if.
by Sainath.Srinivasan
Mon Jul 11, 2005 9:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to suppress warnings when using reject link
Replies: 9
Views: 7523

What I meant for is that if you have the link ticked for reject passed into an IPC stage, then you will not receive the warning message even if any records are passed through it.
by Sainath.Srinivasan
Mon Jul 11, 2005 9:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: An Interesting Problem
Replies: 15
Views: 4275

The Date OConv must have a trim for '-' as otherwise you will get YYYY-MM-DD.

Are you running the job part of a sequencer or batch control? If so, you need to define a variable to the file named prepared part of the step.
by Sainath.Srinivasan
Mon Jul 11, 2005 5:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: getting DSlinkinfo for a datastage job in shell script
Replies: 6
Views: 2992

The $fn will not return the desired result. You may have to call from Job control or sequencer or OS.