Search found 42189 matches

by chulett
Wed May 17, 2006 10:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: mkdb.file and create.file
Replies: 4
Views: 1753

A couple of teensy corrections... :wink:

1) It's 'mkdbfile' with no dot in it.

2) CREATE.FILE is use in an 'Account' which is typically synonymous with the current Project.
by chulett
Wed May 17, 2006 7:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Suggestion: Separate input and output path vairables
Replies: 8
Views: 1675

Figured other parameters made up the entire filename. But are you still saying that the ROOT parameter only has a single value in any given environment? If so, I'm glad it's working for you as it wouldn't in our environment.
by chulett
Wed May 17, 2006 7:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Custom SQL to Update using ODBC or OLE/DB?
Replies: 4
Views: 1237

Not in my 7.5.1A version... it uses question marks, even when set to Oracle. :?
by chulett
Wed May 17, 2006 7:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: After routine to read metadata from sqlldr generated log
Replies: 6
Views: 1224

Doddle... doddle... hmm... <google google google> an easy task, child's play, cinch, duck soup, piece of cake, pushover, breeze, walkover, picnic, snap. Aha! :lol:

If I was on a machine with access to that information, I'd post it for ya - but I'll leave that up to ecclesr.
by chulett
Wed May 17, 2006 7:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Suggestion: Separate input and output path vairables
Replies: 8
Views: 1675

Ah... [sigh] I've not marked this as a Premium post initially but will change it to one 'shortly' - whatever that means.
by chulett
Wed May 17, 2006 7:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Suggestion: Separate input and output path vairables
Replies: 8
Views: 1675

While it's nice to be able to have the directory structures identical across dev, test and production it isn't really practical - or what you'll find out in the real world much of the time. For us, the 'dev' and 'test' projects and file areas are all on one machine, so they cannot be the same. I've ...
by chulett
Tue May 16, 2006 10:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: After routine to read metadata from sqlldr generated log
Replies: 6
Views: 1224

Really can't tell you how to read them on a Windows server, don't know. However, you don't necessarily need to read anything - you can just check for the presence of certain files that are only created when Something Goes Wrong. The *.bad file springs to mind.
by chulett
Tue May 16, 2006 10:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: converting to valid DB2 date format
Replies: 15
Views: 6157

Meaning, rather than using OConv - send it the output from IConv.
by chulett
Tue May 16, 2006 8:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Custom SQL to Update using ODBC or OLE/DB?
Replies: 4
Views: 1237

The ODBC parameter markers aren't quite as... flexible... as the numbered ones the OCI stage uses. The numbered ones can be used more than once in a query, while the '?' markers cannot as they are purely positional. Meaning, if you have 10 columns you can only have 10 parameter markers and they are ...
by chulett
Tue May 16, 2006 8:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: converting to valid DB2 date format
Replies: 15
Views: 6157

Assuming you are using the official DB2 stage, from what I recall from reading posts here that particular stage wants the date in internal format.
by chulett
Tue May 16, 2006 5:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to capture JobName,warnings etc...
Replies: 4
Views: 1488

Let me save you a whole lot of grief and cut right to the head of the class - download ETLStats from Kim Duke's DataStage Tips page. Done. :wink:
by chulett
Tue May 16, 2006 9:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Ftp'ng a file in compressed format
Replies: 5
Views: 1380

ArndW wrote:The FTP stage in DS has the advantage that it transmits the data row-by-row.

Some would consider that a disadvantage. :wink:
by chulett
Mon May 15, 2006 12:05 pm
Forum: Site/Forum
Topic: What's this to Charter Member
Replies: 6
Views: 3423

Ah... good eye, Mr Kim.
by chulett
Mon May 15, 2006 8:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How could I process all files from a directory?
Replies: 9
Views: 1993

Final score in the 'Wildcards in the Sequential File stage' Bowl Game: PX 1, Server 0. :wink:
by chulett
Mon May 15, 2006 7:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI stage and dsenv parameters
Replies: 5
Views: 1713

All you should have to do, as part of your upgrade, is to edit your dsenv file to point to the 10g client rather than the 9i client. Shouldn't be anything more to it than that, from what I recall.