Search found 42189 matches

by chulett
Thu Jan 19, 2012 4:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trouble with StringToDate
Replies: 10
Views: 4281

Re: Trouble with StringToDate

Obiwon666 wrote:I do some test to do conversion only if col_2 is not null but i still have this warning.
Show us.
by chulett
Thu Jan 19, 2012 8:31 am
Forum: General
Topic: Query about writing expression
Replies: 3
Views: 1183

A derivation is a derivation, it won't matter where it is when it comes to how long it takes to be evaluted. As noted, one typically uses a stage variable to do something once and allow it to be reused in multiple places, be it other stage variables or in a column's derivation. That can even be some...
by chulett
Thu Jan 19, 2012 8:01 am
Forum: General
Topic: Query about validation for excel file format in datastage
Replies: 3
Views: 959

:!: Please use meaningful subject lines in the future, something related to the question or issue - everything here is "DataStage" related in one way or another.
by chulett
Wed Jan 18, 2012 5:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Timestamp format error
Replies: 4
Views: 1418

Kryt0n wrote:For a start, 0000-00-00 00:00:00 is not a valid timestamp so that may be the cause
This.
by chulett
Wed Jan 18, 2012 5:23 pm
Forum: General
Topic: Run Designer from command line
Replies: 2
Views: 977

Your subject is a little misleading.
by chulett
Wed Jan 18, 2012 10:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help with 'Ceil' function
Replies: 7
Views: 3251

pandeesh wrote:I just want to know how ceil() is implemented in datastage.
You could always start by reading the documentation.
by chulett
Wed Jan 18, 2012 8:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help with 'Ceil' function
Replies: 7
Views: 3251

If you get the correct answer for values > 12 and the only issue is the zero you get for any number less than 12, seems to me you could simply translate the 0 to a 1 post function call. Or is there more to it than that?
by chulett
Wed Jan 18, 2012 8:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: [Shared Memory]General network error
Replies: 2
Views: 1918

It is failing after two hours with the indicated error or right away? Have you taken the issue to your DBA or SysAdmin to see if they can help?
by chulett
Wed Jan 18, 2012 8:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LONG RAW issue
Replies: 9
Views: 2791

Why would you think you could insert 'sample data' that is > 4000 into a field with a precision of 4000? :? Of course, you could trucate the string to 4000 and load it. You may also run into an issue with BYTE semantics - your target column may hold 4000 bytes which does not always equal 4000 charac...
by chulett
Wed Jan 18, 2012 8:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic table loading
Replies: 4
Views: 1184

Do all of these target tables have identical metadata?
by chulett
Wed Jan 18, 2012 7:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: filepattern - reading list of files
Replies: 18
Views: 6029

Please explain for us what "considering the columns" means. If by that you mean that it doesn't respect the "First record is column names" setting for any but the first file, that's a known limitation when reading multiple files using any of the available mechanisms. Unless they'...
by chulett
Wed Jan 18, 2012 7:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To pass job parameter in a SQL file
Replies: 4
Views: 1447

If you insist on using a SQL file, you would need to translate the parameter and build the file with the actual value in it. Each time.
by chulett
Tue Jan 17, 2012 7:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-00934: group function is not allowed here
Replies: 8
Views: 4681

:!: Split into your own post.

Please don't "me too" on the end of older posts, always start your own and then (if it seems like it would help) link to the older post.
by chulett
Tue Jan 17, 2012 7:36 am
Forum: General
Topic: Record Count in Transformer
Replies: 10
Views: 4947

The included MKS Toolkit would allow the use of UNIX commands.

I'd still recommend waiting for the OP to come back and clarify their needs before people keep playing this endless guessing game.
by chulett
Tue Jan 17, 2012 7:32 am
Forum: General
Topic: Warnings in SystemOut.log file.
Replies: 1
Views: 1334

No clue but it comes up when searched for with DB2 and JDBC 4.0 support. Best to ask your official support provider.