Search found 42189 matches

by chulett
Tue May 31, 2005 1:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Schedule same job to run multiple times during the day
Replies: 6
Views: 2603

:idea: You can actually 'Add to Schedule' as many times as you like. So you could, if you wanted to and the job runtimes don't overlap, have it run every hour by adding it to the schedule for each hour it should run.
by chulett
Tue May 31, 2005 7:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parallel update to DB2
Replies: 8
Views: 1927

I don't believe the Row Splitter stage has anything to do with performance improvement. At least not directly.
by chulett
Tue May 31, 2005 6:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple compile - DS 7.1r2 AIX
Replies: 4
Views: 1486

netland wrote:Might go the official way instead, and see if they have a solution for the problem.

That's going to depend on if 'they' consider it a problem or not. :wink:
by chulett
Tue May 31, 2005 6:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_ipcgetnext - timeout waiting for mutex
Replies: 6
Views: 1779

Hard to say - what other kinds of things is your job doing? What other stages are in it? Do you have some form of Buffering enabled?

For all we know it may just stop working again. :wink:
by chulett
Tue May 31, 2005 6:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to allocate Type 30 descriptor, table is full
Replies: 10
Views: 9314

As already noted, the problem was their T30FILE setting in uvconfig. :?
by chulett
Tue May 31, 2005 6:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: # Problem In Table Name
Replies: 5
Views: 1157

As noted, it would be nice to know what database and stage you are asking about. Oracle (and others for all I know) have the ability to handle pound and dollar signs in table names by using the following substitutes: # = __035__ $ = __036__ Note that there are two underscores on either side of the n...
by chulett
Tue May 31, 2005 6:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem while loading date into a table
Replies: 4
Views: 1535

The Server version of the DB2 stage wants dates in internal format. I wonder if the same if true for the EE version?
by chulett
Mon May 30, 2005 8:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to generate sequence no
Replies: 4
Views: 1379

i want starting value with 1 to n(no of rows in the sorce file).when ever i run this job the no should get 1 to n. which is best way to do it? Not sure why you'd want it to always start over at 1 each time, but if you do there's an easy way to do that: the @INROWNUM System Variable. This tracks the...
by chulett
Mon May 30, 2005 5:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: file merge
Replies: 12
Views: 3256

Depends, somewhat, on what happens next with the new file. Going back to one of the original suggestions - use the copy command: copy file1+file2 file3 The file noted as 'file3' becomes the product of the first two files concatenated together. Do this 'before job' to a fixed filename for processing ...
by chulett
Mon May 30, 2005 4:22 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Primer for Web Services
Replies: 4
Views: 3131

Ray, I think Lance was looking for something a little more... generic... than that. :wink:

A good reference book about Web Services - the concept, not the specific DataStage implementation - even as a 'Dummies' book, would be good to get one's mitts on. Anybody have one they could recommend?
by chulett
Mon May 30, 2005 4:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: "Use Account name " option is not working
Replies: 5
Views: 1148

ray.wurlod wrote:It must be correctly cased on Windows, too.

Ah, thanks for that. I wasn't sure since the O/S doesn't care, didn't know if DataStage enforced that or not.
by chulett
Mon May 30, 2005 9:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abort after 999.999 warning
Replies: 7
Views: 1848

Wasn't gonna open that can of worms, Arnd. :wink:

More than a million warnings? And that's ok? :shock: Yikes.
by chulett
Mon May 30, 2005 8:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abort after 999.999 warning
Replies: 7
Views: 1848

Set the limit to zero for unlimited.
by chulett
Mon May 30, 2005 8:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Exporting DS project via DSJOB
Replies: 12
Views: 5103

I think it may depend on your exact version. I seem to recall reading somewhere that server side import/export would be included in the 'latest' version but can't seem to find anything about it again. :?
by chulett
Mon May 30, 2005 7:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: "Use Account name " option is not working
Replies: 5
Views: 1148

To expand a bit on the previous post, I agree it is best to leave it blank. A blank Account Name means the current account - i.e. the Project the job is currently running in. If you leave it blank then it will still work as expected when you promote the job from your development to test to productio...