Search found 110 matches

by umamahes
Fri Jun 15, 2007 12:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating index
Replies: 4
Views: 1547

Creating index

I tried to create index on ds_jobs.

when i used DS.INDEX it is giving an error like verd "DS_INDEX" is not in your VOC.what does it mean.i need add this into VOC.

Please give me a suggestion how to do this

Thanks
Uma
by umamahes
Tue Jun 12, 2007 11:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: exporting jobs using command line
Replies: 6
Views: 2220

I can write a routine to create a list of jobs in a category.
What is the command line to export single job.

Thanks
by umamahes
Tue Jun 12, 2007 10:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: exporting jobs using command line
Replies: 6
Views: 2220

exporting jobs using command line

Hi,

Is there any command to export jobs by category.I want to write a script to export jobs in my category after end of day to take the back up.

Thanks
by umamahes
Wed Jun 06, 2007 11:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to capture projects metrics
Replies: 2
Views: 1014

How to capture projects metrics

Hi,

How can we capture project level statistics like how much cpu is using,how nuch memory and what jobs are running like that.

Thanks
Uma
by umamahes
Tue May 29, 2007 10:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Contents of phantom output file
Replies: 5
Views: 5661

I dont have premium access.can you please post it out side
by umamahes
Tue May 29, 2007 10:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Contents of phantom output file
Replies: 5
Views: 5661

hi

This is the whole content when i double click on that

Contents of phantom output file =>
DataStage Job 65 Phantom 4988h
readSocket() returned 16
DataStage Phantom Finished.


Thanks
Uma
by umamahes
Mon May 28, 2007 8:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Contents of phantom output file
Replies: 5
Views: 5661

Contents of phantom output file

Hi i am getting the fowllowing information(some times) when i extra data from db2 and write into a sequential file. Contents of phantom output file => Because of this when i run i routine to get the extract counts it is giving 0 records.In Job monitor also everything is showing 0 records and the sta...
by umamahes
Thu May 17, 2007 11:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dataset
Replies: 1
Views: 894

dataset

Can we FTP datasets to anothe server?

Thanks
Uma
by umamahes
Thu May 03, 2007 3:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with lookup stage
Replies: 6
Views: 3295

I am using one primary and one reference file.
by umamahes
Thu May 03, 2007 3:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with lookup stage
Replies: 6
Views: 3295

Problem with lookup stage

In datastage 7.5.2 when i add a reject link to the lookup stage i am getting weird error like "An unidentified error has occured".If i remove the reject link it is working fine.

Can any one help me to come out from this issue

Thanks
Uma
by umamahes
Fri Apr 27, 2007 3:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to use Datastage API Function
Replies: 1
Views: 1236

How to use Datastage API Function

Please tell me how to use datastage api functions in parallel jobs.

int DSFindFirstLogEntry
( DSJOB JobHandle, int EventType, time_t StartTime, time_t EndTime, int MaxNumber, DSLOGEVENT *Event);

How to inculde these in c++ code

Thanks
Uma
by umamahes
Fri Apr 20, 2007 10:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CRC32 with Parallel Server-Job
Replies: 12
Views: 8881

When i compiled the routine it is working fine /usr/vacpp/bin/xlC_r -+ -O -g -c Testcrc.C -o Testcrc.o /usr/vacpp/bin/xlC_r -G -qmkshrobj=1000 Testcrc.o -o Testcrc.so Target "all" is up to date. I called the .o file in the routine and i compiled the job it is compiled successfully. when i ...
by umamahes
Thu Apr 19, 2007 4:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CRC32 with Parallel Server-Job
Replies: 12
Views: 8881

what are the arguments for this crc32 function.It needs to arguments

Thanks
Uma
by umamahes
Tue Apr 03, 2007 10:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Rangelookup
Replies: 8
Views: 2990

jgreve,your understanding is correct.range is typo error.it is (50-100).

i need to develop parallel job for this.i wrote a c++ code but it is taking more time.can any one please help me out to solve this issue.

Thanks
Uma
by umamahes
Tue Apr 03, 2007 4:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Rangelookup
Replies: 8
Views: 2990

I need to join 14 columns and 15th column is my required out put.

Range is not constant some times it may be (500-700).

Thanks
Uma