Search found 5168 matches

by kumar_s
Mon Jan 15, 2007 2:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calling After job subroutine
Replies: 4
Views: 847

What is the version of Datastage you are using? Enable the check box,

Code: Select all

Only run after-job subroutine on successful job completion.
that available in JobProperties.
by kumar_s
Mon Jan 15, 2007 2:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue retrieving number of rows processed
Replies: 18
Views: 4417

DSJ.LINKROWCOUNT is the info type.
The IDENT1 is an invisible Transformer stage that the job compiler has inserted because your design includes a link between two passive stages. Hope both the issue should get solved by including a transformer between the stages.
by kumar_s
Mon Jan 15, 2007 2:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get the fraction of seconds in the time hh:mm:ss-sss
Replies: 12
Views: 4352

You also have microseconds_from_time() function. You need to pass it as a parameter to a job for the file creation. The job where you select the value from, write it in to a file. Using ExecuteCommand Stage, read the file using cat filename command and use the commandOutput to pass it as a parameter...
by kumar_s
Mon Jan 15, 2007 2:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: conversion from string to timestamp
Replies: 15
Views: 4090

Hi,
What is the syntax that you have mentioned in Modify stage?
by kumar_s
Mon Jan 15, 2007 1:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue retrieving number of rows processed
Replies: 18
Views: 4417

Hi,

Try to include a Transformer in between the two passive stages and find the stage info for that. I rather use DSGetLinkInfo(JobHandle, StageName, LinkName, InfoType).
by kumar_s
Mon Jan 15, 2007 1:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance problem using lookup
Replies: 23
Views: 4679

I could see your latest post that, Index is not crated. But Primary key index will be automatically be created when you have a primary key constraint in it.
by kumar_s
Mon Jan 15, 2007 1:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance problem using lookup
Replies: 23
Views: 4679

As mentioned, the Building up of Index will take up a long time as the number of records getting increased. That might be one of the reason where you get high load rate at initial stages. But still, as per your previous statement, If you load the data without lookup, it loads within 5 min. In that c...
by kumar_s
Sun Jan 14, 2007 4:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to call sqlservers stored proc?
Replies: 4
Views: 1811

ODBC stage don't have the outlink in it. What you mean by this? If you drag a output link from a ODBC, you should get one. If you need to pass some parameter, drag a link from a transformer stage placed upfront. The value can be Job parameter. Make sure you limit it number of row to 1. And why you ...
by kumar_s
Sun Jan 14, 2007 3:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Getting Aborted, but data is getting extracted and loade
Replies: 11
Views: 2649

What is your job desing? When does this error message prompts, is it after the data been loaded or as soon as the extract information apears?
Do you have any Before/After SQLs which refers to some other tables?
by kumar_s
Sun Jan 14, 2007 3:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequence job restarting problem
Replies: 16
Views: 4169

Restart will happen only upon failure. If you job finishes with warnings, the DSEngine will consider it "a finished" job and run from the next job onwards. Just to give you a heads up Since the job status is (Finished with warnings), it is considered as finished unless the warning is promoted to fa...
by kumar_s
Sun Jan 14, 2007 3:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Protected project : Is this a bug??
Replies: 21
Views: 8035

What document you are referring to? Production Manager should be able to import and run the jobs. "Users can view objects in the project, and perform tasks that affect the way a job runs rather than the jobs design; specifically they can: Run jobs Set job properties Set job parameter default values"
by kumar_s
Sun Jan 14, 2007 3:04 am
Forum: General
Topic: Datastage developers in the UK......Networking oppourtunity.
Replies: 3
Views: 1809

And if you are interested in recruiting, Delete the post available in other forum, and post it in Looking for Forum. You ll get better response.
by kumar_s
Sun Jan 14, 2007 3:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage PX Install Issue
Replies: 8
Views: 5873

Can you mark the post as resolved?
by kumar_s
Sun Jan 14, 2007 2:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding DSUtility
Replies: 38
Views: 5659

You may need to first list of parameters that been used. And you will need to loop through each parameter and find the list of jobs and stages using the query that Kim has used, instead of finding it for PROJDEF.
by kumar_s
Sun Jan 14, 2007 1:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: New EtlStats soon
Replies: 34
Views: 13529

I guess its an updated video than that was available in his homepage couple of month back. Amazing job. But it takes some measurable work around to get it done in Version 7 of Datastage. So I quit, and waiting for some updated version in weeks. I guess it should be a easy installation for anything g...