Search found 42189 matches

by chulett
Tue Jan 17, 2012 12:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: filepattern - reading list of files
Replies: 18
Views: 6029

Yup. Crap, how did I miss that? It's right there in black and white pixels in the documentation of all places: File Pattern: Specifies a group of files to import. Specify file containing a list of files or a job parameter representing the file. The file could also contain be any valid shell expressi...
by chulett
Mon Jan 16, 2012 6:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Order problem in XML output
Replies: 5
Views: 1936

You'll need to wait for someone way more smarter to come along, someone like Ernie who is intimately familiar with the new way XML is generated in these later releases. I was going to post something and then realized that what I used back in the day may no longer be relevant. About all I can add is ...
by chulett
Mon Jan 16, 2012 4:52 pm
Forum: General
Topic: Problem with Director Repository
Replies: 3
Views: 1107

I suggest turning it over to an Admin. Or you can try "2" again but that must be run with no other users connected nor any jobs running, otherwise (as you've found) it makes all of the jobs 'disappear'.
by chulett
Mon Jan 16, 2012 4:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: filepattern - reading list of files
Replies: 18
Views: 6029

No, file pattern means you'd need to supply a wildcard pattern that would match all of the files you'd want to process, not a specific list of filenames. Typical solution for a 'list of files' would be a looping Sequence job that runs a single job once per filename.
by chulett
Mon Jan 16, 2012 3:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC Error
Replies: 4
Views: 1504

Find out what happened over the weekend - patches, upgrade, reboot, something obviously changed and there's no way anyone outside of your company can know what that is.
by chulett
Mon Jan 16, 2012 2:09 pm
Forum: General
Topic: Where is the log file?
Replies: 3
Views: 1244

What was meant is that when you have an issue or question, you should create a new post on the subject. If you find an older conversation that seems related, link to it. We'd like you to 'own' your own issues so you have control over the fate of the thread and can decide when your questions have bee...
by chulett
Mon Jan 16, 2012 12:36 pm
Forum: General
Topic: Grep Command Help
Replies: 3
Views: 1110

You were 'unsuccessful' how? A full explanation of what you tried and what happened when you tried it can go a long way towards getting a resolution out sooner rather than later.
by chulett
Mon Jan 16, 2012 11:11 am
Forum: Site/Forum
Topic: hi
Replies: 3
Views: 4642

Please start by creating your own post with a meaningful subject in the proper forum - either the Server forum if you need help with a Server job or the Enterprise Edition forum for help with a PX job.
by chulett
Mon Jan 16, 2012 9:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Compiler error
Replies: 1
Views: 1147

First order of business would be to tell us (or find) where you are using "DifferentKey". For example, is it the name of a routine you are trying to call? Worst case go to the Project's RT_BP5267 directory noted in your message, find the "TRANS1" file there and search through it ...
by chulett
Mon Jan 16, 2012 8:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reg: Spharse Lookup.
Replies: 2
Views: 920

A "sparse" lookup would trigger individual queries against the table.

(moved from the TX forum)
by chulett
Sun Jan 15, 2012 9:07 am
Forum: General
Topic: Error Calling Subroutine: DSR_EXECJOB (Action=4)
Replies: 4
Views: 2245

REINDEX was one of the "go to guys" before the 8.x release but now with information spread across two repositories it can't fix everything. Sounds like your repositories may be out-of-sync now and to fix that you'd need to contact your official support provider and enlist their help.
by chulett
Sun Jan 15, 2012 9:02 am
Forum: General
Topic: Record Count in Transformer
Replies: 10
Views: 4947

Re: Record Count in Transformer

PhilHibbs wrote:There's no way for the Transformer to know that the current row is the last one.
Actually, that was added in the 8.5 release, from what I recall.

As you noted, we'd still like to know the "why" of all this, then perhaps we can give a cogent answer.
by chulett
Sun Jan 15, 2012 8:56 am
Forum: General
Topic: DB2 sequences and transactions
Replies: 9
Views: 4761

Sorry, I don't know squat about DB2 but don't sequences there support the caching concept that others like Oracle do? Specifically, if a sequence will need to be leveraged in large chunks (like your tens of thousands at a time) then you set a high cache value and the first NEXTVAL call reserves that...
by chulett
Sat Jan 14, 2012 11:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complex Flat File Stage - Source File Extensions ?
Replies: 5
Views: 1650

File extensions are pretty much meaningless in the UNIX world. Regardless of extension, it will read 'flat files'... text files, if you will.