Search found 42189 matches

by chulett
Mon Jul 16, 2007 11:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Attempt to convert String value "2005-12-14 " to D
Replies: 6
Views: 1408

Nor does it look like DD-MON-YY which is what your TO_DATE (which you obviously already have) is expecting. Your routine will need to produce a date in *that* format for it to work with that generated sql. Doing that properly can't give you "the above" error again, if you think it is - post your lat...
by chulett
Mon Jul 16, 2007 10:18 pm
Forum: Site/Forum
Topic: Poll Ideas
Replies: 18
Views: 9593

The Google Toolbar has a built in spell-checker. Works for any text field where you can input data, like when posting to a web forum. :wink:
by chulett
Mon Jul 16, 2007 9:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read Sequential file with columns contain new line
Replies: 5
Views: 1722

There's an option in Server to tell DataStage that a column 'Contains Terminators' and thus treat them as data rather than record delimiters. I would think a similar option would exist in PX... somewhere. :?
by chulett
Mon Jul 16, 2007 9:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Attempt to convert String value "2005-12-14 " to D
Replies: 6
Views: 1408

Sounds to me like the 'input' is indeed YYYYMMDD and the 'routine' (whatever it is) is successfully converting it to YYYY-MM-DD. Oracle then rejects it as there is no TO_DATE() conversion specified and it is not in the default NLS_DATE format for the target database. Or the generated mask doesn't ma...
by chulett
Mon Jul 16, 2007 8:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read Sequential file with columns contain new line
Replies: 5
Views: 1722

What are these other 'special characters' for the field and record delimiters in the file? Have you configured the stage to use them?
by chulett
Mon Jul 16, 2007 4:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need of Info....Urgent
Replies: 4
Views: 2434

Are you using a supported compiler?
by chulett
Mon Jul 16, 2007 4:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Seerver jos
Replies: 3
Views: 846

... and then delete them, either individually or by Category, from the GUI. Hope you have a good backup!
by chulett
Mon Jul 16, 2007 4:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: One more sql sentence should be exec
Replies: 6
Views: 2310

Your method is perfectly fine, just needs a little tweak. I wouldn't use 'After' anything for this, what would you do if only the after part failed? Rerun everything? Take your Sequential to ODBC job and remove the Sequential stage. Add a stage variable, it is required to satisfy the compiler but yo...
by chulett
Mon Jul 16, 2007 3:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem fetching the time component of the date.
Replies: 4
Views: 878

Ah... Toad does that automatically behind the scenes based on your setting for the Option that controls what a Date or Timestamp looks like your in data grid. The TO_CHAR() I mean. Forgot about that.

You should be able to see that if you spool out the generated SQL Toad used.
by chulett
Mon Jul 16, 2007 12:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error trying to Import / Export
Replies: 8
Views: 1984

Yes, it sounds like it is time to reindex. I tend to do that from the DS.TOOLS menu after a LOGTO of the project so I don't have to worry about the exact syntax. It runs a 'DS.REINDEX ALL' command from what I remember. Word of warning. Make sure there are no other processes of any kind attached to y...
by chulett
Mon Jul 16, 2007 12:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extract Oracle Ora-Error description
Replies: 7
Views: 2785

The OCI stage doesn't return the error description in any link variable that I recall. Perhaps with a 10g client? Or via ODBC?
by chulett
Mon Jul 16, 2007 11:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extract values
Replies: 2
Views: 1211

Any reason to not use an XML Input stage to parse that for you?
by chulett
Mon Jul 16, 2007 10:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to set multiple Recipient Email IDs in Email Notificatio
Replies: 3
Views: 4989

Whatever works for your email server, typically space or comma. Better answer would be to create a group.
by chulett
Mon Jul 16, 2007 9:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: In How many ways can we increase performance
Replies: 5
Views: 1949

That's a pretty PX-specific answer for a Server question.
by chulett
Mon Jul 16, 2007 8:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem fetching the time component of the date.
Replies: 4
Views: 878

What datatypes are you using for DATE1 and TIME1 in your job?