Search found 42189 matches

by chulett
Tue Jul 22, 2008 10:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Repository on SQL 2005 Express Edition
Replies: 10
Views: 3020

Yah, that's basically a 'no'. :)
by chulett
Tue Jul 22, 2008 10:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: compilation error in sequence job
Replies: 9
Views: 1499

Not sure how you can expect anyone on the other side of the looking glass to be able to answer that. :?
by chulett
Tue Jul 22, 2008 10:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Log report
Replies: 7
Views: 1606

The error message says it all. What is the metadata for the hashed file being written to? Have you checked what you are sending to the key fields?
by chulett
Tue Jul 22, 2008 8:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Index function is not working
Replies: 7
Views: 1408

What I built for my test:

Code: Select all

If Index(Arg1,'E',1) > 0 Then
  Ans = 'TRUE'
End Else
  Ans = 'FALSE'
End
by chulett
Tue Jul 22, 2008 7:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Repository on SQL 2005 Express Edition
Replies: 10
Views: 3020

Is "SQL Server 2005 Express Edition" anywhere on the supported repository database list for 8.x?
by chulett
Tue Jul 22, 2008 7:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Index function is not working
Replies: 7
Views: 1408

I'm perfectly well aware of that, hence the question I ask earlier - does this work differently or require different syntax on that older version? Any clue?
by chulett
Tue Jul 22, 2008 3:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Index function is not working
Replies: 7
Views: 1408

Just built a little test harness in the Manager and it worked fine for me.
by chulett
Tue Jul 22, 2008 3:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Index function is not working
Replies: 7
Views: 1408

What "doesn't work" about it? Your syntax (assuming you add back the paren that is missing) is perfectly valid... unless it works differently in 5.x? :?
by chulett
Tue Jul 22, 2008 12:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Flattening the file with codes
Replies: 3
Views: 838

If you want the lookup to return multiple records, you'll need to use either a UV stage or an ODBC stage for the looking upping.
by chulett
Tue Jul 22, 2008 12:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to avoid inserting spaces with sql loader
Replies: 6
Views: 2822

Sounds fine to me but obviously we're missing something if it isn't working for you.
by chulett
Tue Jul 22, 2008 12:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to avoid inserting spaces with sql loader
Replies: 6
Views: 2822

Isn't this just a matter of setting PRESERVE_BLANKS to false during the load? Also assuming the target field in Oracle is a VARCHAR2(11) and not a CHAR(11), yes? :?
by chulett
Tue Jul 22, 2008 11:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with Metadata while lookup
Replies: 3
Views: 1500

Hashed files are not database tables that support dynamic metadata, the Key and Non-key (data) fields are positional. So (at a high level) all columns must be mentioned in the proper order or the data will appear to 'slide around' into the 'wrong' field.
by chulett
Tue Jul 22, 2008 10:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aborting because of possible memory corruption!
Replies: 2
Views: 881

I doubt it, this would need to go to Support I would think.