Search found 53125 matches

by ray.wurlod
Wed Jul 12, 2006 5:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using Oracle Enterprise stage to access remote Oracle server
Replies: 3
Views: 1423

Don't you mean dsenv? Or maybe uvodbc.config? There's nothing in uvconfig pertinent to accessing Oracle remotely.
by ray.wurlod
Wed Jul 12, 2006 5:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datatstage Manager: Export/Import problem
Replies: 13
Views: 9228

These are Visual Basic errors; that is, the problem is occurring in your client. "Cannot create object" may be caused by insufficient memory. Reinstalling the client may help; closing some other Windows applications may also help. Runtime error 91, however, is definitely a bug in the code; you shoul...
by ray.wurlod
Tue Jul 11, 2006 9:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Writing correct English in this forum when asking questions!
Replies: 21
Views: 5302

"I know what you're thinking, punk," hissed Wordy Harry to his new editor, "you're thinking, 'Did he use six superfluous adjectives or only five?' -- and to tell the truth, I forgot myself in all this excitement; but being as this is English, the most powerful language in the world, whose subtle nu...
by ray.wurlod
Tue Jul 11, 2006 9:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: certification for DataStage users
Replies: 1
Views: 707

No one can, because there isn't one.

DataStage allows you to map three roles to operating system groups (production manager role, developer role, operator role). That's all there is. You can read about these in the Administrator Guide.

What do you mean by "listener"?
by ray.wurlod
Tue Jul 11, 2006 9:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: File Hadling Function in Routines
Replies: 5
Views: 1602

Why not use grep as the filter command in a Sequential File stage - this will deliver just the required rows directly into a job, and you can then process just those rows into the target. No need for code that has to be maintained.
by ray.wurlod
Tue Jul 11, 2006 5:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CRC32 Does have limitations (severe in my opinion)
Replies: 26
Views: 12659

... for some particular value of truth, anyway.
by ray.wurlod
Tue Jul 11, 2006 5:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can I redirect records that result in an "import error&
Replies: 4
Views: 1320

If it matched input metadata it wouldn't be a reject from a Sequential File stage! You may require additional reject links in your downstream processing, for example to detect out of range values, lookup failures and the like.
by ray.wurlod
Tue Jul 11, 2006 5:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Writing correct English in this forum when asking questions!
Replies: 21
Views: 5302

Spell check doesn't pick up misplaced apostrophes, or those who use the term "sequencer" when they mean "job sequence", or those who use the term "hash file" instead of "hashed file". Grrr!

Apostrophe Man
by ray.wurlod
Tue Jul 11, 2006 5:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Installation - Role Separation Issues
Replies: 6
Views: 3347

... or they may be registry entries nowadays - who knows what "they" did for 7.5x2? Though I couldn't find any likely candidates on a registry search (using regedt32).
by ray.wurlod
Tue Jul 11, 2006 3:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: gmt data
Replies: 10
Views: 1967

There are 1900 and 1970 epoch Transforms in the SDK. DateGenericToDaysSince1900 DateGenericToDaysSince1970 You actually need the reverse of these, to calculate the date that is so many seconds since 1900-01-01 00:00:00 You can convert seconds to days by dividing by 86400. If all you want is the date...
by ray.wurlod
Tue Jul 11, 2006 3:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic Metadata
Replies: 8
Views: 5669

Static metadata certainly makes the DataStage stuff much easier to do.
by ray.wurlod
Tue Jul 11, 2006 3:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Installation - Role Separation Issues
Replies: 6
Views: 3347

Did you restart DataStage services after effecting these changes?

Are the changes reflected in the .operator.adm and .developer.adm hidden files in the project folder on the server? That is, were your changes successfully saved?

PS Does your nick imply Air Force?
by ray.wurlod
Tue Jul 11, 2006 3:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can I redirect records that result in an "import error&
Replies: 4
Views: 1320

Create a rejects link on your Sequential File stage and direct these rows where you will. At some point you will need to convert the raw record to a string for ongoing processing. The message reports that the value is 36000. This is fine for int32 and even for int16. What is the data type of this co...
by ray.wurlod
Tue Jul 11, 2006 2:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: gmt data
Replies: 10
Views: 1967

Look at the SDK routines - there's processing available there for GMT. You do have to know your timezone to convert. And be aware of summer time shifts.
by ray.wurlod
Tue Jul 11, 2006 2:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Handling exceptions
Replies: 10
Views: 2180

:P Yuk! Format the code (in DataStage) then edit the post with the code. Replace the code with the formatted code surrounded by Code tags.