Search found 42189 matches

by chulett
Mon Apr 13, 2009 10:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Externalize SQL Query
Replies: 6
Views: 2429

Parameters and SQL Files are mutually exclusive. Only workaround I found was to maintain multiple sql file variations and use parameters in the filename to pull in the right one at the right time. Obviously limits just how dynamic they can be, however. :(
by chulett
Mon Apr 13, 2009 10:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: checking file existence, moving and writing to target table
Replies: 5
Views: 2492

I've done similar things, so it should work - provided the space is there as you noted.
by chulett
Mon Apr 13, 2009 10:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: in which guide is "orchadmin" discussed
Replies: 10
Views: 3734

There are several attempts at links posted here, one even in my very own topic where I asked for a working link some time ago. None of them seem to be valid any longer and the quick search I attempted at the IBM site was fruitless. :(
by chulett
Mon Apr 13, 2009 9:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: in which guide is "orchadmin" discussed
Replies: 10
Views: 3734

AFAIK, none. You'd need the original Orchestrate manuals for that, Ray has posted this many times: "There is an Orchestrate Operators manual among the Orchestrate manuals. Your vendor ought to be able to supply you with a set at no cost. They're also handed out on IBM's DataStage EE classes.&qu...
by chulett
Mon Apr 13, 2009 9:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORACLE Enterprise Stage in IBM Information Server V 8.1
Replies: 12
Views: 3626

Great! Now time to mark your post as Resolved using the button at the top of the page.
by chulett
Mon Apr 13, 2009 7:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting Error when loading data in Oracle Database in Upsert
Replies: 5
Views: 1111

And if you run it on one node, does it work consistently?
by chulett
Mon Apr 13, 2009 7:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: calling scripts using Execsh
Replies: 8
Views: 2364

This same script that creates the file with yesterday's date can also land that date for you in a flat file. Then a Sequence job can use 'cat' to capture that and easily pass the value on as a parameter to your job.
by chulett
Mon Apr 13, 2009 7:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Maximum length of SQL in Oracle query
Replies: 11
Views: 3040

What stage? Sounds somewhat familiar, you might want to contact your official support peoples and see if there is a patch for this issue.
by chulett
Mon Apr 13, 2009 7:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: checking file existence, moving and writing to target table
Replies: 5
Views: 2492

There's obviously code missing as there's nothing here to actually run a job. Does "FILE_PRESENCE" actually start and is what "did not stop" or did that happen before that? Use DSLogInfo() in your code to leave breadcrumbs along the way so you know where things go sideways.
by chulett
Mon Apr 13, 2009 7:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Maximum Oracle connections in parallel job
Replies: 4
Views: 2711

Regardless of your experimental conclusions, any settings of this nature are strictly controlled by your DBAs on the Oracle side. What did they say when you showed them your error? You did involve them, yes? :? :!: And before Ray comes back and goes off, anything "kinda very urgent" needs ...
by chulett
Mon Apr 13, 2009 7:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Maximum Oracle connections in a parallel job
Replies: 2
Views: 1623

Dearest Moderator, please just delete this now as it has been duplicated over in the proper forum.
by chulett
Mon Apr 13, 2009 7:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Stage Ver 7.5.2 with 4 Quad Core CPU
Replies: 9
Views: 3088

Of course. Your CPUs, quad or otherwise, have nothing to do with this. You simply ran out of allocatable memory, which is nowhere near the 7.2GB you think you have. This is 32bit architecture we're talking about here, after all. What is the default hashed file memory allocation size on the new serve...
by chulett
Sun Apr 12, 2009 9:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGSEGV error in job..
Replies: 7
Views: 3279

Are any of these other "tables" really views as well and other views work fine, just not this one? Or is this the only view with an issue? In order words, is this a generic "view problem" where it doesn't work for any of them or is it a problem specific to this view? :?
by chulett
Sun Apr 12, 2009 7:22 am
Forum: General
Topic: Can't save a package with the Information Server Manager
Replies: 4
Views: 1049

Sounds like something out-of-sync between the XMETA repository and reality. From what we've seen for things like this, best to get help from your official support provider.
by chulett
Sat Apr 11, 2009 4:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to remove comma from numeric field
Replies: 6
Views: 7429

I'm curious as to the 'why' of this... is the target of your 'desired output' a database table for instance? Flat file? Something else entirely?