Search found 5168 matches

by kumar_s
Mon May 22, 2006 10:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal: Parallel job reports failure (code 139)
Replies: 7
Views: 3665

"It was due to fault with internal datasets that datastage creates "
Do you mean virtual dataset?
May I konw what where the steps taken to overcome this?
by kumar_s
Mon May 22, 2006 10:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error "uv -admin -start"
Replies: 3
Views: 1585

Perhaps Unix search utility. :wink:
What is the user id you use to stop and start. Issue may be with lack of permission. Try with dsadm.
by kumar_s
Mon May 22, 2006 10:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing Filenames between Jobs in Job Sequence
Replies: 5
Views: 1444

That depends on how you trigger you job. If you want to execute jobs parallaly, dont wait for it to finish before other job starts.
by kumar_s
Mon May 22, 2006 10:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSRoutine
Replies: 8
Views: 1815

It may be possible with Start and End loop activity.
Pass on a value thorough a parameter say 'I' from the looping activity and fetch the Ith value of the given string and pass as parameter to the next job activity.
by kumar_s
Mon May 22, 2006 8:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 configuration
Replies: 2
Views: 815

Or search for "Remote Connection" in Install and Upgrade Guide.
by kumar_s
Mon May 22, 2006 8:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: why the datastage may occur running 1 record / second
Replies: 8
Views: 2642

What is your job design? How many stages does you job has? What is the load on the server when your job runs? What is the load of your job (how big is the input and outfiles are)? How many joins, lookups, Pivoting does your job perform? Was it a read or write to the oracle? What is the commit rate o...
by kumar_s
Mon May 22, 2006 7:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem executing Server job
Replies: 9
Views: 1933

So what was the action point taken to the table to make the job to perform well?
by kumar_s
Mon May 22, 2006 7:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Workspace in Unix Sort
Replies: 1
Views: 636

By default it takes the TMPDIR defined in the adminstrator or in the path for scratch disk defined in dsenv. But if workspace is specifically given in the satge, it should get the precedence over other. Just make sure the disk and path given in the stage have necessary previlage to the user from whi...
by kumar_s
Mon May 22, 2006 7:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to avoid .Error code SQL0289N msg
Replies: 3
Views: 957

Yes the Code poped out is for the same.

Code: Select all

db2 => ? SQL0289N


SQL0289N Unable to allocate new pages in table space
          "<tablespace-name>".

You ll also get the remedy for this as the following. Try to increase the table space.
by kumar_s
Mon May 22, 2006 7:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error While reading from DB2 table on mainframe
Replies: 11
Views: 4808

Hi Krishna,
Click on the blue word given on the both of the post. You ll be diverted to a new page where you can get the releven informations.
by kumar_s
Sun May 21, 2006 11:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Aborted after 50 errors logged.
Replies: 2
Views: 685

How are you trying to run the job?
Is it from designer or director, if so in the Job Run Option you can find a tab called Limit. You can find the option Abort after and No limit. You can choose the No limit. If you run from command prompt, dsjob -warn will help you to acheive this.
by kumar_s
Sun May 21, 2006 11:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal: Parallel job reports failure (code 139)
Replies: 7
Views: 3665

Parallel job reports failure (code 139)... Hum... Got the same once.... What is the length of the query you execute? Once i got the same with DB2 database. I tried to execute the qure in command line it executes well. When I try to do the same thought Execute command activity it gave out the same er...
by kumar_s
Sun May 21, 2006 11:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning: "dfloat" to result type decimal
Replies: 25
Views: 7776

Yes there are some pre processing required, something like sorting, de-duplication.... but the error you got is not relevent to that.
Just try to make that particular field to dfloat.
by kumar_s
Sun May 21, 2006 11:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Maximum characters allowed in user defined sql TD Enterprise
Replies: 9
Views: 2371

Is it possible to share the exact error message you got while crossing the threshold limit. So that it would help the Search facility to acquire more informations.
by kumar_s
Sun May 21, 2006 11:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequencer
Replies: 6
Views: 1769

Hope you are calling the Job sequence from a unix script.
If so export the parameter and its value to a file. Read it through the script and pass it to the Job sequence for each environment, say DEV, or PROD.
And inturns from Job sequence to the underlying jobs.