Search found 65 matches

by wuruima
Thu Apr 27, 2017 2:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parallel routine issue
Replies: 2
Views: 3030

parallel routine issue

we migrate the DS from 8 to 11, and AIX to Linux. I need to compile the c++ program in the Linux server. I used this command to get the .o file, and it's no problem. g++ -c HexToChar.cpp -o HexToChar.o however, I failed to compile the parallel job which use the .o file. And this is the error log. I ...
by wuruima
Thu Mar 30, 2017 8:44 pm
Forum: General
Topic: What kind of job could I get
Replies: 0
Views: 2267

What kind of job could I get

Since 2011, I joined the team and started to develop using Java and DataStage. I am familiar with JavaSE and the Datastage jobs buildup. I know how to tune the Java program or DS job to get the better performace. But it seems that only DS ETL knowledge is not good enough, what kind of job(position) ...
by wuruima
Sun Mar 12, 2017 8:36 pm
Forum: General
Topic: [interview]business logic in the project
Replies: 3
Views: 3161

Use DS in the BI team.
by wuruima
Wed Mar 08, 2017 2:52 am
Forum: General
Topic: [interview]business logic in the project
Replies: 3
Views: 3161

[interview]business logic in the project

I do the DataStage projects, 5 years, I like this tool and this kind of job. Everday I thinking about the process of data and how I could tune the job to have better performance. I got the interview opportunity about BI last week but I failed. The interviewer didn't ask my anything about the 'tech',...
by wuruima
Tue Sep 06, 2016 3:34 am
Forum: General
Topic: dssetparm apt_config_file
Replies: 18
Views: 11724

btw, i set many parms to the parallel job. others are all okay, the system parm fail
by wuruima
Tue Sep 06, 2016 3:33 am
Forum: General
Topic: dssetparm apt_config_file
Replies: 18
Views: 11724

yes.
define the system parm in the parallel job property;
DSAttachJob to get the parallel job handler;
DSSetParm to set parm to this system parm.

when run job, 'no this parm' error.
by wuruima
Sun Sep 04, 2016 7:49 pm
Forum: General
Topic: dssetparm apt_config_file
Replies: 18
Views: 11724

i called DSAttachJob. And also add system variable in the parallel job.
But failed on set parm , saying no this parm.
by wuruima
Wed Aug 31, 2016 11:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: User inserted sort does not fulfill the sort requirements
Replies: 5
Views: 10490

Re: Aggregator_49: When checking operator: User inserted sor

i found this in the forum Before join stage use sort stage and try this.. I think it may hapen because of memory issue.. Inline sort handle less volume of data. So is that possible because of too big volumn of data? in the sort stage i need to sort 9 million data. and i set 1000 M in the sort stage.
by wuruima
Wed Aug 31, 2016 11:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: User inserted sort does not fulfill the sort requirements
Replies: 5
Views: 10490

Re: Aggregator_49: When checking operator: User inserted sor

my colleague told me i should not use Hash to partition in the Sort stage. i am going to try another partition type
by wuruima
Wed Aug 31, 2016 11:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: User inserted sort does not fulfill the sort requirements
Replies: 5
Views: 10490

User inserted sort does not fulfill the sort requirements

Aggregator_49: When checking operator: User inserted sort "Sort_300" does not fulfill the sort requirements of the downstream operator "APT_SortedGroup2Operator in Aggregator_49" I encounter this warning.. in the job, i use a sort before Aggregator. in the sort, i partition with ...
by wuruima
Mon Aug 29, 2016 8:13 pm
Forum: General
Topic: dssetparm apt_config_file
Replies: 18
Views: 11724

it's not correct to set environment variable user ds set parm
I found this in the forum.
but I want the job to run for different apt. e.g. the routine starts job1 using apt1, starts job2 using apt2. what should i do ?
by wuruima
Mon Aug 29, 2016 7:56 pm
Forum: General
Topic: dssetparm apt_config_file
Replies: 18
Views: 11724

code=-3 [ParamName does not reference a known parameter of the job]
hi chulett,
this is the error it shows, could u please advise how to fix ?
by wuruima
Mon Aug 29, 2016 7:28 pm
Forum: General
Topic: dssetparm apt_config_file
Replies: 18
Views: 11724

get it.. i will check the paramerr
by wuruima
Mon Aug 29, 2016 4:09 am
Forum: General
Topic: dssetparm apt_config_file
Replies: 18
Views: 11724

dssetparm apt_config_file

so sad I search in the forum so long time but cannot find any post. I use a routine to run the DS job, now I want to specify the different APT fot different job, eg. file1.apt for job1, file2.apt for job2. I hope I can set this by DSSETPARM like the user defined params but failed. paramerr = DSSetPa...
by wuruima
Wed Aug 17, 2016 7:20 pm
Forum: General
Topic: upgrade 11 problem
Replies: 8
Views: 4990

Re: upgrade 11 problem

so, how to fix this problem ?