Search found 53125 matches

by ray.wurlod
Fri Apr 21, 2006 3:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dssmtpmail.exe
Replies: 5
Views: 1599

:?
Isn't that exactly where I said?
by ray.wurlod
Fri Apr 21, 2006 3:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Design time info error
Replies: 7
Views: 2067

This suggests that the jobs were exported without design time information. Make a new export, ensuring that you include both job designs, job executables and source code. The last is a check box alongside the job executables list.
by ray.wurlod
Fri Apr 21, 2006 3:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to call a Teradata Stored Procedure
Replies: 1
Views: 1098

Search the forum. You might beneficially include BTEQ as a search term.
by ray.wurlod
Fri Apr 21, 2006 3:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Support for Oracle Partitioning
Replies: 2
Views: 1068

Adjust the CREATE INDEX command?
by ray.wurlod
Fri Apr 21, 2006 3:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Default Configuration file
Replies: 5
Views: 1275

That's not a good example of a default configuration file, since not all nodes are in the default node pool. Also, in the default configuration file, the disk and scratch disk resources are subdirectories in the DS Engine directory. (And it is undocumented.) Based on that, however: { node "...
by ray.wurlod
Fri Apr 21, 2006 3:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compiling a Job
Replies: 1
Views: 701

Possibly.

But also investigate the warning The number of reject datasets "0"is less than the number of input datasets "1".
by ray.wurlod
Fri Apr 21, 2006 3:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: QUERY UNIVERSE DATABASE
Replies: 18
Views: 7773

You could build a server shared container containing a UV stage. Read the end of Chapter 2 of Parallel Job Developer's Guide for the restrictions on what you can do using this approach.

You could use an External Source (or External Target) stage, as noted above.
by ray.wurlod
Fri Apr 21, 2006 2:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IsValid with date format
Replies: 13
Views: 5720

Basically it is telling you that IsValid("date", Ln_pour_controle.date_creation) is legal but IsValid("date [%yyyy%mm%dd]", Ln_pour_controle.date_creation) is not.

That is, in the IsValid() function, the first argument must be a literal string that does not contain a formatting parameter.
by ray.wurlod
Fri Apr 21, 2006 2:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: User Defined Env Variable in Derivation of Transformer
Replies: 8
Views: 3406

You can remove the uncertainty by using the Expression Editor to build your expressions
by ray.wurlod
Fri Apr 21, 2006 2:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot run DS job
Replies: 12
Views: 2608

Usually "try it". Sometimes called "suck it and see".
by ray.wurlod
Fri Apr 21, 2006 2:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The job is not running when i extract data from oracle 10G
Replies: 5
Views: 989

Does it work if you replace DRS with Oracle Enterprise stage? If so you've identified the culprit. Otherwise the next thing to explore is the for-Oracle environment variable settings. These can be set via Windows Control Panel (System applet), or as user-defined in the DataStage Administrator. There...
by ray.wurlod
Fri Apr 21, 2006 2:45 pm
Forum: IBM QualityStage
Topic: Using ODBC Connections in QS
Replies: 3
Views: 1819

The answer is QS Server, because ultimately you need the server to process the data. However, it's common practice to configure both, so that you can inspect the data (outside of QS) before/during processing.
by ray.wurlod
Fri Apr 21, 2006 3:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: RenameAllJobs - Easy ?
Replies: 22
Views: 5265

No it won't - that's why I qualified the query with a following comment. I knew that the field was field number 3, but was unable to remember its name in the dictionary. Arnd has since confirmed that the appropriate column name is NAME. Replace F3 in the UPDATE statement with NAME.
by ray.wurlod
Fri Apr 21, 2006 3:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Design time info error
Replies: 7
Views: 2067

Can you create a new job in the Test project?
How did the jobs that you can not open arrive in the Test project?
by ray.wurlod
Fri Apr 21, 2006 3:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: passing one column value to another if it is null
Replies: 12
Views: 2852

What do you see when you View Data on the Sequential File stage? Are there any NULLs being delivered?

Etiquette note: we are an all volunteer site, we reply as and when we can. Requesting ASAP causes offence. If you want urgent support, arrange a premium contract with your support provider.