Search found 53125 matches

by ray.wurlod
Sat Aug 23, 2008 8:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: uvsh.exe "Memory cannot read"
Replies: 5
Views: 2742

Please post the exact, and complete, error message.
by ray.wurlod
Sat Aug 23, 2008 4:12 pm
Forum: General
Topic: Windows XP sp3
Replies: 2
Views: 1302

Windows XP sp3

Service Pack 3 for Windows XP is currently being shipped by Microsoft. Does anyone have any information about the potential impact on either DataStage 7.5x2 or Information Server of installing this service pack?

Don't bother telling me it's not a supported operating system - I do know that.
by ray.wurlod
Sat Aug 23, 2008 4:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSJ.LINKROWCOUNT not working properly for PX job
Replies: 12
Views: 7506

I have never had a problem with DSJ.LINKROWCOUNT in either server or parallel jobs. How do you know it's the wrong count?
by ray.wurlod
Sat Aug 23, 2008 4:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel routine to call DSGetJobInfo
Replies: 2
Views: 2937

Parallel Job Advanced Developer's Guide (version 8) page 801. There is no mention of an explicit equivalent of DSJ.ME because, in the C API, you have to declare the appropriate structure before you call DSOpenJob().
by ray.wurlod
Sat Aug 23, 2008 3:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to join
Replies: 14
Views: 2968

Cartesian product.
Inner join or left outer join.
Right outer join.
UNION ALL.
Difference (sometimes called "minus").
by ray.wurlod
Sat Aug 23, 2008 2:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: no errors, no warnings, but logic doesnot works
Replies: 13
Views: 2889

The "dates", which are actually strings, can be compared. What dates exist in the hashed file? Are the dates on both inputs identically trimmed and formatted?
by ray.wurlod
Sat Aug 23, 2008 2:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to join
Replies: 14
Views: 2968

That doesn't help. :roll:

Show us some examples of data on both inputs, together with what you expect to get on the output.

Also show us what you have tried, and explain more fully what you mean by "does not work".
by ray.wurlod
Sat Aug 23, 2008 2:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: no errors, no warnings, but logic doesnot works
Replies: 13
Views: 2889

Put your expression in a 'test harness' (a small routine) then test to ensure you are getting what you think you are getting from it, as Craig suggested. This is how you find out whether it will work or not.

The Routine editor has its own, inbuilt, test utility.
by ray.wurlod
Sat Aug 23, 2008 2:38 am
Forum: General
Topic: Does IBM Information Server 8.0 works on Fedora 9?
Replies: 3
Views: 1166

Only the first two of those are Linux, and represent the complete set of supported Linux platforms (and then with reasonable restrictions such as you have not modified the kernel code).

AIX, HP-UX, and Solaris are examples of UNIX (not Linux) platforms on which Information Server is supported.
by ray.wurlod
Fri Aug 22, 2008 11:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic Job Execution
Replies: 6
Views: 1592

Of course you could us a Routine activity to invoke UtilityRunJob (an SDK routine). Rohan, you're only right in a very limited sense. DataStage jobs always run in the background so that a run request (which starts that background processing) returns immediately even if it itself is not a background ...
by ray.wurlod
Fri Aug 22, 2008 11:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: If command
Replies: 8
Views: 1763

Every If needs its own Then and every If needs its own Else. Write out your requirement in English (if you don't have it already in a design specification) and post that here. There is a far more elegant solution available using Index() function, but you need to learn how to code the IF expression i...
by ray.wurlod
Fri Aug 22, 2008 9:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to open Properties of Job Stages within a sequence
Replies: 11
Views: 5077

It's a DataStage patch, called ds_xpsp2. Ask your support provider to obtain it.
by ray.wurlod
Fri Aug 22, 2008 6:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading from Excel File
Replies: 14
Views: 5871

You need to purchase one specifically for Excel if you want to read directly from the worksheet. If you want to work from a CSV or TXT dump from the worksheet then a text driver would work, but you need to organize for the dump to occur.
by ray.wurlod
Fri Aug 22, 2008 6:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: If command
Replies: 8
Views: 1763

It is not an If command; it is an If expression. Therefore every part needs an Else part (since the expression must produce a result) and there is no EndIf. Take some time to analyze your logic. In particular Not(A) Or Not(B) is always true. Write out your requirement in English (if you don't have i...
by ray.wurlod
Fri Aug 22, 2008 5:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data extracting issue from oracle
Replies: 2
Views: 828

Import > Table Definitions > Orchestrate

will invoke orchdbutil when that particular option is selected in the dialog - you don't need to learn the intricacies of the orchdbutil command itself.