Search found 42189 matches

by chulett
Tue Feb 24, 2015 7:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: libclntsh.so.10.1: cannot open shared object file
Replies: 2
Views: 2160

So where, above the line you posted, is ORACLE_HOME set?
by chulett
Mon Feb 23, 2015 2:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RULES TO RETRIEVE DA FROM MORE TABLES IN ONE JOB
Replies: 5
Views: 1717

There's no guideline, per se. As noted, it's all about where you can best afford the processing power. Unless those eight connectors come from different instances, I would pretty much always push this back on the database server rather than do this "in job". Unless you've got a mandate to ...
by chulett
Mon Feb 23, 2015 2:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance issues - help with clean-up of files in /Scratch
Replies: 3
Views: 1523

The moment the job completes those files are obsolete, so use something reasonable as the time component for them. Throw them into your "seven days" pile worst case.
by chulett
Mon Feb 23, 2015 1:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Derive Column names from Rows
Replies: 24
Views: 9617

Char(10) = LF = UNIX record terminator
Char(13):Char(10) = CR/LF = Windows/DOS record terminator

[/pedantic]

:wink:
by chulett
Mon Feb 23, 2015 10:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can I accomplish sequential file bursting in a parallel job?
Replies: 8
Views: 5732

Sad? I think you just earned the "Solved that last problem on my own" achievement. <chime!>

:wink:
by chulett
Mon Feb 23, 2015 9:24 am
Forum: General
Topic: Improving Sequence Compilation times
Replies: 18
Views: 4949

Right... that or something like a Citrix Server.
by chulett
Sun Feb 22, 2015 11:49 pm
Forum: Site/Forum
Topic: Search Query Page need more option
Replies: 1
Views: 7683

Off you go to the correct forum for site suggestions.
by chulett
Sun Feb 22, 2015 10:03 am
Forum: General
Topic: Need details on OLEType's
Replies: 1
Views: 1065

Search is your friend! The list here is from 2008 so not all inclusive I would imagine but still extensive:

viewtopic.php?t=118110

Down near the bottom is the name of the header file where they should all be defined.
by chulett
Fri Feb 20, 2015 10:22 pm
Forum: General
Topic: Unable to Open Project after project file restore
Replies: 4
Views: 1676

I'm going to leave the recovery steps to people who have far more knowledge in that area, someone like Ray for instance. Doing an exact search on the forums for your 30105 error turned up lots of hits, thought this post might be an example of the kind of help you need: http://www.dsxchange.com/viewt...
by chulett
Fri Feb 20, 2015 6:10 pm
Forum: General
Topic: Unable to Open Project after project file restore
Replies: 4
Views: 1676

I don't really see how "messing up" where the file went could cause folders to disappear. Now, if you were writing the file to the same disk / partition where the projects live and filled it up, that could cause project corruption but again not disappearing folders. Any chance this job did...
by chulett
Fri Feb 20, 2015 12:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Webservices error
Replies: 11
Views: 8686

Isn't this the relevant part of the error message?

<v1:value>Message part {http://soa.nordea.com/BusinessRelation/ ... DIDRequest was not recognized. (Does it exist in service WSDL?)</v1:value>
by chulett
Fri Feb 20, 2015 8:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple rows output required from lookup
Replies: 4
Views: 4041

Do an exact search here for "multi-row result set".
by chulett
Fri Feb 20, 2015 8:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple rows output required from lookup
Replies: 4
Views: 4041

Use ODBC which allows a 'multi-row result set' to be returned. That or use the UV stage to access your hashed file. Unless things have changed, those were the only two options for a multiple record lookup.
by chulett
Wed Feb 18, 2015 3:44 pm
Forum: General
Topic: Improving Sequence Compilation times
Replies: 18
Views: 4949

I thought practically all of a Sequence job's compilation 'effort' happened on the client.