Search found 15603 matches

by ArndW
Thu Jun 24, 2010 6:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: full outer join
Replies: 2
Views: 1395

The full outer join will combine table contents, never drop rows. See http://en.wikipedia.org/wiki/Join_(SQL)#Full_outer_join for a good description of the join functionality.
by ArndW
Thu Jun 24, 2010 6:54 am
Forum: General
Topic: .isx format in Datastage export
Replies: 10
Views: 16633

use your favorite PC compression program to unpack the .isx file - you will be surprised at the result.
by ArndW
Thu Jun 24, 2010 6:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic Metadata
Replies: 8
Views: 2328

Do users 1, 2 and 3 read different target tables? Or do you just have one target table but 3 different query requirements?
by ArndW
Thu Jun 24, 2010 3:58 am
Forum: General
Topic: BCP Load Stage - Sybase
Replies: 11
Views: 3969

Although I'm unclear about the cause of the problem, what happens if you set the character set to "UTF-8" in the job?
by ArndW
Thu Jun 24, 2010 2:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Having problems Generating Sequence Number
Replies: 15
Views: 4781

Let us simplify the problem and take the output out of the equation. Create a simple job with a row generator going to your surrogate key generator and then outputting the generated key to a PEEK stage. Does this test job work? Does your sequence (as defined in "source name") exist in the ...
by ArndW
Wed Jun 23, 2010 5:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Sort data from sequential file?
Replies: 12
Views: 4109

Taral,

that means you didn't look hard enough for it; it is part of the product and should be present.
by ArndW
Wed Jun 23, 2010 2:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Best installation Method fo Information Server 8.1
Replies: 6
Views: 2466

Technically that would work, as each machine only has one 8.x instance and now the itag can be specified as a non-default one.
by ArndW
Tue Jun 22, 2010 9:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to install NLS for Chinese characters
Replies: 6
Views: 1610

Start with a simple job that takes your sequential file and reads it using the file's NLS set of GB_2312-80 (assuming that is the file's setting), then write to another sequential file in unicode format and look at the file in Unicode to see if the contents are correctly mapped. Once you have that w...
by ArndW
Tue Jun 22, 2010 9:55 am
Forum: General
Topic: File processing based on the feed
Replies: 7
Views: 1700

I think you are going in the right direction, but you should tell us the logic of how you link the files to the tables, i.e. are you using the number of files to determine which table to load, or perhaps the name of the file to determine which table to load? Are the file formats the same for all fil...
by ArndW
Tue Jun 22, 2010 9:53 am
Forum: General
Topic: csv lookup question
Replies: 5
Views: 1263

Take this problem in small steps. First you need to load your file into a hashed file or a database table. In order to do that, you need to create a DDL or schema of what that table should look like. Is it correct to assume that a table/file in the form of: Name Type FROM VarChar ACCUNT VarChar TO V...
by ArndW
Tue Jun 22, 2010 9:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing files from remote host
Replies: 7
Views: 2581

If the files are not visible from the OS then DataStage cannot access them either. The standard tools of NFS mounting, rcp, scp, or ftp will allow DataStage to process the files.
by ArndW
Tue Jun 22, 2010 8:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to install NLS for Chinese characters
Replies: 6
Views: 1610

Step by step.

What is your source and what stage are you using to read it? Don't use "view data" to determine whether or not data is being correctly transferred.
by ArndW
Tue Jun 22, 2010 7:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Timestamp problem with Teradata Enterprise stage
Replies: 5
Views: 2394

Even though I don't have Teradata here, the enterprise stage is present and as you noted the attributes cannot be changed. But I did call up the Connectivity Guide for Teradata Database and it states that the enterprise stage doesn't support timestamps (or that Teradata doesn't support that data typ...
by ArndW
Tue Jun 22, 2010 7:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insufficient blocks for partition. Reading suppressed.
Replies: 5
Views: 4224

I just re-read the initial post and saw "max aggregate" and now I wonder if the SQL in the query might be causing problems. Can you post the SQL or write a test job to change it around to see if that changes your error or makes it go away?
by ArndW
Tue Jun 22, 2010 5:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Application stalled DSDesign.exe
Replies: 7
Views: 3397

Same here, but I've filed the symptom and fix away for future use.