Search found 53125 matches

by ray.wurlod
Mon Feb 13, 2012 9:28 pm
Forum: Data Quality Best Practices
Topic: Publishing from Development Glossary
Replies: 10
Views: 29884

It actually gets worse.

When I select all 436 draft items and click Discard Drafts, "an unknown error has occurred" pops up. So I can't even delete the ones that are still in draft.

Not happy.
by ray.wurlod
Mon Feb 13, 2012 9:23 pm
Forum: Data Quality Best Practices
Topic: Publishing from Development Glossary
Replies: 10
Views: 29884

I'm raising a PMR to find out whether there's any workaround.
by ray.wurlod
Mon Feb 13, 2012 9:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 8 Node config file performance
Replies: 4
Views: 1045

More I/O bandwidth. Two drives instead of one. Are F: and H: drives physical disks, partitions of one disk, or on a SAN?
by ray.wurlod
Mon Feb 13, 2012 9:17 pm
Forum: Data Quality Best Practices
Topic: Publishing from Development Glossary
Replies: 10
Views: 29884

Yeah, that's what I'm running into. Even though it's how the product works, it doesn't make sense to me. I basically have to delete all the draft items (436 of them) before I can publish the 14 I need now, then re-import the 450 and delete the 14 from that. It makes more sense to me, in any case, th...
by ray.wurlod
Mon Feb 13, 2012 8:40 pm
Forum: General
Topic: How parameter deliver between sequence and job ?
Replies: 5
Views: 1243

Note that you MUST provided a value for each parameter, but you can choose "Set to Default" to use the default value.
by ray.wurlod
Mon Feb 13, 2012 8:30 pm
Forum: Data Quality Best Practices
Topic: Publishing from Development Glossary
Replies: 10
Views: 29884

Publishing from Development Glossary

I have imported a heap of Categories and Terms. The are visible under Drafts. I have taken 14 of these through request for approval and then approval. There are 14 items showing as Approved. I click Publish. I get the following error: Some revisions to glossary content have not been approved. Conten...
by ray.wurlod
Mon Feb 13, 2012 6:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Replacing Non-Numeric values
Replies: 3
Views: 2553

Trim(NulltoValue(Zip4)," ") can never equal "" unless Zip4 is exactly "".
by ray.wurlod
Mon Feb 13, 2012 6:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ignore Warnings
Replies: 8
Views: 3670

SURA wrote: In that case use message handler.
Message handlers do not exist for server jobs or sequences.
by ray.wurlod
Mon Feb 13, 2012 3:44 pm
Forum: General
Topic: dsjob command
Replies: 9
Views: 2291

The answer is probably "provide correct syntax for dsjob command". Since we don't know the exact syntax you used, it's difficult to comment.
by ray.wurlod
Mon Feb 13, 2012 3:39 pm
Forum: General
Topic: dsjob command
Replies: 9
Views: 2291

U won't be running it at all. Maximus_Jack will be.

The second person personal pronoun in English is spelled "you".
by ray.wurlod
Mon Feb 13, 2012 3:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What happens in Pre-compilation?
Replies: 11
Views: 3980

You could always enable server-side tracing to see just how much traffic there is!
by ray.wurlod
Mon Feb 13, 2012 3:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to read file
Replies: 8
Views: 2391

Please advise which stage (operator) is throwing the error, and what that stage is doing.
by ray.wurlod
Mon Feb 13, 2012 3:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to encrypt and decrypt a file in datastage
Replies: 11
Views: 7955

None of that helps really. The new feature is really about enabling you to encrypt passwords for use on command lines or in authentication files.
by ray.wurlod
Mon Feb 13, 2012 3:29 pm
Forum: General
Topic: How to assignment a sql to a variables
Replies: 5
Views: 1747

You understand correctly. That is what I described. You can use the user variable, for example, to provide a value to a downstream job parameter.