Search found 3835 matches

by eostic
Fri Jan 21, 2011 2:35 pm
Forum:
Topic: Dev->Prod Migration of MW Content
Replies: 2
Views: 1549

Hi Doug.... The way to migrate the tables is via istool (export and then import)...the command line facility was updated in 8.1 FP 1 (and further in 8.1.2) to support the migration of Shared Table and their collections, and to provide the ability to import other wb artifacts such as Extension Mappin...
by eostic
Fri Jan 21, 2011 2:32 pm
Forum:
Topic: Lineage + binding
Replies: 26
Views: 16580

hmm... Two other thoughts to ask you to look at....

a) are you using formal "Connection Objects" in DataStage for your Oracle source and target?

b) are you also playing with Extension Mapping Documents?

Ernie
by eostic
Fri Jan 21, 2011 2:28 pm
Forum:
Topic: Lineage + binding
Replies: 26
Views: 16580

As noted before, starting with this much metadata can be very confusing. A table doesn't have to be related to "this" job to appear in the asset listing. It could be a table that is connected via 100 jobs prior to this one, in a lengthy sequence of lineage. For starters, take a close look ...
by eostic
Fri Jan 21, 2011 11:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML InputStage Write Issue
Replies: 11
Views: 4288

Excellent. Glad you got it working.
by eostic
Fri Jan 21, 2011 7:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Java transformer Error msg
Replies: 7
Views: 5024

Do you have a simple java class working in the java transformer? What does the class do? did it ever work? how much memory does it need.....etc. etc. Lots of things to look for, but first ensure that you can get even a simple java class with the JavaPack API to function properly.

Ernie
by eostic
Fri Jan 21, 2011 7:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML InputStage Write Issue
Replies: 11
Views: 4288

Make sure you can open the document yourself using IE. Something is failing in its structure, or odd characters, or else maybe the way you are reading it via the External Source stage is an issue. I always use ls ...
by eostic
Thu Jan 20, 2011 10:06 pm
Forum:
Topic: Lineage + binding
Replies: 26
Views: 16580

Let's be sure and check a few things. Exactly what release of 8 are you on....? It would be best if you are at least on 8.1 with FP1 and 8.1.2 for MWB and BG loaded on top of that. Then we can look thru various things. I'd probably take away any Data Item Bindings or Database Alias settings or Stage...
by eostic
Thu Jan 20, 2011 5:24 pm
Forum:
Topic: Lineage + binding
Replies: 26
Views: 16580

Sounds to me like it is working wonderfully. This is one reason I suggest that you start your work with Metadata Workbench with a tiny set of related Jobs (maybe 3) that you are fully aware of and fully understand. Every possible connection that is made in your jobs, their shared containers, and the...
by eostic
Thu Jan 20, 2011 4:20 pm
Forum:
Topic: Lineage + binding
Replies: 26
Views: 16580

It's not entirely clear what problem you are having. A good thing to do is to first play with lineage within a single job, and only for Stages. Then you can get familiar with the behavior. Open Job 1 in the MWB....click on the target oracle "stage". Then select data lineage...where does th...
by eostic
Thu Jan 20, 2011 1:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading From LDAP Using DataStage 8.1
Replies: 3
Views: 2078

It's all "in the box" ...you need not buy anything...just some java experience......

Ernie
by eostic
Thu Jan 20, 2011 12:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading From LDAP Using DataStage 8.1
Replies: 3
Views: 2078

JavaPack may be your best bet....find a java developer who has read LDAP structures and show them how JavaPack works (search thru the forum here -- there lots of entries --- I also have some info and an example at www.dsrealtime.com ). They should find it very easy to integrate something into your D...
by eostic
Thu Jan 20, 2011 7:16 am
Forum: General
Topic: Pushdown Optimizer in DataStage?
Replies: 2
Views: 2570

Check out the "Balanced Optimizer". This generates appropriate dialect specific SQL from a DataStage Job for doing "ELT"....

Ernie
by eostic
Thu Jan 20, 2011 7:14 am
Forum: General
Topic: Is there a tool transform Teradata SQL to DataStage stages
Replies: 1
Views: 1914

The only tools I've heard of are those that aren't generically available, but used in conjunction with a services engagement .....one by IBM Lab Services and another by Compact BI, an IBM partner. Both have tooling that takes "other" transformation code and generates DataStage Jobs. I know...
by eostic
Thu Jan 20, 2011 7:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to incorporate java file in datastage
Replies: 1
Views: 1395

Yes. DataStage has a capability called JavaPack...there are two Stages that can be used to invoke a Java class, and an API that lets you communicate (exchange data on input and output links, etc.) with the JavaClass. Do some searches here in the forum....there are lots of entries about "JavaPac...
by eostic
Wed Jan 19, 2011 12:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem reading XML file with multiple repaeating elements
Replies: 6
Views: 4505

From what I've seen, and in speaking with many of the sites who have been using the new XML Stage, it completely leap-frogs anything that any ETL tool has been doing with XML, bringing hierarchical management of xml documents for DataStage into the realm of what tools in the EAI space can typically ...