Search found 42189 matches

by chulett
Wed Oct 03, 2012 7:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To stop records after the value *
Replies: 16
Views: 6111

Of course... but the problem seemed simpler than that. I guess we'll see.
by chulett
Wed Oct 03, 2012 7:42 am
Forum: General
Topic: ./istool: not found
Replies: 13
Views: 5149

Well... in this example you left off the "./" from the front, that would cause it to fail on most systems as the current directory (represented by the ".") is not typically in the PATH. Nor is your "cli" directory... or it would have worked. Lastly you are in the Korn s...
by chulett
Wed Oct 03, 2012 7:33 am
Forum: General
Topic: ./istool: not found
Replies: 13
Views: 5149

Then it would seem your "cd" is failing. If you were actually in that directory and issuing the command you've shown us, there's no reason for it to throw the error you posted that I can see. Does it work if you issue it manually and not "in code"?
by chulett
Wed Oct 03, 2012 7:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding Ontology File
Replies: 6
Views: 2833

Hard to say being on this side of the glass but I'd guess you're not being selective enough updating the columns. Only update the column for the record you have received. When it says "xref" only update the xref column. When it says "alt_id" only update the alt_id column. All oth...
by chulett
Wed Oct 03, 2012 7:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle UPSERT
Replies: 9
Views: 4111

I honestly doubt you have any kind of a "select statement" in your target.
by chulett
Wed Oct 03, 2012 7:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To stop records after the value *
Replies: 16
Views: 6111

You don't need to explain anything again, we all get the requirement. What's not happening is you are not understanding the solution which has been provided. Perhaps this revolves around the concept of "processing" the records after the "*". If in your mind that means "read&...
by chulett
Wed Oct 03, 2012 7:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CLOB-> LONGNVARCHAR
Replies: 4
Views: 2271

What happened when you tried? What datatype did you get for those fields when you imported the metadata? For your first question, I would ask that of your official support provider. I'd also be curious what exact 8.x version you have.
by chulett
Wed Oct 03, 2012 7:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding Ontology File
Replies: 6
Views: 2833

First thought - in your derivation check for null not an empty string as they are not the same thing. Other than that, you'd have to explain to us what it is doing, what kind of output you are seeing so we can provide cogent help. Right now all you've basically said is "it doesn't work".
by chulett
Tue Oct 02, 2012 9:57 pm
Forum: General
Topic: ./istool: not found
Replies: 13
Views: 5149

He wants you to show us. Do a listing of the files in that directory and post the results here. We want to see what you are seeing.
by chulett
Tue Oct 02, 2012 5:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP read error:
Replies: 3
Views: 1744

It might be the spaces in the pathname, as a test can you try again from a location that doesn't use the "long" filenames? Meaning, no directory longer than 8 characters.
by chulett
Tue Oct 02, 2012 7:02 am
Forum: General
Topic: Error while creating a datastage project
Replies: 7
Views: 5459

Why would you struggle with something for 10 days when the error message specifically says to contact support? To me that means it is not a 'expected' or common error and that it will require help from the vendor to resolve.

And no, it's not something I've ever seen or had to deal with.
by chulett
Mon Oct 01, 2012 11:15 pm
Forum: General
Topic: Error while creating a datastage project
Replies: 7
Views: 5459

Re: Error while creating a datastage project

sanygup wrote:Please contact your support provider if you encounter problems.
Did you?
by chulett
Mon Oct 01, 2012 10:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Load encrypted column
Replies: 7
Views: 3569

That SET command may need to be in the Open / Before-SQL section rather than in there with the DML. It would for Oracle if it is of the "alter session" variety, no clue about DB2.
by chulett
Mon Oct 01, 2012 10:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Load encrypted column
Replies: 7
Views: 3569

No, I don't mean a connection password but rather the "password" that is the encryption key. Check your syntax.
by chulett
Mon Oct 01, 2012 7:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: updating contents in dataset
Replies: 2
Views: 1191

So... short answer? No.