Search found 17 matches

by wfkurtz1
Mon Mar 28, 2011 6:19 pm
Forum: General
Topic: List of Command Interface commands
Replies: 1
Views: 1843

List of Command Interface commands

Does anyone know where I can find the list of legitimate (engine?)commands that can be entered in the Administrator's Command Interface? The documentation very blithly tells you that you can enter commands ... but then cleverly neglects to inform you what the set of those commands are ... or at any ...
by wfkurtz1
Wed Mar 23, 2011 11:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Needs for C++ compiler in production
Replies: 2
Views: 2080

Needs for C++ compiler in production

It is necessary to have a C++ compiler on the system to which one is deploying a Datastage parallel job that contains a Transformer stage? I understand the compiler is necessary in the development environment to compile the C++ code generated by DS into OS executables, but once the executable image ...
by wfkurtz1
Fri Mar 11, 2011 8:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job implicit conversion error
Replies: 2
Views: 2453

Thanks we get rid of the warning by using a double datatype for the Datastage column (SAME_DAY) concerned.

Thanks.
by wfkurtz1
Thu Mar 10, 2011 4:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job implicit conversion error
Replies: 2
Views: 2453

Parallel job implicit conversion error

Here is the error I am receiving from a Column Generator stage in a parallel job. Oracle 10g used for both source and target stages. SAME_DAY: When checking operator: When binding output interface field "AMOUNT" to field "AMOUNT": Implicit conversion from source type "decima...
by wfkurtz1
Tue Mar 08, 2011 12:35 pm
Forum: General
Topic: DataStage Parallel Processing and DB I/O
Replies: 4
Views: 3666

Gregg - Thanks for the info. It should be very useful going forward.
by wfkurtz1
Fri Mar 04, 2011 8:19 pm
Forum: General
Topic: DataStage Parallel Processing and DB I/O
Replies: 4
Views: 3666

Interesting. Looks like DS is optimized for DB2 ... not surprising. I guess if the Oracle result set is from a join then the input is sequential. Even with DB2 I guess only a single table (or view?) per SELECT is supported in parallel.

Thanks.
by wfkurtz1
Fri Mar 04, 2011 2:51 pm
Forum: General
Topic: DataStage Parallel Processing and DB I/O
Replies: 4
Views: 3666

DataStage Parallel Processing and DB I/O

When a parallel job is configured to use more than one data partition (say 4) does DS create a seperate connection to the DB server (Oracle, DB2, etc) for each partition? Or is there only one connection between DS and the DB, and the data is not partitioned until it arrives on the DS server? If the ...
by wfkurtz1
Fri Mar 04, 2011 1:24 pm
Forum: General
Topic: General design principle for DataStage
Replies: 9
Views: 6479

General design principle for DataStage

In general (don't you hate it when someone begins like that?) ... is it better to include as much logic as possible into one big job ... or ... to break up the logic into as many simple jobs as possible? We have an ETL application with over 20 simple jobs, each not much more than one extract stage, ...
by wfkurtz1
Wed Jan 12, 2011 7:50 pm
Forum: General
Topic: How can you tell if a system has Datastage running on it?
Replies: 3
Views: 3097

Thanks Stuart. Is this the process name of the server engine or the parallel engine? Or both?
by wfkurtz1
Wed Jan 12, 2011 4:58 pm
Forum: General
Topic: How can you tell if a system has Datastage running on it?
Replies: 3
Views: 3097

How can you tell if a system has Datastage running on it?

I have just gotten access to some HP-UX systems that I have been told have DataStage 8.1 running on them. I have command line access ($) to the HP-UX systems so I can run ps or other shell commands. Can someone tell me what I should look for to tell if any of the DS executables are running there? Th...
by wfkurtz1
Wed Dec 22, 2010 9:40 pm
Forum: General
Topic: DataStage Routines - What Are they?
Replies: 4
Views: 6920

Thanks guys. Once created can a routine be manipulated similarily to a stage type and be instantiated as a step in the flow of a job? Do you know if any of the 30+ pdfs in the doc set explain routines?
by wfkurtz1
Tue Dec 21, 2010 9:31 pm
Forum: General
Topic: DataStage Routines - What Are they?
Replies: 4
Views: 6920

DataStage Routines - What Are they?

Could someone give me a brief description of what a DS Routine is and when, why & where I might want to use one?

Thanks in advance.
by wfkurtz1
Fri Dec 17, 2010 6:58 am
Forum: General
Topic: Websphere and DataStage 8.1
Replies: 4
Views: 3280

Gotcha ... thanks.
by wfkurtz1
Thu Dec 16, 2010 3:41 pm
Forum: General
Topic: Websphere and DataStage 8.1
Replies: 4
Views: 3280

Yes, and no. The Information Server installer will install WebSphere Application Server if your environment is 32-bit. If your environment is 64-bit you will need to pre-install WebSphere Application Server 6.0.2 then upgrade it to 6.0.2.27 (a single fix pack) to handle the 64-bit environment. OK t...