Search found 199 matches

by jreddy
Thu Jun 24, 2010 5:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fast Track - how to define target sequential files
Replies: 4
Views: 2276

So, it seems like there is no way i will be able to auto generating a job with a sequential file as the target stage or in fact for that matter as a source stage if i am reading data from a flat file.

Is this right Ray ?

Thanks
by jreddy
Thu Jun 17, 2010 9:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fast Track - how to define target sequential files
Replies: 4
Views: 2276

Fast Track - how to define target sequential files

In FastTrack, it is fairly easier to import the metadata from the data sources and use them as either source or target in the mapping specifications. I am stuck when it comes to generating a mapping specification where the target needs to be a sequential file. Though i use a configuration for sequen...
by jreddy
Sun May 16, 2010 5:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Concurrent loads - Performance Issue
Replies: 2
Views: 1573

No, these loads don't write to the same DB at all - totally different DB's
by jreddy
Tue Apr 27, 2010 11:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Concurrent loads - Performance Issue
Replies: 2
Views: 1573

Concurrent loads - Performance Issue

Hi, Have a weird issue. We have one DW load that runs a set of server jobs that runs couple times of day (total run time is only 11 min) and another load that runs tons of parallel jobs (total run time is about an hour and processes lot of data). Normally when submitted by itself, both loads perform...
by jreddy
Mon Apr 05, 2010 9:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ZIP files using Execute command stage
Replies: 11
Views: 5766

I think this is what made this work

zip -j #TgtLoc#/ZipFile.zip #TgtLoc#/*

Thanks to all for your suggestions. Appreciate your time.
by jreddy
Mon Apr 05, 2010 8:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ZIP files using Execute command stage
Replies: 11
Views: 5766

OK - i think i see where it writes the zip file by default - its in the Project directory.
by jreddy
Mon Apr 05, 2010 8:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ZIP files using Execute command stage
Replies: 11
Views: 5766

Craig,
If i don't do a "cd" where will the zip file be created. i can take it from there as well but when i ran with

zip zipfile.zip #TgtLoc#/*

then it executed fine, just didnt know where it created that zip file - i didnt see it in $HOME or $DSHOME or /tmp
by jreddy
Mon Apr 05, 2010 8:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ZIP files using Execute command stage
Replies: 11
Views: 5766

Balu, the reason i need ZIP is coz these are csv files that i have generated on LInux, but need to email them to users who will open them in windows. The zipped file when extracted looks good, i can open it fine in windows. The only issue what i am having here is that when i try to extract the zip f...
by jreddy
Mon Apr 05, 2010 7:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ZIP files using Execute command stage
Replies: 11
Views: 5766

it gave me an error with the -R

"zip error: Nothing to do! "
by jreddy
Mon Apr 05, 2010 7:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ZIP files using Execute command stage
Replies: 11
Views: 5766

Thanks Craig,
I did remove the -r but the output zip file still remains the same - i wonder why then.
by jreddy
Mon Apr 05, 2010 5:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ZIP files using Execute command stage
Replies: 11
Views: 5766

ZIP files using Execute command stage

I have a job sequence, that has a series of jobs to write to set of files and then one execute command stage to zip them up (in LInux) with this command zip -r #TgtFileLoc#/Files.zip #TgtFileLoc#/* And then another notification activity to read this zip file and email it as an attachment. All of thi...
by jreddy
Tue Mar 16, 2010 7:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import of V8.X code into V7.x
Replies: 4
Views: 2090

Import of V8.X code into V7.x

Hi, Was wondering if anyone had attempted importing code from a later version of Datastage (8.X) into earlier versions. My scenario here is that we have a month of parallel run in production - with both V8 and older V7 to do our data testing and performance testing etc. And here come some emergency ...
by jreddy
Thu Mar 11, 2010 6:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Index Rebuild Compute Statistics option in Oracle Enterprise
Replies: 0
Views: 1580

Index Rebuild Compute Statistics option in Oracle Enterprise

We have jobs that have the Oracle Stage (target) that are in truncate-insert mode and have the index mode = Rebuild and the Add compute Statistics option set to true. Normally in production, we have the stats on the tables locked and can be only analyzed using the dbms package statements (with the f...
by jreddy
Fri Feb 26, 2010 8:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job do not progress after certain percent...
Replies: 20
Views: 12331

ds_search2008 wrote::D Solution: Tried using DS_NO_PROCESS_METADATA environment variable and set the value to 1. This solves the problem. :D

Thank you all for your valueable time and replies. :D
Where do you set this variable? in administrator? or in dsenv?
by jreddy
Mon Feb 15, 2010 7:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import metadata to Fast Track
Replies: 14
Views: 10589

Thanks Ernie and Ray, I have now figured it out. We had imported some tables into DataStage using ODBC and some using Oracle Plugins. I was struggling with the ones created using ODBC. Now i have tried doing the same with the table definitions that were imported using Oracle Plugins and now it is vi...