How to read data from IADB

This forum contains ProfileStage posts and now focuses at newer versions Infosphere Information Analyzer.

Moderators: chulett, rschirm

Post Reply
eimhelper01
Premium Member
Premium Member
Posts: 10
Joined: Mon May 23, 2011 5:19 am

How to read data from IADB

Post by eimhelper01 »

I want to write a program to extract profile data from IADB, then generate my own report on top of it.

Anyone know the metadata of IADB ?

Just connect to IADB, heaps of strange table names.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The "strange" table names are results of profiling. That doesn't stop you from opening them. Or describing them. When you create reference tables from within IA, you get to choose the table names.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post by eostic »

In 8.5 IA introduced a REST-like API. That's your best method to access results from IADB. I haven't used it much except to play with it initially, but I've talked to people who have done some very cool things with it.

Here's a primitive "template" example that one of my colleagues wrote..

http://myserver:9080/InformationAnalyze ... ABLE1.COL1

Ernie
Ernie Ostic

blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

It's worth reviewing the API because there are some questions about it in the certification exam for IA 8.5.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
stuartjvnorton
Participant
Posts: 527
Joined: Thu Apr 19, 2007 1:25 am
Location: Melbourne

Post by stuartjvnorton »

It's quite limited in what you can pull out of it though.

Much more useful would have been a call to automate the creation of a report. Then you could write your big data extract job without having to manually run all of the reports first.
xicheng_my_love
Participant
Posts: 23
Joined: Tue Jun 19, 2007 11:51 pm

Post by xicheng_my_love »

Which schema or use is the profile data in?
a newbie to an expert
stuartjvnorton
Participant
Posts: 527
Joined: Thu Apr 19, 2007 1:25 am
Location: Melbourne

Post by stuartjvnorton »

The low-level results are in IADB, but everything else (including which field each table actually relates to) is in XMETA.
Post Reply