Showing posts with label SharePoint2013. Show all posts
Showing posts with label SharePoint2013. Show all posts

Data Types Not Supported By the Business Data Connectivity Service

1.   BDC does not support structs that are not simple types. Using non-primitive structs will cause data loss and inconsistencies. Do not use non-primitive structs.
2.   BDC does not support nested collections (for example, array of arrays or collections, where the elements of which are also collections). You can have these types, but you cannot model these types as collections. One of the levels must be modeled as a structure with the IsCollection="false" workaround.
3.   BDC does not support multidimensional arrays.
4.   BDC does not support dynamic programming introduced in .NET Framework 4. BDC works only with .NET Framework 3.5. However, you can use the DynamicType class, which works in a similar way.
5.   BDC does not support the ICollection or IEnumerable interfaces to represent collections in data structures, as well as the generic ICollection<T>, IEnumerable<T>, and IList<T> interfaces. All collections must implement IList. This applies to data structures in input and inout parameters, and fields of external items. For the return types of method instances, such as a Finder returning multiple items, we require the return value to implement either IEnumerable or IEnumerator (except for database, where we support onlyIDataReader). BDC does not support generic versions of these IEnumerable<T> and IEnumerator<T>. So for example, for a Web service or .NET assembly, the Finder method can return an enumerator that contains customer objects; however, the customer object cannot contain an enumerable of addresses to represent the list of addresses. Also for the restrictions mentioned in this paragraph, "BDC does not support" means: It will not work if you implement only the not supported interfaces; however, it will work if you implement these not supported interfaces and the ones that BDC requires.

rdl cannot be found + PerformancePoint +Dashboard Designer: SharePoint2010/SharePoint2013



If you are facing the following error then make sure you have the following hotfix installed in your environment.


OR make sure that your environment updated with the latest patch.

Let me know in case of any queries/questions, Thank you.

backup-restore in SharePoint 2010

Hello All,

I know backup-restore is a very important entity in SharePoint 2010 and is being heavily used by Administrators/Developers/IT Pros. Its my responsibility to share my thoughts on such a important topic so thats why i am sharing this by means of knowledgebase forums.

please refer the following articles and let me know in case of any queries/questions, Thank you


SharePoint 2010: Backup/Restore with PowerShell Command 
http://sharepointknowledgebase.blogspot.in/2012/06/sharepoint-2010-backuprestore-with.html

Backup Restore in SharePoint 2010 
http://sharepointknowledgebase.blogspot.in/2012/06/backup-restore-in-sharepoint-2010.html

EXCEL + OFFICE + Ribbon grayed out features

knowledgebase to share the break fixing solutions as well as what kind of troubleshooting I have executed towards that specific issue. Today’s KB is based on EXCEL + OFFICE that we use on regular basis by means of SharePoint site. 

Workbooks fail to load + Event 5231 + Event 5239 + Event 5240 + Error communicating with Excel Services Application + Unable to process the request = SharePoint 2010
http://sharepointknowledgebase.blogspot.in/2013/09/workbooks-fail-to-load-event-5231-event.html

The specified file is not a valid spreadsheet or contains no data to import - SharePoint 2010
http://sharepointknowledgebase.blogspot.in/2013/09/the-specified-file-is-not-valid.html

An Excel workbook that contains a PowerPivot table is corrupted after you upload the Excel workbook to a SharePoint PowerPivot gallery
http://sharepointknowledgebase.blogspot.in/2013/09/an-excel-workbook-that-contains.html

The list cannot be displayed in DataSheet view – SharePoint 2010
http://sharepointknowledgebase.blogspot.in/2013/09/the-list-cannot-be-displayed-in.html

Your client does not support opening this list with Windows Explorer + IE10 + Windows 7
http://sharepointknowledgebase.blogspot.in/2013/09/your-client-does-not-support-opening.html

SharePoint 2010- New Document requires a Windows SharePoint Services-compatible application and Microsoft Internet Explorer 6.0 or greater. To add a document to this document library click the Upload Document button
http://sharepointknowledgebase.blogspot.in/2013/08/sharepoint-2010-new-document-requires.html

Ribbon grayed out features (Extremely imp on day 2 day functionality)

Connect to office disabled in SharePoint 2010
http://sharepointknowledgebase.blogspot.in/2013/09/connect-to-office-disabled-in.html

Sync to SharePoint workspace greyed out - SharePoint 2010
http://sharepointknowledgebase.blogspot.in/2013/09/sync-to-sharepoint-workspace-greyed-out.html

To export a list, you must have a Microsoft SharePoint Foundation-compatible application - SharePoint 2010 + SharePoint 2013
http://sharepointknowledgebase.blogspot.in/2013/09/to-export-list-you-must-have-microsoft.html

Upload Multiple Documents is disabled in Document Library- SharePoint 2010
http://sharepointknowledgebase.blogspot.in/2013/09/upload-multiple-documents-is-disabled.html

How to enable ‘New Folder’ option in document library + Custom list + New Folder disabled - SharePoint 2010
http://sharepointknowledgebase.blogspot.in/2013/09/how-to-enable-new-folder-option-in.html

Datasheet view is disabled SharePoint 2010
http://sharepointknowledgebase.blogspot.in/2013/09/datasheet-view-disabled-sharepoint-2010.html

Authentication provider disabled SharePoint 2010
http://sharepointknowledgebase.blogspot.in/2013/09/authentication-provider-disabled.html

"Connect to Outlook" Disabled - SharePoint 2013
http://sharepointknowledgebase.blogspot.in/2013/09/connect-to-outlook-disabled-sharepoint.html

Open with Explorer is disabled - SharePoint 2010 and SharePoint 2013
http://sharepointknowledgebase.blogspot.in/2013/09/open-with-explorer-is-disabled.html

Upload Multiple Documents is disabled - SharePoint 2013
http://sharepointknowledgebase.blogspot.in/2013/09/upload-multiple-documents-is-disabled_1.html

access services problem in SharePoint 2010

Access services is unable to process the request
http://sharepointknowledgebase.blogspot.in/2013/08/access-services-is-unable-to-process.html

Cannot publish access database to SharePoint 2010 Server
http://sharepointknowledgebase.blogspot.in/2013/02/cannot-publish-access-database-to.html

If you are facing this error: 
There was an error in communicating with Access Database Service Access Database Service URL exception: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server

Then request you to refer the following KB: 
http://support.microsoft.com/default.aspx?scid=kb;en-us;2398833&sd=rss&spid=14944

If you are facing the following symptoms: 

1- Event ID: 24 Description: There was an error in communicating with Access Data Services exception: <exception description> [Session: <session ID> User: <username>].

2-  Event ID: 25. Description: There was an error in communicating with Access Data Services exception: <exception description> [Session: <session ID> User: <username>].

3- Event ID: 26. Description: Unable to reach Access Data Services. [Session: <session ID> User: <username>].

then request you to check the following article: 
http://technet.microsoft.com/en-us/library/ee513086(v=office.14).aspx

if you have any queries/questions then please let me know, Thank you!

Backup-Restore in SharePoint 2013 + Backup & Recovery Tools

http://sharepointknowledgebase.blogspot.in/2013/08/backup-restore-in-sharepoint-2013.html

if you face any problems in executing any command or any error after executing the command then please let me know. I will try my best to help you as well as resolves the issue as soon as possible!

manage access request

Does "manage access request" functionality still available in SP2013?

Yes, you are right- still there!

Here are the details:
1. Open the site collection on which you are working. 
2. Site actions 
3. Site settings 
4. Under ‘users and permissions’ section 
5. Site permissions 
6. Please refer the Ribbon on the top 
7. Permission tools 
8. Manage access requests 
9. Select the checkbox ‘allow request for access’ and enter the appropriate email id as per your requirements and click OK

InfoPath Error: This session has exceeded the amount of allowable resources

Hello, 

I have published an infopath form on my SharePoint 2010 site collection and getting the following error message while opening: 

InfoPath Error: This session has exceeded the amount of allowable resources 

Resolution is very simple.


Here are the details:

Increase the form actions in configuring InfoPath services section as mentioned below:- 

Go to Central Administration of the SharePoint server. 

Click on Application Management 

In the section "InfoPath Forms Services"-->select Configure InfoPath Forms Services. 

In the Number of Actions per Post back, enter some max value around 250 or 300 depends on your project form requirement.

Popular Posts