Search found 87 matches

by mekrreddy
Thu Dec 20, 2012 5:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to allocate communication resources
Replies: 2
Views: 4280

Unable to allocate communication resources

Lately our jobs with Aggregator stage started failing with Below errors: "sendWriteSignal() failed on node <Server name > ds = 1 conspart = 0 Broken pipe" "Fatal Error: Unable to allocate communication resources" "Premature EOF on node <Server> Socket operation on non-socket...
by mekrreddy
Tue Mar 27, 2012 9:54 am
Forum: General
Topic: getting rid of absolute path while zipping files in unix
Replies: 1
Views: 1491

getting rid of absolute path while zipping files in unix

Hi I am using below unix command to zip the reject files in DirReject directory which have record (line) count >1, It works fine but the files are having their absolute path along with them, Can you please help me get rid of the absolute path and have just file name. zip DirReject/Rejects_zip `wc -l...
by mekrreddy
Mon Jan 16, 2012 4:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: filepattern - reading list of files
Replies: 18
Views: 8118

filepattern - reading list of files

Hi I have a file list which contains list of files to be read using sequential file with same metadata. Using file pattern, Can I just use the file name which contains the list of files to be read. and extract the data? file_list.txt --> datafile1.dat datafile2.dat In other words, I have to use only...
by mekrreddy
Thu Dec 29, 2011 11:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fixed width file metadata
Replies: 4
Views: 2587

Thanks for the response ray, You are saying we can import metadata from fixed width file.. Can you please tell which option I should select while importing.. I tried seq file definitions did not work.
Thanks again..
by mekrreddy
Thu Dec 29, 2011 4:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fixed width file metadata
Replies: 4
Views: 2587

Fixed width file metadata

Hi, I have to read a fixed width file with some 800 fileds, But we only use 5 fileds in our DataStage job. I was wondering if it is possible to read only those 5 fields from my input file? If we can not read only 5 fields, Can I import the metadata from fixed width file? Please advise. Thanks in adv...
by mekrreddy
Thu Feb 03, 2011 8:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MetaStage_Loc_Info table error
Replies: 5
Views: 7457

Abby,

Can you please elaborate how you resolved this?
by mekrreddy
Sat Nov 06, 2010 2:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data going to only one node.
Replies: 2
Views: 2166

Data going to only one node.

Hi, I was doing a full extract from table and writing to a dataset, running the job on 4 node config file, But when I try to view the data using dataset management, Data is going to only one node??, I was trying to understand If there was any setting that I was missing?? Please help me understand th...
by mekrreddy
Fri Oct 29, 2010 2:20 pm
Forum: General
Topic: understanding Hash partition
Replies: 3
Views: 2857

understanding Hash partition

Hi, I want to understand how hash partition works, Here is what I am confused with, If i use hash partition, records will be partitioned based on the hash key provided. records with similar hash values will go to one partition, lets say I have 20 thousand partitions, how they are assigned to each no...
by mekrreddy
Sun Apr 11, 2010 7:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partition table
Replies: 1
Views: 1647

Partition table

Hi,

I have a requirement where I have to Extract from Oracle Partitioned table and load into Oracle partitioned table, Please advise what need to be set in Oracle enterprise stage.

Thanks for Ur help..
by mekrreddy
Thu Mar 04, 2010 8:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LKP_STAGE issue
Replies: 3
Views: 2264

yes, I changed it lookup failure --> reject, and works fine. failure was not handled earlier.
by mekrreddy
Thu Mar 04, 2010 8:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Email notification
Replies: 9
Views: 6286

I exactly did that,
used loop counter inside user variable, like if counter 1 email1 --> attachment1,
counter2 --> attachment2.. so on, coded in the derivation part of the user variable stage (awesome stage in sequence jobs)
thanks a bunch guys..
by mekrreddy
Thu Mar 04, 2010 12:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Current time in hrs.
Replies: 6
Views: 3140

Sorry, I did this in Uservariable stage in seqence job.

Thanks.
by mekrreddy
Wed Mar 03, 2010 10:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Current time in hrs.
Replies: 6
Views: 3140

I did this using OCONV(@TIME, "MTS").

Thanks guys.
by mekrreddy
Tue Mar 02, 2010 11:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Current time in hrs.
Replies: 6
Views: 3140

Current time in hrs.

I have to compare a hard coded time in hrs with current time in hrs. I think i can use @TIME, but dont know xactly how to use, can you guys give the syntax for @TIME plz,
your help is greatly appreciated..
by mekrreddy
Fri Feb 26, 2010 12:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Truncate and Load in Oracle Stage
Replies: 13
Views: 11570

Best way of doing it is truncate using a shell script, and just use dummy update in next job in your upsert, call both in your seq job.(Keeping in mind you have to capture the rejects).
Seq_job (Exe-command -->Job_activity).