Search found 53125 matches

by ray.wurlod
Thu Jul 28, 2011 3:28 am
Forum: General
Topic: needMore detailed logs in director
Replies: 4
Views: 1371

The extra information you need is in the related log for the activity that failed causing the sequence to fail.
by ray.wurlod
Thu Jul 28, 2011 3:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Auto Partitioning
Replies: 1
Views: 1127

(Auto) decides Entire for reference inputs to a Lookup stage.
by ray.wurlod
Wed Jul 27, 2011 7:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: custom stage
Replies: 7
Views: 3175

Excellent. Presumably whatever you tried earlier to "shrink" the image still did not result in an image of the correct size. Please mark this thread as Resolved.
by ray.wurlod
Wed Jul 27, 2011 7:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parsing Names
Replies: 7
Views: 3144

It's important to know. Otherwise, what is the family name of DENNIS JAMES or JAMES DENNIS ? Is there a business rule that explains how to handle names in which the comma is not present? What if there are two commas? GATES, III, WILLIAM F What if there are three commas? SCHULTZ, JR, Charles, Admiral...
by ray.wurlod
Wed Jul 27, 2011 5:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parsing Names
Replies: 7
Views: 3144

Does the comma always appear?

How will you handle:
WILLIAMS, Mary-Jane Fiona
WILLIAMS, Mary Jane Fiona
WILLIAMS Mary-Jane
DE WORDE, William
DE WORDE William
by ray.wurlod
Wed Jul 27, 2011 5:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL server load performance issue
Replies: 7
Views: 2000

Get more storage. BCP (the bulk loader for SQL Server) does not require any permanent storage, but does require temporary storage for the data file.
by ray.wurlod
Wed Jul 27, 2011 5:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Validate the data in Target files?
Replies: 4
Views: 1618

Yes, though obviously separately for separate fields.

NullToValue() is probably sufficient for your first example.

The two ends of the range will be derived by simple arithmetic involving integer division by 200 and modulus operations.
by ray.wurlod
Wed Jul 27, 2011 5:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can we read Metadata Dynamically...
Replies: 4
Views: 1731

No. My response was predicated on use of a database. There are no "system tables" for text files. If you do have these (for example schema files) you could adopt a similar approach.
by ray.wurlod
Wed Jul 27, 2011 5:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: validate file
Replies: 5
Views: 1770

What do you mean by "validate"? Do you have specifications?
by ray.wurlod
Wed Jul 27, 2011 5:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence numbers
Replies: 6
Views: 1941

Use a server job that gets the next available key (MAX(keycol) + 1) from the table and loads it into its user status area. Pass that as a parameter to the actual job and add it to the expression you currently have.
by ray.wurlod
Wed Jul 27, 2011 5:00 pm
Forum: General
Topic: Shared Containers Info
Replies: 4
Views: 1668

The job captures the sqlcode value from the target database. This comes into a Transformer stage in the Shared Container which uses DS macros and other techniques to add the project, job name, date, user and any other information required for loading into an error recording table.
by ray.wurlod
Wed Jul 27, 2011 4:54 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: How to Apply the rule before cross domain Analysis
Replies: 6
Views: 3033

You need to pre-process the data, perhaps with DataStage, to generate compatible (comparable) values.
by ray.wurlod
Wed Jul 27, 2011 3:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL server load performance issue
Replies: 7
Views: 2000

Write to a text file or FTP, get BCP to load the data on the Windows machine.
by ray.wurlod
Wed Jul 27, 2011 3:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: getting Hierarchical data
Replies: 5
Views: 2296

Not in a single pass.
by ray.wurlod
Wed Jul 27, 2011 3:31 am
Forum: General
Topic: Datastage Repository Disk Occupation
Replies: 3
Views: 1317

Numbers are not re-used. You have 146 jobs, the highest-numbered of which is 189. When a job is deleted, all the tables and directories associated with it are deleted. So, for example, you may not have an RT_LOG42 hashed file.