Search found 60 matches

by G.K.K
Sun Nov 21, 2010 1:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting 2 node Parallel Jobs to 4 node
Replies: 1
Views: 1122

Converting 2 node Parallel Jobs to 4 node

Hi, I am using AIX server, in which datastage v8.1 is installed. I have a scenario that while developing the PX jobs i used 2 node configuration. Now i want the jobs to run on 4 node configuration due to performance enhancements. So, If i change the configuration file to 4 node, then will i get any ...
by G.K.K
Wed May 12, 2010 9:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: HOW TO SUBTRACT 5 HOURS FROM TIMESTAMP FIELD
Replies: 1
Views: 1033

HOW TO SUBTRACT 5 HOURS FROM TIMESTAMP FIELD

HI,

I have a timestamp field which has values
'2010-01-10 06.01.00.00'
'2010-01-10 05.01.00.00' .
From the above i have to subtract 5 hours. so my o/p should look like as below:
'2010-01-10 01.01.00.00'
'2010-01-09 19.01.00.00'.
please help me in achieving this.

Thanks In Advance
kamal
by G.K.K
Tue Apr 27, 2010 10:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: size limitation for sequential file stage
Replies: 3
Views: 2071

Re: size limitation for sequential file stage

So you are saying that datastage cannot read the text file if its size is more than 2gb.
DSXRAG wrote:Yes as far as I know the Size limit is 2 GB.

Thanks
Rag
by G.K.K
Tue Apr 27, 2010 10:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: size limitation for sequential file stage
Replies: 3
Views: 2071

size limitation for sequential file stage

Hi,

Can sequential file stage in PX jobs read the text file whose size is more than 2GB.

Is there any size limit for the sequential stage to read the data?

Thanks in Advance,
K.K
by G.K.K
Fri Mar 26, 2010 2:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Vector
Replies: 5
Views: 3302

Hi murali, when i tried the first job that you gave in job design, it i sthrowing the below warning: Input dataset does not have field: "accno" Thanks G.k.K You probably need a Split Vector stage. Check out the stages in the Restructure folder. ... Hi Ray, please verify the below informati...
by G.K.K
Fri Mar 26, 2010 12:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to clear the Warning on preserve partitiong
Replies: 1
Views: 1559

how to clear the Warning on preserve partitiong

Hi, I am facing the following warning in my job: Sequential_File_11: When checking operator: A sequential operator cannot preserve the partitioning of the parallel data set on input port 0. The job flow is seq-->Trnf--->Aggr---->Trnf--->Seq please help me in clearing this warning Thanks In Advance G...
by G.K.K
Tue Mar 23, 2010 8:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning: the value of the PWD environment variable
Replies: 8
Views: 5063

The error is not, as I had somehow thought from the error message, in the configuration file. What flavor of UNIX are you working on, while the posted suggestion should work I've never had to explicitly set this value as normally the working directory value is set correctly by the OS. I am working ...
by G.K.K
Tue Mar 23, 2010 6:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning: the value of the PWD environment variable
Replies: 8
Views: 5063

I suspect the answer lies in your APT_CONFIG file, please post it. ... please find the below configuration file that i used in datastage 7.5.2: { node "node1" { fastname "nt1" pools "" resource disk "/opt/Ascential/DataStage/Datasets" {pools ""} res...
by G.K.K
Tue Mar 23, 2010 5:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning: the value of the PWD environment variable
Replies: 8
Views: 5063

ArndW wrote:I suspect the answer lies in your APT_CONFIG file, please post it. ...
Thanks ArndW for reply, can you please say how do i have to fix this issue.

Thanks
G.K.K
by G.K.K
Tue Mar 23, 2010 4:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read hash file from parallel job
Replies: 4
Views: 5167

Sainath.Srinivasan wrote:There is no pre-built parallel stage that can read hashed files.

You can either use server activities or convert the hashed file into a dataset or similar. ...
Thanks for your reply,
How we can achieve hash file functionality in parallel jobs?

Thanks in Advance
G.K.K
by G.K.K
Tue Mar 23, 2010 4:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning: the value of the PWD environment variable
Replies: 8
Views: 5063

Warning: the value of the PWD environment variable

Hi, I am getting the below warning message for every job that i execute in parallel, please help me in fixing it. main_program: Warning: the value of the PWD environment variable (/opt/Ascential/DataStage/DSEngine) does not appear to be a synonym for the current working directory (/opt/Ascential/Dat...
by G.K.K
Tue Mar 23, 2010 4:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read hash file from parallel job
Replies: 4
Views: 5167

How to read hash file from parallel job

Hi, I am migrating some server jobs to parallel jobs. I have a below scenario : I have a server job which creates hash file, i want to use this hash file in parallel job as a source/lookup. which parallel stage reads the hash file created by server? Please advise me to get out of this hurdle. Thanks...
by G.K.K
Fri Jul 31, 2009 2:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Before job-subroutine --> need help
Replies: 40
Views: 12349

Hi chulett, i am pasting the summary log that was generated by the job sequence, my execute command stage naming conventions are , 1.Execute_Command_EVENT_COMMENT 2.Execute_Command_EVENT_STATUS 3.Execute_Command_OBJECT_VERB 4.Execute_Command_OBJECT_NAME 5.Execute_Command_CONNECTOR_ID 6.Execute_Comm...
by G.K.K
Fri Jul 31, 2009 2:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Before job-subroutine --> need help
Replies: 40
Views: 12349

Doesn't matter, integer or string it will work. Post the log message where it shows the command being run, it will list the 'Output from command' as well. I'll wager it's not what you think it is. Hi chulett, i am pasting the summary log that was generated by the job sequence, my execute command st...
by G.K.K
Fri Jul 31, 2009 2:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Before job-subroutine --> need help
Replies: 40
Views: 12349

Doesn't matter, integer or string it will work. Post the log message where it shows the command being run, it will list the 'Output from command' as well. I'll wager it's not what you think it is. Hi chulett, i am pasting the summary log that was generated by the job sequence, my execute command st...