Search found 53125 matches

by ray.wurlod
Tue May 15, 2007 4:19 pm
Forum: General
Topic: Error in sequential file
Replies: 3
Views: 1280

The Sort stage previously had its preserve partitioning flag set to the default, namely Preserve. This instructs the downstream stage to try to preserve the partitioning of the data that entered the Sort stage. Since the downstream stage is perforce required to operate in sequential mode, it is unab...
by ray.wurlod
Tue May 15, 2007 4:16 pm
Forum: IBM QualityStage
Topic: quality stage upgrade
Replies: 1
Views: 988

They are text files so you can use any file comparison tool. If you have a UNIX emulator, like MKS Toolkit or CygWin, you could use the diff command. Some editors, like UltraEdit, also have comparison tools available.
by ray.wurlod
Tue May 15, 2007 12:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Incompatibility between DataStage and IBM DB2 64 bit
Replies: 11
Views: 2896

If a before-job subroutine fails, nothing else in the job happens.
by ray.wurlod
Tue May 15, 2007 12:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: column limit in DataStage
Replies: 13
Views: 8681

What precisely do you mean by external datasource in this context (for there's no such terminology in the product as far as I am aware), and where is this record size limit documented?
by ray.wurlod
Tue May 15, 2007 12:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage px warning with null
Replies: 4
Views: 2009

THe file is designated as fixed width. Therefore your null field value must have the correct number of characters to fill its field. In this case that number of characters is 19. You have provided a one-character null field value, which is unacceptable.
by ray.wurlod
Tue May 15, 2007 12:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading the Hash file
Replies: 9
Views: 2312

The hashed file may be being used to remove duplicates - though a DISTINCT keyword in the column derivation in the ODBC stage would have done just as well in this particular job design.
by ray.wurlod
Tue May 15, 2007 12:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to add New NLS Map in the Datastage Server?
Replies: 2
Views: 2304

In the NLS.ADMIN menu choose Mappings then Tables then Create. This creates an entry in NLS.MAP.TABLES table. Enter the name of the table (for example UTF-16). It then prompts You may copy an exsting record to form the basis of the new one whereupon you can enter the name of a compatible map (or non...
by ray.wurlod
Mon May 14, 2007 7:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to add New NLS Map in the Datastage Server?
Replies: 2
Views: 2304

There is a manual called DataStage NLS in the standard manual set. This takes you through the process of creating a map. Make sure that every mapping you create is round-trip-capable.
by ray.wurlod
Mon May 14, 2007 4:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Could not retrieve text for message number 2840
Replies: 4
Views: 1022

I think it has to be at the client end. There's nothing findable in DSINCLUDE with either value.
by ray.wurlod
Mon May 14, 2007 4:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: METASTAGE_LOC_INFO - without metastage installed
Replies: 1
Views: 1120

1) It's a bug.
2) It ought not to bring down the instance.
by ray.wurlod
Mon May 14, 2007 4:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job monitor stops every day
Replies: 13
Views: 5832

Do 'they" stop DataStage - for example for backups - in the middle of the night?
by ray.wurlod
Mon May 14, 2007 4:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Incompatibility between DataStage and IBM DB2 64 bit
Replies: 11
Views: 2896

...and make very sure that $APT_ORCHHOME/lib appears in the shared library search path ahead of ANY database client library.
by ray.wurlod
Mon May 14, 2007 4:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Output Format
Replies: 8
Views: 2644

Not enough information. What stage types are involved?
by ray.wurlod
Mon May 14, 2007 4:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_TeraSync: connecting to Teradata ?
Replies: 5
Views: 2681

Check that you have privileges to create the table in the temporary workspace (or wherever else you may have specified).
by ray.wurlod
Mon May 14, 2007 4:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Could not retrieve text for message number 2840
Replies: 4
Views: 1022

Not sure where these messages are originating, which doesn't help diagnosis. They aren't in SYS.MESSAGE, so I don't think they're part of DataStage server. I think you'll need to involve your "official" support provider on this one.