Search found 18 matches

by jack_dcy
Wed Aug 24, 2005 1:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to clear the status files with Aix command interface
Replies: 4
Views: 2156

hi ray,

thanks a lot.

what we want to delete , not only the log file, but also the job with invocation ID. the auto-purege action in administrator or director only clear the log file.
by jack_dcy
Tue Aug 23, 2005 11:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to clear the status files with Aix command interface
Replies: 4
Views: 2156

How to clear the status files with Aix command interface

Hi all, we run the DSEE job with a job invocation id in Aix, so we have a large number of job instance in the Director everyday, we want to clear it with a Unix shell , so we can run it automatically everyday. how could we do this? BTW, can we do a Universe shell command in the unix shell? Thanks.
by jack_dcy
Sat Jul 30, 2005 2:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Number of CPU used by DS PX/EE
Replies: 5
Views: 2526

I heard that in the newest edition of DataStage(Maybe 8.0), using a tool of another company, let you to specify the cpus your job want to run on. :)
by jack_dcy
Sat Jul 30, 2005 2:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: About Auto partition
Replies: 5
Views: 2952

Hi ray and elavenil, thanks for your help, we already set the environment variable for the project, and saw the Generate OSH in Job properties, but we couldn't find the partition type in the osh script, if we set all the partition type as 'auto'. a Generate OSH like this, we can't find any informati...
by jack_dcy
Sat Jul 30, 2005 1:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: About wrapper
Replies: 3
Views: 2166

Hi ray we only defined a very simple example of the wrapper, we did the function of unix command 'ls' in this stage, so it has no input link, and the output link is only a varchar type with 1024 legth. when we generated it ,it didn't display any message to us, either success or not. thanks for your ...
by jack_dcy
Fri Jul 29, 2005 9:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: About wrapper
Replies: 3
Views: 2166

nobody now this? :(
by jack_dcy
Fri Jul 29, 2005 5:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: About wrapper
Replies: 3
Views: 2166

About wrapper

Hi all,

we defined a wrapper stage, not any message when generated it. but when we used it in a job, when we compiled it , an error: No Operator defined for Stage Type 'test_wrapper'. However, we find a test_wrapper.op in the server's 'wrapped' directory.

Pls tell me, why. thanks
by jack_dcy
Fri Jul 29, 2005 12:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: About Auto partition
Replies: 5
Views: 2952

About Auto partition

Hi all,
As defualt, the partition type at the Input page of each stage in the job, is the 'Auto', can we know witch partition type the osh script this used when the job is runing?

Thanks.
by jack_dcy
Tue Jul 26, 2005 12:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using of RCP(Runtime Column Propagation)
Replies: 3
Views: 2279

Hi ray

sorry, I forget the bugs, maybe it is not a bug. I will find it.

By the way,Will the RCP improve the performance very much?
by jack_dcy
Mon Jul 25, 2005 9:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using of RCP(Runtime Column Propagation)
Replies: 3
Views: 2279

Using of RCP(Runtime Column Propagation)

Hi all,
I don't check the option of "Enable Runtime Column Propagation in Parallel Jobs" in the Datastage Administrator, because I think there have some bugs in some stages, such as lookup.

Pls give me some suggestion about this.
by jack_dcy
Thu Jul 21, 2005 1:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help needed for Join Stage
Replies: 8
Views: 4126

Anyone can explain that we only relink and rewrite the sort and remove duplictes stage, can solve this problem as well? Is it a bug of DSEE?
by jack_dcy
Thu Jul 21, 2005 12:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help needed for Join Stage
Replies: 8
Views: 4126

benny.lbs

Thanks, it is OK when I set the Hash partition type for the input before join.
Join stage can't set a fit partition type with Auto?

ranga1970,benny.lbs

If both of this two links's resource data is sequentail file. what can we do?
by jack_dcy
Wed Jul 20, 2005 9:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help needed for Join Stage
Replies: 8
Views: 4126

Help needed for Join Stage

Hi we use a Join Stage with inner join, the left link is a sequential file and the right link is a sequential file then a sort stage and a remove duplicates stage ,it should be output some records, but when we set two nodes in the configuration file, there have nothing output, but when we set only o...
by jack_dcy
Wed Jul 20, 2005 4:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to stop the Job at once
Replies: 13
Views: 7464

Hi ArndW,

thanks for your advice.
by jack_dcy
Wed Jul 20, 2005 4:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to stop the Job at once
Replies: 13
Views: 7464

Re: How to stop the Job at once

benny.lbs wrote:Try $DSHOME/bin/list_readu
Thanks, but I don't know which is the running job's pid, because killing some pid ,only can logout the client. Does the running job's pid make up of the job name and the postfix '.fifo'?

Bye the way, do you know the function of $DSHOME/bin/listpid.sh?

thanks.