Search found 53125 matches
- Mon Jul 18, 2005 12:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Telnet Service Not starting
- Replies: 4
- Views: 1303
DataStage 7.5x2 installs MKS Toolkit, which has its own telnet service, which grabs port #23. Consequently the DataStage telnet service is blocked from using port #23. However, you can establish a telnet connection; you get the UNIX prompt ($) and can do all kindsa UNIX things, including invoking Da...
- Mon Jul 18, 2005 12:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Exec DOS questions
- Replies: 11
- Views: 3027
- Mon Jul 18, 2005 12:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash File size question
- Replies: 5
- Views: 1064
How did you calculate row size? Remember that (a) hashed files store data in dynamic arrays, and (b) there is storage of approximately 14+N bytes per record (where N is the number of fields), 22+N if 64-bit addressing is enabled. Sainath's question is pertinent. Hashed files do not automatically giv...
- Sun Jul 17, 2005 11:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Different types of Hash files
- Replies: 7
- Views: 2366
- Sun Jul 17, 2005 11:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unknown Data Type From a Column Load based on Informix Table
- Replies: 4
- Views: 2018
Can you change the column derivation to specify an explicit cast of the INTERVAL HOUR TO HOUR data type so that it returns an INTEGER? Then simply declare an Integer in your DataStage job. The column derivation would read
Code: Select all
CAST (columnname AS INTEGER)- Sun Jul 17, 2005 11:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Dynamic Hash File Properties
- Replies: 9
- Views: 1959
No. Dynamic hashed files' properties really only affect write speed; you may find that a perfectly tuned static hashed file has better read speed when the file is large. There's one exception to this. If you're doing an existence check only (existence of the key value), then a very small LARGE.RECOR...
- Sun Jul 17, 2005 11:46 pm
- Forum: IBM QualityStage
- Topic: Many to Many relationship matching between 2 files
- Replies: 8
- Views: 5046
- Sun Jul 17, 2005 11:44 pm
- Forum: Data Integration
- Topic: Good grief, have you seen Ascential World's new name?
- Replies: 5
- Views: 4325
- Sat Jul 16, 2005 5:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Profile Stage Manual
- Replies: 1
- Views: 666
- Sat Jul 16, 2005 5:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Issues with metadata copied from server job
- Replies: 8
- Views: 1665
Decimal and Numeric have a fixed number of decimal places and can therefore be represented exactly in the machine using scaling (within the bounds of machine precision). Real and Double have an arbitrary number of decimal places and no guarantee of accurate storage at the limits of precision can be ...
- Sat Jul 16, 2005 1:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Read only objects
- Replies: 6
- Views: 1119
(Rev? Well, that will keep Roy a little happier!) There are two ways to install plug-in (= optionally installed) stage types. One is to install them when installing the DataStage server. By choosing them then they are installed into the Template from which new projects are created. The other is to i...
- Fri Jul 15, 2005 7:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS fighting with me
- Replies: 2
- Views: 773
What is the exact version of DataStage? What is the exact version and service pack of the operating system? Activities in job sequences can appear to hang if there are very many objects of that type in the Repository. This is more usually seen with jobs than routines, since most sites don't have tho...
- Fri Jul 15, 2005 7:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Read only objects
- Replies: 6
- Views: 1119
- Fri Jul 15, 2005 7:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Read only objects
- Replies: 6
- Views: 1119
It's not an error, even though it displays as a warning after you export. The good news is that it's not a problem either. Read-only objects are, by default, the ones that ship with DataStage, so they will be present in any project into which you import the contents of this export file. They are omi...
- Fri Jul 15, 2005 7:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Resource temporarily unavailable
- Replies: 1
- Views: 1021