Search found 190 matches

by John Smith
Wed Feb 03, 2010 5:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer not compiling
Replies: 7
Views: 4969

Post what you have installed for your C compilers and did you install the Microsoft SDK for Windows Server?
I'm guessing that your job can't compile? Correct me if that is thecase.

The error message looks suspiciously like one where you have not installed the right compilers or wrong version.
by John Smith
Wed Sep 16, 2009 12:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to sum the values in columns
Replies: 13
Views: 4040

Have you tried the Aggregator stage? You may need to split out the data that you want to sum and merge them back. Read the manual on the Aggregator stage and have a play with it. There is option to SUM the columns.
by John Smith
Tue Aug 11, 2009 6:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-01843: Not a valid month
Replies: 9
Views: 10024

Check your to_date syntax I think you need to define how the date format is.
by John Smith
Mon Jun 15, 2009 7:49 pm
Forum: General
Topic: To install datastage 8..
Replies: 2
Views: 2901

Hi, You can install it on Windows XP Professional. You will need the following to be installed before you start your Information Server install. 1. Microsoft Platform SDK for Windows Server 2003 R2 2. Visual C++ 2005 Express Edition Both I believe you can download them from the Microsoft site. Obtai...
by John Smith
Tue Jun 02, 2009 5:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: do you usually keep partitioning on "Auto" in your
Replies: 5
Views: 3168

If you have an interview then best not to BS if you're out of your depth.
Partitioning is pretty fundamental in PX jobs so you will be caight out if the interviewer knows his stuff.
If there is time prior to the interview to take the DVD course as Ray suggested that is your best bet.
by John Smith
Fri May 08, 2009 12:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reading multiple files
Replies: 6
Views: 2779

In your input seq file stage you can add the option for File Name Column.
by John Smith
Fri May 08, 2009 12:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding LOG file
Replies: 6
Views: 2984

Try researching on the dsjob command. There is an option to dump out the log details.
by John Smith
Wed May 06, 2009 8:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partitioning with Transformer stage
Replies: 8
Views: 3723

Contact IBM for patch ; it's a bug in the client software.
by John Smith
Wed Mar 25, 2009 6:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to capture actual parameters passed to SharedContainer?
Replies: 6
Views: 2799

Can confirmed that this is a bug. In order to test the theory,I deconstructed the shared container into a server job. So no passing of Parameters from a Parameter Set to a server shared container from a parallel job - problem disappeared. I'm not going to pursue this further but just post this here ...
by John Smith
Fri Mar 20, 2009 4:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to capture actual parameters passed to SharedContainer?
Replies: 6
Views: 2799

Thanks for your reply Ray.

Do you reckon the problem that I have is a bug in Data Stage?
Is there a list of known bugs that I can refer to for v8.0.

JS
by John Smith
Thu Mar 19, 2009 9:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to capture actual parameters passed to SharedContainer?
Replies: 6
Views: 2799

How to capture actual parameters passed to SharedContainer?

Hi, I am using ParameterSets to pass parameters to my jobs. Sequence Job - runs Job A and Job B. Job B is a parallel job but passes data to a server shared container.(done that way due to historal reasons). Shared container contains Oracle stages to write to a Oracle database. Jobs run fine. However...
by John Smith
Sun Mar 15, 2009 9:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading multiple files
Replies: 4
Views: 2989

You can also try using an External Source Stage with a unix command to read the files ; handy if you need a bit more logic to determine which files to read e.g in cases where the file names are not in the same pattern.
by John Smith
Tue Dec 02, 2008 11:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: read/write data from .mdb file to oracle table
Replies: 6
Views: 3017

If DS is running on Unix then there is not much options; the default ODBC drivers that are delivered with the standard install does not have anything for MS access.
by John Smith
Tue Dec 02, 2008 11:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: C++ Compiler for Solaris
Replies: 4
Views: 1707

Best to get the official C++ compiler from SUN. I can't remember but in the good old days the C++ compiler comes with the OS CDs. It's called SUNspro.
by John Smith
Mon Dec 01, 2008 5:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Record format error when converting XML data
Replies: 12
Views: 5137

Thanks for that Craig. Ernie Ostic's document was very informative. I tried the 'ls' command and it passed just the name of the file without the full path name so i used 'echo' instead i.e. echo opt/dstransfer/dev/credit_sanctioning/xml_input/* ,which provided the full path name for the file as inp...