Search found 42189 matches

by chulett
Wed Mar 08, 2006 6:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP File in sequencer
Replies: 7
Views: 1708

For the sake of everyone here trying to help, please go back and edit your post. Take your code, format it nicely and then paste it back wrapped in 'Code' tags so the forum preserves the formatting.

Thanks.
by chulett
Wed Mar 08, 2006 8:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: BEST UPSERT TECHNIC
Replies: 15
Views: 5056

One million keys, max. :wink:
by chulett
Wed Mar 08, 2006 7:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Versioning of ASCII files through Version Control
Replies: 1
Views: 794

The 'custom folders' need to be in the project you are versioning. Since I'm sure that's not the case, create a link from where they really are to something of the same name under the project - then you will be able to version them.
by chulett
Tue Mar 07, 2006 8:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Conversion Error - ORA-01861: literal format matching
Replies: 5
Views: 1641

Yuck, whatever for. Still, I think you'll find using a Timestamp type and your current format will work - even in ODBC.
by chulett
Tue Mar 07, 2006 3:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Triggering a Link
Replies: 15
Views: 3937

Make sure the Transaction Size is zero in the OCI stage and the job aborts if there are any problems with the XML generation. However, that was a pretty 'off the cuff' comment and it may not work properly all the time in that configuration now that I think about it more. You'd need to link them toge...
by chulett
Tue Mar 07, 2006 11:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Triggering a Link
Replies: 15
Views: 3937

Ah... but you could. :wink: Drop a second Transformer in there and hook the OCI stage to that one instead. Add a dummy stage variable, the macro in the derivation and a constraint on the output link of @OUTROWNUM=1 and you'll always get one row down it, even if the 'main' job processes zero rows.
by chulett
Tue Mar 07, 2006 8:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Nbr of DS projects
Replies: 11
Views: 4475

Sure... so? Not like you'd run like that over the course of a normal day. And I only do that when I've got a specific filter enabled, otherwise you are asking for a world of hurt... especially pre 7.5 - at least you can bump the refresh interval up to a reasonable level or completely disable it now.
by chulett
Tue Mar 07, 2006 8:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Nbr of DS projects
Replies: 11
Views: 4475

I beg to differ - in my experience it only 'refreshes' the jobs in your current category.
by chulett
Tue Mar 07, 2006 8:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CRC32 function
Replies: 3
Views: 1451

Should be there under the derivation editor ellipsis (...) as a Function in the Conversion category. At least it was there in 7.0.1. :?
by chulett
Tue Mar 07, 2006 6:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Triggering a Link
Replies: 15
Views: 3937

I would do the same - there's absolutely no reason to force a wait until the end of the job to record the time the job started.
by chulett
Tue Mar 07, 2006 6:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Conversion Error - ORA-01861: literal format matching
Replies: 5
Views: 1641

Actually, if you are using an OCI stage and a datatype of Timestamp - you've already got it in the proper format. :wink:
by chulett
Mon Mar 06, 2006 8:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can any one help to solve the problem ...............
Replies: 3
Views: 1316

Can you not create a dataset keyed by city with the country it is in as the data element? Then you can look it up on the way in and use it if the original value is null. Only problem with that would be when the same city name is in multiple countries...
by chulett
Mon Mar 06, 2006 7:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Maximum export size for a DSX
Replies: 29
Views: 6524

512MB is barely enough to run XP. :wink: Is there a workstation there with more? I have 2GB but even 1GB would help tremendously.
by chulett
Mon Mar 06, 2006 7:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: trim and extract specific data
Replies: 28
Views: 5815

Trim(YourStringField,'"',"A") A double-quote inside two single quotes.
by chulett
Mon Mar 06, 2006 7:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Maximum export size for a DSX
Replies: 29
Views: 6524

I've imported from 200 or 300MB exports without anything timing out. Depending on the speed of your machine and how much RAM you have, it can take quite some time, however. An xml export will take even longer as it is first converted to a dsx 'under the covers' and then imported. Patience is the key...