Search found 5168 matches

by kumar_s
Thu Apr 20, 2006 7:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: aborting jobs when data source empty
Replies: 13
Views: 3183

seanc217 wrote:How about writing a Korn shell script to capture the size?
You could do an ls and pipe that into awk and capture the file size there.

But its for windows.
by kumar_s
Thu Apr 20, 2006 6:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The job is not running when i extract data from oracle 10G
Replies: 5
Views: 989

What is the total volume of records.
View data will show you partial data. Is server and PX server residing in the same machine.
Try to run the job in sequential mode. Try to change the configuration file and make to on the node where server job runs.
by kumar_s
Thu Apr 20, 2006 6:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: aborting jobs when data source empty
Replies: 13
Views: 3183

Iam still thinking a way to capture the file size (alone) from dos prompt.
by kumar_s
Thu Apr 20, 2006 5:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: RenameAllJobs - Easy ?
Replies: 22
Views: 5265

Ray- Is the F3 pointing to NAME of DS_JOBOBJECTS? And Once DS_JOBS is updated, DS_JOBOBJECTS need to be updated with new name ie., UPDATE DS_JOBOBJECTS SET NAME = 'prefix<<OldName>>' WHERE OBJNAME = 'ROOT' AND OBJIDNO = (SELECT JOBNO FROM DS_JOBS WHERE NAME = '<< NewName >>';
by kumar_s
Thu Apr 20, 2006 5:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance issue with pivot stage
Replies: 3
Views: 1141

By default PIVOT runs in Sequential mode.
by kumar_s
Thu Apr 20, 2006 5:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Compilation problem
Replies: 8
Views: 1518

As per the suggestion, try with the adminstrator user id.
by kumar_s
Thu Apr 20, 2006 3:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Control not getting regenarated at Compilation
Replies: 4
Views: 1320

Just do a search on generated Job control on the job properited tab, whether the particular parameter still present. If so you can find where it resides.
by kumar_s
Thu Apr 20, 2006 3:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: RenameAllJobs - Easy ?
Replies: 22
Views: 5265

That depends on the field OBJNAME. Job has OBJNAME as ROOT.

Code: Select all

SELECT NAME FROM DS_JOBOBJECTS WHERE OBJNAME LIKE 'ROOT'
by kumar_s
Thu Apr 20, 2006 2:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: RenameAllJobs - Easy ?
Replies: 22
Views: 5265

But if NAME in DS_JOBS get updated, shouldnt the NAME in DS_JOBOBJECTS get updated automatically?
by kumar_s
Thu Apr 20, 2006 1:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to capture the rows rejected by DB2 API Stage.
Replies: 12
Views: 3126

Have you tried the Other wise option?
Try the reject link on the same API stage.
by kumar_s
Thu Apr 20, 2006 1:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Viewed data is different from data being processed
Replies: 10
Views: 3240

What happens when you write into a sequential file without any constraints given in the transformer?
Is it single soruce into 3 file or 3 source into one transformer and again into three file?
Any change of the data being fed in to the hash file is different from development to the new environment?
by kumar_s
Thu Apr 20, 2006 1:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Control not getting regenarated at Compilation
Replies: 4
Views: 1320

What is the change you made and what is not getting reflected?
by kumar_s
Thu Apr 20, 2006 1:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: RenameAllJobs - Easy ?
Replies: 22
Views: 5265

LIST DICT DS_JOBOBJECTS will give the full list.
Though it doesnt show during select * from DS_JOBJECTS or LIST DS_JOBOBJECTS.
by kumar_s
Thu Apr 20, 2006 1:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Permissions on DataStage Category ?
Replies: 4
Views: 1266

Alternativly you can try to make readonly particular to category as follows.

Code: Select all

UPDATE DS_JOBOBJECTS SET READONLY = 'RO' WHERE READONLY = 'NRO' AND NAME IN (SELECT NAME FROM DS_JOBS WHERE CATEGORY LIKE '%xxxxx%')


Where the category is what need to converted.
by kumar_s
Thu Apr 20, 2006 12:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating Read-only users in datastage?
Replies: 3
Views: 1637

Rather try to create a new project with protected mode and give access to the analyst.