views:

55

answers:

1

Not able to import application definition file!! Error: The metadata object with Name 'XYZ' and of Type 'LobSystemInstance' has a Property with Name 'DatabaseAccessProvider' that has either an invalid value or Type. Error was encountered at or just before Line: '10' and Position: '10'.

line 10 in ADF:

 <"Property Name="DatabaseAccessProvider" Type="System.String">SqlOledb<"/Property>

Please give me ideas on how to display data from SQL Server 6.5 in Sharepoint?

A: 

The value of the node is invalid. You need to use SqlServer or OleDb. Check out this page for more information:

http://msdn.microsoft.com/en-us/library/ms550725(office.12).aspx

Rob Windsor
@Rob: If I use OleDb, the ADF is successfully imported but when i try to use business data list web part it is giving me an error:"error occured while retrieving the data from XYZinstance"!! even I tried with application definition designer, it is connecting to the database but not able to create the lobsystem instance..After I drag n drop the table and click ok, its popping uo this mess: " desginer stopped working abruptly!!"
nalini