SharePoint - Business Data Catalog ForumTopics about the Business Data Catalog capabilities in Office SharePoint Server.© 2009 Microsoft Corporation. All rights reserved.Tue, 01 Dec 2009 16:56:31 Zcfb90844-a5bc-469f-ba10-6dc50a6862d4http://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/89c026e6-63f3-4d3a-8be9-d6b9ece73417http://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/89c026e6-63f3-4d3a-8be9-d6b9ece73417ckoppanghttp://social.technet.microsoft.com/Profile/en-US/?user=ckoppangSpecificFinder error from Business Data Item web partI am getting the following error when I try to use my SpecificFinder from the Business Data Item web part. I attached a simplified version of my ADF that repro's the issue below.<br/><br/><em>Could not find fields to insert all the Identifier Values to correctly execute a SpecificFinder MethodInstance with Name 'PersonSpecificFinderInstance'. Ensure input Parameters have TypeDescriptors associated with every Identifier defined for this Entity.  <br/></em><br/>I am staring at this and I just don't see the problem.  I checked all the TypeDescriptors and I think I have &lt;IdentifierName&gt; defined for the &lt;Identifier&gt;.  This seems like one of the &quot;too close to the code to see the obvious&quot; issues.<br/><br/>Thanks,<br/>curt<br/><br/>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;yes&quot;?&gt;<br/>&lt;LobSystem xmlns:xsi=&quot;<a href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</a>&quot; xmlns:schemaLocation=&quot;<a href="http://schemas.microsoft.com/office/2006/03/BusinessDataCatalog">http://schemas.microsoft.com/office/2006/03/BusinessDataCatalog</a> BDCMetadata.XSD&quot; Type=&quot;Database&quot; Version=&quot;1.0.0.0&quot; Name=&quot;HimcoPeople&quot; xmlns=&quot;<a href="http://schemas.microsoft.com/office/2006/03/BusinessDataCatalog">http://schemas.microsoft.com/office/2006/03/BusinessDataCatalog</a>&quot; xsi:schemaLocation=&quot;<a href="http://schemas.microsoft.com/office/2006/03/BusinessDataCatalog">http://schemas.microsoft.com/office/2006/03/BusinessDataCatalog</a> <a>\\ad1hfdhmc903\c$\PROGRA~1\MICROS~1\12.0\Bin\bdcmetadata.xsd</a>&quot;&gt;<br/>  &lt;Properties&gt;<br/>    &lt;Property Name=&quot;WildcardCharacter&quot; Type=&quot;System.String&quot;&gt;%&lt;/Property&gt;<br/>  &lt;/Properties&gt;<br/>  &lt;LobSystemInstances&gt;<br/>    &lt;LobSystemInstance Name=&quot;HimcoPeople&quot;&gt;<br/>      &lt;Properties&gt;<br/>        &lt;Property Name=&quot;DatabaseAccessProvider&quot; Type=&quot;System.String&quot;&gt;SqlServer&lt;/Property&gt;<br/>        &lt;Property Name=&quot;AuthenticationMode&quot; Type=&quot;System.String&quot;&gt;RevertToSelf&lt;/Property&gt;<br/>        &lt;Property Name=&quot;RdbConnection Data Source&quot; Type=&quot;System.String&quot;&gt;sqlDEVidpi\interactive&lt;/Property&gt;<br/>        &lt;Property Name=&quot;RdbConnection Initial Catalog&quot; Type=&quot;System.String&quot;&gt;WorkArea&lt;/Property&gt;<br/>        &lt;Property Name=&quot;RdbConnection Integrated Security&quot; Type=&quot;System.String&quot;&gt;SSPI&lt;/Property&gt;<br/>        &lt;Property Name=&quot;RdbConnection Pooling&quot; Type=&quot;System.String&quot;&gt;false&lt;/Property&gt;<br/>      &lt;/Properties&gt;<br/>    &lt;/LobSystemInstance&gt;<br/>  &lt;/LobSystemInstances&gt;<br/>  &lt;Entities&gt;<br/>    &lt;Entity EstimatedInstanceCount=&quot;600&quot; Name=&quot;Person&quot;&gt;<br/>      &lt;Properties&gt;<br/>        &lt;Property Name=&quot;Title&quot; Type=&quot;System.String&quot;&gt;DomainId&lt;/Property&gt;<br/>      &lt;/Properties&gt;<br/>      &lt;Identifiers&gt;<br/>        &lt;Identifier Name=&quot;DomainId&quot; TypeName=&quot;System.String&quot;/&gt;<br/>      &lt;/Identifiers&gt;<br/>      &lt;Methods&gt;<br/>        &lt;Method Name=&quot;GetPerson&quot;&gt;<br/>          &lt;Properties&gt;<br/>            &lt;Property Name=&quot;RdbCommandText&quot; Type=&quot;System.String&quot;&gt;<br/>    &lt;![CDATA[<br/>     SELECT Name, DomainId<br/>     FROM People.[V_Person] <br/>     WHERE DomainId = @DomainId<br/>    ]]&gt;<br/>   &lt;/Property&gt;<br/>            &lt;Property Name=&quot;RdbCommandType&quot; Type=&quot;System.Data.CommandType&quot;&gt;Text&lt;/Property&gt;<br/>          &lt;/Properties&gt;<br/>          &lt;FilterDescriptors&gt;<br/>            &lt;FilterDescriptor Type=&quot;Comparison&quot; Name=&quot;DomainId&quot; /&gt;<br/>          &lt;/FilterDescriptors&gt;<br/>          &lt;Parameters&gt;<br/>            &lt;Parameter Direction=&quot;In&quot; Name=&quot;@DomainId&quot; DefaultDisplayName=&quot;DomainId&quot;&gt;<br/>              &lt;TypeDescriptor TypeName=&quot;System.String&quot; Name=&quot;DomainId&quot; /&gt;<br/>            &lt;/Parameter&gt;<br/>            &lt;Parameter Direction=&quot;Return&quot; TypeReflectorTypeName=&quot;Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db.DbTypeReflector&quot; Name=&quot;Person&quot;&gt;<br/>              &lt;TypeDescriptor TypeName=&quot;System.Data.IDataReader, System.Data, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&quot; IsCollection=&quot;true&quot; Name=&quot;PersonDataReader&quot;&gt;<br/>                &lt;TypeDescriptors&gt;<br/>                  &lt;TypeDescriptor TypeName=&quot;System.Data.IDataRecord, System.Data, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&quot; Name=&quot;PersonDataRecord&quot;&gt;<br/>                    &lt;TypeDescriptors&gt;<br/>                      &lt;TypeDescriptor TypeName=&quot;System.String&quot; Name=&quot;Name&quot;&gt;<br/>                        &lt;LocalizedDisplayNames&gt;<br/>                          &lt;LocalizedDisplayName LCID=&quot;1033&quot;&gt;Name&lt;/LocalizedDisplayName&gt;<br/>                        &lt;/LocalizedDisplayNames&gt;<br/>                      &lt;/TypeDescriptor&gt;<br/>                      &lt;TypeDescriptor TypeName=&quot;System.String&quot; Name=&quot;DomainId&quot; IdentifierName=&quot;DomainId&quot;&gt;<br/>                        &lt;LocalizedDisplayNames&gt;<br/>                          &lt;LocalizedDisplayName LCID=&quot;1033&quot;&gt;DomainId&lt;/LocalizedDisplayName&gt;<br/>                        &lt;/LocalizedDisplayNames&gt;<br/>                      &lt;/TypeDescriptor&gt;<br/>                    &lt;/TypeDescriptors&gt;<br/>                  &lt;/TypeDescriptor&gt;<br/>                &lt;/TypeDescriptors&gt;<br/>              &lt;/TypeDescriptor&gt;<br/>            &lt;/Parameter&gt;<br/>          &lt;/Parameters&gt;<br/>          &lt;MethodInstances&gt;<br/>            &lt;MethodInstance Name=&quot;PersonSpecificFinderInstance&quot; Type=&quot;SpecificFinder&quot; ReturnParameterName=&quot;Person&quot; ReturnTypeDescriptorName=&quot;PersonDataReader&quot; ReturnTypeDescriptorLevel=&quot;0&quot;/&gt;<br/>          &lt;/MethodInstances&gt;<br/>        &lt;/Method&gt;<br/>        &lt;Method Name=&quot;GetPersonList&quot;&gt;<br/>          &lt;Properties&gt;<br/>            &lt;Property Name=&quot;RdbCommandText&quot; Type=&quot;System.String&quot;&gt;<br/>    &lt;![CDATA[<br/>     SELECT Name, DomainId<br/>     FROM People.[V_Person] <br/>     WHERE <br/>      DomainId LIKE @DomainId <br/>    ]]&gt;<br/>   &lt;/Property&gt;<br/>            &lt;Property Name=&quot;RdbCommandType&quot; Type=&quot;System.Data.CommandType&quot;&gt;Text&lt;/Property&gt;<br/>          &lt;/Properties&gt;<br/>          &lt;FilterDescriptors&gt;<br/>            &lt;FilterDescriptor Name=&quot;DomainId&quot; Type=&quot;Wildcard&quot; /&gt;<br/>          &lt;/FilterDescriptors&gt;<br/>          &lt;Parameters&gt;<br/>            &lt;Parameter Name=&quot;@DomainId&quot; Direction=&quot;In&quot;&gt;<br/>              &lt;TypeDescriptor Name=&quot;DomainId&quot; TypeName=&quot;System.String&quot; AssociatedFilter=&quot;DomainId&quot; &gt;<br/>                &lt;DefaultValues&gt;<br/>     &lt;DefaultValue Type=&quot;System.String&quot; MethodInstanceName=&quot;PersonFinderInstance&quot; &gt;%&lt;/DefaultValue&gt;<br/>                &lt;/DefaultValues&gt;<br/>              &lt;/TypeDescriptor&gt;<br/>            &lt;/Parameter&gt;<br/>            &lt;Parameter Direction=&quot;Return&quot; TypeReflectorTypeName=&quot;Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db.DbTypeReflector&quot; Name=&quot;Person&quot;&gt;<br/>              &lt;TypeDescriptor TypeName=&quot;System.Data.IDataReader, System.Data, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&quot; IsCollection=&quot;true&quot; Name=&quot;PersonDataReader&quot;&gt;<br/>                &lt;TypeDescriptors&gt;<br/>                  &lt;TypeDescriptor TypeName=&quot;System.Data.IDataRecord, System.Data, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&quot; Name=&quot;PersonDataRecord&quot;&gt;<br/>                    &lt;TypeDescriptors&gt;<br/>                      &lt;TypeDescriptor TypeName=&quot;System.String&quot; Name=&quot;Name&quot;&gt;<br/>                        &lt;LocalizedDisplayNames&gt;<br/>                          &lt;LocalizedDisplayName LCID=&quot;1033&quot;&gt;Name&lt;/LocalizedDisplayName&gt;<br/>                        &lt;/LocalizedDisplayNames&gt;<br/>                      &lt;/TypeDescriptor&gt;<br/>                      &lt;TypeDescriptor TypeName=&quot;System.String&quot; Name=&quot;DomainId&quot; IdentifierName=&quot;DomainId&quot;&gt;<br/>                        &lt;LocalizedDisplayNames&gt;<br/>                          &lt;LocalizedDisplayName LCID=&quot;1033&quot;&gt;DomainId&lt;/LocalizedDisplayName&gt;<br/>                        &lt;/LocalizedDisplayNames&gt;<br/>                      &lt;/TypeDescriptor&gt;<br/>                    &lt;/TypeDescriptors&gt;<br/>                  &lt;/TypeDescriptor&gt;<br/>                &lt;/TypeDescriptors&gt;<br/>              &lt;/TypeDescriptor&gt;<br/>            &lt;/Parameter&gt;<br/>          &lt;/Parameters&gt;<br/>          &lt;MethodInstances&gt;<br/>            &lt;MethodInstance Name=&quot;PersonFinderInstance&quot; Type=&quot;Finder&quot; ReturnParameterName=&quot;Person&quot; ReturnTypeDescriptorName=&quot;PersonDataReader&quot; ReturnTypeDescriptorLevel=&quot;0&quot;/&gt;<br/>          &lt;/MethodInstances&gt;<br/>        &lt;/Method&gt;<br/>        &lt;Method Name=&quot;GetPersonEnumerator&quot;&gt;<br/>          &lt;Properties&gt;<br/>            &lt;Property Name=&quot;RdbCommandText&quot; Type=&quot;System.String&quot;&gt;&lt;![CDATA[SELECT DomainId FROM People.[V_Person]]]&gt;&lt;/Property&gt;<br/>            &lt;Property Name=&quot;RdbCommandType&quot; Type=&quot;System.Data.CommandType&quot;&gt;Text&lt;/Property&gt;<br/>          &lt;/Properties&gt;<br/>          &lt;Parameters&gt;<br/>            &lt;Parameter Direction=&quot;Return&quot; TypeReflectorTypeName=&quot;Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db.DbTypeReflector&quot; Name=&quot;Person&quot;&gt;<br/>              &lt;TypeDescriptor TypeName=&quot;System.Data.IDataReader, System.Data, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&quot; IsCollection=&quot;true&quot; Name=&quot;PersonDataReader&quot;&gt;<br/>                &lt;TypeDescriptors&gt;<br/>                  &lt;TypeDescriptor TypeName=&quot;System.Data.IDataRecord, System.Data, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&quot; Name=&quot;PersonDataRecord&quot;&gt;<br/>                    &lt;TypeDescriptors&gt;<br/>                      &lt;TypeDescriptor TypeName=&quot;System.String&quot; IdentifierName=&quot;DomainId&quot; Name=&quot;DomainId&quot;&gt;<br/>                        &lt;LocalizedDisplayNames&gt;<br/>                          &lt;LocalizedDisplayName LCID=&quot;1033&quot;&gt;DomainId&lt;/LocalizedDisplayName&gt;<br/>                        &lt;/LocalizedDisplayNames&gt;<br/>                      &lt;/TypeDescriptor&gt;<br/>                    &lt;/TypeDescriptors&gt;<br/>                  &lt;/TypeDescriptor&gt;<br/>                &lt;/TypeDescriptors&gt;<br/>              &lt;/TypeDescriptor&gt;<br/>            &lt;/Parameter&gt;<br/>          &lt;/Parameters&gt;<br/>          &lt;MethodInstances&gt;<br/>            &lt;MethodInstance Name=&quot;PersonIdEnumeratorInstance&quot; Type=&quot;IdEnumerator&quot; ReturnParameterName=&quot;Person&quot; ReturnTypeDescriptorName=&quot;PersonDataReader&quot; ReturnTypeDescriptorLevel=&quot;0&quot;/&gt;<br/>          &lt;/MethodInstances&gt;<br/>        &lt;/Method&gt;<br/>      &lt;/Methods&gt;<br/>    &lt;/Entity&gt;<br/>  &lt;/Entities&gt;<br/>&lt;/LobSystem&gt;<br/>Thu, 29 Oct 2009 12:55:53 Z2009-12-01T16:56:31Zhttp://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/1664b8a1-c653-480e-aa28-b62645fff14ehttp://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/1664b8a1-c653-480e-aa28-b62645fff14eSickOfIThttp://social.technet.microsoft.com/Profile/en-US/?user=SickOfITBDC with WCF ServiceHi,<br/><br/>I am using BusinessDataList web part in MOSS 2007 to call a WCF service. This WCF is created using the BizTalk WCF Publishing Wizard (BTS 2006) (using BasicHttp). This wcf service returns a simple xml with 3 nodes.<br/>I have created the App Definition File (ADF) using MS App Definition Editor.<br/>When I open the page in MOSS, I get the following error - <br/>=============================================================================<br/>An error occurred while retrieving data from &lt;instance name&gt;. Administrators, see the server log for more information. <br/>=============================================================================<br/><br/>When I execute the instance from definition editor, it returns the result (shows the output columns, but not the data). I have added both Finder &amp; Specific Finder. When the MOSS page loads I can see the request coming to BizTalk and the response xml returned from BizTalk.<br/><br/>I can attach the ADF file if required. <br/>Any idea? Thanks in advance.Tue, 17 Nov 2009 09:12:55 Z2009-12-01T16:04:21Zhttp://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/d0377cf3-8f0f-4914-ae33-07613e64bfb9http://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/d0377cf3-8f0f-4914-ae33-07613e64bfb9monkiehttp://social.technet.microsoft.com/Profile/en-US/?user=monkieWeb service not working with the BDC - Please help!I have written a simple web service in PERL and am trying to get it working with the BDC. More specificly the MS Application Definition Designer tool errors when executing either my Finder or Specific Finder instances.<br/> <br/> My web service receives a string, writes to a log file and returns a different string.<br/> <br/> When executing my 'Specific Finder' method instance from within the MS ADD tool, I receive the error, &quot;Index was out of range, Must be non-negitive and less than the size of the collection&quot;. The string parameter which I pass is written to the log file so at least I know communication is happening in one direction.<br/> <br/> When executing my 'Specific Finder' method instance from within the MS ADD tool, I receive the error, &quot;Backend system adapter returned a structure incompatible with the corresponding metadata (MethodInstance, Parameter or TypeDescriptor)&quot;. The log file is written to, indicating that my web service script is being executed. <br/> <br/> I'm able to see the communication between the MS Application Definition Designer tool and my PERL web service as follows...<br/> <br/> <br/> Sent by MS Application Definition Designer tool: <pre class=code><div class=codeblock><tt class=codetext><span>POST /cgi-bin/tester.cgi HTTP/1.1<br/> User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client <br/> <span style="color:red">+</span> Protocol 2.0.50727.1433)<br/> Content-Type: text/xml; charset=utf-8<br/> SOAPAction: &quot;&quot;<br/> Host: services.camdev.cw.com<br/> Content-Length: 553<br/> <br/> &lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;<br/> &lt;soap:Envelope xmlns:soap=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot; <br/> <span style="color:red">+</span> xmlns:soapenc=&quot;http://schemas.xmlsoap.org/soap/encoding/&quot; xmlns:tns=&quot;<br/> <span style="color:red">+</span> http://services.camdev.cw.com/Services&quot; xmlns:types=&quot;http://services.<br/> <span style="color:red">+</span> camdev.cw.com/Services/encodedTypes&quot; xmlns:xsi=&quot;http://www.w3.org/200<br/> <span style="color:red">+</span> 1/XMLSchema-instance&quot; xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;&gt;<br/> &lt;soap:Body soap:encodingStyle=&quot;http://schemas.xmlsoap.org/soap/enc<br/> <span style="color:red">+</span> oding/&quot;&gt;<br/> &lt;tns:testing&gt;<br/> &lt;tester xsi:type=&quot;xsd:string&quot;&gt;foo&lt;/tester&gt;<br/> &lt;/tns:testing&gt;<br/> &lt;/soap:Body&gt;<br/> &lt;/soap:Envelope&gt;<br/> </span> </tt> </div> </pre> <br/> Returned by my PERL web service <br/> <pre class=code><div class=codeblock><tt class=codetext><span>HTTP/1.1 200 OK<br/> Date: Mon, 30 Nov 2009 18:06:00 GMT<br/> Server: Apache/2.2.4 (Debian) DAV/2 SVN/1.4.4 PHP/5.2.3-1+b1 mod_ssl/2<br/> <span style="color:red">+</span> .2.4 OpenSSL/0.9.8e mod_perl/2.0.3 Perl/v5.8.8<br/> SOAPServer: SOAP::Lite/Perl/0.60<br/> Content-Length: 551<br/> Keep-Alive: timeout=15, max=100<br/> Connection: Keep-Alive<br/> Content-Type: text/xml; charset=utf-8<br/> <br/> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/> &lt;SOAP-ENV:Envelope xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instanc<br/> <span style="color:red">+</span> e&quot; xmlns:SOAP-ENC=&quot;http://schemas.xmlsoap.org/soap/encoding/&quot; xmlns:S<br/> <span style="color:red">+</span> OAP-ENV=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot; xmlns:xsd=&quot;http:/<br/> <span style="color:red">+</span> /www.w3.org/2001/XMLSchema&quot; SOAP-ENV:encodingStyle=&quot;http://schemas.xm<br/> <span style="color:red">+</span> lsoap.org/soap/encoding/&quot;&gt;<br/> &lt;SOAP-ENV:Body&gt;<br/> &lt;namesp1:testingResponse xmlns:namesp1=&quot;http://services.camdev.cw.<br/> <span style="color:red">+</span> com/Services&quot;&gt;<br/> &lt;Returned xsi:type=&quot;xsd:string&quot;&gt;Back at ya&lt;/Returned&gt;<br/> &lt;/namesp1:testingResponse&gt;<br/> &lt;/SOAP-ENV:Body&gt;<br/> &lt;/SOAP-ENV:Envelope&gt;<br/> </span> </tt> </div> </pre> <br/> here is my wsdl file: <br/> <pre class=code><div class=codeblock><tt class=codetext><span>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; ?&gt; <br/> - &lt;!-- WSDL for http://services.camdev.cw.com created by Pod::WSDL ve<br/> <span style="color:red">+</span> rsion: 0.05 on Mon Nov 30 16:44:41 2009 <br/> --&gt; <br/> - &lt;wsdl:definitions targetNamespace=&quot;http://services.camdev.cw.com/Ser<br/> <span style="color:red">+</span> vices&quot; xmlns:impl=&quot;http://services.camdev.cw.com/Services&quot; xmlns:wsdl<br/> <span style="color:red">+</span> soap=&quot;http://schemas.xmlsoap.org/wsdl/soap/&quot; xmlns:wsdl=&quot;http://schem<br/> <span style="color:red">+</span> as.xmlsoap.org/wsdl/&quot; xmlns:soapenc=&quot;http://schemas.xmlsoap.org/soap/<br/> <span style="color:red">+</span> encoding/&quot; xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot; xmlns:tns1=&quot;h<br/> <span style="color:red">+</span> ttp://services.camdev.cw.com/Services&quot;&gt;<br/> - &lt;wsdl:message name=&quot;testingRequest&quot;&gt;<br/> - &lt;wsdl:part name=&quot;tester&quot; type=&quot;xsd:string&quot;&gt;<br/> &lt;wsdl:documentation&gt;abc&lt;/wsdl:documentation&gt; <br/> &lt;/wsdl:part&gt;<br/> &lt;/wsdl:message&gt;<br/> - &lt;wsdl:message name=&quot;testingResponse&quot;&gt;<br/> - &lt;wsdl:part name=&quot;testingReturn&quot; type=&quot;xsd:string&quot;&gt;<br/> &lt;wsdl:documentation&gt;xyz&lt;/wsdl:documentation&gt; <br/> &lt;/wsdl:part&gt;<br/> &lt;/wsdl:message&gt;<br/> - &lt;wsdl:portType name=&quot;ServicesHandler&quot;&gt;<br/> - &lt;wsdl:operation name=&quot;testing&quot; parameterOrder=&quot;tester&quot;&gt;<br/> &lt;wsdl:input message=&quot;impl:testingRequest&quot; name=&quot;testingRequest&quot; /&gt; <br/> &lt;wsdl:output message=&quot;impl:testingResponse&quot; name=&quot;testingResponse&quot; /<br/> <span style="color:red">+</span> &gt; <br/> &lt;/wsdl:operation&gt;<br/> &lt;/wsdl:portType&gt;<br/> - &lt;wsdl:binding name=&quot;ServicesSoapBinding&quot; type=&quot;impl:ServicesHandler&quot;<br/> <span style="color:red">+</span> &gt;<br/> &lt;wsdlsoap:binding style=&quot;rpc&quot; transport=&quot;http://schemas.xmlsoap.org/<br/> <span style="color:red">+</span> soap/http&quot; /&gt; <br/> - &lt;wsdl:operation name=&quot;testing&quot;&gt;<br/> &lt;wsdlsoap:operation soapAction=&quot;&quot; /&gt; <br/> - &lt;wsdl:input name=&quot;testingRequest&quot;&gt;<br/> &lt;wsdlsoap:body encodingStyle=&quot;http://schemas.xmlsoap.org/soap/encodi<br/> <span style="color:red">+</span> ng/&quot; namespace=&quot;http://services.camdev.cw.com/Services&quot; use=&quot;encoded&quot;<br/> <span style="color:red">+</span> /&gt; <br/> &lt;/wsdl:input&gt;<br/> - &lt;wsdl:output name=&quot;testingResponse&quot;&gt;<br/> &lt;wsdlsoap:body encodingStyle=&quot;http://schemas.xmlsoap.org/soap/encodi<br/> <span style="color:red">+</span> ng/&quot; namespace=&quot;http://services.camdev.cw.com/Services&quot; use=&quot;encoded&quot;<br/> <span style="color:red">+</span> /&gt; <br/> &lt;/wsdl:output&gt;<br/> &lt;/wsdl:operation&gt;<br/> &lt;/wsdl:binding&gt;<br/> - &lt;wsdl:service name=&quot;ServicesHandlerService&quot;&gt;<br/> - &lt;wsdl:port binding=&quot;impl:ServicesSoapBinding&quot; name=&quot;Services&quot;&gt;<br/> &lt;wsdlsoap:address location=&quot;http://services.camdev.cw.com&quot; /&gt; <br/> &lt;/wsdl:port&gt;<br/> &lt;/wsdl:service&gt;<br/> &lt;/wsdl:definitions&gt;<br/> </span> </tt> </div> </pre> and my ADF xml file which was created by the MS ADD tool based on my WSDL file: <pre class=code><div class=codeblock><tt class=codetext><span> &lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;yes&quot; ?&gt; <br/> - &lt;LobSystem xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xsi<br/> <span style="color:red">+</span> :schemaLocation=&quot;http://schemas.microsoft.com/office/2006/03/Business<br/> <span style="color:red">+</span> DataCatalog BDCMetadata.xsd&quot; Type=&quot;WebService&quot; Version=&quot;1.0.0.0&quot; Name<br/> <span style="color:red">+</span> =&quot;WebServiceLobSystem&quot; xmlns=&quot;http://schemas.microsoft.com/office/200<br/> <span style="color:red">+</span> 6/03/BusinessDataCatalog&quot;&gt;<br/> - &lt;Properties&gt;<br/> &lt;Property Name=&quot;WsdlFetchUrl&quot; Type=&quot;System.String&quot;&gt;http://services.c<br/> <span style="color:red">+</span> amdev.cw.com/cgi-bin/tester.wsdl&lt;/Property&gt; <br/> &lt;Property Name=&quot;WebServiceProxyNamespace&quot; Type=&quot;System.String&quot;&gt;BDC&lt;/<br/> <span style="color:red">+</span> Property&gt; <br/> &lt;/Properties&gt;<br/> - &lt;LobSystemInstances&gt;<br/> - &lt;LobSystemInstance Name=&quot;WebServiceLobSystem_Instance&quot;&gt;<br/> - &lt;Properties&gt;<br/> &lt;Property Name=&quot;LobSystemName&quot; Type=&quot;System.String&quot;&gt;WebServiceLobSys<br/> <span style="color:red">+</span> tem&lt;/Property&gt; <br/> &lt;Property Name=&quot;WebServiceAuthenticationMode&quot; Type=&quot;Microsoft.Office<br/> <span style="color:red">+</span> .Server.ApplicationRegistry.SystemSpecific.WebService.HttpAuthenticat<br/> <span style="color:red">+</span> ionMode&quot;&gt;PassThrough&lt;/Property&gt; <br/> &lt;/Properties&gt;<br/> &lt;/LobSystemInstance&gt;<br/> &lt;/LobSystemInstances&gt;<br/> - &lt;Entities&gt;<br/> - &lt;Entity EstimatedInstanceCount=&quot;10000&quot; Name=&quot;Entity11&quot;&gt;<br/> - &lt;Identifiers&gt;<br/> &lt;Identifier TypeName=&quot;System.String&quot; Name=&quot;testerID&quot; /&gt; <br/> &lt;/Identifiers&gt;<br/> - &lt;Methods&gt;<br/> - &lt;Method Name=&quot;testing&quot;&gt;<br/> - &lt;Parameters&gt;<br/> - &lt;Parameter Direction=&quot;In&quot; Name=&quot;tester&quot;&gt;<br/> &lt;TypeDescriptor TypeName=&quot;System.String, mscorlib, Version=2.0.0.0, <br/> <span style="color:red">+</span> Culture=neutral, PublicKeyToken=b77a5c561934e089&quot; IdentifierName=&quot;tes<br/> <span style="color:red">+</span> terID&quot; Name=&quot;tester&quot; /&gt; <br/> &lt;/Parameter&gt;<br/> - &lt;Parameter Direction=&quot;Return&quot; Name=&quot;Return&quot;&gt;<br/> &lt;TypeDescriptor TypeName=&quot;System.String, mscorlib, Version=2.0.0.0, <br/> <span style="color:red">+</span> Culture=neutral, PublicKeyToken=b77a5c561934e089&quot; Name=&quot;Return&quot; /&gt; <br/> &lt;/Parameter&gt;<br/> &lt;/Parameters&gt;<br/> - &lt;MethodInstances&gt;<br/> &lt;MethodInstance Type=&quot;SpecificFinder&quot; ReturnParameterName=&quot;Return&quot; R<br/> <span style="color:red">+</span> eturnTypeDescriptorName=&quot;Return&quot; ReturnTypeDescriptorLevel=&quot;0&quot; Name=&quot;<br/> <span style="color:red">+</span> SpecificFinderTesterInstance&quot; /&gt; <br/> &lt;MethodInstance Type=&quot;Finder&quot; ReturnParameterName=&quot;Return&quot; ReturnTyp<br/> <span style="color:red">+</span> eDescriptorName=&quot;Return&quot; ReturnTypeDescriptorLevel=&quot;0&quot; Name=&quot;FinderTe<br/> <span style="color:red">+</span> sterInstance&quot; /&gt; <br/> &lt;/MethodInstances&gt;<br/> &lt;/Method&gt;<br/> &lt;/Methods&gt;<br/> &lt;/Entity&gt;<br/> &lt;/Entities&gt;<br/> &lt;/LobSystem&gt;<br/> </span> </tt> </div> </pre> <br/> Can anyone PLEASE PLEASE tell me what data the BDC (or theMS ADD tool) is expecting, once I know this, I can change my webservice to return the correct data?<br/>Tue, 01 Dec 2009 15:35:12 Z2009-12-01T15:35:14Zhttp://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/1c0983ed-691a-4b73-a65e-0d33d1e01158http://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/1c0983ed-691a-4b73-a65e-0d33d1e01158trmiller83http://social.technet.microsoft.com/Profile/en-US/?user=trmiller83Wildcard FilterDescriptorI added a couple filters to my BDC but am not having much luck getting the wildcard FilterDescriptor to work.  When I perform a search, 'is equal to' is the search that will return any results.  'starts with,' 'ends with' and 'contains' all return no results no matter what I search for.  Any idea what I'm missing???  Below is the Finder method I'm using.  Thanks!<br/> <pre lang=x-xml> &lt;Method Name=&quot;GetEmployee&quot;&gt; &lt;Properties&gt; &lt;Property Name=&quot;RdbCommandType&quot; Type=&quot;System.Data.CommandType, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&quot;&gt;Text&lt;/Property&gt; &lt;Property Name=&quot;RdbCommandText&quot; Type=&quot;System.String&quot;&gt; SELECT [EmployeeID] ,[FirstName] + ' ' + [LastName] as Name ,[FirstName] ,[LastName] FROM [ITDEmployee].[dbo].[tblEmployee] where [LastName] like @LastName and [FirstName] like @FirstName &lt;/Property&gt; &lt;/Properties&gt; &lt;FilterDescriptors&gt; &lt;FilterDescriptor Type=&quot;Wildcard&quot; Name=&quot;Last Name&quot;&gt; &lt;Properties&gt; &lt;Property Name=&quot;UsedForDisambiguation&quot; Type=&quot;System.Boolean&quot; &gt;true&lt;/Property&gt; &lt;/Properties&gt; &lt;/FilterDescriptor&gt; &lt;FilterDescriptor Type=&quot;Wildcard&quot; Name=&quot;First Name&quot;&gt; &lt;Properties&gt; &lt;Property Name=&quot;UsedForDisambiguation&quot; Type=&quot;System.Boolean&quot; &gt;true&lt;/Property&gt; &lt;/Properties&gt; &lt;/FilterDescriptor&gt; &lt;/FilterDescriptors&gt; &lt;Parameters&gt; &lt;Parameter Direction=&quot;In&quot; Name=&quot;@LastName&quot;&gt; &lt;TypeDescriptor TypeName=&quot;System.String&quot; Name=&quot;LastName&quot; AssociatedFilter=&quot;Last Name&quot;&gt; &lt;DefaultValues&gt; &lt;DefaultValue MethodInstanceName=&quot;GetEmployeeFinder_Instance&quot; Type=&quot;System.String&quot;&gt;%&lt;/DefaultValue&gt; &lt;/DefaultValues&gt; &lt;/TypeDescriptor&gt; &lt;/Parameter&gt; &lt;Parameter Direction=&quot;In&quot; Name=&quot;@FirstName&quot;&gt; &lt;TypeDescriptor TypeName=&quot;System.String&quot; Name=&quot;FirstName&quot; AssociatedFilter=&quot;First Name&quot;&gt; &lt;DefaultValues&gt; &lt;DefaultValue MethodInstanceName=&quot;GetEmployeeFinder_Instance&quot; Type=&quot;System.String&quot;&gt;%&lt;/DefaultValue&gt; &lt;/DefaultValues&gt; &lt;/TypeDescriptor&gt; &lt;/Parameter&gt; &lt;Parameter Direction=&quot;Return&quot; Name=&quot;@Employee&quot;&gt; &lt;TypeDescriptor TypeName=&quot;System.Data.IDataReader, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&quot; IsCollection=&quot;true&quot; Name=&quot;Reader&quot;&gt; &lt;TypeDescriptors&gt; &lt;TypeDescriptor TypeName=&quot;System.Data.IDataRecord, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&quot; Name=&quot;Record&quot;&gt; &lt;TypeDescriptors&gt; &lt;TypeDescriptor TypeName=&quot;System.Int32, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&quot; IdentifierName=&quot;EmployeeID&quot; Name=&quot;EmployeeID&quot; /&gt; &lt;TypeDescriptor TypeName=&quot;System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&quot; Name=&quot;Name&quot; /&gt; &lt;TypeDescriptor TypeName=&quot;System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&quot; Name=&quot;FirstName&quot; /&gt; &lt;TypeDescriptor TypeName=&quot;System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&quot; Name=&quot;LastName&quot; /&gt; &lt;/TypeDescriptors&gt; &lt;/TypeDescriptor&gt; &lt;/TypeDescriptors&gt; &lt;/TypeDescriptor&gt; &lt;/Parameter&gt; &lt;/Parameters&gt; &lt;MethodInstances&gt; &lt;MethodInstance Type=&quot;Finder&quot; ReturnParameterName=&quot;@Employee&quot; ReturnTypeDescriptorName=&quot;Reader&quot; ReturnTypeDescriptorLevel=&quot;0&quot; Name=&quot;GetEmployeeFinder_Instance&quot; /&gt; &lt;/MethodInstances&gt; &lt;/Method&gt; </pre>Tue, 01 Dec 2009 14:43:04 Z2009-12-01T14:43:04Zhttp://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/ff5b2caa-0c97-4d47-9797-29526f650863http://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/ff5b2caa-0c97-4d47-9797-29526f650863SJayahttp://social.technet.microsoft.com/Profile/en-US/?user=SJayaBDC - Is there a way to Export data shown in BDC to Excel<p align=left>I know BDC is to get data from an external database, but is there an OOB funtionality that allows you to export BDC data filtered in SharePoint site to Excel...</p> <p align=left> </p> <p align=left>If not I can do it as an Action Item (i guess!)</p> <p align=left> </p> <p align=left>Any lead would be of great help</p> <p align=left> </p> <p align=left>Thank you</p>Thu, 27 Sep 2007 19:23:59 Z2009-12-01T10:53:09Zhttp://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/01a1d870-f795-45b9-94f0-3209a63a7eedhttp://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/01a1d870-f795-45b9-94f0-3209a63a7eedgordonjohnstonhttp://social.technet.microsoft.com/Profile/en-US/?user=gordonjohnstonSharePoint 2007 (CRM 4) Why does the "Check Names" button not return results yet the "Browse" button does?I have created a BDC for CRM 4.  <br/><br/>In SharePoint I add an Account field to a list and when I use the &quot;Check Names&quot; button, I always get &quot;No exact match was found&quot;!<br/><br/>If I use the Browse button I can retrieve the data (although I can't leave the field as null and return all records and I can't seem to use a wildcard - not sure if I should expect records to be returned by clicking the search button with no search string??).<br/><br/>What drives the &quot;Check Names&quot; data?  Enterprise Search is in the process of being configured so that might be the driver and explain this behaviour.Mon, 31 Aug 2009 15:44:22 Z2009-12-01T10:13:42Zhttp://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/f046463b-46e2-4ed2-adb8-b0f27fddec8fhttp://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/f046463b-46e2-4ed2-adb8-b0f27fddec8fAnde Venkatahttp://social.technet.microsoft.com/Profile/en-US/?user=Ande%20VenkataHow to Implement Sharepoint BDC within my Sales PortalHow to Implement Sharepoint BDC(Business Data Catalog) within my Sales Portal. Any Blogs or any suggestions or links that can help me on this.Tue, 01 Dec 2009 09:10:23 Z2009-12-01T09:10:24Zhttp://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/d1cd2707-e300-46ce-a0e7-6b14e8fde8eahttp://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/d1cd2707-e300-46ce-a0e7-6b14e8fde8eajanczhttp://social.technet.microsoft.com/Profile/en-US/?user=janczFox OLEDB Provider crashes Application Designer (BDC) I am trying to access some data stored on a Fox Database by using App Designer to connect to it. After trying to use ODBC and seeing that MS consider this driver deprecated and suggests using OLE DB instead I downloaded this provider for Visual Fox Pro and try to connect to the DB. <br/> Everything was going fine on Adding a LOB system, typing the conn string for OLE DB and when I hit Connect I even could see the table list and Add tables by dragging them to the workspace. My guess here was that the provider and conn string were fine since I could actually see the DB objects, but when I hit the OK button and the App Designer should take me to the tree-view Metadata Objects window and let me do my work, instead it just crashes big time! <br/> <br/> The error says Application Definition Designer has stopped working with this Details:<br/> <br/> Description:<br/>   Stopped working<br/> <br/> Problem signature:<br/>   Problem Event Name:    CLR20r3<br/>   Problem Signature 01:    applicationdefinitiondesigner<br/>   Problem Signature 02:    1.0.0.0<br/>   Problem Signature 03:    49ac68fa<br/>   Problem Signature 04:    mscorlib<br/>   Problem Signature 05:    2.0.0.0<br/>   Problem Signature 06:    498d1a92<br/>   Problem Signature 07:    dc<br/>   Problem Signature 08:    5<br/>   Problem Signature 09:    A4DH5WWIWWW1YJTMP0C0KV4ZWCALU4IN<br/>   OS Version:    6.0.6001.2.1.0.274.10<br/>   Locale ID:    1033<br/> <br/> <br/> I have tried this on Windows server 2003 32bit and on Windows Server 2008 64bit and it happens exactly the same way. I even tried this with ODBC driver, is the same! <br/> The connection String I'm using is: <span class=Normal> <pre>Provider=<span style="color:#0000ff">vfpoledb</span> ; Data Source=C:\DBFFox\Sfm\myVFPDB.<span style="color:#0000ff">dbc</span> ; Mode=ReadWrite|Share Deny None; Collating Sequence=MACHINE;</pre> </span> <br/> I need to access this data from this BD and wouldn't like to use another way since we're doing this for a number of databases (Access, Sybase, MSSQL...) using BDC and would like to be standard. Is this possible? What is wrong with this driver/provider? Are there alternatives to access this data?<br/> <br/> Thank you.Fri, 18 Sep 2009 18:04:37 Z2009-12-01T06:36:03Zhttp://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/201bd73a-5378-421e-8e16-b75c3aee21adhttp://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/201bd73a-5378-421e-8e16-b75c3aee21advincent_1234http://social.technet.microsoft.com/Profile/en-US/?user=vincent_1234meta column, business data picker no searchI have imported the following stuff:<br/>There are more types but I don't think you guy's are interested in that.<br/>What happens in the &quot;Account&quot; picker at a metadata column is the dropdown does not contain items and search does not work.<br/><br/> <pre lang=x-xml> &lt;Entity EstimatedInstanceCount=&quot;0&quot; Name=&quot;Account&quot;&gt; &lt;Properties&gt; &lt;Property Name=&quot;Title&quot; Type=&quot;System.String&quot;&gt;name&lt;/Property&gt; &lt;/Properties&gt; &lt;Identifiers&gt; &lt;Identifier TypeName=&quot;System.String&quot; Name=&quot;[accountid]&quot; /&gt; &lt;/Identifiers&gt; &lt;Methods&gt; &lt;Method Name=&quot;Getdbo.[FilteredAccount]&quot;&gt; &lt;Properties&gt; &lt;Property Name=&quot;RdbCommandText&quot; Type=&quot;System.String&quot;&gt;Select [accountid],[accountnumber],[name],[address1_line1],[address1_line2],[address1_line3],[address1_city],[address1_stateorprovince],[address1_postalcode],[address1_country],[emailaddress1],[primarycontactid],[primarycontactidname],[telephone1],[businesstypecodename],[creditlimit],[creditonholdname],[customersizecodename],[customertypecodename],[description],[emailaddress2],[emailaddress3],[fax],[industrycodename],[numberofemployees],[revenue],[statecodename],[statuscodename],[tickersymbol],[websiteurl],[donotbulkemailname],[donotbulkpostalmailname],[donotemailname],[donotfaxname],[donotphonename],[donotpostalmailname],[donotsendmarketingmaterialname] From dbo.[FilteredAccount]&lt;/Property&gt; &lt;Property Name=&quot;RdbCommandType&quot; Type=&quot;System.Data.CommandType, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&quot;&gt;Text&lt;/Property&gt; &lt;/Properties&gt; &lt;Parameters&gt; &lt;Parameter Direction=&quot;Return&quot; Name=&quot;dbo.[FilteredAccount]&quot;&gt; &lt;TypeDescriptor TypeName=&quot;System.Data.IDataReader, System.Data, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&quot; IsCollection=&quot;true&quot; Name=&quot;dbo.[FilteredAccount]DataReader&quot;&gt; &lt;TypeDescriptors&gt; &lt;TypeDescriptor TypeName=&quot;System.Data.IDataRecord, System.Data, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&quot; Name=&quot;dbo.[FilteredAccount]DataRecord&quot;&gt; &lt;TypeDescriptors&gt; &lt;TypeDescriptor TypeName=&quot;System.String&quot; IdentifierName=&quot;[accountid]&quot; Name=&quot;accountid&quot;&gt; &lt;LocalizedDisplayNames&gt; &lt;LocalizedDisplayName LCID=&quot;1033&quot;&gt; Account ID &lt;/LocalizedDisplayName&gt; &lt;/LocalizedDisplayNames&gt; &lt;/TypeDescriptor&gt; &lt;TypeDescriptor TypeName=&quot;System.String&quot; Name=&quot;name&quot;&gt; &lt;LocalizedDisplayNames&gt; &lt;LocalizedDisplayName LCID=&quot;1033&quot;&gt; Account Name &lt;/LocalizedDisplayName&gt; &lt;/LocalizedDisplayNames&gt; &lt;/TypeDescriptor&gt; &lt;/TypeDescriptors&gt; &lt;/TypeDescriptor&gt; &lt;/TypeDescriptors&gt; &lt;/TypeDescriptor&gt; &lt;/Parameter&gt; &lt;/Parameters&gt; &lt;MethodInstances&gt; &lt;MethodInstance Type=&quot;Finder&quot; ReturnParameterName=&quot;dbo.[FilteredAccount]&quot; ReturnTypeDescriptorName=&quot;dbo.[FilteredAccount]DataReader&quot; ReturnTypeDescriptorLevel=&quot;0&quot; Name=&quot;dbo.[FilteredAccount]Finder&quot; /&gt; &lt;/MethodInstances&gt; &lt;/Method&gt; &lt;Method Name=&quot;dbo.[FilteredAccount]SpecificFinder&quot;&gt; &lt;Properties&gt; &lt;Property Name=&quot;RdbCommandText&quot; Type=&quot;System.String&quot;&gt;Select [accountid],[accountnumber],[name],[address1_line1],[address1_line2],[address1_line3],[address1_city],[address1_stateorprovince],[address1_postalcode],[address1_country],[emailaddress1],[primarycontactid],[primarycontactidname],[telephone1],[businesstypecodename],[creditlimit],[creditonholdname],[customersizecodename],[customertypecodename],[description],[emailaddress2],[emailaddress3],[fax],[industrycodename],[numberofemployees],[revenue],[statecodename],[statuscodename],[tickersymbol],[websiteurl],[donotbulkemailname],[donotbulkpostalmailname],[donotemailname],[donotfaxname],[donotphonename],[donotpostalmailname],[donotsendmarketingmaterialname] From dbo.[FilteredAccount] Where (accountid=@accountid)&lt;/Property&gt; &lt;Property Name=&quot;RdbCommandType&quot; Type=&quot;System.Data.CommandType, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&quot;&gt;Text&lt;/Property&gt; &lt;/Properties&gt; &lt;Parameters&gt; &lt;Parameter Direction=&quot;In&quot; Name=&quot;@accountid&quot;&gt; &lt;TypeDescriptor TypeName=&quot;System.String&quot; IdentifierName=&quot;[accountid]&quot; Name=&quot;[accountid]&quot; /&gt; &lt;/Parameter&gt; &lt;Parameter Direction=&quot;Return&quot; Name=&quot;dbo.[FilteredAccount]&quot;&gt; &lt;TypeDescriptor TypeName=&quot;System.Data.IDataReader, System.Data, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&quot; IsCollection=&quot;true&quot; Name=&quot;dbo.[FilteredAccount]DataReader&quot;&gt; &lt;TypeDescriptors&gt; &lt;TypeDescriptor TypeName=&quot;System.Data.IDataRecord, System.Data, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&quot; Name=&quot;dbo.[FilteredAccount]DataRecord&quot;&gt; &lt;TypeDescriptors&gt; &lt;TypeDescriptor TypeName=&quot;System.String&quot; IdentifierName=&quot;[accountid]&quot; Name=&quot;accountid&quot;&gt; &lt;LocalizedDisplayNames&gt; &lt;LocalizedDisplayName LCID=&quot;1033&quot;&gt; Account ID &lt;/LocalizedDisplayName&gt; &lt;/LocalizedDisplayNames&gt; &lt;/TypeDescriptor&gt; &lt;TypeDescriptor TypeName=&quot;System.String&quot; Name=&quot;name&quot;&gt; &lt;LocalizedDisplayNames&gt; &lt;LocalizedDisplayName LCID=&quot;1033&quot;&gt; Account Name &lt;/LocalizedDisplayName&gt; &lt;/LocalizedDisplayNames&gt; &lt;/TypeDescriptor&gt; &lt;/TypeDescriptors&gt; &lt;/TypeDescriptor&gt; &lt;/TypeDescriptors&gt; &lt;/TypeDescriptor&gt; &lt;/Parameter&gt; &lt;/Parameters&gt; &lt;MethodInstances&gt; &lt;MethodInstance Type=&quot;SpecificFinder&quot; ReturnParameterName=&quot;dbo.[FilteredAccount]&quot; ReturnTypeDescriptorName=&quot;dbo.[FilteredAccount]DataReader&quot; ReturnTypeDescriptorLevel=&quot;0&quot; Name=&quot;dbo.[FilteredAccount]SpecificFinder&quot; /&gt; &lt;/MethodInstances&gt; &lt;/Method&gt; &lt;Method Name=&quot;dbo.[FilteredAccount]IDEnumerator&quot;&gt; &lt;Properties&gt; &lt;Property Name=&quot;RdbCommandText&quot; Type=&quot;System.String&quot;&gt;Select [accountid] from dbo.[FilteredAccount]&lt;/Property&gt; &lt;Property Name=&quot;RdbCommandType&quot; Type=&quot;System.Data.CommandType, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&quot;&gt;Text&lt;/Property&gt; &lt;/Properties&gt; &lt;Parameters&gt; &lt;Parameter Direction=&quot;Return&quot; Name=&quot;dbo.[FilteredAccount]IDs&quot;&gt; &lt;TypeDescriptor TypeName=&quot;System.Data.IDataReader, System.Data, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&quot; IsCollection=&quot;true&quot; Name=&quot;dbo.[FilteredAccount]IDs&quot;&gt; &lt;TypeDescriptors&gt; &lt;TypeDescriptor TypeName=&quot;System.Data.IDataRecord, System.Data, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&quot; Name=&quot;dbo.[FilteredAccount]&quot;&gt; &lt;TypeDescriptors&gt; &lt;TypeDescriptor TypeName=&quot;System.String&quot; IdentifierName=&quot;[accountid]&quot; Name=&quot;accountid&quot; /&gt; &lt;/TypeDescriptors&gt; &lt;/TypeDescriptor&gt; &lt;/TypeDescriptors&gt; &lt;/TypeDescriptor&gt; &lt;/Parameter&gt; &lt;/Parameters&gt; &lt;MethodInstances&gt; &lt;MethodInstance Type=&quot;IdEnumerator&quot; ReturnParameterName=&quot;dbo.[FilteredAccount]IDs&quot; ReturnTypeDescriptorName=&quot;dbo.[FilteredAccount]IDs&quot; ReturnTypeDescriptorLevel=&quot;0&quot; Name=&quot;dbo.[FilteredAccount]EnumeratorInstance&quot; /&gt; &lt;/MethodInstances&gt; &lt;/Method&gt; &lt;/Methods&gt; &lt;/Entity&gt;</pre>Fri, 27 Nov 2009 13:56:26 Z2009-11-30T17:11:24Zhttp://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/01c90a86-fb6a-4585-a560-de1d44223bb2http://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/01c90a86-fb6a-4585-a560-de1d44223bb2vincent_1234http://social.technet.microsoft.com/Profile/en-US/?user=vincent_1234Adding managed property from BDCI created a managed property from business data. The application has spaces in it so the mapping looks like <a href="http://social.msdn.microsoft.com/Forums/en-US/crawledproperty.aspx?property=Microsoft Dynamics CRM.Account.name&amp;propertyset=2edeba9a-0fa8-4020-8a8b-30c3cdf34ccd&amp;type=31">Microsoft Dynamics CRM.Account.name(Text)</a><br/>No I do not get any results with this propery (after full crawl) and I don't want to mess around to much (it is the official site) so I want to know for sure, is it possible the spaces are messing this up? It shows some examples but not the right one...Mon, 30 Nov 2009 15:59:48 Z2009-11-30T23:05:43Zhttp://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/631de052-a31c-40e8-abcd-dc5db7461dedhttp://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/631de052-a31c-40e8-abcd-dc5db7461dedHitesh Thakkarhttp://social.technet.microsoft.com/Profile/en-US/?user=Hitesh%20ThakkarUsing Infopath Form with BDC to create database driven applicationHi All, <br><br>Using BDC we can display a list of entity in <b>BDC Data List</b> web part and a user can see the details of a particular entity using <b>Business Data Item</b> web part. <br><br>I wonder if we can use an InfoPath froms for updating and/or inserting of an entity and associate it with the BDC Data list web part as an action. Has anyone implemented a such solution? <br><br>I have created an InfoPath form to Submit the data to a web service (to create a record of an entity) and deploy it itself using XMLFormViewer web part, and it works fine. I wonder if we can attach the InfoPath forms with BDC Data List web part and that way one could easily create CRUD (Create, Read, Update and Delete) of an entity using BDC and InfoPath together inside MOSS. <br><br>I think MOSS is a great tool to create a Publishing Portal application, content managemment, office applications etc.. but not a good option to create a database driven application (CRUD of database entities). Please correct me if I am wrong here. <br><br>Looking forward to answers/comments. <br><br>Hitesh <br> Wed, 15 Oct 2008 21:10:39 Z2009-11-27T07:02:10Zhttp://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/9dad7cd9-5e9e-496f-b4e7-a8b7100f60e0http://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/9dad7cd9-5e9e-496f-b4e7-a8b7100f60e0DavidLewis27http://social.technet.microsoft.com/Profile/en-US/?user=DavidLewis27Business Data List has no Business Data Type available in the pickerI created an ADF file.  I import the file into sharepoint.  I set the permissions.  I go to the page and add a Business Data List.  I modifiy the shared web properties.  I go into the Business Data Type Picker and I have nothing available to select.  I search and still cant find it.  Can anyone tell me why this is blank?????Mon, 09 Nov 2009 22:46:50 Z2009-11-26T15:29:28Zhttp://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/baebb7eb-9e5b-47fa-b575-be21310c6e1ahttp://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/baebb7eb-9e5b-47fa-b575-be21310c6e1aJ Siegmund [MCTS]http://social.technet.microsoft.com/Profile/en-US/?user=J%20Siegmund%20%5bMCTS%5dMapping site / customer metadata Hi,<br/><br/>I'm currently in the process of setting up customer portals for our own customers to sign into. The idea is that these portals will be automatically created based on a site template, and customers are able to log in via a FBA site. <br/><br/>Now on each site, I will have some libraries and stuff. Also, I need a BDC part to show the customers data from our CRM project. So I need a way to feed the BDC webpart the customer code for retrieving the record. <br/><br/>I've now implemented it like this: the customer code is the relative path of the site. So when the customers code is CONTOSO, then the site would become <a href="https://customers.company.com/CONTOSO">https://customers.company.com/CONTOSO</a>. I wrote a webpart which takes the correct part the of the URL and provides it as a filter template. This works fast and good, but my programmer heart is telling me this is a filthy solution. <br/><br/>Another problem is that I have to aggregate data from multiple customer sites, like tasks and such. Offcourse, in the overview, my manager would like to see to which customer the task is bound. I can do that by stripping down the site address, but i'm not quite sure if that's the way to go. I could also write a feature which fills a 'Customer' column, but again I would need to feed that somehow. <br/><br/><br/>I'm probably not the only one wanting these kinds of things, so I was curious about ways to solve this.<hr class="sig">MCTS in Web Application Development in .NET 2.0Fri, 20 Nov 2009 11:49:38 Z2009-11-26T14:06:33Zhttp://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/3cb84eb4-464b-45bc-b304-b0ebdf5e6ec2http://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/3cb84eb4-464b-45bc-b304-b0ebdf5e6ec2Dijanahttp://social.technet.microsoft.com/Profile/en-US/?user=DijanaReset BDC ItemI have a BDC Related List (Machines) web part which is connected to a BDC list webpart (Customers). When I select a Customer and then a machine of this customer, the two Data Item Webparts on the page show the Details (Customer details, Machine Details) of the entry.<br/> But if I search again for a new customer and select it, the Machine Detail Webpart still shows the &quot;old&quot; information of the previously selected entry.<br/> Is there any way to reset for example all the &quot;Data Item&quot;-Webparts on a page? Or can we send a default Parameter to all the webparts on a page when clicking on the Searchbutton?<br/> <br/> Thank you in advance<br/>Thu, 26 Nov 2009 13:00:54 Z2009-11-26T13:00:55Zhttp://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/05e16cd3-5ced-4903-80ef-749079e51979http://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/05e16cd3-5ced-4903-80ef-749079e51979Aldo Marhttp://social.technet.microsoft.com/Profile/en-US/?user=Aldo%20MarCan I choose specific entities to be included in a content source?Hello,<br/> <br/> I created a content source for my BDC application but it takes too long to crawl.<br/> <br/> Imagine 2 entities: Contact and Addresses. People will always search for contacts not addresses. I will customize the result page so that it does show the contact addresses of the specific contact. So I don't really need to be able to search for addresses.<br/> <br/> So, could I limit the number of entities in the content source?Thu, 26 Nov 2009 11:47:58 Z2009-11-26T11:47:59Zhttp://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/1a600919-d48c-4d27-be7f-92e2af9502d8http://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/1a600919-d48c-4d27-be7f-92e2af9502d8kkmickhttp://social.technet.microsoft.com/Profile/en-US/?user=kkmickapplication definition designer is crashing<p>Hi :  <br/><br/>I tried to add a table to application definition designer after I was connected to the database.  It gave me an error System.collection.genreic.keyNotFoundException.   I am using oledb to connect to my database.  The database itself is a sql server 2000. </p> <p>any idea? </p> <p> </p> <p>Thanks</p> <p> </p> <p>  </p>Thu, 18 Jun 2009 20:54:21 Z2009-11-26T00:57:27Zhttp://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/be1c9e43-56b6-4f78-b763-166d1e2e70c4http://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/be1c9e43-56b6-4f78-b763-166d1e2e70c4sHrUDiPhttp://social.technet.microsoft.com/Profile/en-US/?user=sHrUDiPMathematical calculation using BDC SELECT satementI have following select statement in the BDC, <br/><br/> <pre lang=x-sql>SELECT ((SELECT UNIT_SCALE as UNIT_SCALE1 FROM UNITS WHERE (UNIT=:UserUnit))/(SELECT UNIT_SCALE as UNIT_SCALE2 FROM UNITS WHERE (UNIT=:DBUnit))) as SCALE FROM dual; </pre> <pre lang=x-xml>&lt;FilterDescriptors&gt; &lt;FilterDescriptor Type=&quot;Wildcard&quot; Name=&quot;UserUnit&quot; /&gt; &lt;FilterDescriptor Type=&quot;Wildcard&quot; Name=&quot;DBUnit&quot; /&gt; &lt;/FilterDescriptors&gt; &lt;Parameters&gt; &lt;Parameter Direction=&quot;In&quot; Name=&quot;:UserUnit&quot;&gt; &lt;TypeDescriptor TypeName=&quot;System.String&quot; Name=&quot;UNIT&quot; AssociatedFilter=&quot;UserUnit&quot;&gt;&lt;/TypeDescriptor&gt; &lt;/Parameter&gt; &lt;Parameter Direction=&quot;In&quot; Name=&quot;:DBUnit&quot;&gt; &lt;TypeDescriptor TypeName=&quot;System.String&quot; Name=&quot;UNIT&quot; AssociatedFilter=&quot;DBUnit&quot;&gt;&lt;/TypeDescriptor&gt; &lt;/Parameter&gt; &lt;Parameter Direction=&quot;Return&quot; Name=&quot;&amp;quot;CHEMREG&amp;quot;.&amp;quot;UNITS&amp;quot;&quot;&gt; &lt;TypeDescriptor TypeName=&quot;System.Data.IDataReader, System.Data, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&quot; IsCollection=&quot;true&quot; Name=&quot;&amp;quot;CHEMREG&amp;quot;.&amp;quot;UNITS&amp;quot;DataReader&quot;&gt; &lt;TypeDescriptors&gt; &lt;TypeDescriptor TypeName=&quot;System.Data.IDataRecord, System.Data, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&quot; Name=&quot;&amp;quot;CHEMREG&amp;quot;.&amp;quot;UNITS&amp;quot;DataRecord&quot;&gt; &lt;TypeDescriptors&gt; &lt;TypeDescriptor TypeName=&quot;System.Decimal&quot; Name=&quot;UNIT_SCALE1&quot; /&gt; &lt;TypeDescriptor TypeName=&quot;System.Decimal&quot; Name=&quot;UNIT_SCALE2&quot; /&gt; &lt;TypeDescriptor TypeName=&quot;System.Decimal&quot; Name=&quot;SCALE&quot; /&gt; &lt;/TypeDescriptors&gt; &lt;/TypeDescriptor&gt; &lt;/TypeDescriptors&gt; &lt;/TypeDescriptor&gt; &lt;/Parameter&gt; &lt;/Parameters&gt;</pre> I get &quot;ORA-00911: invalid character&quot; error.<br/><br/>Please help.Fri, 20 Nov 2009 16:37:40 Z2009-11-25T22:21:24Zhttp://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/3aa7dffe-68d8-476f-a83d-801355402de6http://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/3aa7dffe-68d8-476f-a83d-801355402de6ManforSharePointhttp://social.technet.microsoft.com/Profile/en-US/?user=ManforSharePointProblem with BDC in forms authenticationHi,<br />I had devleoped BDC web part. It works fine with NTLM authentication.<br />&nbsp;But gives an error message "Access denied" for FBA users. But when I add the FBA&nbsp; users to BDC list (Central Admin &gt; SSP &gt; Business Data Catalog &gt;Business Data Catalog Permissions) it works fine. But I dont think it i s good practice to all all the 1000s of FBA users to the BDC permissions.<br /><br />I would like to know what is the best practice to achieve BDC for FBA users. <br />Note:&nbsp;<br />The SSP has been extended for FBA users.<br />Wed, 07 Oct 2009 13:45:22 Z2009-11-25T20:52:59Zhttp://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/54be62c0-546c-484e-98a6-a90520fa9149http://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/54be62c0-546c-484e-98a6-a90520fa9149Test Kumarhttp://social.technet.microsoft.com/Profile/en-US/?user=Test%20KumarHow to embed a web application code in MOSS 2007 as a BDC web part?Hi All,<br/> <br/> I have created a web application which contains lots of .aspx, .ascx files etc.<br/> Now, I want to use this web application in MOSS as a bdc web part. I won't be able to rewrite the code to use it as a bdc web part.<br/> <br/> Is there any way to embedd this code directly in MOSS as a bdc web part?<br/> I mean to say when I drag n drop the web part, my web application will be visible in web part zone. There I can use or retrieve or insert data in database using web application.<br/> <br/> I don't want to call this web application using any url. I want to completely embed the code as a web part.<br/> <br/> Can anyone suggest how to achieve this task?<br/> <br/> Thanks in advance.<br/> <br/> Regards.Mon, 23 Nov 2009 09:16:07 Z2009-11-25T06:26:25Zhttp://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/49b951a9-4762-45e9-8286-e874c0ee49b8http://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/49b951a9-4762-45e9-8286-e874c0ee49b8nNewTechiEehttp://social.technet.microsoft.com/Profile/en-US/?user=nNewTechiEeCannot connect to dabase instance in Business Data List webpart.Im having trouble when using business data list webpart in Sharepoint.<br/><br/>'Unable to connect to AdventureWorksDW_Instance.'<br/><br/>In my Event Logs, this is the error:<br/><br/>Could not open connection using 'data source=MSSQL;initial catalog=AdventureWorksDW;integrated security=True;persist security info=false' in App Domain '/LM/W3SVC/243996052/ROOT-1-129034982946432768'. The full exception text is: Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.<br/><br/>How can I fix this problem?Tue, 24 Nov 2009 07:05:30 Z2009-11-24T16:09:35Zhttp://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/842afbbd-b3dd-4359-b9f6-4863cdd9f7a8http://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/842afbbd-b3dd-4359-b9f6-4863cdd9f7a8Sravan Kasyaphttp://social.technet.microsoft.com/Profile/en-US/?user=Sravan%20KasyapError when executing a MethodInstance from BDC Editor<p>Hello friends,<br/><br/>I am pretty new to BDC concept in Sharepoint. I have a Java Web service which uses SOAP12 protcol. When executed from third party tool SOAPUI, it gives back the result, which is basically ArrayOfString and inside which you have strings..... But, when i execute the same method instance from BDC editor, it says 'Unable to Connect to remote server'. I have necessary rights. I am part of Farm Admistrators &amp; site collection administrators group as well in sharepoint. Please help me resolve this issue. Let me know if you need more details with respect to the problem.<br/><br/>Thanks in advance.</p><hr class="sig">Sravan KasyapTue, 24 Nov 2009 05:45:13 Z2009-11-24T05:45:14Zhttp://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/b3ab74f7-cafa-4002-a54e-0bc4e23ab57ehttp://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/b3ab74f7-cafa-4002-a54e-0bc4e23ab57eBuGlenhttp://social.technet.microsoft.com/Profile/en-US/?user=BuGlenBDC Definition Editor Install ErrorI'm trying to install the BDC Definition Editor from the latest SharePoint SDK (1.5) and I'm getting errors which cause the installation to abort.  I've tried both the setup.exe and running the MSI package directly, neither seem to get past the error.  Here's the related installation log details just before the rollback:<br/><br/>DEBUG: Error 2769:  Custom Action _0ADE9416_9717_41CD_96D3_242A073CE3F3.install did not close 1 MSIHANDLEs.<br/><br/>I'm using Vista Enterprise Edition (32-bit) and have VS 2008 and SQL 2008 installed.  Has anyone else experienced this issue with the custom action identified above?<hr class="sig">-GlenMon, 23 Nov 2009 17:40:28 Z2009-11-23T17:56:21Zhttp://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/8e6c7975-eb0c-49e5-af4b-01f56ebe18b1http://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/8e6c7975-eb0c-49e5-af4b-01f56ebe18b1harishjanhttp://social.technet.microsoft.com/Profile/en-US/?user=harishjanError : The filter process could not be started. The system is most likely low on resources ...."While improting user profile data in sharepoint i am getting this error : <br/><span style="color:#ff0000"><br/>The filter process could not be started. The system is most likely low on resources, or the filter process binary was modified. If the resources are available, check the search binaries with an antivirus program. The filter process could not be started. The system is most likely low on resources, or the filter process binary was modified. If the resources are available, check the search binaries with an antivirus program. <br/><br/> <p class=MsoNormal style="margin:0in 0in 0pt"><span style="font-size:small"><span style="color:#000000"><span style="font-family:Calibri">I scanned the system with two different anti-virus apps but didn’t find any virus, also there is no resource shortage in this system as given in the error message. I have custom profile properties also getting imported which was working fine till last week, <span style="font-family:Verdana">I removed BDC related things from this system still the same error is coming. </span>probably only change in Sharepoint is that i did is </span><span style="font-family:Verdana">MOSS SP2 Upgrade in this system. is there anyone who knows about this issue. </span></span></span></p> </span>Thu, 19 Nov 2009 12:03:54 Z2009-11-23T14:29:39Zhttp://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/916d5bcf-903a-473d-afd6-f1a9679d1648http://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/916d5bcf-903a-473d-afd6-f1a9679d1648Håvard Melinghttp://social.technet.microsoft.com/Profile/en-US/?user=H%u00e5vard%20MelingBDC Definition Editor - New Web Method in webservice for existing LOB System<p align=left><font face=Arial size=2></font> </p> <p>Anyone knows if it is possible to refresh/reload the LOB system (using BDC Defintion editor) so that new Web Methods added to the underlying web service can be added as new methods to an existing LOB system?</p> <p align=left> </p> <p align=left>Currently if I add new web methods to the webservice they will not be listed as available &quot;Web Methods&quot; for creating new methods. Then I usuallty edit the xml and inserts the new method manually before reimporting to the BDC definition Editor. Is there a better way?</p>Tue, 15 Apr 2008 22:10:58 Z2009-11-23T14:20:35Zhttp://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/9f8902fc-c0b3-4aa0-9a85-0c9c5fbecdc2http://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/9f8902fc-c0b3-4aa0-9a85-0c9c5fbecdc2DavidLewis27http://social.technet.microsoft.com/Profile/en-US/?user=DavidLewis27BDC Filter<p>i have created a Business Data List with all the data coming in.  what I am looking to do is create filters for the columns but if filters are not used for all of the data to populate the list.  How do I go about doing this.  Every time I create filters all the data is removed from the list.  Thanks in advance</p>Tue, 17 Nov 2009 22:50:31 Z2009-11-20T14:47:32Zhttp://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/813eb9dc-95a5-419a-b770-6598c58a0cf7http://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/813eb9dc-95a5-419a-b770-6598c58a0cf7trmiller83http://social.technet.microsoft.com/Profile/en-US/?user=trmiller83Displaying ImagesWe are attempting to use the BDC to display employee info from an external SQL Server db.  One of the fields we need to display is an Image type.  Will this field be displayed as an image by the BDC? Thu, 12 Nov 2009 17:06:29 Z2009-11-20T14:37:57Zhttp://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/911c155a-32bb-4504-9292-6a604a0e1626http://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/911c155a-32bb-4504-9292-6a604a0e1626jeroen_sfhttp://social.technet.microsoft.com/Profile/en-US/?user=jeroen_sfCannot filter on specific BDC field in the list toolbar<p>A list is displaying secondary BDC field of both string and decimal types. For some reason the string types do not allow filtering on the field from the list toolbar dropdown, the decimal types do allow filtering. Strangely enough, another library in the same site collection (so with the same BDC definition) does allow filtering on some string type BDC fields, but not on all fields.<br/><br/>I also noticed that the fields / columns that do not allow in place filtering are also not available in a calculated column.<br/><br/>Any suggestions to resolve this would be appreciated.<br/><br/>Jeroen</p>Tue, 22 Sep 2009 18:47:11 Z2009-11-19T14:42:32Zhttp://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/95bf3489-2397-43bc-a946-2ea391d3c1cehttp://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/95bf3489-2397-43bc-a946-2ea391d3c1ceThomas N. Sørensenhttp://social.technet.microsoft.com/Profile/en-US/?user=Thomas%20N.%20S%u00f8rensenMaking BDC with SSO work with Forms based authenticationWe are struggling with how to correctly set up BDC to work with FBA (forms based authentication). The scenario is as follows:<br><br>We have built a BDC definition for MS CRM 3.0 and are using standard BDC webparts to show some custom entities from CRM. The BDC connects directly to the CRM database, so we set up SSO (single sign-on) to provide mapping to an SQL account with read access to the database (all domain accounts are mapped to use the same SQL user in SSO). This part is working just fine.<br><br>Now we need to set up dual authentication to enable external users to view the same info. The site is extended and the new zone is configured to authenticate using Forms Based Authentication. But how do we map FBA users within SSO? Apparently you can only map an domain group within the page &quot;Manage Account Information for an Enterprise Application Definition&quot; in central admin. <br><br>Any help or input to getting the external users access to the BDC info is appreciated. All external users will have the same access rights (no need to map rights per user basis).<br><br><br>Thanks in advance<br>Thomas N. SørensenTue, 19 Aug 2008 08:07:38 Z2009-11-18T09:38:12Zhttp://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/6d06c8d6-8bc3-4555-bcab-118694ace92ahttp://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/6d06c8d6-8bc3-4555-bcab-118694ace92aJoshWithrowhttp://social.technet.microsoft.com/Profile/en-US/?user=JoshWithrowBDC & WebService - IDEnumerator ProblemsLet's start here.  Due to specific constraints of my environment I cannot connect directly to the database.  In leu of these I am using an additional layer via WebServices.<br/> <br/> I have 3 methods in my webservice...<br/> <br/> GetPartNumbers_IDEnumerator()<br/> GetPart_SpecificFinder()<br/> GetParts (Finder)<br/> <br/> As far as the WebService goes, GetPartNumbers_IDEnumerator() returns an ArrayOfString(Collection) with string elements containing only the ID's.  See below<br/> <pre lang=x-xml>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt; &lt;ArrayOfString xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot; xmlns=&quot;http://intranet1/WebServices/&quot;&gt; &lt;string&gt;01210801 00 &lt;/string&gt; &lt;string&gt;02050902 00 &lt;/string&gt; &lt;string&gt;02050903 00 &lt;/string&gt; &lt;string&gt;100014 03 &lt;/string&gt; &lt;string&gt;100020 03 &lt;/string&gt; &lt;/ArrayOfString&gt;</pre> <br/> GetPart_SpecificFinder() returns below...<br/> <pre lang=x-xml>&lt;GSSPart&gt; &lt;PartNumber&gt;102233 00&lt;/PartNumber&gt; &lt;PartDescription&gt;WELDED REAR SHELF ASSY 150 &lt;/PartDescription&gt; &lt;Exists&gt;true&lt;/Exists&gt; &lt;/GSSPart&gt;</pre> <br/> GetParts() returns...<br/> <pre lang=x-xml>&lt;ArrayOfGSSPart&gt; &lt;GSSPart&gt; &lt;PartNumber&gt;100014 03 &lt;/PartNumber&gt; &lt;PartDescription&gt;CLIP &lt;/PartDescription&gt; &lt;Exists&gt;true&lt;/Exists&gt; &lt;/GSSPart&gt; &lt;GSSPart&gt; &lt;PartNumber&gt;100020 03 &lt;/PartNumber&gt; &lt;PartDescription&gt;BOTTOM TRANSFER PLATE (BE) &lt;/PartDescription&gt; &lt;Exists&gt;true&lt;/Exists&gt; &lt;/GSSPart&gt; &lt;/ArrayOfGSSPart&gt;</pre> <br/> <br/> Using ApplicationDefinitionDesigner, when Executing the IDEnumerator method, I get the error, <br/> &quot;Index was out of range.  Must be non-negative and less than the size of the collection.  Parameter name: index.&quot;<br/> <br/> I know what the error means, but I don't know why I'm getting it.  I'm assuming it has something to do with my ADF, but I don't know what.<br/> <br/> <br/> However, the Finder and Specific Finder methods work fine.<br/> <br/> Any ideas welcome.  Including my ADF.<br/> <br/> <pre lang=x-xml>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;yes&quot;?&gt; &lt;LobSystem xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xsi:schemaLocation=&quot;http://schemas.microsoft.com/office/2006/03/BusinessDataCatalog BDCMetadata.xsd&quot; Type=&quot;WebService&quot; Version=&quot;1.0.0.0&quot; Name=&quot;GSS_VJobHeader_PartDescription&quot; xmlns=&quot;http://schemas.microsoft.com/office/2006/03/BusinessDataCatalog&quot;&gt; &lt;Properties&gt; &lt;Property Name=&quot;WsdlFetchUrl&quot; Type=&quot;System.String&quot;&gt;http://intranet1/WebServices/GSS_VJobHeader_PartDescription.asmx?wsdl&lt;/Property&gt; &lt;Property Name=&quot;WebServiceProxyNamespace&quot; Type=&quot;System.String&quot;&gt;BDC&lt;/Property&gt; &lt;Property Name=&quot;WildcardCharacter&quot; Type=&quot;System.String&quot;&gt;%&lt;/Property&gt; &lt;/Properties&gt; &lt;LobSystemInstances&gt; &lt;LobSystemInstance Name=&quot;GSS_VJobHeader_PartDescription_Instance&quot;&gt; &lt;Properties&gt; &lt;Property Name=&quot;LobSystemName&quot; Type=&quot;System.String&quot;&gt;GSS_VJobHeader_PartDescription&lt;/Property&gt; &lt;Property Name=&quot;WebServiceAuthenticationMode&quot; Type=&quot;Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.WebService.HttpAuthenticationMode&quot;&gt;PassThrough&lt;/Property&gt; &lt;/Properties&gt; &lt;/LobSystemInstance&gt; &lt;/LobSystemInstances&gt; &lt;Entities&gt; &lt;Entity EstimatedInstanceCount=&quot;10000&quot; Name=&quot;GetPartsResult&quot;&gt; &lt;Identifiers&gt; &lt;Identifier TypeName=&quot;System.String&quot; Name=&quot;PartNumber&quot; /&gt; &lt;/Identifiers&gt; &lt;Methods&gt; &lt;Method Name=&quot;GetPartNumbers_IDEnumerator&quot;&gt; &lt;Parameters&gt; &lt;Parameter Direction=&quot;Return&quot; Name=&quot;Return&quot;&gt; &lt;TypeDescriptor TypeName=&quot;System.String[], mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&quot; IsCollection=&quot;true&quot; Name=&quot;ArrayOfString&quot; DefaultDisplayName=&quot;GetPartNumbers_IDEnumeratorResult&quot;&gt; &lt;TypeDescriptors&gt; &lt;TypeDescriptor TypeName=&quot;System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&quot; IdentifierName=&quot;PartNumber&quot; Name=&quot;string&quot; /&gt; &lt;/TypeDescriptors&gt; &lt;/TypeDescriptor&gt; &lt;/Parameter&gt; &lt;/Parameters&gt; &lt;MethodInstances&gt; &lt;MethodInstance Type=&quot;IdEnumerator&quot; ReturnParameterName=&quot;Return&quot; ReturnTypeDescriptorName=&quot;ArrayOfString&quot; ReturnTypeDescriptorLevel=&quot;0&quot; Name=&quot;GetPartNumbers_IDEnumeratorResultInstance&quot; /&gt; &lt;/MethodInstances&gt; &lt;/Method&gt; &lt;Method Name=&quot;GetPart_SpecificFinder&quot;&gt; &lt;Parameters&gt; &lt;Parameter Direction=&quot;In&quot; Name=&quot;Part&quot;&gt; &lt;TypeDescriptor TypeName=&quot;System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&quot; IdentifierName=&quot;PartNumber&quot; Name=&quot;Part&quot; /&gt; &lt;/Parameter&gt; &lt;Parameter Direction=&quot;Return&quot; Name=&quot;Return&quot;&gt; &lt;TypeDescriptor TypeName=&quot;BDC.GSSPart,GSS_VJobHeader_PartDescription&quot; Name=&quot;GSSPart&quot; DefaultDisplayName=&quot;Return&quot;&gt; &lt;TypeDescriptors&gt; &lt;TypeDescriptor TypeName=&quot;System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&quot; IdentifierName=&quot;PartNumber&quot; Name=&quot;PartNumber&quot;&gt; &lt;Properties&gt; &lt;Property Name=&quot;ShowInPicker&quot; Type=&quot;System.Boolean&quot;&gt;true&lt;/Property&gt; &lt;/Properties&gt; &lt;/TypeDescriptor&gt; &lt;TypeDescriptor TypeName=&quot;System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&quot; IdentifierName=&quot;PartNumber&quot; Name=&quot;PartDescription&quot;&gt; &lt;Properties&gt; &lt;Property Name=&quot;ShowInPicker&quot; Type=&quot;System.Boolean&quot;&gt;true&lt;/Property&gt; &lt;/Properties&gt; &lt;/TypeDescriptor&gt; &lt;TypeDescriptor TypeName=&quot;System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&quot; Name=&quot;Exists&quot; /&gt; &lt;/TypeDescriptors&gt; &lt;/TypeDescriptor&gt; &lt;/Parameter&gt; &lt;/Parameters&gt; &lt;MethodInstances&gt; &lt;MethodInstance Type=&quot;SpecificFinder&quot; ReturnParameterName=&quot;Return&quot; ReturnTypeDescriptorName=&quot;GSSPart&quot; ReturnTypeDescriptorLevel=&quot;0&quot; Name=&quot;GetPart_SpecificFinderResultInstance&quot; /&gt; &lt;/MethodInstances&gt; &lt;/Method&gt; &lt;Method Name=&quot;GetParts&quot;&gt; &lt;FilterDescriptors&gt; &lt;FilterDescriptor Type=&quot;Wildcard&quot; Name=&quot;Part&quot; /&gt; &lt;/FilterDescriptors&gt; &lt;Parameters&gt; &lt;Parameter Direction=&quot;In&quot; Name=&quot;Part&quot;&gt; &lt;TypeDescriptor TypeName=&quot;System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&quot; IdentifierName=&quot;PartNumber&quot; AssociatedFilter=&quot;Part&quot; Name=&quot;Part&quot; /&gt; &lt;/Parameter&gt; &lt;Parameter Direction=&quot;Return&quot; Name=&quot;Return&quot;&gt; &lt;TypeDescriptor TypeName=&quot;BDC.GSSPart[],GSS_VJobHeader_PartDescription&quot; IsCollection=&quot;true&quot; Name=&quot;ArrayOfGSSPart&quot; DefaultDisplayName=&quot;GetPartsResult&quot;&gt; &lt;TypeDescriptors&gt; &lt;TypeDescriptor TypeName=&quot;BDC.GSSPart,GSS_VJobHeader_PartDescription&quot; Name=&quot;GSSPart&quot;&gt; &lt;TypeDescriptors&gt; &lt;TypeDescriptor TypeName=&quot;System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&quot; IdentifierName=&quot;PartNumber&quot; Name=&quot;PartNumber&quot;&gt; &lt;Properties&gt; &lt;Property Name=&quot;ShowInPicker&quot; Type=&quot;System.Boolean&quot;&gt;true&lt;/Property&gt; &lt;/Properties&gt; &lt;/TypeDescriptor&gt; &lt;TypeDescriptor TypeName=&quot;System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&quot; IdentifierName=&quot;PartNumber&quot; Name=&quot;PartDescription&quot;&gt; &lt;Properties&gt; &lt;Property Name=&quot;ShowInPicker&quot; Type=&quot;System.Boolean&quot;&gt;true&lt;/Property&gt; &lt;/Properties&gt; &lt;/TypeDescriptor&gt; &lt;TypeDescriptor TypeName=&quot;System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&quot; Name=&quot;Exists&quot; /&gt; &lt;/TypeDescriptors&gt; &lt;/TypeDescriptor&gt; &lt;/TypeDescriptors&gt; &lt;/TypeDescriptor&gt; &lt;/Parameter&gt; &lt;/Parameters&gt; &lt;MethodInstances&gt; &lt;MethodInstance Type=&quot;Finder&quot; ReturnParameterName=&quot;Return&quot; ReturnTypeDescriptorName=&quot;ArrayOfGSSPart&quot; ReturnTypeDescriptorLevel=&quot;0&quot; Name=&quot;GetPartsResultInstance&quot; /&gt; &lt;/MethodInstances&gt; &lt;/Method&gt; &lt;/Methods&gt; &lt;/Entity&gt; &lt;/Entities&gt; &lt;/LobSystem&gt;</pre> <br/>Mon, 02 Nov 2009 19:56:39 Z2009-11-17T17:27:01Zhttp://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/97803272-a4dd-46fd-835c-e5332ddfed4dhttp://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/97803272-a4dd-46fd-835c-e5332ddfed4dmadhukar.singhhttp://social.technet.microsoft.com/Profile/en-US/?user=madhukar.singhBDC paging using Web ServiceHi,<br/> <br/> Does BDC methods support to implement paging in web method of to retrive only selected data instead of all at once in another word How BDC intact with web service to implement paging?<br/> <br/> I have to extract the data from salesforce to intract with sharepoint. The finder web methods return huge records that stop the execution of processing (time out).<br/> <br/> Many thanks in advance <br/> -MadhukarThu, 12 Nov 2009 05:52:46 Z2009-11-17T17:25:20Zhttp://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/93ac1ee9-eee9-4649-85b4-f716c82d8965http://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/93ac1ee9-eee9-4649-85b4-f716c82d8965Kiveltomhttp://social.technet.microsoft.com/Profile/en-US/?user=KiveltomBDC + Permissions to Sharepoint group<p>I have a site defined to use forms authentication. In the site the (forms)users are added to the site's Viewers group.</p> <p>Now I have to setup BDC permissions to the Viewers group in shared service provider. I go to SharedServices &gt; Manage Permissions &gt;  Add Users/Groups and type Viewers to Users/Groups textbox and click &quot;Check names&quot;. The name gets underlined so Moss seems to recognize the group ok. However after selecting some permission checkboxes and pressing Save it throws error:<br/><strong>The specified user or domain group was not found. <br/>Please press the back button of the browser,fix the error and try the operation again</strong></p> <p>Ok, so it's not a domain group but how can I give a group of forms users permissions without explicitly declaring each and everyone in the BDC permissions, ie. can I use already defined sharepoint user group (ie.Viewers) somehow? Declaring users one by one works ok, but it's quite a lot of work to add permissions to every ADF's entity and method manually  and reimport every time a user gets added to the system.</p> <p>Best regards<br/>Tommi</p>Wed, 01 Apr 2009 12:17:49 Z2009-11-17T15:32:30Zhttp://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/4d806b83-b052-40c7-beee-e8a217344e39http://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/4d806b83-b052-40c7-beee-e8a217344e39Moim Hossainhttp://social.technet.microsoft.com/Profile/en-US/?user=Moim%20HossainHow Security works for Enterprise Search using BDC web service?Folks, I am going to start implementing a search integration by means of BDC Web service (I want to search some data that are exposed by means of a web service). <br />Now I am wondering if the SharePoint crawls the data and index it at the SharePoint site, then how the security will work onto the search result? For example, some user might not able to see certain search results. But if they searchs for them, how SharePoint search will restrict them from viewing those?<br /><br />I really wanted to know how this security mechanism actually works in the context of BDC web service. If anyone of know could you please be so kind to share the knowledge or point me to some online resource where I can read the details..?<br /><br />Any help would be greatly appreciated!!<hr class="sig">- Moim Hossain [Please mark as answer if this post helps you]Tue, 06 Oct 2009 09:46:38 Z2009-11-17T08:58:01Zhttp://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/4b253f53-40be-4509-bab9-1c844dc4d4f4http://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/4b253f53-40be-4509-bab9-1c844dc4d4f4chaitanya sandeephttp://social.technet.microsoft.com/Profile/en-US/?user=chaitanya%20sandeepUnable to retrieve BDC entities to SharePoint site<p><span style="font-size:x-small;font-family:Consolas"><span style="font-size:x-small;font-family:Consolas"><span style="font-size:12pt;color:black;line-height:115%"><span style="font-family:Calibri">Hi All,<br/><br/>I have used 'Microsoft.Office.Server.ApplicationRegistry.MetadataModel.ApplicationRegistry' in my code for Loading the BDC applications to a dropdown in MOSS 2007 site. It worked fine and BDC applications and entities were loaded to the dropdowns.<br/><br/>Now I have migrated the site to SharePoint 2010 and it gives the following warning :<br/><br/><em><span style="text-decoration:underline"><span style="font-family:'Calibri','sans-serif'">'Microsoft.Office.Server.ApplicationRegistry.MetadataModel.ApplicationRegistry' is obselete: 'O12 Application Registry API is deprecated. Please Use BusinessData.'</span></span></em></span><em><span style="text-decoration:underline"><br/></span></em><br/><span style="font-family:Calibri">However I am able to build the code in VS. But the BDC applications are not loaded to the dropdown.<br/><br/>Can someone suggest me on what I have to do?<br/><br/>Thanks in advance :)</span></span><span style="font-size:12pt;line-height:115%"></span></span></span></p>Sat, 31 Oct 2009 13:50:08 Z2009-11-16T14:55:57Zhttp://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/5bc32684-035f-4e95-a963-0bcef2df4663http://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/5bc32684-035f-4e95-a963-0bcef2df4663Sean Sharepointhttp://social.technet.microsoft.com/Profile/en-US/?user=Sean%20SharepointMaking BDC web parts available in "MY sites"BDC web parts arent showing up in my list of web parts available to be added to a My Site. I understand how to use BDC with user profiles, but the public profile view is unattractive, and I have a requirement to modify it. I really just need to add BDC web parts to the System account profile page, so that the changes aggregate through the organization. Any help?Mon, 02 Nov 2009 17:31:57 Z2009-11-16T14:30:22Zhttp://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/0d58b6a0-b81d-4996-a1d5-ef2fd52b76e4http://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/0d58b6a0-b81d-4996-a1d5-ef2fd52b76e4DLewickihttp://social.technet.microsoft.com/Profile/en-US/?user=DLewickiAccessing Data via BDCI've created an application definition file and imported it into the BDC. Now I have a Business Data List Web part and I want to access the data.<br/>What do I do in the Business Data List Web Part to be able to access the data?Thu, 24 Sep 2009 16:32:20 Z2009-11-13T22:50:52Zhttp://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/6baeee1b-445a-4370-bbfa-e023a67cf31ehttp://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/6baeee1b-445a-4370-bbfa-e023a67cf31escvinodhttp://social.technet.microsoft.com/Profile/en-US/?user=scvinodIs there any free open source tools to create an ADF file for BDC in sharepointHi All, <div><span style="background-color:#ffffff"><br/></span></div> <div>        I want to create an ADF file for BDC....i want to know if there are any free open source tools for creating ADF files. Thank you.</div>Fri, 13 Nov 2009 06:52:48 Z2009-11-28T12:46:50Zhttp://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/9503bfc3-4a73-4eb2-8924-5f34b8969c80http://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/9503bfc3-4a73-4eb2-8924-5f34b8969c80DavidLewis27http://social.technet.microsoft.com/Profile/en-US/?user=DavidLewis27Business Data ListI created a Business Data List off of a BDC I created called CustomerAlerts.  In the Edit View The I have retreive all items selected,  the columns to be shown only show one column.  in the table I have ten.  How do I get the other columns to show up.  In the Business Data Item all the fields show up.  Does anyone have any clue on this?  Thanks in AdvanceFri, 13 Nov 2009 14:58:59 Z2009-11-13T17:49:16Zhttp://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/c8a3f7b1-6006-4a7a-87a5-f0a0857bc2d0http://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/c8a3f7b1-6006-4a7a-87a5-f0a0857bc2d0BijNephttp://social.technet.microsoft.com/Profile/en-US/?user=BijNepProblem accessing Data using BDCI was trying to publish the user profile from the AD but some of the attributes are not in AD so I thought of make use of BDC.<br/><br/>My question here is _<br/><br/>1. Do I need to download the &quot;<strong>sample database AdventureWorks</strong>&quot; ? <br/><br/><br/>What I did is without &quot;<strong>sample database AdventureWorks</strong>&quot;<br/><br/>2. I created database called <strong>EmployeeInformation and created table called &quot;EmployeeData&quot;<br/>3.Then created ADF using &quot;Microsoft Business Data Catalog Definition Editor tool</strong> &quot;<br/><br/>4. Imported application definition <br/><br/>5. Added Business data list Web part <br/><br/>6. No luck always get <strong>&quot;Unable to connect to EmployeeInformation_Instance<br/><br/>Any suggestion is appreciated. <br/></strong><br/>Thank you<br/>BijNep<br/>Thu, 12 Nov 2009 19:23:22 Z2009-11-12T22:21:27Zhttp://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/e10d44e7-d716-4195-96b5-c251558ca215http://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/e10d44e7-d716-4195-96b5-c251558ca215Mike Oryszakhttp://social.technet.microsoft.com/Profile/en-US/?user=Mike%20OryszakMapping Profile fields to Custom Connection (BDC)We are running our primary profile import from AD and this is working.  I have some additional attributes that are exposed through the BDC (via aweb service call).  The BDC application is available and working, and domain users has permissions.  I've created a Custom Connection to expose the data from the BDC.<br/><br/>When I attempt to map the profile field to the custom connection though I see the following on the left column<br/><br/><strong>&quot;Note:</strong> The selection of directory service properties is disabled because the portal is in an untrusted domain or no directory service import is configured yet.&quot;<br/><br/>I'm familiar with that problem for the main import, where the Farm Admin account credentials have to be supplied.  In this case both Domain Users and Authenticated Users have permission and there is no place to set the account to use on the Custom Connection configuration.<hr class="sig">SharePoint Developer | Administrator | Evangelist -- <a href="https://twitter.com/next_connect">Twitter</a> -- Blog - <a href="http://nextconnect.blogspot.com">http://nextconnect.blogspot.com</a>Mon, 02 Nov 2009 17:04:11 Z2009-11-13T16:56:03Zhttp://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/42f57222-0ba4-4c4e-bdfa-bbc04e9f2031http://social.technet.microsoft.com/Forums/en-US/sharepointbdc/thread/42f57222-0ba4-4c4e-bdfa-bbc04e9f2031Jm Aalenhttp://social.technet.microsoft.com/Profile/en-US/?user=Jm%20AalenAfter Installation of SP2: No sorting & grouping of Business Data Columns?Hi,<br/><br/>after the installation of the MOSS 2007 Service Pack 2, columns of type &quot;Business Data&quot; (that represent data of type System.String) are not sortable resp. groupable anymore when creating views in Document Libraries. Data is displayed correctly, but you cannot make a sort/filter/group on the column anymore.<br/><br/>Before the installation of this famous service pack, I had no problems using the sorting and grouping of this columns.<br/><br/>Does anybody made the same experience or is there a workaround?<br/><br/>With kindly Regards,<br/><br/>Jm Aalen.Wed, 02 Sep 2009 15:26:01 Z2009-11-11T15:05:34Z