Search found 53125 matches

by ray.wurlod
Wed Jan 20, 2010 4:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Exporting jobs through DSEXPORT
Replies: 13
Views: 8770

Do you need a /D switch for the domain, the same as dscmdexport?
by ray.wurlod
Wed Jan 20, 2010 4:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data File
Replies: 6
Views: 1499

Why don't you research this, perhaps by a Google search?

It is a technique available in all operating systems for transferring data between a writer process and a reader process.
by ray.wurlod
Wed Jan 20, 2010 4:12 pm
Forum: DSXchange Testimonials
Topic: Is there anyone who responds to registration issues?
Replies: 10
Views: 16189

Quel dommage!
by ray.wurlod
Wed Jan 20, 2010 4:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can I restart the server after particular job finished?
Replies: 32
Views: 37342

... to "how to restart server after particular job finished"?
:?
by ray.wurlod
Wed Jan 20, 2010 4:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: loading History data
Replies: 4
Views: 1538

Three sources? Table1 and Table2? Is this some new field of mathematics?

You seem to have a simple full outer join requirement. If the tables are all in the same database perform the join there.

Otherwise search DSXchange for techniques for performing a full outer join in a server job.
by ray.wurlod
Wed Jan 20, 2010 4:03 pm
Forum: General
Topic: Delete a user in webconsole
Replies: 6
Views: 1631

Time to talk with your official support provider. I can not reproduce what you're claiming.
by ray.wurlod
Wed Jan 20, 2010 4:02 pm
Forum: DSXchange Testimonials
Topic: Is there anyone who responds to registration issues?
Replies: 10
Views: 16189

There's no dot in the email address.

Try membershipdirector@dsxchange.com (maybe with a CC to editor@dsxchange.com).

Maybe they're snowed in!
by ray.wurlod
Wed Jan 20, 2010 3:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: process db2 tables many-to-many relationship
Replies: 3
Views: 1384

Start by thinking about how you'd do it in SQL. A UNION, maybe? Then, essentially, replicate that methodology in DataStage. Probably the easiest is to have DataStage execute the SQL you got in the first step to perform the extraction.
by ray.wurlod
Wed Jan 20, 2010 3:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CoSort for 8.1 Parallel Job
Replies: 2
Views: 1455

Use the full path of sortcl or include its parent directory in your command search list (the PATH environment variable). Standard UNIX stuff.
by ray.wurlod
Wed Jan 20, 2010 3:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Finding a data element in a project across jobs
Replies: 5
Views: 2147

By "data element" do you mean a DataStage Data Element?

If so, your easiest solution is probably a global search and replace in an export file - structure of Data Elements in the DSX file is simple.
by ray.wurlod
Wed Jan 20, 2010 2:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Should we go for ODBC EE stage or SqlServer EE stage
Replies: 1
Views: 1061

They are effectively the same. If, however, you ever move to a UNIX server then you will not have the SQL Server Enterprise stage. This is only available on Windows, whereas the ODBC Enterprise stage is available on all platforms.
by ray.wurlod
Wed Jan 20, 2010 2:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: get running job sequncers list
Replies: 6
Views: 1627

Use Director client Status view sorted by Status.
by ray.wurlod
Wed Jan 20, 2010 2:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSConnectTries in IBM Patch...
Replies: 3
Views: 1405

Only possibly but, because of that, it's usually a good idea.
by ray.wurlod
Wed Jan 20, 2010 2:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Teradata Multi-load fails with character error
Replies: 15
Views: 27227

You don't eliminate them - they are your customer's data!

You figure out how to handle them, typically by specifying the correct character mappings in both DataStage and Teradata.
by ray.wurlod
Wed Jan 20, 2010 2:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can I restart the server after particular job finished?
Replies: 32
Views: 37342

The installation process creates it there because it's certain that that folder exists (having been created from the installation script) - it can not be certain that \Tmp or \Temp exist.

Is it just me, or has this thread strayed somewhat from its topic?