Search found 53125 matches

by ray.wurlod
Wed Jun 17, 2009 1:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Iconv and Oconv Date Conversion
Replies: 5
Views: 37436

Re: Iconv and Oconv Date Conversion

tanmaya wrote:... the output desired was yyyy/mm/dd
by ray.wurlod
Wed Jun 17, 2009 1:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sort stage
Replies: 6
Views: 1837

Have you specified a particular temporary directory pathname in the Sort stage? With that many rows there will be a substantial delay between the final row being read from import and the first row being output, because the actual sort needs to happen in between. Are you, perhaps, merely being impati...
by ray.wurlod
Wed Jun 17, 2009 1:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: What Protocal used by Infosphere to connect UNIDATA
Replies: 5
Views: 1373

ODBC

Therefore the Unidata account will need to have been converted to a schema using VSG.
by ray.wurlod
Wed Jun 17, 2009 1:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to connect Unidata database 5.2
Replies: 6
Views: 2247

Try just uvodbc.config to begin with.

(Only change one thing at a time, then you'll know what the fix was.)
by ray.wurlod
Wed Jun 17, 2009 1:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Iconv and Oconv Date Conversion
Replies: 5
Views: 37436

Welcome aboard. You specified space as the delimiter and that's what you got. What you needed was something like Oconv(Iconv(InputFieldName,"DMDY"),"D/YMD[4,2,2]") You might find this article informative. For the second question, try Oconv(Iconv(InputFieldName,"DMDY"),&...
by ray.wurlod
Wed Jun 17, 2009 1:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error on insert statement: IIS-DSEE-TFOP-00000
Replies: 10
Views: 3403

Were there no other error messages logged, for example one that shows the values passed to the database? There are many reasons an INSERT statement might fail, from the row already existing to constraint violations and various other causes. There is not enough information in this particular message ...
by ray.wurlod
Wed Jun 17, 2009 1:07 am
Forum: IBM QualityStage
Topic: Sort stage
Replies: 1
Views: 934

The first problem is that it does not appear to be a QualityStage question.

Please post in the correct forum.
by ray.wurlod
Wed Jun 17, 2009 1:06 am
Forum: IBM QualityStage
Topic: Matching Question
Replies: 10
Views: 3367

Please be careful with terminology. Blocking columns MUST acheive an exact match. Data are grouped into "sets", each with a unique Set ID, to indicate potential duplicates based on your other criteria. Increasing the disagreement weight is more likely to reduce the number of potential dupl...
by ray.wurlod
Tue Jun 16, 2009 11:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Director view log Unable to see
Replies: 8
Views: 13638

Welcome aboard. Does the word "Filtered" appear in the Director's status bar? Use Ctrl-T to open the Filter dialog. And please use professional English on DSXchange. The second person possessive pronoun in English is spelled "your", not "ur". Being correct will make lif...
by ray.wurlod
Tue Jun 16, 2009 11:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error:-........ is already bound
Replies: 2
Views: 8833

My guess - you have identically-named columns on both inputs and the result of the join - you have not provided separate output columns into which to map the left and right input columns.
by ray.wurlod
Tue Jun 16, 2009 11:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is "parameter1" in ODBC DB2 wire protocol err
Replies: 19
Views: 9719

Actually it's not what I said. What I really said is in the words - that I suspect there is a problem establishing login credentials, setting private (manual) transaction handling, or some other connection option.
by ray.wurlod
Tue Jun 16, 2009 11:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reconciliation
Replies: 9
Views: 1770

First you have to GET the record count from the file. My understanding of your earlier post was that you have a row in the table of the form: FileName RecordCount MyFile 17092 and want to lookup and compare. If that is not correct, and you want to get the row count from the table, then you need one ...
by ray.wurlod
Tue Jun 16, 2009 11:00 pm
Forum: General
Topic: Load an IXF File
Replies: 10
Views: 2605

That or, possibly, a Complex Flat File stage.
by ray.wurlod
Tue Jun 16, 2009 7:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date -1
Replies: 10
Views: 2341

Provide the actual date to be used in the WHERE clause as a job parameter - do the date arithmetic in the job sequence that allocates values to the job parameter.
by ray.wurlod
Tue Jun 16, 2009 7:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reconciliation
Replies: 9
Views: 1770

Make the file name a job parameter.