Search found 190 matches

by John Smith
Mon Apr 14, 2008 11:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CPU CYCLES
Replies: 18
Views: 4152

mmm...where did you get your info? ascential does not exists anymore it's IBM. :lol:
by John Smith
Mon Apr 14, 2008 11:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Remote Server
Replies: 14
Views: 7070

I have checked the job log and the parameters are the same values(user_id,passowrd,Remote server) which i am using to connect through Oracle Sql Plus. And i am using Oracle Enterprise stage to connect to Oracle. I am passing values into Userid,Password and Remote Server. Just curious,when you say O...
by John Smith
Mon Apr 14, 2008 8:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Verify the data DB2 query
Replies: 2
Views: 693

Well define "looks bad". Anytime you see data in target that don't look like what you expected it most likely a job design issue. Check your column definitions carefully.
by John Smith
Mon Apr 14, 2008 7:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise stage Load method
Replies: 1
Views: 1167

Check your job for the metadata (column) definitions and making sure you are not passing NULL values to the target.Your target field does not accept a null field that's being passed to it.
by John Smith
Mon Apr 14, 2008 7:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join - dealing with different input column names
Replies: 9
Views: 3011

... If you rename the column in Join input stage, output stage of the previous gets changed, and hence the actual rename is happening in the previous stage. Agree. So if a rename was made, and I see it, why wouldn't it be enough to accomplish now a join on columns that have identical names on the i...
by John Smith
Mon Apr 14, 2008 7:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Control character or Unprintable character in string
Replies: 10
Views: 3025

Re: Control character or Unprintable character in string

Hi, I want to check whether the string contain control character /Unprintable character in it. How do i check in the transformer stage . Is there any function is there to check the same?? Can i check by their Ascii values ??? But how in DS. Regards ~Nirmal You can use the "od" command out...
by John Smith
Mon Apr 14, 2008 7:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: before job routine & after job routine
Replies: 3
Views: 4453

Re: before job routine & after job routine

Hi What is the difference b/w before & after job routines in Datastage? And when we will use those routines in datastage jobs (i.e. tell me situations when we are using them in datastage jobs and why) thnks venkat there are many different situations where you might consider using it, most time ...
by John Smith
Mon Apr 14, 2008 7:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Query dataset part key(s) and sort key(s)
Replies: 6
Views: 2484

Bummer. We were hoping for something more dynamic. Grab a dataset, look up its info and write it out. Oh well. The problem is that we have potentially hundreds out there. Brad. Not sure of your requirements but I'll def look at RCP. Have you thought of using RCP in a generic job to move your datase...
by John Smith
Mon Apr 14, 2008 7:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: rename field
Replies: 2
Views: 857

There are overlaps in functionality between a number of DS stages, copy and modify stages are just one example.It's just a feature of the product. That is the reason why you find the comment in the User Guide that there are many different ways to do something in DS (or something along those lines).
by John Smith
Mon Apr 14, 2008 7:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata along with datastage
Replies: 4
Views: 3167

Re: Teradata along with datastage

Hi Guys, How to create a table with some columns having default values in create table statement. Now how to create a job to load data using Teradata Enterprise in this table without having default columns in source data. -Aim is to find out how DataStage behaves when we have created a Teradata tab...
by John Smith
Mon Apr 14, 2008 7:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Remote Server
Replies: 14
Views: 7070

Hi,

You should still check the Oracle Env variables. Being able to access another oracle database does not mean anything.
You could have 2 oracle home directories e.g due to upgrades etc and your DS is pointing to a different one.

Just my 2 cents.

rgds
by John Smith
Mon Apr 14, 2008 7:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSjob Using Teradata Fastload
Replies: 15
Views: 12489

I think the confusion here is around semantcis of the words "Fast Load" ; In the Teradata world, Fast load is the name of their utility that loads only to a non-empty table. When IBM developed the Teradata Enterprise stage, they worked with Teradata to make a fast load that can append to a...
by John Smith
Mon Apr 14, 2008 6:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job aborts when run with Node 2 or more
Replies: 5
Views: 1135

Re: Job aborts when run with Node 2 or more

Hi, I am running a job that process 3.5 millions rows ,reading from a file and after processing inserting to DB tables. When i run that Job with Node 1 then its is running fine but when i try to run it either by Node2 or Node 4 then it aborts with an error message: Message: APT_CombinedOperatorCont...
by John Smith
Mon Apr 14, 2008 6:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem Reading fixed width file character ü.
Replies: 3
Views: 1755

Have you tried removing that character from your file and check if you can now read the rest of the record ?
by John Smith
Thu Apr 10, 2008 8:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Connections Issue
Replies: 3
Views: 2235

one other option is to split your jobs into a "prepare" jobs and generic load job. the prepare jobs land data into datasets. then apply the loads in batches.