Search found 42189 matches

by chulett
Thu Aug 13, 2009 5:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI - Job aborts but records still commit
Replies: 5
Views: 4583

That basically does seem to be what is going on. There actually seem to be two warnings logged for every error, not three as I originally thought. That "third" one seems to be a "wrapping up here's the warning I'm going to report back" kind of thing so a warning limit of 2 kills ...
by chulett
Thu Aug 13, 2009 4:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Day in Date
Replies: 18
Views: 3831

Ah... sorry, I thought we might have a parallel solution rather than one that requires a BASIC Transformer to implement. Oh well, no worries.
by chulett
Thu Aug 13, 2009 4:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI - Job aborts but records still commit
Replies: 5
Views: 4583

OCI - Job aborts but records still commit

Having an odd issue I've never seen before and wondering if perhaps anyone else has. Hopefully I can lay this out in such a manner as to make it fairly easy to digest... we shall see. Sorry, but it's going to be kinda long. :wink: At a very high level I'm finding that uncommitted rows can still be c...
by chulett
Thu Aug 13, 2009 2:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Check Date value
Replies: 8
Views: 1794

Sure, provided you ensure the order / case matches that will work fine for an equality check. That's not the case for other checks, however, unless the fields are in YYYY-MM-DD order.
by chulett
Thu Aug 13, 2009 2:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Day in Date
Replies: 18
Views: 3831

Could you please post the syntax that ended up working for you? Thanks!
by chulett
Thu Aug 13, 2009 2:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: LoadRunStats.AutoMeter has never been run
Replies: 5
Views: 1671

Neither have I. :?
by chulett
Thu Aug 13, 2009 2:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Access violation on phantom job
Replies: 10
Views: 3023

I've seen that issue in earlier versions as well. 'People' formatting with extra returns and/or blank lines cause issues, removing all that (in essence making the SQL 'one line') made DataStage much more happier. :wink:
by chulett
Thu Aug 13, 2009 12:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Access violation on phantom job
Replies: 10
Views: 3023

You might want to check and see if there is a patch available for that.
by chulett
Thu Aug 13, 2009 12:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: character separator
Replies: 5
Views: 1896

Couldn't you tell it you have no quotes and then trim only the leading and trailing quotes from the data?
by chulett
Thu Aug 13, 2009 9:16 am
Forum: General
Topic: DSParams
Replies: 11
Views: 13135

There's always been two sections, the "more" I was asking about was above and beyond that. Perhaps Andy just needs to double-check what he did. :?
by chulett
Thu Aug 13, 2009 7:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC error
Replies: 18
Views: 5085

First you need to see what is setup, Oracle-wise, on your DataStage server. Is $ORACLE_HOME defined properly? Is your tnsnames.ora file under $ORACLE_HOME/network/admin or if not, have you defined $TNS_ADMIN to point to it? Most importantly, can you connect to that instance / schema from SQL*Plus on...
by chulett
Thu Aug 13, 2009 7:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Audit tracing in Ascential datastage
Replies: 1
Views: 1276

Suggest you search the forums for discussions of the DS_AUDIT "table", which is where information of that nature is stored. You won't find the what but will find the who and the when.
by chulett
Thu Aug 13, 2009 7:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuration File
Replies: 9
Views: 3220

Sure, however people just naturally tend to prefer even numbers in my experience.
by chulett
Thu Aug 13, 2009 7:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Concatenation
Replies: 3
Views: 1657

Was wondering about that, but if one was null neither 'direction' would work. :?