Search found 42189 matches

by chulett
Sat Jul 07, 2007 9:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datastage server edition
Replies: 3
Views: 973

Ok... hi, in keymgtgetnextvalue funtion what parameter is used if i used this funtion in job, whenever i run the job, sequence value is used can you give me solution for it. thank you First off, email is for private matters, not to continue a forum posting. Secondly, did you do as I asked and look a...
by chulett
Sat Jul 07, 2007 7:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: HOw to restore the cleanup project files???
Replies: 11
Views: 1936

Re: HOw to restore the cleanup project files???

ICE wrote:Last week, I cleanup one project using ds administrator.

I'd be curious what exactly that means. Step by step, what did you do?

:!: ICE, people have asked in the past but I don't recall you ever answering this simple question: Are you really still running a 4.x version of DataStage?
by chulett
Sat Jul 07, 2007 7:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datastage server edition
Replies: 3
Views: 973

Locate any routine in the Manager and double-click on it. You'll be able to read the Long Description which usually explains everything you need to know about the routine. You can also examine the source code to get a better understanding of how it works. This would be true for the KeyMgtGetNextValu...
by chulett
Sat Jul 07, 2007 7:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Load Vs Upsert in Oracle Enterprise Stage
Replies: 5
Views: 2002

There's been a couple of recent posts on the 'where' of these sqlldr files. I seem to recall them going into your scratch space unless a particular ORA environment variable is set - something like ORA_SQLLDR_FILE_LOC but I know that's not it. Perhaps a search would turn it up unless someone recalls ...
by chulett
Fri Jul 06, 2007 3:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-01036: illegal variable name/number
Replies: 6
Views: 2288

They did.
by chulett
Fri Jul 06, 2007 3:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: PIVOT STAGE
Replies: 4
Views: 1643

The method I outlined doesn't "install the whole server again". :?
by chulett
Fri Jul 06, 2007 2:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-01036: illegal variable name/number
Replies: 6
Views: 2288

Those are 'parameter markers' or 'bind variables' and are placeholders for the actual data coming into the stage. In the OCI stage they are numbered while in most others they are positional and represented by a question mark. So, :1 would be where the value in column number 1 would be substituted in...
by chulett
Fri Jul 06, 2007 1:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-01036: illegal variable name/number
Replies: 6
Views: 2288

Ah... the joys of using 'custom' sql when there's no reason to. Let the stage generate the sql and then add your 'rownum < 2' constraint to the 'where' portion, that way you'll see the difference between what it needs and what you did. It's all about key columns and missing bind variables. Or, since...
by chulett
Fri Jul 06, 2007 1:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: PIVOT STAGE
Replies: 4
Views: 1643

Welcome! :D The Pivot stage is one of the 'optional' plug-in modules, so if you can't find it in the palette I'd wager whomever installed DataStage for you didn't select it. Which begs the question - what other stages got the same treatment? While you can use the Package Installer for stuff like thi...
by chulett
Fri Jul 06, 2007 12:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine returning weired value for calculating factorial
Replies: 16
Views: 4497

kcbland wrote:And one wonders why INTEGER can't hold the answer?

No, but I do continue to wonder why someone would need these kind of numbers...
by chulett
Fri Jul 06, 2007 11:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: getting the timestamp value of executable file
Replies: 5
Views: 1297

Yup, that's the one I meant.
by chulett
Fri Jul 06, 2007 11:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can i move an PDF object into my oracle target
Replies: 6
Views: 2003

Yah, umm.. well, except like that. :lol:
by chulett
Fri Jul 06, 2007 11:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine returning weired value for calculating factorial
Replies: 16
Views: 4497

Excellent suggestion, old chap... excellent.
by chulett
Fri Jul 06, 2007 9:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine returning weired value for calculating factorial
Replies: 16
Views: 4497

:lol:

Wondering why someone would need to compute 'up to' 800 factorial. [shrug]
by chulett
Fri Jul 06, 2007 8:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Restartability of the jobs in Server sequencer
Replies: 7
Views: 3197

Technically, only #1 is the 'way'. 2. Add check point on the Project level in Administrator (Sequence Table And check the box Add checkpoints so sequence is restaetable on failure). This just sets the Project level defaults and ensures that when you create a new Sequence job after it is set that tha...