AS2005 data source limitation -
12-26-2005
, 10:17 PM
hi,
Is there a limited DB for AS 2005 data source using?
I'm trying to use infromix oledb and get the following errors,
==================================
IErrorInfo.GetDescription failed with E_NOINTERFACE(0x80004002).
IErrorInfo.GetDescription failed with E_NOINTERFACE(0x80004002). (Microsoft
Visual Studio)
------------------------------
Program Location:
at System.Data.OleDb.OleDbConnectionInternal.GetSchem aRowset(Guid schema,
Object[] restrictions)
at System.Data.OleDb.OleDbConnection.GetOleDbSchemaTa ble(Guid schema,
Object[] restrictions)
at System.Data.OleDb.OleDbMetaDataFactory.PrepareColl ection(String
collectionName, String[] restrictions, DbConnection connection)
at System.Data.ProviderBase.DbMetaDataFactory.GetSche ma(DbConnection
connection, String collectionName, String[] restrictions)
at
System.Data.ProviderBase.DbConnectionInternal.GetS chema(DbConnectionFactory
factory, DbConnectionPoolGroup poolGroup, DbConnection outerConnection,
String collectionName, String[] restrictions)
at System.Data.OleDb.OleDbConnection.GetSchema(String collectionName,
String[] restrictionValues)
at Microsoft.DataWarehouse.Design.OleDbSchema.GetSche ma(String
collectionName, String[] restrictionValues)
at
Microsoft.DataWarehouse.Design.DataSourceConnectio n.GetSchemaTable(DataTable&
dataTable, String collectionName, String[] restrictions)
at
Microsoft.DataWarehouse.Design.DataSourceConnectio n.ConvertGetSchema(DataTable&
dataTable, Guid schemaEnum, Object[] restrictions)
at
Microsoft.DataWarehouse.Design.DataSourceConnectio n.GetSchemaTable(DataTable&
dataTable, Guid schemaEnum, Object[] restrictions)
at
Microsoft.AnalysisServices.Design.ChooseDBObjectsC ontrol.GetAllTableList(Boolean
populateSelectedItems, ArrayList& tableList, ArrayList& sysTableList,
ArrayList& viewList, ArrayList& sysViewList)
at
Microsoft.AnalysisServices.Design.ChooseDBObjectsC ontrol.PopulateAvailableItems(Boolean
populateSelectedItems)
at
Microsoft.AnalysisServices.Design.ChooseDBObjectsC ontrol.PopulateItems(Boolean
populateSelectedItems)
Any help is appreciated. |