1) Open Powershell (Run as Administrator) and type the following lines:
$bdc = Get-SPServiceApplication | where {$_ -match "Business Data Connectivity Services"}
$bdc.RevertToSelfAllowed = $true
$bdc.Update();
NOTE - That your BCS Service Application should match the name as above. Else change it to what your BCS Service application is called (the way you find out is by going to Central Admin > Application Management > Manage Service Applications (and look for BCS Service App name)
Once above is done, Open the External Content Type in SharePoint Designer 2010 and Click on Edit Connection Properties:
Once the Edit Connection Properties dialog opens, ensure that you have selected the "BDC Identity" value for the Authentication Mode property
No comments:
Post a Comment