BDC ADF இறக்குமதி தோல்வி தீர்வு: “பின்வரும் பிழை ஏற்பட்டது:”

நான் மீண்டும் கையை BDC ADF கோப்புகளை கைவினை (so that I can build up my "get off my lawn!" நான்) இந்த அழகான பிழை வெற்றி:

படம்

"Application definition import failed. பின்வரும் பிழை ஏற்பட்டது:"

நீங்கள் பார்க்க முடியும் என, ஒரு பிழை இருக்கிறது, ஆனாலும் … அது என்ன என்று எனக்கு சொல்ல போவதில்லை.

என் வழக்கு, the issue turned out that I had started off with a functional ADF for a different project that connected to a database and executed a SQL query against a view. In this new project, I am calling a method on a web service. I had stripped out the DB specific stuff and added my web service stuff, but failed to update the <LobSystem>’s Type attribute. I switched it to "WebService" and I happily moved on to newer and more exciting import errors, which were handled in due course.

Here is the wrong LobSystem:

<LobSystem
xmlns:xsi=HTTP://www.w3.org/2001/XMLSchema-instance
xsi:schemaLocation=HTTP://schemas.microsoft.com/office/2006/03/BusinessDataCatalogBDCMetadata.xsd
Type="Database"
Version="1.0.0.0" Name="xyzzy"
xmlns="
HTTP://schemas.microsoft.com/office/2006/03/BusinessDataCatalog">

This is correct:

<LobSystem
xmlns:xsi=HTTP://www.w3.org/2001/XMLSchema-instance
xsi:schemaLocation=HTTP://schemas.microsoft.com/office/2006/03/BusinessDataCatalogBDCMetadata.xsd
Type="WebService"
Version="1.0.0.0" Name="xyzzy"
xmlns="
HTTP://schemas.microsoft.com/office/2006/03/BusinessDataCatalog">

</இறுதியில்>

Technorati குறிச்சொற்கள்:

ஒரு பதில் விட்டு

உங்கள் மின்னஞ்சல் முகவரி வெளியிடப்பட்ட முடியாது. தேவையான புலங்கள் குறிக்கப்பட்டன *