Where and how are these data stored?
Most sites don't migrate data from development to test environment at all. Instead, the test data are a sample from the production environment.
Search found 53125 matches
- Thu Mar 15, 2007 7:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DATA MIGRATION FROM DEVELOPMENT TO TESTING
- Replies: 3
- Views: 1364
- Thu Mar 15, 2007 7:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Text to be displayed in double quotes
- Replies: 13
- Views: 3268
I still can't believe that this won't work. It works for me.
(Actually I use Quote() rather that DQuote(), but it should make no difference.)
Code: Select all
"Segment Value is " : DQuote(Market) : " and processed data will not be reported."(Actually I use Quote() rather that DQuote(), but it should make no difference.)
- Thu Mar 15, 2007 7:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Number of only jobs and number of only sequences in project
- Replies: 5
- Views: 1634
CATEGORY and JOBTYPE are designated column names in DS_JOBS; why not use them? For example:
Code: Select all
SELECT COUNT(NAME) FROM DS_JOBS WHERE CATEGORY = '<<Category>>';
SELECT COUNT(*) FROM DS_JOBS WHERE JOBTYPE = 3; - Thu Mar 15, 2007 7:32 pm
- Forum: General
- Topic: Windows and Unix
- Replies: 2
- Views: 1102
Last time I checked you could install the Windows server off the Windows CD that you get to install the clients even if you have a UNIX server. You will, however, require a separate authorization for the Windows server; the platform type is one of the items of information encoded into the authorizat...
- Thu Mar 15, 2007 7:24 pm
- Forum: General
- Topic: NLS related error while connecting
- Replies: 2
- Views: 1495
It is possible that your server has not installed the map for Korean characters to communicate with the client software. This may be MS949, or MS949-EXTRA if you need the 1992 extensions. Consult the DataStage NLS manual for how to get maps installed/loaded. If you can connect your Administrator cli...
- Thu Mar 15, 2007 7:15 pm
- Forum: Data Quality Best Practices
- Topic: Smart Data Quality Tool
- Replies: 5
- Views: 10292
Because QualityStage uses a pattern matching technique, it does not really require the heuristic you postulated. It can, through pre-processor rule sets, detect misplaced data, including column overlapping, via pattern recognition techniques. These can be refined over time, and rules changed or over...
- Thu Mar 15, 2007 7:07 pm
- Forum: IBM QualityStage
- Topic: Unable to allocate Output Buffer
- Replies: 3
- Views: 2356
Are these adjacent warnings? I would imagine that they are. The third simply informs you that it's giving up. The second informs you the name of the function that failed, presumably because no more buffer space could be allocated to the output file unit. In what mode are you running this job? Have y...
- Thu Mar 15, 2007 7:04 pm
- Forum: IBM QualityStage
- Topic: unrecognised extract type error
- Replies: 5
- Views: 2126
- Wed Mar 14, 2007 10:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Numeric
- Replies: 4
- Views: 1186
- Wed Mar 14, 2007 10:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Naming a sequential file
- Replies: 42
- Views: 5794
How about adding the closing right parenthesis on your expression?
Code: Select all
Oconv(@DATE,"DYMD[4,2,2]":@VM:"MCN")- Wed Mar 14, 2007 10:51 pm
- Forum: General
- Topic: Sort Hash Files
- Replies: 9
- Views: 2634
- Wed Mar 14, 2007 6:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Numeric
- Replies: 4
- Views: 1186
- Wed Mar 14, 2007 6:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Variable "APT_AUTO_TRANSPORT_BLOCK_SIZE" missing
- Replies: 14
- Views: 6897
- Wed Mar 14, 2007 6:55 pm
- Forum: General
- Topic: Sort Hash Files
- Replies: 9
- Views: 2634
- Wed Mar 14, 2007 6:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: generating random number in a specified range
- Replies: 19
- Views: 3972