Search found 42189 matches

by chulett
Wed Jan 10, 2007 7:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-22922: nonexistent LOB value
Replies: 4
Views: 3600

:lol: That's still in the queue...
by chulett
Wed Jan 10, 2007 7:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-22922: nonexistent LOB value
Replies: 4
Views: 3600

Not a NULL, no - but a closer examination of the log with the dreaded 'The value of the row is' message makes it look like it might have been an empty string: <snippet> MODFN_USER = XXXXXXX LDH_CNTNT_VAL = BGN_EFF_DT = XXXXX </snippet> LDH_CNTNT_VAL is the CLOB field and it shows no value for it, ru...
by chulett
Wed Jan 10, 2007 6:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning - Exceed maximum display length
Replies: 22
Views: 9735

You applied the recommended what? From the post:

set MAXFETCHBUFFSIZE to a value larger than its default of 8192 bytes

What did you set it to? And which uvodbc.config file did you change - the one in your Project or the one in the Engine directory?
by chulett
Wed Jan 10, 2007 5:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-22922: nonexistent LOB value
Replies: 4
Views: 3600

ORA-22922: nonexistent LOB value

Just curious if anyone has ever had an encounter with this Oracle error before? It turned up for the first time in one particular job the other day and I'm not really having any luck determining what might have caused this. My DBAs are a little stumped as well. We have one table with a CLOB field. M...
by chulett
Wed Jan 10, 2007 3:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Removing Duplicates In Datastage Px
Replies: 9
Views: 13824

You mean like Oracle external tables? :P
by chulett
Wed Jan 10, 2007 1:59 pm
Forum: Site/Forum
Topic: session timeouts, remember-me, & odd login prompt
Replies: 3
Views: 2559

'Remember me' should just be a cookie AFAIK - do you have cookies enabled?
by chulett
Wed Jan 10, 2007 1:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stopping DataStage Control Jobs with Sleep Commands
Replies: 7
Views: 3304

gsbrown wrote:Thanks for the ideas.
The file presence logic works fine. I added a loop that does smaller sleep commands and checks for the presence of a flat file. If the file exists, then it loops through another sleep command, else exits the program.

I do believe he did, Master Ray.
by chulett
Wed Jan 10, 2007 12:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob returns 141, when does this happen?
Replies: 7
Views: 4177

I've seen this '141' return code from dsjob in the past, even when using the -jobstatus option. It used to crop up occasionally, and from what I recall it was only from a Sequence job that had actually Finished OK. I also think it only happened with Sequence jobs that used the Wait For File stage. I...
by chulett
Wed Jan 10, 2007 12:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Protected project : Is this a bug??
Replies: 21
Views: 8035

What version of DataStage? I believe there was a bug of this nature in earlier 7.x versions that has since been corrected...
by chulett
Wed Jan 10, 2007 10:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine to get Maximum job number
Replies: 17
Views: 4006

I believe that is true but I didn't scroll all the way back up to the top to check what we were on in this thread. Still worth putting on the table for the UNIX folks out in the audience, I would think.
by chulett
Wed Jan 10, 2007 8:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue storing value from a job
Replies: 3
Views: 791

I believe PX jobs support USERSTATUS only if you use a BASIC Transformer. Can anyone confirm or deny?
by chulett
Wed Jan 10, 2007 8:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stopping DataStage Control Jobs with Sleep Commands
Replies: 7
Views: 3304

Originally, I added a loop...repeat statement with small sleep commands and hoped pressing the job stop button would interrupt the loop between sleep commands...NOPE! It waited until the loop finished before stopping. From my experience, you have to get extremely lucky and issue the stop command in...
by chulett
Wed Jan 10, 2007 8:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine to get Maximum job number
Replies: 17
Views: 4006

Right... SUP as in 'Suppress' in case anyone was wondering. But a question - with BCI code like this, don't you fall into the "works for 30 days and then fails" camp? :?
by chulett
Wed Jan 10, 2007 8:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Parser Error
Replies: 6
Views: 1173

The only reason we've seen here so far that I recall is the write permissions issue. One question would be - what changed? Something must have on the Citrix server to cause this, perhaps they can help track that down. I'd also suggest opening a Support case to see what other issues might cause this.
by chulett
Tue Jan 09, 2007 10:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Timestamp difference
Replies: 3
Views: 1285

Bring your timestamps in in a proper 'year first' format suitable for comparisons and you'll be fine: YYYY-MM-DD HH24:MI:SS