Search found 53125 matches

by ray.wurlod
Thu May 07, 2015 6:53 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Parameter Sets with WS Client stage
Replies: 4
Views: 7788

Is this within one job, or within a sequence? You're right to say that the value of a parameter (within a Parameter Set or not) should be available throughout - in a sequence you can refer to the Job activity properties to get the values of the parameters that were passed to it. If within a job, we'...
by ray.wurlod
Thu May 07, 2015 5:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML InputStage - Tag Attribute Values - Read Issue
Replies: 5
Views: 1631

Does it work with the construct <Phone></Phone> ?
by ray.wurlod
Thu May 07, 2015 5:18 pm
Forum: General
Topic: DataStage jobs getting queued.
Replies: 9
Views: 10207

It's strange, though not impossible, to have an odd number of GB of memory.
by ray.wurlod
Thu May 07, 2015 5:16 pm
Forum: General
Topic: WLM tab is not working correctly OPS console.
Replies: 5
Views: 2679

Do you have appropriate Suite Administrator role?
by ray.wurlod
Thu May 07, 2015 5:16 pm
Forum: General
Topic: Command to search Double quotes in data
Replies: 3
Views: 867

It does not mean the same.
by ray.wurlod
Thu May 07, 2015 5:14 pm
Forum: Data Quality Best Practices
Topic: How to bypass BG or IGC authentication for anonymous access
Replies: 6
Views: 21116

There are other articles somewhere for setting up anonymous login to the Glossary Anywhere product (or to Business Glossary for earlier versions). I've implemented this in a few sites. Not in a position right now to give details, but the process IS documented.
by ray.wurlod
Thu May 07, 2015 5:12 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Parameter Sets with WS Client stage
Replies: 4
Views: 7788

The specified values file is read when the job starts, and is not read again subsequently. You could always introduce something like an Execute Command activity to read the file, followed by a User Variables activity to parse its contents. The user variables would then be available downstream to pro...
by ray.wurlod
Thu May 07, 2015 2:53 am
Forum: General
Topic: Inport Sequential File Definition from shares network drive
Replies: 1
Views: 817

Try using a UNC pathname.

Otherwise, check that the drive letter is indeed mapped (perhaps using Windows Explorer) for all users.

Perhaps a net use command as the before-job subroutine is another alternative.
by ray.wurlod
Wed May 06, 2015 10:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: selecting one record out of 2 records
Replies: 16
Views: 8122

YOU need to provide the algorithm about which record to preserve. Then use a Remove Duplicates stage on partitioned, sorted data.
by ray.wurlod
Wed May 06, 2015 10:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: High/low value identify
Replies: 28
Views: 9033

Probably easier is to use Convert() function to eliminate the low values and high values, then see if there's anything left.

Code: Select all

Convert(Char(0):Char(255),"",InLink.TheField) > ""
by ray.wurlod
Wed May 06, 2015 9:55 pm
Forum:
Topic: IGC Asset Migration in same Version
Replies: 2
Views: 3158

I believe this functionality (migrating Development Glossary) is in a patch for 11.3.1. If not, it's in the next version.
by ray.wurlod
Wed May 06, 2015 9:53 pm
Forum:
Topic: IA Summary reports in Index and Analysis
Replies: 2
Views: 3292

Reports are stored in the common metadata repository. They can be managed using the Reporting tab on the web console for InfoSphere Information Server (you probably need IIS Suite Administrator role).
by ray.wurlod
Tue May 05, 2015 11:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: High/low value identify
Replies: 28
Views: 9033

Char(0) and Char(255) respectively.

But this only matches a single character.

What do you really want to accomplish?
by ray.wurlod
Tue May 05, 2015 4:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Vertical Pivot based on conditions
Replies: 2
Views: 813

No.

But you can filter beforehand or afterwards.
by ray.wurlod
Tue May 05, 2015 4:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error when compiling a job
Replies: 4
Views: 1424

That'll do it every time!