I'm using SharePoint 2013 and SQL Server 2012. I am having problem getting the External Content List to display the contents of a SQL Server table.
I followed the instructions at this page
http://technet.microsoft.com/en-us/library/jj219584.aspx
"Deploy a Business Connectivity Services on-premises solution in SharePoint 2013"
So I created a Secure Store App, Generated a Key, used SharePoint Designer to create an External Content type, set owners for Secure Store, BCS, set credentials for Secure Store Target Application.
Created a List of the External Content Type. When I browse to the List page, I get this error
Unable to render the data. If the problem persists, contact your web server administrator.
Correlation ID:b625229c-c933-205d-254f-b67d8502590c
The settings for the connection are
Access Provider: SqlServer
Authentication mode: Impersonate Custom Identity
Database Server: My server
Initial Database Name: My db
Integrated Security: left blank
Secure Store Target Application Id: My Sec Store App ID
Connection Pooling: Checked
Secondary Secure Store Target Application Id: left blank
Secure Store Implementation: The name of the Sec Store App.
I Googled for the Render error and nothing comes up.