Search found 53125 matches

by ray.wurlod
Sun Mar 06, 2005 9:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error running uvsh
Replies: 6
Views: 4044

The internal connection that is usually established is the one supporting the localuv data source (and implicitly the system variables @HENV, @HDBC and @HSTMT). It should be unrelated to telnet, as it uses BCI and UCI as its interfaces. It would be affected if the dsrpcd daemon were not running, but...
by ray.wurlod
Sat Mar 05, 2005 10:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Numeric data type precision and scale
Replies: 2
Views: 847

Beware that the DataStage data browser manifests the kind of behaviour that Ken described, for exactly the same reason; it's driven by the metadata definitions. Always check with a different tool, such as sqlplus or TOAD, when you suspect that some rounding is happening; the DataStage "rounding" is ...
by ray.wurlod
Sat Mar 05, 2005 10:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to extract alfanumeric charecters from a feild.
Replies: 4
Views: 865

In the Columns grid in the Sequential File stage, scroll to the right and find the properties "contains line terminators" and "incomplete column". Read the help on this stage type, and experiment with various settings until your file becomes readable.
by ray.wurlod
Sat Mar 05, 2005 10:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Retrieve output value from a procedure in a routine
Replies: 4
Views: 2245

Try doing the SQLBindCol call before the SQLExecute, so that there is information in the statement environment about which variable is to be bound to the result column.
by ray.wurlod
Sat Mar 05, 2005 10:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Number of columns in Transformer affects @INROWNUM
Replies: 3
Views: 1293

You can also get this behaviour if the source file is accessed through a Sequential File stage with the "first line is column headers" property set.
by ray.wurlod
Sat Mar 05, 2005 10:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dscmdexport command line problem
Replies: 26
Views: 12069

I recently worked at a site that renamed the exiting export file, then exported. They rely on nightly Windows backups if they ever need to go back more that two nights. They've never needed to thus far.
by ray.wurlod
Sat Mar 05, 2005 10:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Shell Script
Replies: 3
Views: 1094

Beware that quoted arguments may have their quotes stripped. Search the forum for examples.
by ray.wurlod
Sat Mar 05, 2005 10:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transaction not available
Replies: 8
Views: 3857

DSD.BCIxxxx function names are from the BASIC SQL Client Interface library. I was as surprised to you to see them from the DRS when the access protocol was specified as "Oracle"; my understanding was that it uses the OCI in such cases. Hmm... You can find more about BCI by searching this forum, part...
by ray.wurlod
Sat Mar 05, 2005 10:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Shell script
Replies: 10
Views: 4129

... or you have have your UNIX administrator explain it to you. Forcefully!
by ray.wurlod
Sat Mar 05, 2005 9:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how many records a dataset can hold
Replies: 5
Views: 3373

No, it's an Americanism: "nouning" verbs and "verbing" nouns is a trait primarily encountered between the North Atlantic and Pacific oceans.
Ostensibly this is in the interests of efficient language. I disagree, and feel that they abase the language.
by ray.wurlod
Fri Mar 04, 2005 12:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parse an expression
Replies: 3
Views: 869

Does it handle CITY = "NEW YORK" ?
by ray.wurlod
Fri Mar 04, 2005 12:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transaction not available
Replies: 8
Views: 3857

Yes, UPDATE. No, not DB2, Oracle, through Dynamic Relational Stage. Interestingly, even though the access protocol was set to Oracle the error message came from the BCI. DetectClaimFileFormatErrors..ProcessError0040.Count0040: DSD.BCIPut call to SQLExecute failed. SQL statement:UPDATE "hfFileFo...
by ray.wurlod
Thu Mar 03, 2005 2:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data cleansing
Replies: 1
Views: 624

Ascential bought the company called Vality that wrote the tool called INTEGRITY. That tool has now been incorporated into the Ascential product suite and is called QualityStage. There are essentially four phases to data cleansing: investigation (find out what's there, which can be character-based, w...
by ray.wurlod
Thu Mar 03, 2005 2:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transaction not available
Replies: 8
Views: 3857

DataStage is perfectly happy to work with a non-logging Informix database. However, the warning that Informix generates to alert you to the fact is detected by DataStage and logged accordingly - the message coming out if Informix has "warning" severity, and there's unfortunately nothing you can do a...
by ray.wurlod
Thu Mar 03, 2005 2:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Starting 'command line' jobs on Unix server from Win client
Replies: 9
Views: 2677

Probably the easiest is to use remote execution (rexec), remote shell (rsh or remsh) or remote login (rlogin), depending on which of these your UNIX administrator allows. Check, too, whether the Windows-based scheduler has any of its own functions for invoking programs on other systems. If so, it ma...