Search found 42189 matches

by chulett
Sat Jan 07, 2006 9:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Profile Stage
Replies: 2
Views: 554

Profile Stage? No, that's a completely separate (and different) product. For processing files with the same structure, there are at least a couple of different options: 1) Concatenate them all together 'before job' and process them all at once. 2) If you have the 7.5.x version of DataStage, leverag...
by chulett
Fri Jan 06, 2006 5:21 pm
Forum: Site/Forum
Topic: Grid Computing - donate spare CPU cycles to research
Replies: 17
Views: 6772

Yah... wasn't that one of their older albums - "Selling Man Paste by the Pound"? :?
by chulett
Fri Jan 06, 2006 5:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Best way to populate jobstart datetime to Oracle -DS Macro
Replies: 5
Views: 1387

Yes, there is a DSJobStartTimestamp macro: "date and time when the job started on the server in the form YYYY-MM-DD HH:MM:SS".
by chulett
Fri Jan 06, 2006 3:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Best way to populate jobstart datetime to Oracle -DS Macro
Replies: 5
Views: 1387

The date and time the job started doesn't change, so use the Initial Value of the stage variable to capture it once instead of on each row. The blank derivation of the stage variable means it retains its value over the course of the job. Then you just simply reference this value for each row going i...
by chulett
Fri Jan 06, 2006 3:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Best way to populate jobstart datetime to Oracle -DS Macro
Replies: 5
Views: 1387

Create a Stage Variable.
Put Macro(s) in the Initial Value field.
Leave the Derivation of the Stage Variable blank.
Use in your output link.
by chulett
Fri Jan 06, 2006 2:34 pm
Forum: Site/Forum
Topic: Grid Computing - donate spare CPU cycles to research
Replies: 17
Views: 6772

I saw that! :D

Anyone know how to see who makes up the team?
by chulett
Fri Jan 06, 2006 12:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Rare Error Messsage
Replies: 20
Views: 9221

Actually, "too busy" would send a different error, a -14.

Best to post the entire message. More than likely it's as Arnd noted.
by chulett
Fri Jan 06, 2006 7:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UVOpen Unable to Open File Hash File Error
Replies: 12
Views: 3008

Re: UVOpen Unable to Open File Hash File Error

Before a job runs, is it that the ds system will check if the hash file resource is there in the given directory? Then only it runs the job. Since the hash files are created during the job run and that I have emptied the hash directory prior to run, could this cause the error? Depending on your exa...
by chulett
Fri Jan 06, 2006 7:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsintbuf_getrow() - row has 71 columns when 6 expected
Replies: 15
Views: 9390

Also, if this is coming from a Link Collector which it looks like it might, then double-check that all links into the stage provide the exact same metadata.
by chulett
Fri Jan 06, 2006 7:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Certifications
Replies: 3
Views: 1473

It's more a test of your patience right now.
by chulett
Fri Jan 06, 2006 7:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete Query
Replies: 2
Views: 1247

Saying that 'performance is slow' with your delete query is pretty much meaningless without alot more information. You can have the 'fastest' delete query in the world that uses PK fields, but if there are many indexes on the table and/or RI to other tables, than deletes can still be slow... but wil...
by chulett
Fri Jan 06, 2006 7:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CLOB datatype error
Replies: 11
Views: 3118

Yes, as Arnd notes you'll need to use a datatype of LongVarChar (and a large size) in order to stand a chance of making this work. Make sure you keep the array size at 1 or at least raise it at your own risk. The other 'trick', if you know the data in the CLOB that you are selecting will fit in a Va...
by chulett
Fri Jan 06, 2006 7:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job abort
Replies: 6
Views: 2924

ASAP help would best be found by using the Search functionality of the forum.
by chulett
Fri Jan 06, 2006 7:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I C stage and Java Stage?
Replies: 4
Views: 1145

DataStage server jobs work in a typeless environment using DataStage BASIC as a programming language. There is no direct mechanism for accessing C or Java. Actually, there is... for Java. It's a separate purchase, but you can buy the Java Pack which will allow you that 'direct mechanism for accessi...