Search found 3835 matches

by eostic
Thu Sep 24, 2009 2:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading HTML Files
Replies: 6
Views: 3192

One trick is to treat it as xml....could be really ugly, but it depends on which tags you are looking for. The tags are far more generic, but of the same structure as a normal xml "chunk". Either that or use a nested set of UV/Basic functions. FIELD and such come to mind, but there are a m...
by eostic
Thu Sep 24, 2009 6:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamically define the column names
Replies: 17
Views: 5549

Looks like you are trying to do a classic pivot? do you want multiple rows --- one for each of the "B's" (each 3 character value to have its own row)?

Ernie
by eostic
Wed Sep 23, 2009 12:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Metadata repository and 11g
Replies: 6
Views: 2556

Good points, if one is comfortable with Oracle and can easily get a license. I have also been to many sites who can't spell "DBA" and are doing fine with DB2 as nothing more than a metadata storage space. It may as well be flat files. The model is not changed manually, and there is no &quo...
by eostic
Wed Sep 23, 2009 12:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Project Deletion Unsuccessful
Replies: 14
Views: 3446

Ok.. missed that you weren't able to get into the Administrator. I would have hoped that it would just choke on "that" project when trying to put it into the list. Keep us posted.

Ernie
by eostic
Tue Sep 22, 2009 5:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Project Deletion Unsuccessful
Replies: 14
Views: 3446

It would be practical to determine if (a) you can still create a "new" project and (b) if you can get into it and use this new project. ...and then forget about the old project that won't delete. Ignore it. Spend your time on building the new jobs that you are working on!

Ernie
by eostic
Mon Sep 21, 2009 7:38 am
Forum:
Topic: Organizing Metadata Workbench
Replies: 7
Views: 3296

...of course, you can still do the deletions of BI metadata inside of Workbench, but not in a bulk fashion... and any Host/Database/Table type information can be deleted using FastTrack or DataStage, assuming you have those elements Information Server installed.

Ernie
by eostic
Mon Sep 21, 2009 7:36 am
Forum:
Topic: Organizing Metadata Workbench
Replies: 7
Views: 3296

Find out where you get your patches. The delete capability is a separate patch of its own.

Ernie
by eostic
Mon Sep 21, 2009 1:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Metadata repository and 11g
Replies: 6
Views: 2556

License for DB2 comes with Info Server for its limited use as the repository....it may as well just be a "black box". It's a check box and you are done. Otherwise there are installation instructions, etc. for Oracle and SQL Server... choosing DB2 for this limited purpose would certainly se...
by eostic
Sun Sep 20, 2009 11:39 pm
Forum:
Topic: Sample "Widget" for Business Glossary
Replies: 2
Views: 1630

I stay out of the licensing rules because they tend to change, so it's best on that issue to contact your sales person..... however, you are correct that the REST API lets you code your own "zero footprint" solution for accessing Business Glossary for search, query, and even update --- muc...
by eostic
Sun Sep 20, 2009 8:10 am
Forum:
Topic: Business Glossary TermFinderWidget
Replies: 6
Views: 3372

It's a formal patch that you have to download and then run using updater.jar. It is a significant patch, so it should only be done on your test server first, etc., as you would with any patch. Contact your support provider to find out how to get it.

Ernie
by eostic
Sat Sep 19, 2009 7:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Wave Processing - end-of-wave detection question
Replies: 6
Views: 3095

A better statement would have been that in v8, "there may still be some stages" that are not wave aware. Most have been wave aware since 7.x, when RTI was first introduced, but there certainly were some that were missed. Most have been updated by this time.

Ernie
by eostic
Sat Sep 19, 2009 7:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: xml Batch Processing
Replies: 4
Views: 1233

:) No, it uses the formal xalan and xerces xslt processor and parser, respectively. The C++ versions. XML tends to be slow.... what is more problematic for performance is the fact that xslt is used, and for very large documents, it uses a DOM "like" method of reviewing the document, meanin...
by eostic
Fri Sep 18, 2009 9:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: xml Batch Processing
Replies: 4
Views: 1233

(in the first paragraph above, I am implying that you are passing the "name" of the whole single file document via External Source)

Ernie
by eostic
Fri Sep 18, 2009 9:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: xml Batch Processing
Replies: 4
Views: 1233

The External Source is the "safest" way to pass xml downstream when you want "the whole file as a single document". This is because you don't want any stray CRLF's or LF's in the document (which are just "noise" for xml parsers) to impact the retrieval. The sequential f...
by eostic
Fri Sep 18, 2009 9:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple repeating Elements
Replies: 18
Views: 6693

I thought it might be blanks or something at one point earlier. Congrats. Those things aren't always easy to find.

Ernie