Search found 42189 matches

by chulett
Fri Nov 07, 2008 1:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Co0mpilation in DS 7.5.2
Replies: 3
Views: 1534

gpbarsky wrote:But when I invoke the command from within a job, it fails.

Ok, now you get to explain what this means. What does "within a job" mean, exactly? Can you post the actual error/failure message(s)?
by chulett
Fri Nov 07, 2008 12:43 pm
Forum: General
Topic: ORA-01008: not all variables bound
Replies: 8
Views: 2921

Specifically, the update statement is the problem child here as it does not bind all (assumed) seven input columns.
by chulett
Fri Nov 07, 2008 10:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: User defined SQL in Oracle Stage
Replies: 9
Views: 2711

Your sql is 'fine' and running it in DataStage v. Toad won't change the behaviour. I would guess 'no data' when viewing would mean a metadata problem. How did you import the metadata for these tables? As an experiment, if you set all fields to Varchar, can you then view the data?
by chulett
Fri Nov 07, 2008 8:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer gets aborted
Replies: 1
Views: 1050

Search the forums for your exact error, it has been discussed here before.
by chulett
Fri Nov 07, 2008 8:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Project gets locked on its own
Replies: 1
Views: 830

Search the forums for your exact error, it has been discussed here before.
by chulett
Fri Nov 07, 2008 8:00 am
Forum: General
Topic: Primary key issue
Replies: 1
Views: 724

A hashed file key cannot be null, you'll see an error logged when you attempt to write one. Note that in a "composite" key, individual fields can be null but the entire key cannot be.
by chulett
Fri Nov 07, 2008 7:57 am
Forum: General
Topic: ORA-01008: not all variables bound
Replies: 8
Views: 2921

Because you used your own sql and didn't properly bind all columns. Searching for "not all variables bound" would reveal 30+ conversations on this subject.
by chulett
Fri Nov 07, 2008 12:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while inserting into table through OCI stage.
Replies: 1
Views: 1025

SQL Developer != OCI. Is this custom sql? If so, please post it. That or try letting the stage generate the sql for you. ps. No limit on OCI stages, the limit would be a database configuration one as each stage represents a discrete connection to the instance. I would stick with one OCI stage whenev...
by chulett
Fri Nov 07, 2008 12:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to load data with Special Characters
Replies: 4
Views: 1974

Re: How to load data with Special Characters

bmouton wrote:We can't get the XSDs right and there is not much documentation, tutorials, or classes that address this that we have sought.

Documentation on XML in DataStage? Have you gotten your hands on the XML Best Practices document that Kim Duke is hosting for us in his Tips section?
by chulett
Thu Nov 06, 2008 7:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to unlock jobs in v8
Replies: 16
Views: 8969

So... after every insert, delete all records from the table? Doesn't that defeat the whole purpose that this table serves? :?

Seems to me that's more of a 'gimp' than a 'cleanup'.
by chulett
Thu Nov 06, 2008 7:17 pm
Forum: IBM QualityStage
Topic: Creating Custom Rule set Query
Replies: 3
Views: 1803

Can't help you but just wanted to point out - if you're going to use the BBCode tags for bold, italics (etc) then you cannot check/enable the "Disable BBCode in this post" option. You can edit your post and uncheck it so things appear as you meant. Or at least 'Preview' posts first so easily noted ...
by chulett
Thu Nov 06, 2008 4:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: cannot able to view the data in 8.0
Replies: 4
Views: 974

Probably, however you've never said what database you are using. For example, an Oracle DATE field is actually a timestamp.
by chulett
Thu Nov 06, 2008 10:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Identify jobs modified or created after a point of time
Replies: 6
Views: 1711

DELETE VOC 'Pointer Name' - and the quotes are required as far as I know.
by chulett
Thu Nov 06, 2008 9:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Identify jobs modified or created after a point of time
Replies: 6
Views: 1711

I don't see why you would need to create any kind of pointer. :? Access the table directly.
by chulett
Thu Nov 06, 2008 9:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding checking <> function
Replies: 3
Views: 1340

What's a "joiner stage"? Please post your job design and the complete, unedited abort message(s).