Search found 262 matches

by asitagrawal
Fri Jul 27, 2007 1:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSHome settings location
Replies: 2
Views: 1564

Wondering if DataStage 7x is compatible with Windows vista ??
by asitagrawal
Fri Jul 27, 2007 9:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Return code for fatal warnings ?
Replies: 2
Views: 1063

I agree with Chulett on "interrogating the logs".. and hence I would try to achieve this by using a After stage routine, to generate the job report or say colelcting all the messages other than Information messages and then search for some key words e.g "Row Truncation" or "...
by asitagrawal
Fri Jul 27, 2007 7:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Controling File size in a Sequence Loop
Replies: 4
Views: 1755

Use a link partitioner to split your file into parts... use an apporpriate Spliting logic ( hashed / Round Robin etc..) you may check the Link Partitioner's help. Since you want to chunk the file into 5000 rows each, use this constraint in the Transformr stage which is reading the fille @INROWNUM>0 ...
by asitagrawal
Thu Jul 26, 2007 11:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: cancelling out from "Find /view data"
Replies: 3
Views: 1927

Why not write a small job, which filters out the data from the file. Put the desired constraint, say Col1 = Value1, and create a new output file.

I use this approach instead of waiting for "Not responding" to become "Responding" :)
by asitagrawal
Wed Jul 25, 2007 1:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stopped vs Aborted
Replies: 7
Views: 2461

Sorry for the wrong English usage.
by asitagrawal
Wed Jul 25, 2007 1:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: using Environment Variables in Trigger Expression
Replies: 4
Views: 1252

Thx for the info !
by asitagrawal
Wed Jul 25, 2007 9:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: using Environment Variables in Trigger Expression
Replies: 4
Views: 1252

Hi Ray,

Nice info, thx :)

Hey, is there any resoultion been provided by IBM? Any patch etc ?
by asitagrawal
Wed Jul 25, 2007 8:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stopped vs Aborted
Replies: 7
Views: 2461

Do u guys agree that Stopped/Restartable is not a restartable state ?

If such be the casem then can u plz guide me for handling this requirement :

" If two jobs start parallely, and either of them aborts, then the other must also abort, such that both the jobs are restartable."
by asitagrawal
Tue Jul 24, 2007 7:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pick up new files only
Replies: 6
Views: 1979

Re: Pick up new files only

May try to use DOS Command, DIR to list the files sorted by date modified and date created.
You have the list of files to chose :)
by asitagrawal
Tue Jul 24, 2007 3:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stopped vs Aborted
Replies: 7
Views: 2461

Hi, The Sequence design is this job design . The idea behind using the Exception handler is to stope execution of all running jobs in case of any Job / Sequences in this sequence abort. Now, in my case this is what is happening: The Job ExtractEPMData aborts and this is caught by Exception handler. ...
by asitagrawal
Tue Jul 24, 2007 2:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: using Environment Variables in Trigger Expression
Replies: 4
Views: 1252

using Environment Variables in Trigger Expression

Hi, I am facing a problem, like this: The job design is this Job Design . Now the sequence has 2 environment variables, $APEPMSYNCH and $AMEPMSYNCH. I am testing for the values of these variables on the trigger link of Nested Condition stage, "AP_EPM" and "AM_EPM". Now, when I co...
by asitagrawal
Thu Jul 12, 2007 11:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job control process (pid 4372) has failed
Replies: 3
Views: 3987

yes, after the first messaeg, these are also there: DSGetProjectInfo(..) DSGetJobInfo(..) DSExecute(...) DSMakeJobReport(..) DSGetNewestLogId(..) DSGetLogEntry(..) DSLogInfo(..) Can I use PRINT stmnt to log some infomational messages, rather than using DSLogInfo(..) ? I believe that using DSLogInfo ...
by asitagrawal
Wed Jul 11, 2007 3:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job control process (pid 4372) has failed
Replies: 3
Views: 3987

Job control process (pid 4372) has failed

Hi, I am having the same problem, as discussed in this post, http://www.dsxchange.com/viewtopic.php?t=106443 . In my case, I am using an After Stage routine, and the job started the routine but did not finish it. And the job even though has completed, finished with Aborted status. Now why I say that...
by asitagrawal
Wed Jul 11, 2007 10:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Adding Job Parameters to All Jobs
Replies: 6
Views: 1281

Adding Job Parameters to All Jobs

Hi,

Is there any alternative way of adding new job parameters or including new Environment variables to all the existing jobs ?? :wink:
by asitagrawal
Wed Jul 11, 2007 10:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence succeed when job fails
Replies: 2
Views: 1429

Wrong Forum...

Anyways, in Server jobs we use Jobstaus in the CLI command, dsjob, which returns the job's status.....

HTH,
Asit