Search found 151 matches

by tomengers
Fri Aug 19, 2005 2:23 pm
Forum:
Topic: SMARTHEAP error
Replies: 7
Views: 3086

Fabio ... The DataStage project you are trying to import is too large. Ascential recommends a JobDesign limit of 300, and these can be considered small to average size. As some of the commentators above have suggested, you might try filtering and accomplishing the import in two passes. I don't remem...
by tomengers
Fri Aug 19, 2005 2:14 pm
Forum:
Topic: Metastage proxy mode
Replies: 1
Views: 1574

If you are not seeing the "Operate in MetaStage Proxy Mode" checkbox in the DataStage Administrator, you can manually enable the proxy mode by editing the DSPARAMS file in UVHOME/PROJECTS/<Project Name>/DSParams. At the very bottom of the file under the [ Project ] section: MetaStageModeEn...
by tomengers
Tue Aug 16, 2005 11:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is there a "buffer clear" at EOF?
Replies: 1
Views: 648

Is there a "buffer clear" at EOF?

Hi Guys ...

I am constructing a little server job which will collect data and not write until a specific row arrives. It's typical control break logic.
Question: when I hit EOF will DataStage write out the unwritten stuff held in Stage Variables (which are mapped to the output link)?

... tom
by tomengers
Thu Aug 11, 2005 5:57 am
Forum:
Topic: Error Message
Replies: 3
Views: 1589

Hi Dave ...

Sounds like you will have to blow away your latest import. Go to Maintenance => Directory Versions. The top-most row reflects the most recent import and it probably has an asterisk meaning locked. Delete this and do a new import.

... tom
by tomengers
Mon Aug 01, 2005 9:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How do I extract from string?
Replies: 1
Views: 666

How do I extract from string?

I can use Count to tell me whether or not a desired value lives in a string, but how can I get the starting location of that value so I can extract it?

... tks in advance

... tom
by tomengers
Thu Jul 14, 2005 6:52 am
Forum:
Topic: MetaStage Browser and Class Aliases
Replies: 1
Views: 1168

Sunil ... What I suspect is happening is that you've chosen RELATION table as your target for your custom MetaBroker ... and you've landed your data there. However, when you initiate the Publish to Browser function, there are EXISTING mappings heading for that same table. So you land your data and t...
by tomengers
Mon Jul 11, 2005 7:43 am
Forum:
Topic: Manage Business Metadata using MetaStage
Replies: 14
Views: 8809

The DB2 column description field does not map to the DataStage column description field. I would suspect that DB2 is not honoring your descriptions. If you use MetaStage to move from ERwin to DataStage the descriptions will survive. I would also bet that if you just use the DataStage ERwin MetaBrok...
by tomengers
Sun Jul 10, 2005 10:18 am
Forum:
Topic: Manage Business Metadata using MetaStage
Replies: 14
Views: 8809

Then there is the even more unreliable field description field. If MetaStage is used to import the table and column descriptions from ERwin and export them to the DataStage repository, they will arrive intact. And then they will participate in the Publish to Browser as "Busines Name", etc...
by tomengers
Thu Jul 07, 2005 12:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job with no "Primary Input" stage
Replies: 5
Views: 3478

Job with no "Primary Input" stage

This is probably quite simple ... I want to create a little hash file with some literal values. And I can build these values in the transformer stage, so I have a 2 stage job: xfm => hsh. But the compiler doesn't like it, telling me there is "no primary input stage". Is there a short-cut h...
by tomengers
Thu Jul 07, 2005 8:10 am
Forum:
Topic: Manage Business Metadata using MetaStage
Replies: 14
Views: 8809

MetaArchitect was originally called "MetaArchitect Lite" ... no one seems to understand why the "lite" was ever added to the name, but it has been removed. The first consideration when considering a custom MetaBroker is where to land this new data. The MetaStage meta model is a f...
by tomengers
Tue Jun 28, 2005 9:14 am
Forum:
Topic: Metadata information through basic routine.
Replies: 6
Views: 2986

I need to find whether the metadata is loaded from a table definition into a particular stage or it was typed manually. Ray is correct ... if Good Practice was followed, i.e., the meta data was loaded from a table definition or if it was typed manually AND a SAVE was issued, it will be available in...
by tomengers
Thu Mar 24, 2005 3:23 pm
Forum:
Topic: Matadata - Relational Repository?
Replies: 5
Views: 3059

K.P. When you build mappings with DataStage, the table definitions are stored in the DataStage repository. When you want to collect meta data, you will be importing these objects (Job Designs, Table Definitions, etc.) from DataStage into the MetaStage repository which is object oriented. Runtime or ...
by tomengers
Wed Mar 09, 2005 12:20 pm
Forum:
Topic: Error While Logging in
Replies: 1
Views: 1568

Yeah ... this is kinda common. Could be database is down, you might be using wrong schema name, wrong user name, wrong password.

... tom
by tomengers
Thu Mar 03, 2005 2:23 pm
Forum:
Topic: MetaStage as global or local repository
Replies: 1
Views: 1279

First of all consider that MS is ideally located on the DS server to efficiently capture Operational meta data. Also consider that MS is essentially a Project (read DataStage Project) repository and comes with size limitations. If you anticipate collecting meta data from many DS projects, you will n...
by tomengers
Thu Mar 03, 2005 2:18 pm
Forum:
Topic: MetaStage and Java Virtual Machine
Replies: 5
Views: 2322

What arrives with MetaStage, i.e., MSJavx86.exe is an upgrade to JVM. You must already have JVM on your machine for this upgrade to be effective. If you don't have JVM, during the upgrade it will say something to the effect that "... this is an upgrade to the JVM environment" ... then goes...