Search found 105 matches

by JeroenDmt
Thu Nov 22, 2007 12:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage 8 installation/ compilation problem
Replies: 13
Views: 6847

chulett wrote:Is the Express compiler listed as one of the supported versions? :?
Yes, it is indeed
by JeroenDmt
Thu Nov 22, 2007 10:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage 8 installation/ compilation problem
Replies: 13
Views: 6847

Datastage 8 installation/ compilation problem

We just installed datastage 8 on a windows server 2003 computer, after installing the microsoft visual c++ 2005 express compiler. When I try to compile a parallel transformer job to see if the compiler is working, I am getting a compilation error. Can anyone tell me how to find out what the problem ...
by JeroenDmt
Tue Aug 14, 2007 1:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partitioning Method in Sort Stage
Replies: 7
Views: 2590

I've been wondering about this: do you need to partition on all 5 columns? if you would partition on the first column in the sort, already each node only needs to sort data in its own stream without needing to repartition? So I would think for the sorting it wouldn't matter if you partition on all 5...
by JeroenDmt
Fri Aug 10, 2007 7:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Retrieving MINimum value from a list of columns
Replies: 9
Views: 3482

Hello Bandish - that sounds like it might work, but in this case we have a potential of millions of rows per hour, so doing a sort is not an option for performance and resource reasons. I think you don't need to sort on all columns, just on the timestamp column. If you generate the record-identifie...
by JeroenDmt
Thu Aug 09, 2007 5:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Nulls in stage variables become 0/empty string in output
Replies: 6
Views: 3454

check the properties of stage variables which should solve the issue. .. If stage variable property is non-nullable then we should not assign any null value to the stage variable. If we do we get a default value of 0. You make it sound like there is a property you can set to make a stage variable n...
by JeroenDmt
Thu Aug 09, 2007 2:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Nulls in stage variables become 0/empty string in output
Replies: 6
Views: 3454

Nulls in stage variables become 0/empty string in output

When I try to set a stage variable to a NULL value using SetNull(), and I use this stage variable in an output derivation for a nullable field, the output becomes 0 (integer field) or an empty string (string field). For example if I have - an integer stagevariable svar defined as ' if 1=1 then SetNu...
by JeroenDmt
Thu Aug 02, 2007 6:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import multiple table definitions using Orchestrate schema
Replies: 3
Views: 2609

A shell script would be fine, but can I used orchdbutil to import a definition into the datastage project? I only know about "orchdbutil show etc" to show the definition from the command line.
by JeroenDmt
Thu Aug 02, 2007 6:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import multiple table definitions using Orchestrate schema
Replies: 3
Views: 2609

Import multiple table definitions using Orchestrate schema

Is it possible to import multiple table definitions using Orchestrate schema definitions? I want to import a number of tables from Oracle using the Orchestrate import. Is it possible to somehow do this for several times in a row without having to click through all of them? I know you can show table ...
by JeroenDmt
Wed Jul 25, 2007 6:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuration file
Replies: 3
Views: 1920

Re: Configuration file

How to setup or identify or make: resource disk and scratch disk in SMP on Suse Linux enterprise server 9 as I need to put that in configuration file? Please help as I am trying to make a configuration file. :) What do you want to make? In the config file you need to say which directories will be u...
by JeroenDmt
Mon Jul 23, 2007 11:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference between ODBC and DRS stage for SQL Server
Replies: 4
Views: 3999

So it's a matter of which character is more important: the first one of the last one? :lol:

Why do you find DRS stage better?
by JeroenDmt
Mon Jul 23, 2007 6:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference between ODBC and DRS stage for SQL Server
Replies: 4
Views: 3999

Difference between ODBC and DRS stage for SQL Server

We need to make connection with SQL Server from Datastage. I was wondering what the difference is between using the ODBC (Enterprise) stage or using the DRS stage to connect to SQL Server. I think they both use the ODBC driver (being on Unix). Is there any reason to use the ODBC Enterprise stage or ...
by JeroenDmt
Sat Jul 21, 2007 3:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to read text fields with Oracle ODBC
Replies: 2
Views: 1201

Yes, NLS is enabled and NLS_LANG is set.
by JeroenDmt
Fri Jul 20, 2007 8:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue in record Extraction
Replies: 12
Views: 3941

Re: Issue in record Extraction

Did you check the data in DB2? Is 10000 the correct number, or are the 100 records that you are getting, the correct result?
by JeroenDmt
Fri Jul 20, 2007 2:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to read text fields with Oracle ODBC
Replies: 2
Views: 1201

Unable to read text fields with Oracle ODBC

When I get data from an Oracle table using the ODBC Enterprise stage, all the text fields come out as unprintable characters. For example the text "AMSTERDAM" in the database comes out as "䅍協䕒䑁䴀 " The texts are all normal texts without any special values. I can read the same tabl...
by JeroenDmt
Thu Jul 19, 2007 8:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MOdify Stage: Multiple specifications for same source column
Replies: 4
Views: 4400

Re: MOdify Stage: Multiple specifications for same source co

Can we have multiple specifications for same source column in the Modify Stage? coz i tried that and i get the error message that it was already 'bound' I have a requirement where the source column is nullable and i need to change its nullability via this modify stage, but i also need to change dat...