Search found 53125 matches

by ray.wurlod
Wed Nov 30, 2005 12:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unable to import project
Replies: 3
Views: 1343

The account name is checked against the UV.ACCOUNT and UV_SCHEMA tables by the import process. Assuming you got it right in your import command, one of these may lack the required information. Can you import using the Manager client? Can you please post the actual command line that you used?
by ray.wurlod
Wed Nov 30, 2005 12:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: strange error using the operator created using build stage
Replies: 1
Views: 1043

You seem to be re-inventing the Copy stage. I guess you're working towards something more than that. Is that really all you did? Can you post the code that was used?
by ray.wurlod
Wed Nov 30, 2005 12:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Time out warnings
Replies: 8
Views: 3624

What else is happening on the server? I recall one site who ran DS on their Primary Domain Controller (!) - this error occurred many times!
by ray.wurlod
Wed Nov 30, 2005 12:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: waring while creating File set
Replies: 7
Views: 2206

Here's a handy trick (though you need to be on 7.5): you can right mouse click on the warning message itself, and create a message handler from the context menu. Neat!
by ray.wurlod
Wed Nov 30, 2005 12:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise Stage
Replies: 4
Views: 1729

And you're certain that you're working in a Parallel job? The behaviour you describe would occur if you were working in a Server job.
by ray.wurlod
Tue Nov 29, 2005 11:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unknown Error
Replies: 2
Views: 1186

Check for read and execute permissions to all directories in the path, as well as the library itself.
by ray.wurlod
Tue Nov 29, 2005 11:56 pm
Forum: IBM QualityStage
Topic: QS Deduplication Job taking 2jrs for 34000 records
Replies: 13
Views: 7405

If you really want to nail it you could modify the scripts that QualityStage runs, to add timing points to them. This would help you to identify the hot spots. How may rows were processed in the development environment? What other activities were occurring at the time on the production machine?
by ray.wurlod
Tue Nov 29, 2005 11:52 pm
Forum: Site/Forum
Topic: Allow guest users?
Replies: 3
Views: 2531

Again I'm with Roy. There's no cost in signing up - you can see the list of forums without signing up. Maybe making just the FAQ available without sign-in would be ok.
by ray.wurlod
Tue Nov 29, 2005 11:51 pm
Forum: Site/Forum
Topic: Add a "DataStage Project Stories" Folder
Replies: 6
Views: 3382

I too prefer the testimonials forum as the appropriate place.
by ray.wurlod
Mon Nov 28, 2005 5:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help on dsexport
Replies: 40
Views: 15946

Sounds like your workaround needs to be a DSX "cutter". Export the entire project, then keep only the header, the job and the job executable. And, of course, any dependent objects, including routines and routine executables.

Layout of a DSX (or XML) export file is easily understood by inspection.
by ray.wurlod
Mon Nov 28, 2005 5:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: is DS filesystem /dbms
Replies: 3
Views: 1006

It was UniVerse up to version 5.2 of DataStage, which was built on version 9.6 of UniVerse. Since version 6.0 it has not been UniVerse. Close, but not exactly the same. Make sure you don't read the most current UniVerse manuals (version 10.1) but, instead, read the version 9.6 manuals. These are clo...
by ray.wurlod
Mon Nov 28, 2005 5:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routine to split a file into number of files
Replies: 2
Views: 906

Probably easier to use a shell script involving the sed command.
by ray.wurlod
Mon Nov 28, 2005 5:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot append %DateIn Metatags to target DRS
Replies: 6
Views: 1880

What is the precise data type of this column in the database table? Date or TimeStamp? Different databases handle this differently - some (such as Oracle) don't differentiate, while others do. What this means mostly is that you can't assume that what works with one database will work with another. D...
by ray.wurlod
Mon Nov 28, 2005 5:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Slowly Changing Dimensions (SCD)
Replies: 4
Views: 1604

Beware, no matter which type of SCD you choose to implement, that you heed the possibility that other applications may also update tables in the target. You need to check, as part of the preliminaries of each (daily?) run, the next available key value.
by ray.wurlod
Mon Nov 28, 2005 5:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Coding standards
Replies: 1
Views: 2238

Many sites develop their own standards. If you work as a consultant, you need to learn and conform to those standards. More senior consultants advise on standards for start-up sites. Each has his or her own preferences. There are no "standard" standards. There is - or, at least was - a "best practic...