Search found 53125 matches

by ray.wurlod
Tue Jun 26, 2007 4:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: .uvconfig not found
Replies: 19
Views: 5917

"Look at the index" of a backup means read the media without actually restoring to disk. uvodbc.config is unrelated to the current issue. Does uvregen exist in the bin directory? Looks like uvconfig.20060308 might be a replaced version; might be worth making a copy of that as uvconfig if you can't f...
by ray.wurlod
Tue Jun 26, 2007 4:36 pm
Forum: General
Topic: Unhandled CodePoint: D485
Replies: 4
Views: 2502

Not necessarily. By what other means can data get in to this DB2 table?
by ray.wurlod
Tue Jun 26, 2007 12:43 pm
Forum: General
Topic: Unhandled CodePoint: D485
Replies: 4
Views: 2502

Code point D485 refers to a character encoded (Unicode?) but not present in the character map that your ODBC driver or DB2 database server is using.
by ray.wurlod
Tue Jun 26, 2007 12:41 pm
Forum: General
Topic: Setting Job Parameter in Information Service
Replies: 4
Views: 1630

Everything's bundled with 8.0, but remain separately licensed. That is, SOA edition will cost extra.
by ray.wurlod
Tue Jun 26, 2007 12:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Job Metadata problem
Replies: 3
Views: 883

Nothing left to say then, is there? Maybe you could stop specifying column names longer than 18 characters and mark the thread as Resolved.
by ray.wurlod
Tue Jun 26, 2007 12:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Informix Database Stages
Replies: 1
Views: 502

Define "performance". Rows/second is meaningless, as I've noted - and proven - on a number of occasions. Enterprise stages have innate parallel capability, and so would be the stage type of preference to communicate with XPS particularly. API stages are essentially the same stages you used in server...
by ray.wurlod
Tue Jun 26, 2007 12:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Retriving Data from a large file, which has 60 tables data
Replies: 4
Views: 1247

In the Sequential File stage, you can set Drop On Import property for those columns you don't require.
by ray.wurlod
Tue Jun 26, 2007 12:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: .uvconfig not found
Replies: 19
Views: 5917

The .uvconfig file only comes into play when DataStage is started. If DataStage is running you can delete .uvconfig - but you'll never be able to start DataStage again. Can you look at the index of an earlier backup to see whether it has .uvconfig, uvconfig and the bin directory? If so, you should b...
by ray.wurlod
Tue Jun 26, 2007 12:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem Reading Fixed width File
Replies: 7
Views: 2516

Is it possible that some of your data fields contain newline characters?
by ray.wurlod
Tue Jun 26, 2007 12:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: KBADifferent does not work Fractional part of Dec is 10 dig
Replies: 22
Views: 5870

Did you try

Code: Select all

Compare(DataIn1, DataIn2, "R") 
?
by ray.wurlod
Tue Jun 26, 2007 12:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-01017 error
Replies: 4
Views: 1204

Look at the "job starting" message in the job's job log to see the parameter values with which it was actually invoked.
by ray.wurlod
Tue Jun 26, 2007 12:15 pm
Forum: General
Topic: Setting Job Parameter in Information Service
Replies: 4
Views: 1630

It is not possible legally to set/change a job parameter within a job once that job has started. But one job could receive the value and use something like UtilityRunJob to run the real job, passing the received value as a parameter value to the real job.
by ray.wurlod
Tue Jun 26, 2007 12:13 pm
Forum: General
Topic: Unable to open job sequence in the Windows XP
Replies: 6
Views: 1959

You get it from your support provider.
by ray.wurlod
Tue Jun 26, 2007 9:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Design of routine for hashed file lookup
Replies: 8
Views: 1379

No, but for really rough guide get the hardware spec for your disk - for example 6ms average access time. Then get your memory chip speed and calculate average access time - probably sub-microsecond.
by ray.wurlod
Tue Jun 26, 2007 9:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Source to target loading using oracle and datastage
Replies: 24
Views: 8105

Begin with a specification. There should be no reason not to use the parallel Transformer stage. If necessary you can create parallel routines that it can invoke.