Search found 53125 matches

by ray.wurlod
Tue Nov 23, 2010 1:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning on modify stage
Replies: 8
Views: 3070

Your input is an unbounded string. DataStage is alerting you to the fact that this may (theoretically) contain more than 255 characters. That's all.
by ray.wurlod
Tue Nov 23, 2010 1:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Consumed more than 100,000 bytes looking for record delimite
Replies: 3
Views: 12191

It's read 100,000 bytes without finding the first "|" character. It's assumed that your data don't match your metadata, and given up.
by ray.wurlod
Tue Nov 23, 2010 1:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Find Number of years between 2 dates.
Replies: 11
Views: 13750

Maybe 365.249 as the divisor?
by ray.wurlod
Tue Nov 23, 2010 1:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Warnings!!
Replies: 2
Views: 1096

Re: ODBC Warnings!!

SwathiCh wrote:The column "Code" has the metadata defined as BigInt(19) at both the source and target.
Please check this assertion again. DataStage seems to believe that the target is defined as Integer.
by ray.wurlod
Tue Nov 23, 2010 1:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to read data from CFF stage
Replies: 1
Views: 1473

There's a value (either a literal "?" or an untranslatable character) in the record type field, which the CFF stage does not know what to do with as it's not a value you have nominated as identifying a record type.
by ray.wurlod
Tue Nov 23, 2010 1:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 7.5.2 Windows to 8.1 Linux Performance Discrepancy
Replies: 11
Views: 3021

Yes, and you have paid for and licensed that part of it that supports communication between the engine and services tiers.
by ray.wurlod
Tue Nov 23, 2010 1:24 pm
Forum: General
Topic: Putting all messages in one log file
Replies: 4
Views: 1192

There wasn't much more, so I've unblocked it.
by ray.wurlod
Tue Nov 23, 2010 1:22 pm
Forum: General
Topic: Components of Infosphere 8.1 Datastage server edition
Replies: 1
Views: 1474

The client is called "DataStage and QualityStage Designer" (or Director or Administrator) whether you buy DataStage, QualityStage or both. The two products share the same set of clients. You should not have installed Information Analyzer, Business Glossary or any other products unless you ...
by ray.wurlod
Tue Nov 23, 2010 1:15 pm
Forum: IBM QualityStage
Topic: Soundex function in transformer stage Vs NYSIIS field
Replies: 2
Views: 2398

The NYSIIS() function is not supplied for the Transformer stage. But it is documented (on the web) and would not be difficult to construct as a parallel routine that could be called from a Transformer stage.
by ray.wurlod
Tue Nov 23, 2010 1:14 pm
Forum: IBM QualityStage
Topic: Match Designer Test Results Data Base not found
Replies: 4
Views: 3509

Instead of "DB2 UDB" put in the actual name of the database against the "Database =" entry in .odbc.ini.
by ray.wurlod
Tue Nov 23, 2010 1:12 pm
Forum: IBM QualityStage
Topic: data standards beyond address format
Replies: 3
Views: 2182

Welcome to DSXchange. The short answer is yes, you can create rule sets for any purpose at all. The answer to the "how" question is, alas, rather longer.
by ray.wurlod
Tue Nov 23, 2010 1:11 pm
Forum: IBM QualityStage
Topic: Maximum number of survive rules?
Replies: 5
Views: 2942

So, to help future searchers, what was the resolution?

(It doesn't matter if it's something silly.)
by ray.wurlod
Tue Nov 23, 2010 4:02 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Unable to genrate report from Information Server Console
Replies: 2
Views: 1800

Contact your official support provider. Can you create reports within Information Analyzer?
by ray.wurlod
Tue Nov 23, 2010 1:54 am
Forum: General
Topic: Reg Datastage Server Down
Replies: 1
Views: 1163

It's very unusual that, if the server was truly down, locks can continue to be held. Was it only the DataStage server that was down, not the Information Server? You may be able to find the defunct session using Web Console for Information Server (Administration tab, Sessions menu) and disconnect it....
by ray.wurlod
Tue Nov 23, 2010 1:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sharing database load job with different input columns
Replies: 1
Views: 978

Runtime Column Propagation should look after most of that for you provided that the target column names are the same as the source column names. And if they're not maybe you can create alias column names in the target table.