Search found 42189 matches

by chulett
Wed Feb 18, 2009 8:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic:
Replies: 4
Views: 5529

Well... "uv" or "uvsh"? Not quite the same thing. What kind of actions are you trying to script?
by chulett
Wed Feb 18, 2009 8:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routine getting aborted
Replies: 6
Views: 2203

Exactly. Do an exact search for "Controller problem: Unhandled failure" and you'll find this has been discussed ad nauseum here.
by chulett
Wed Feb 18, 2009 8:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to retrive the data from CLOB Column through datastage
Replies: 11
Views: 7569

Search the forums for "CLOB", it has been discussed here quite a bit.
by chulett
Wed Feb 18, 2009 8:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: can i install DS PX on windowsXP
Replies: 4
Views: 959

There's also the question of what version did you install? The only pre-8 version that will run PX jobs on Windows is 7.5x2 - yes, with an 'x'. Others will let you build but not run.
by chulett
Wed Feb 18, 2009 8:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash Lookup failure
Replies: 2
Views: 1435

Right - either rebuild the hashed file with the proper keys, or investigate the use of the UV stage. The ability to use it to access an account-based hashed file with fewer keys has been discussed here quite a bit. Far easier to just build a new hashed file, however.
by chulett
Wed Feb 18, 2009 8:14 am
Forum: General
Topic: how could i append "Date" to sequential file name
Replies: 13
Views: 7885

Both of those macros in filenames work fine for me - H-PUX, 7.5.1a, Server. Are you saying they don't work in PX jobs? Or are you saying that your flavor of UNIX does not allow the colons in the filename?
by chulett
Wed Feb 18, 2009 7:56 am
Forum: General
Topic: case condition
Replies: 2
Views: 1160

I'm unsure why, assuming you've already made the checks, you don't use the syntax you posted? Your 'if-then-else' construct is perfectly valid and if that's really what you need, use it as the derivation.
by chulett
Wed Feb 18, 2009 7:50 am
Forum: General
Topic: Backups
Replies: 1
Views: 700

:wink:
by chulett
Tue Feb 17, 2009 10:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_ORAUPSERT_COMMIT_ROW_INTERVAL env variables ?
Replies: 8
Views: 4043

Direct path sqlldr is non-transactional. However, a 'conventional' (DIRECT=FALSE) sqlldr load is.
by chulett
Tue Feb 17, 2009 5:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning :Missing record delimiter "\n", saw EOF in
Replies: 18
Views: 33216

Yes, you can add an "ascii" command just before the get and it will convert the file to UNIX record terminators during the transfer. Or you can do what you are doing and simply tell DataStage that you're reading a DOS file, one that has CR/LF pairs as record terminators. As to understandin...
by chulett
Tue Feb 17, 2009 5:17 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: DS job and the data sets will not be cleaned up
Replies: 11
Views: 5933

I should have been more specific. I was wondering what about the job itself, not the data sets, would be cleaned up... since you mentioned both. But that's not important if the question is strictly in regards to 'temporary' datasets and if they're removed after the job runs. As to your eye-rolling D...
by chulett
Tue Feb 17, 2009 4:37 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: DS job and the data sets will not be cleaned up
Replies: 11
Views: 5933

'Clean up'? :?
by chulett
Tue Feb 17, 2009 3:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: running a datastage server job from Windows batch file
Replies: 4
Views: 2979

:? 'Echo' is a command to write to the screen whatever information comes next, it doesn't run anything. Get rid of it, then see what happens.
by chulett
Tue Feb 17, 2009 3:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: location of libdsplugin.so
Replies: 9
Views: 5834

I think it can change based on the architecture. For the PA-RISC based 11i Superdomes here it is $SHLIB_PATH... but I seem to recall that the Itanium boxes use $LD_LIBRARY_PATH. :?