Search found 42189 matches

by chulett
Fri Dec 02, 2011 1:06 am
Forum: General
Topic: Peoplesoft EPM 9.1 Datastage
Replies: 6
Views: 2732

You should have just started off with your problem. Post the details of your not successful DataStage installation.
by chulett
Thu Dec 01, 2011 7:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to use a record for update due to ORA-12801:
Replies: 8
Views: 4781

Note that "numeric" includes dates and times in this context. No... not in my experience. There are other messages specific to data issues with date/time types, fairly certain that this "ORA-01722" is specific to NUMBER types. See this site for some examples of what can cause it.
by chulett
Thu Dec 01, 2011 1:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 8.1 Fix Pack 2 is very buggy
Replies: 3
Views: 1510

You could always... upgrade.
by chulett
Thu Dec 01, 2011 1:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running Oracle Cursor at Before SQL
Replies: 13
Views: 8745

For SQL, sure... but not for PL/SQL.
by chulett
Thu Dec 01, 2011 1:24 pm
Forum: General
Topic: How to convert datastage assets into .isx file on Windows
Replies: 11
Views: 7540

Replace "default" with your actual project name.
by chulett
Thu Dec 01, 2011 9:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to use a record for update due to ORA-12801:
Replies: 8
Views: 4781

I'm just "mentioning" what Oracle is reporting. Are you letting the stage do all of the "upsert" SQL generation or is there anything... custom going on? Regardless, you need to start validating what fields/values you are sending to any NUMBER fields.
by chulett
Thu Dec 01, 2011 8:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to use a record for update due to ORA-12801:
Replies: 8
Views: 4781

So now you need to track down that "invalid number" error. Somewhere, you are trying to put character data into a NUMBER field.
by chulett
Thu Dec 01, 2011 8:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to use a record for update due to ORA-12801:
Replies: 8
Views: 4781

That's a very generic error and there should be more specific ones logged along with it, like running out of temp space or something. If you don't see them in DataStage, see if your DBA can find them in the alert log...
by chulett
Thu Dec 01, 2011 8:03 am
Forum:
Topic: Password with istool
Replies: 4
Views: 1893

What exactly does this have to do with the MetaData Workbench product? And you chose a forum I can't moderate. :evil:

:P
by chulett
Thu Dec 01, 2011 7:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trying to use the px version of Ereplace()
Replies: 6
Views: 2172

And... off to your own topic.
by chulett
Thu Dec 01, 2011 7:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS 8.7 TRUNCATES Var type columns on input from ORAOCI
Replies: 6
Views: 1782

Is either environment "NLS enabled"? Have you involved your official support provider yet?
by chulett
Thu Dec 01, 2011 7:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running Oracle Cursor at Before SQL
Replies: 13
Views: 8745

Can't be done there. That's PL/SQL rather than SQL. You can either put that work into the job or (since it returns nothing) build a stored procedure from that code and CALL the proc 'before SQL'.
by chulett
Thu Dec 01, 2011 7:30 am
Forum: General
Topic: How to convert datastage assets into .isx file on Windows
Replies: 11
Views: 7540

There is nothing different, UNIX to Windows, other than the path to the executable. All those syntax examples are still applicable to you.
by chulett
Thu Dec 01, 2011 7:28 am
Forum: General
Topic: UTF-8
Replies: 8
Views: 2158

What happens when you use the source database characterset in your job?
by chulett
Wed Nov 30, 2011 8:53 pm
Forum: General
Topic: UTF-8
Replies: 8
Views: 2158

What is the characterset of the source database?