Search found 53125 matches

by ray.wurlod
Sun May 30, 2010 1:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: try to generate new key get following error
Replies: 5
Views: 1928

Some of us have a better work-life balance than you, and do other things on weekends. You have still not advise how you have programmed the stages. For example are you using a state file that you initialize from the database or are you using a database sequence? What expressions are you using in you...
by ray.wurlod
Sun May 30, 2010 1:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Moving From 8.0 to 8.1: Through upgrade or fresh install ?
Replies: 9
Views: 3082

OK, I'll be concrete. I have done three 8.0.1 to 8.1, and always done a clean install. This was driven by mistrust of the internal structures of 8.0.1 some of which, at least, have to responsible for some of the bugs. If you have the choice, prefer 8.1.2 as there are more desirable features.
by ray.wurlod
Sun May 30, 2010 1:13 pm
Forum: Site/Forum
Topic: Anyone else have downloaed php file issues when posting?
Replies: 5
Views: 3924

My "solution" is to return to the forum (the new post shows as unread, but not duplicated). Sometimes I open the "unread" post, sometimes I ignore it.
by ray.wurlod
Sat May 29, 2010 3:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The MKS Toolkit components installed failed
Replies: 2
Views: 2488

You do understand that Windows XP is not a supported operating system for the server?

That said, after you have cleaned out all trace of DataStage, you might try installing the server components before the client components next time.
by ray.wurlod
Sat May 29, 2010 3:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Want to access hash file from parallel job
Replies: 10
Views: 4665

"Amplifying" is the term I'd use. :wink:
by ray.wurlod
Sat May 29, 2010 3:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: hashfile viewer without designer
Replies: 8
Views: 3768

Ah. What happens while one sleeps!
by ray.wurlod
Sat May 29, 2010 3:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Want to access hash file from parallel job
Replies: 10
Views: 4665

There is no such thing as a hashed file in a parallel job. You would need server job componentry and this might defeat your goal of speed. Maybe writing to a sequential file would be faster, then invoking a server job to populate the hashed file. If you're feeling really technical, you could use an ...
by ray.wurlod
Sat May 29, 2010 3:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML File size limit
Replies: 10
Views: 5080

I recall an email sent back by one of the first Ardent techo people to go into China - "don't worry about 2GB as a file size, guys, here 2GB is a single transaction!" The good news is that the next version of DataStage will have support for much larger XML file sizes, provided your hardwar...
by ray.wurlod
Sat May 29, 2010 3:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Int32 to Decimal conversion.
Replies: 5
Views: 6383

Int32 can have up to 10 digits. Decimal(3,0) may only have a maximum of three digits. Somewhere, something is representing data as Int32. You have to find it.
by ray.wurlod
Sat May 29, 2010 3:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset schema is disordered
Replies: 3
Views: 2117

No explanation - DataStage does as it pleases with column order, for various reasons ostensibly related to optimization. The same thing can - and often does - occur with Peek stage.
by ray.wurlod
Sat May 29, 2010 3:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: hashfile viewer without designer
Replies: 8
Views: 3768

Andy's ED set of commands does the same as SETFILE.
by ray.wurlod
Sat May 29, 2010 3:42 am
Forum: Site/Forum
Topic: Anyone else have downloaed php file issues when posting?
Replies: 5
Views: 3924

My problem is almost always with posting.php which times out. I assume it's something to do with updating the underlying database.
by ray.wurlod
Fri May 28, 2010 6:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: in which format the ctrl+m team get the jobs
Replies: 5
Views: 1671

The command to use in the UNIX shell scripts is dsjob - you can Search DSXchange for examples, or consult the manuals.
by ray.wurlod
Fri May 28, 2010 6:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join behaves strangely
Replies: 20
Views: 5675

Code.

It's the only one with common domain.
by ray.wurlod
Fri May 28, 2010 6:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: hashfile viewer without designer
Replies: 8
Views: 3768

... provided, of course, that you've created a VOC pointer to any pathed hashed file that you want to inspect.