Search found 53125 matches
- 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...
- 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 ...
- 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
- 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
- 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
- Sat Mar 05, 2005 10:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dscmdexport command line problem
- Replies: 26
- Views: 12069
- Sat Mar 05, 2005 10:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Shell Script
- Replies: 3
- Views: 1094
- 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...
- 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
- 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
- Fri Mar 04, 2005 12:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Parse an expression
- Replies: 3
- Views: 869
- Fri Mar 04, 2005 12:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Transaction not available
- Replies: 8
- Views: 3857
- 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...
- 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...
- 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...