Search found 5168 matches

by kumar_s
Wed Mar 29, 2006 4:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Activity property window
Replies: 4
Views: 1204

What is the version of windows in which client is installed?
by kumar_s
Wed Mar 29, 2006 12:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem With Datastage Project
Replies: 14
Views: 3818

Vinodanand wrote:I was referring to the Categories we can create using manager...

What you mean Categories without name.
You mean Empty Categories. Witout jobs.
Reindex should help.
Better try to paste the image.
by kumar_s
Tue Mar 28, 2006 10:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem With Datastage Project
Replies: 14
Views: 3818

Sorry I didnt noticed that it is unix. But the backup is the left over option. You need to log ticket to IBM. The people will advise you the proceedings. And you may be charged if the process is bit comples. But you can confirm whether the assumption made is correct. Logto TCL cd $DSHOME bin/dssh LO...
by kumar_s
Tue Mar 28, 2006 10:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem With Datastage Project
Replies: 14
Views: 3818

Try to restart you server as the first option and check you could get some better options available. Else as rescue operation, copy your windows project folder and backup it. Next try to do a Reindex to the particular project. (Also make sure not client connection established.) Search for REINDEX fo...
by kumar_s
Tue Mar 28, 2006 10:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem With Datastage Project
Replies: 14
Views: 3818

Perhaps your UV.ACCOUNT got currupted. Your project1 PATH is pointing to your unammed directory. Better take a backup of all exixting projects from you folder structure. Delete the impacted project and Recreate the same. Copy back the backed up project to the newly crated one. You can upload you pic...
by kumar_s
Tue Mar 28, 2006 10:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: UserStatus in PX
Replies: 2
Views: 788

That is correct. Server Routine become impossible in 'Transformer' in PX. I am wondering if there is any other aproach followed other that writing in to a External file and reading it in the consicutive job.
by kumar_s
Tue Mar 28, 2006 9:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage server migration
Replies: 11
Views: 2632

The Configuration you mentioned is compatable for 7.5x.
by kumar_s
Tue Mar 28, 2006 7:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transform Output Question
Replies: 5
Views: 1539

I guess your trailer record consits of informations like the number of rows processed.
Better post process your job. User LinkInfo or UserStatus to pass the value the next job.
by kumar_s
Tue Mar 28, 2006 7:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: UserStatus in PX
Replies: 2
Views: 788

UserStatus in PX

Hi DSXians,
May I know the way to use the UserStatus function in PX jobs. (
One channel through which information can be passed across jobs)
by kumar_s
Tue Mar 28, 2006 7:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: cal sum of n rows using stage variables
Replies: 6
Views: 1369

sendmk wrote:so it is impossible to do it with stage variables,

ok arndw

It may be possible if you know the number of rows comming in.
by kumar_s
Tue Mar 28, 2006 7:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding Mail Notification Activity
Replies: 7
Views: 2147

May be need to add to at each jobActivity stage with failure trigger condition.
by kumar_s
Tue Mar 28, 2006 4:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CalculatinStatistical functions like Mean Median, % missing
Replies: 5
Views: 1391

sendmk wrote:how to cal sum of n rows using stage variables,

i searched the forum,but could not find

thx

Answered by Arnd in other post. In transformer its not possible. Use aggregator.
by kumar_s
Tue Mar 28, 2006 4:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding Mail Notification Activity
Replies: 7
Views: 2147

Use Execption Handler.
If any job aborts, contorl comes to this stage. Trigger Email Notification accordingly.
by kumar_s
Mon Mar 27, 2006 9:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Selecting Input File
Replies: 2
Views: 733

Read the file using Execute command activity in the Job Sequence and pass the value of indicated as command output by echo <indicator field>. Use NestedCondition activity receive the command output as parameter and check for the value. Based on the value divert two output link. By this you can handl...
by kumar_s
Mon Mar 27, 2006 9:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transform Output Question
Replies: 5
Views: 1539

BTW what is the need for the database to get loaded after loading sequential file?