Search found 5168 matches

by kumar_s
Thu Aug 24, 2006 5:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Automated job generation
Replies: 5
Views: 2311

It will be greatful if you can share to all, your work if it is done.
by kumar_s
Thu Aug 24, 2006 5:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal : node_node1: Player 2 terminated unexpectedly.
Replies: 34
Views: 50742

Is your job failing everytime with the same inforamtion. I mean node1 with player2?
Try have a run in sequential mode, or a single node config file.
by kumar_s
Thu Aug 24, 2006 5:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delete a category from command line
Replies: 15
Views: 4710

If a category is moved, why should it be deleted. I was under the impression (false impression) that you want to delete only the empty category. Craig pointed out that cleanly. If the jobs are moved to production via version control, it doesnt mean you need to delete the category in Dev, rather crea...
by kumar_s
Thu Aug 24, 2006 7:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delete a category from command line
Replies: 15
Views: 4710

I totaly with your Kim. I too suggest not to deletet the job from DS_JOBS. OP is looking for deletion of category and not job. Category alone doesnt have any hash of its own.
Whatever it be, its not advisable to delete directly from repositry.
by kumar_s
Thu Aug 24, 2006 1:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Importing parallel shared container
Replies: 13
Views: 3933

Yes I was asking about some routines. What other stages you have in your job. Is it the exactly same error message you get. Could you post you error message.
by kumar_s
Thu Aug 24, 2006 1:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error while creating job
Replies: 12
Views: 4816

8000 Jobs in a project should defenitely need to work out. :wink:
by kumar_s
Thu Aug 24, 2006 1:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delete a category from command line
Replies: 15
Views: 4710

So one option is move the content of the category to other category first and then delete.

Code: Select all

UPDATE DS_JOBS SET CATEGORY = 'New_Category' WHERE CATEGORY = 'Old Category'

DELETE DS_JOBS WHERE NAME LIKE '\\\Old Category'
by kumar_s
Thu Aug 24, 2006 1:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delete a category from command line
Replies: 15
Views: 4710

Absolutely. That is what I mentioned in my first post. If a category needs to be deleted the jobs residing in that category need to be deleted.
Moreover you cannot delete a category from command line, if it has a content in it (though it might show you it has been deleted)
by kumar_s
Thu Aug 24, 2006 1:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Year to date(YTD)
Replies: 7
Views: 2054

ysrini9 - Why do you want to create duplicate post. You other post "YTD Problem" will also lead to the same sort of solution.
by kumar_s
Thu Aug 24, 2006 1:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: YTD Problem
Replies: 2
Views: 1021

If you delibrately want to do in Datastage, use transformer to limit the records, and aggregator stage to sum the sales amount.
by kumar_s
Thu Aug 24, 2006 1:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delete a category from command line
Replies: 15
Views: 4710

All those RT_* files will be generated only when the jobs/routine/transform.. created or compiled or made to run. But not for Category. Category is just a logical clasification of job and routines maintained in DS_JOBS.
by kumar_s
Thu Aug 24, 2006 12:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: compiling more than one job in one time
Replies: 2
Views: 844

What version is your Datastage?
Click on Tools-->Multiple Job Compile from designer.
by kumar_s
Thu Aug 24, 2006 12:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delete a category from command line
Replies: 15
Views: 4710

Category is not stored in DS_JOBOBJECTS.
Still as Ray sugessted, it is not advisable to work with this hashed files.
by kumar_s
Wed Aug 23, 2006 11:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: create user on server
Replies: 4
Views: 1187

There is no process of creating Datastage user as such. Datastage is invoked by the Operating system user id. All you can do is, you can set the permission in the datastage for each user of group.
by kumar_s
Wed Aug 23, 2006 11:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Autoshutdown of datastage enginer
Replies: 2
Views: 931

Perhaps you can ask you SA to wrap the shutdown command in a shell which also shuts down the Datastage smoothly.