Focal Point
Querying ETLSTATS table

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/1381057331/m/9677085516

January 18, 2012, 03:18 PM
Stephanie Gloster
Querying ETLSTATS table
Does anyone have an example of how to query the ETLSTATS table from iWay? I'm trying to use that to create a process to store information in audit tables in my data warehouse.


Webfocus
iWay Data Migrator 7.7
Windows, All Outputs
January 19, 2012, 10:09 AM
Clif
Since the meaning of "iWay" has evolved over the years it's not clear to me where you are trying to access the DataMigrator statistics from.

However, from iWay DataMigrator since the ETLSTATS table isn't in application directory, I usually start by creating a data flow. Then right click on the SQL object and select SQL Statement. I replace the prototype with:

SELECT T1.S_USERID FROM etlstats T1

Then if I double click on the SQL object I see in available columns all the columns in the table and I can build an extract in the usual way.


N/A
January 20, 2012, 03:41 PM
Stephanie Gloster
Clif,

Thank you. This helps tremendously.


Webfocus
iWay Data Migrator 7.7
Windows, All Outputs