Search found 53125 matches
- Mon Oct 09, 2006 5:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: lookup failing gives wrong warning message
- Replies: 8
- Views: 2009
- Mon Oct 09, 2006 4:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: NLS Error in Compilation
- Replies: 1
- Views: 1013
- Mon Oct 09, 2006 4:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Iconv Issue in Different Versions
- Replies: 11
- Views: 4498
The difference is because of "with NLS enabled and without NLS". Without NLS the expected format of a date (since you only have "D" as the second argument of Iconv) is specified in a file called msg.text; with NLS enabled the default date format is specified in the TIME locale category. The first is...
- Mon Oct 09, 2006 4:50 am
- Forum: General
- Topic: Server setting problem
- Replies: 17
- Views: 9901
- Mon Oct 09, 2006 4:47 am
- Forum: General
- Topic: Compilation Error on NLS
- Replies: 4
- Views: 3211
- Sun Oct 08, 2006 10:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: One or more of your selected locales are not available
- Replies: 13
- Views: 7316
- Sun Oct 08, 2006 10:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error during .dsx Eport
- Replies: 3
- Views: 1219
- Sun Oct 08, 2006 9:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Change capture
- Replies: 5
- Views: 1398
2 to 4 as a value? That shouldn't be a problem, irrespective of the data type of the key column, unless there's a CHECK constraint on the table. 2 to 4 digits/characters? Then, yes, your metadata have changed out there in the database. Your DataStage jobs' metadata will need to be changed to corresp...
- Sun Oct 08, 2006 9:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: sequential file
- Replies: 10
- Views: 2422
it is writing into a sequential file How do you know that? The fact that rows are pushed along the link does not necessarily get them written.] after the job is done the output file is getting cleared By what? Is there something in your code to truncate a file? its giving a phantom error Please pos...
- Sun Oct 08, 2006 9:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage is having any peoplesoft EPM plugin
- Replies: 8
- Views: 4721
- Sun Oct 08, 2006 9:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: One or more of your selected locales are not available
- Replies: 13
- Views: 7316
That's all good, but step back a little. Some environment variables (such as LC_LANG) have a default value set in your initial environment (login shell). If the environment variable exists in DSParams (having been put there by the Administrator client) its default value will be overridden. This new ...
- Sun Oct 08, 2006 1:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage is having any peoplesoft EPM plugin
- Replies: 8
- Views: 4721
- Sun Oct 08, 2006 1:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Full Name
- Replies: 8
- Views: 2499
With a consistent format it's an easy task, mainly using the Field() - and possibly Count() - functions. In real life names come in lots of different formats. The best tool to use is QualityStage name standardization, which "buckets" the various name components (for example title, main name, first n...
- Sun Oct 08, 2006 1:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Find out the value for a parameter by Job
- Replies: 2
- Views: 1140
Run-time parameter values are in the RT_CONFIGxxx hashed files. They are also reported in the job log "job starting" event. Every parameter has two default values; the design-time default, created when the job is designed, and the run-time default, which is set using the Set Defaults utility in the ...
- Sun Oct 08, 2006 5:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Import validation failed
- Replies: 8
- Views: 7311