Search found 42189 matches

by chulett
Sat Oct 24, 2009 9:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-01036: illegal variable name/number while running job
Replies: 5
Views: 1819

First suggestion - search here for that error message, it has been discussed here many times.
by chulett
Sat Oct 24, 2009 6:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Report turning blank when table is loaded
Replies: 2
Views: 1131

What kind of volume are we talking about in this table? If it's not too large, then a 'Clear' (transactional delete) rather than a truncate would avoid the problem as well. What batabase, btw?
by chulett
Fri Oct 23, 2009 5:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can Server 7.1 jobs run on DataStage 8.x Parallel ?
Replies: 6
Views: 2581

Does one not have to license Server jobs for Sequence jobs to function, or will they work regardless? :?
by chulett
Fri Oct 23, 2009 1:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: find on dsx file
Replies: 1
Views: 711

Go back up from there to the first BEGIN DSxxxxx record, depending on what you mean be "build name". If it means "job name" then go back up to the first BEGIN DSJOB record you find and the Identifier record immediately after that would be the job name.
by chulett
Fri Oct 23, 2009 11:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Truncate table then insert rows and Clear table then insert
Replies: 3
Views: 1916

ray.wurlod wrote:Clear (probably) issues a DELETE command, which will be logged in the transaction log.
Right, it does.
by chulett
Fri Oct 23, 2009 10:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Store procedure number of records returned
Replies: 6
Views: 2112

Then how exactly would it return any rows? What is it doing?
by chulett
Fri Oct 23, 2009 10:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Failed to connect to Host: project:UV
Replies: 6
Views: 3182

Ah... there was another post with this exact same issue. I didn't see the first place it was set, just the later one where it looks more correct. Seems like that one should 'correct' the issue with the first one. :?
by chulett
Fri Oct 23, 2009 10:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Recursive Routine
Replies: 4
Views: 2172

Seems like the FOR loop is handling that aspect ok to me. I'm just wondering why the loop when all it's going to return for the "Ans" is the last iteration of the loop? :?
by chulett
Fri Oct 23, 2009 10:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Failed to connect to Host: project:UV
Replies: 6
Views: 3182

I think you're in the wrong thread, Ray. :?
by chulett
Fri Oct 23, 2009 10:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Store procedure number of records returned
Replies: 6
Views: 2112

So... this stored procedure is a source in your job? :?
by chulett
Fri Oct 23, 2009 9:30 am
Forum: General
Topic: Reg : project level parameters
Replies: 3
Views: 1288

What is the abort? Is your password encrypted and if so, does it work as an environment variable when not encrypted?
by chulett
Fri Oct 23, 2009 9:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Failed to connect to Host: project:UV
Replies: 6
Views: 3182

That wouldn't cause this problem. Perhaps others but not this one. :wink:

Make sure your LD_LIBRARY_PATH is all one line, that there's no hard return in it where it looks like it breaks.
by chulett
Fri Oct 23, 2009 7:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Quote character within a quoted text field
Replies: 6
Views: 1580

That won't help, it's not the field delimiter that's the issue, it's the fact that string fields are double-quoted and then have them inside as well. You could try removing that property from the field and then trim the quotes from inside the job, I would think.
by chulett
Fri Oct 23, 2009 7:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQLSTATE=S1000, DBMS.CODE=-7008
Replies: 6
Views: 5351

It would be good to know, one way or the other. And you still need to take this error to your DB2 DBA.