Search found 60 matches

by legendkiller
Thu Mar 02, 2006 11:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job with transformer giving problem
Replies: 6
Views: 1952

job with transformer giving problem

Hi all I am getting following error when running the job with transformer stage. "Transformer_7: Failed to load the library "V0S7_PaRoutine_Transformer_7.so". Either the directory containing the library file is not on the library search path, or the library was compiled on a system th...
by legendkiller
Wed Feb 22, 2006 5:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mapping multiple rows to a single row
Replies: 6
Views: 3320

Re: Mapping multiple rows to a single row

Can you elaborate more as how output is getting derived from input. Hi all, Here's the requirement that i'm facing: Can a Datastage process be designed for doing the following: Input file CHAIN CDE1 CDE2 CDE3 CDE4 AMT CNT 100, DM, N, N, BT, 300, 2 100, DM, N, N, AC, 200, 1 100, EM, N, N, BT, 100, 3 ...
by legendkiller
Tue Jan 31, 2006 8:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: input schema in transform oprerator
Replies: 0
Views: 539

input schema in transform oprerator

Hi, I have one job having one sequential file generic stage and then sequential file. In genric stage I am calling transform operator. my Q is can we give input schema at transform opratore so that we overide the schema coming from input file. I have tried this but failed :cry: Can anyboduy guide me...
by legendkiller
Mon Dec 19, 2005 5:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: surrogate key stage doubt
Replies: 3
Views: 2183

surrogate key stage doubt

in documentation it is written that incoming data should be non partitioned. So if I have stage before surroget key stage(Active stage which means data will be partitioned/repartitioned) then I have to run this stage in sequential mode so that data will be non- partitioned before coming to surrdate ...
by legendkiller
Wed Oct 19, 2005 5:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Switch
Replies: 5
Views: 2176

Where DO the rows go, given that you seem to be implying that they don't go where you expect them to? yes in my case when selector value are 2,1 then they are going to dataset label 2 when selector value are 3,10 then they are going to dataset label 1 so it is not behaving as I expected the input s...
by legendkiller
Tue Oct 18, 2005 5:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Switch
Replies: 5
Views: 2176

Switch

in switch stage I have selected selectore mode as hash the documentation says following "Hash means that rows are hashed on the selector column modulo the number of output links and assigned to an output link accordingly" I am not getting what it does my job has 3 output link and selectore...
by legendkiller
Mon Aug 08, 2005 11:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: combinality mode
Replies: 6
Views: 3810

combinality mode

What is the functionality of combinality mode in Advance tab of stage? Where it can be useful?
by legendkiller
Thu Jul 28, 2005 2:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in reading seqfile
Replies: 4
Views: 1589

Do your id(id with which you are running the job) has permission on the file.
by legendkiller
Thu Jul 28, 2005 2:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: jobs not running
Replies: 13
Views: 6097

Hi, Configuration of the DS server is SMP with 2 processors Following is the config file used { node "node1" { fastname "PUNACX010.xxxxx.com" pools "" resource disk "/u01/app/Ascential/DataStage/Datasets" {pools ""} resource scratchdisk "/u01/ap...
by legendkiller
Thu Jul 21, 2005 10:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null handling in PX Sequential files
Replies: 23
Views: 22651

while reading from sequential file specify

null field value=''

I guess this will do
by legendkiller
Thu Jul 21, 2005 10:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in reading seqfile
Replies: 4
Views: 1589

if you copy filepath and file name from job and go to unix did you able to cat the file.
by legendkiller
Tue Jul 19, 2005 9:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sorting and DataSets
Replies: 3
Views: 1365

just to add one more thing, you have to put same partition in second job while reading from dataset and upto aggregator stage so you need not sort again in job 2
by legendkiller
Tue Jul 12, 2005 10:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in configuration file
Replies: 2
Views: 1946

Error in configuration file

following is our configuration file { node "node1" { fastname "pete1" pools "" resource disk "/u01/app/Ascential/DataStage/Datasets" {pools ""} resource scratchdisk "/u01/app/Ascential/DataStage/Scratch" {pools ""} } } we getting ...
by legendkiller
Tue Jul 12, 2005 10:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: jobs not running
Replies: 13
Views: 6097

hi, Thanks for all the inputs we have created the new project and server jobs are runnign fine but parrallel jobs are aborting due to following error

osh_conductor: You are not authorized to proceed! Job execution is being halted! Reason: Can't run jobs on conductor node

Any inputs on above error
by legendkiller
Tue Jul 12, 2005 5:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: jobs not running
Replies: 13
Views: 6097

hi,

Director log is showing compiled status even when we try to run the job. it is px job also if i try try to validate job nothing is happening it just show status of job as compiled. we have install datastage on linux platform.