24 May, 2012

Cannot complete this action SharePoint 2010

One of colleague who is working in a different organization called me yesterday for SharePoint help. He told me that he was working on semantic restores and accidently restored the library pages i.e. displayform.aspx, editform.aspx, newform.aspx etc… Due to this action, he was not able to open the document library and was getting the following error message:
Cannot complete this action
Please try again.
Troubleshoot issues with Microsoft SharePoint Foundation.
Correlation ID: e0998560-69eb-4e08-96fe-3411577ebd63
Date: 5/24/2012
There are so many ways by which we can troubleshoot this issue:
1.   Are we able to open the document library by means of SP site?
-open the SharePoint site
-view all site content
-Under document libraries section
-you will see that affected document library
-click on it and check the results
As per my knowledge, it has to reflect the same error message.
2.   Try to map your SharePoint site by means of shared drive concept
-How to create this shared drive?
·         Click Start, right-click Computer, and then click Map network drive...
·         In the Map Network Drive dialog box, click Connect to a Web site that you can use to store your documents and pictures.
·         In the Add Network Location wizard, click next.
·         Click Choose a Custom Network Location, and then click next.
·         In the Internet or Network Address box, paste in the site address you had copied to the Clipboard, and then click next.
·         Enter a name for the network location.

-Once the shared drive created then you can copy all the documents which are present in you library that is not working. So it means that there will be no DATA LOSS J that’s the main thing, correct?
3.   Custom lists and libraries section on your SharePoint site
-Open the SharePoint 2010 site collection on which you are working
-site actions
-site settings
-Under site administration
-custom list and libraries
-select the library in which we are facing the problem
-once you click on it then it will redirected to library settings page
-by which of this page, we can create a new view
-try to create a new view and your problem will be fixed.
The number of options which are explained above will definitely helps you to prevent data loss as well as do a effective troubleshooting that will fix the issue J
After all of this also, if the issue remains then I am always there to help youJ
Please let me know in case of any queries/questions. I would be more than happy to help you as well as resolves your issues J
Thank you.

23 May, 2012

The SOAP message cannot be parsed

Guys

I am back again to share some valuable information with all of you. This time the issue was with InfoPath forms.

Problem Description: I was getting the following error message while trying to publish the InfoPath form to a SharePoint site.

Error Message: The SOAP message cannot be parsed.

Started research on this and found important article that resolved my issueJ. That article is published by Microsoft and we (my complete team) wants to thanks Microsoft for sharing this vital information.

Troubleshooting done:
·         Checked the compatibility by means of form options
·         Checked the trust level by means of form options
·         Checked the VB scripting and deprecated code
·         Checked the submit options and browser compatibility

Resolution: 


References:


If you have any queries/questions regarding the above mentioned information then please let me know. I would be more than happy to help you as well as resolves your issues J

21 May, 2012

The document could not be opened for editing. A Windows SharePoint Services compatible application could not be found to edit the document.


We are all aware of this generic error message. If we are getting this message while editing office documents then we all know what kind of troubleshooting we need to do but….if we gets such error message while editing PDF document then what need to do ? Few mins before I worked on this issue and resolved it successfully

What things we need to consider for the troubleshooting:
·         Save the PDF document to your local desktop make the changes and save it. If you are able to save it then it means that proper editor is installed on the machine.
·         Is this problem specific to the document library? Will there be any URL character exceeds limitation? Upload the document to different library and check the results.
·         Try changing the view from “All documents” to “Explorer view” then try to edit the documents & check the results.
·         Same scenario we can check with windows explorer (document library-actions-open with windows explorer)
·         Check out the document, make the changes and save it. check in the document and check the results.

If you have any queries/questions regarding the above mentioned info then please let me know. Thank you

If you are looking for something else then please refer this:
Still some different problem then please convey me so that i can get back to you and guide you in right directions. Thanks again for visitng my blog.

20 May, 2012

Sharepoint Menus rendering Problems with IE 8

Guys-Hope all are doing well J I was Out of office from last few days and come back to office now and as usual started working on incident tickets that comes on daily basis J
Okay, coming back to the topic now. Today I am going concentrate on problems with customizations and their effects with supported browsers.
We all know that SharePoint Designer 2007 is a well know tool which is used to customized SharePoint sites. When we do any customizations then it’s quite obvious that we do some testing before releasing it to production. While doing some customizations on SharePoint sites, the important thing we need to test is support with multiple browsers as we don’t know “which browser is going to use by user”
After doing some customizations, I was testing with IE7, Google chrome as well as with IE8. Customizations works well in IE7 as well as with chrome but problems with IE8
What are these problems?
-Custom menus i.e. dynamic fly outs are not rendering properly in IE8
-white spaces coming instead of menu text and this problem occur only with IE 8
Started my research on this and found this:
As per the above mentioned Microsoft forum, it seems that the problem is with Meta tags which are present in IE7 and missing in IE8
I haven’t tried this keep the above mentioned information handy just as knowledge add-on.
Final resolution which resolved my issue:
Please refer the above mentioned article and your all queries/questions will be answered.
Exact description behind this problem:
Some OOB master pages (like default.master ) do not have a DocType declared so they are rendered in Quirks mode OR IE 7 rendering mode. But some OOB Master pages
(like BlueBand.master) do have DocTypes declared. So for these master pages IE8 will automatically attempt to render them in IE8 Standards Mode. The OOB
SharePoint menu’s cannot show dynamic menu items/fly-outs in IE8 Standards Mode and sometimes appear as just white spaces without a text or link.
Recommended Solution:
This tag should be added to all custom SharePoint master pages if they are to be rendered in IE 8.
Add this in the <head> </head> tags
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
After the tag is added, check-in a major version / publish and approve the master page. Also, restart IE8 before the change will be picked up, inorder to clear the cache.
If you have any queries/questions regarding the above mentioned information then please let me know. I would be more than happy to help you as well as resolves your issuesJ J

13 May, 2012

SP 2010 - Loading the Document Information Panel in MS Word throws a warning when 'Run ActiveX controls & PlugIns' for internet zone is set to 'Administrator Approved'

While working on document panel recently, I came across the strange error:

If a site falls in the intranet zone and the internet security setting “Run ActiveX controls and plug-ins” for the internet zone is configured to “Administrator Approved” and a user tries to create a new document within a document library, they gets the following warning

Microsoft InfoPath
One or more ActiveX controls could not be displayed because either:

1) Your current security settings prohibit running ActiveX controls on this page, or
2) You have blocked a publisher of one of the controls.

As a result, the page might not display correctly.

Not able to find out the root cause behind this but wanted to share the step that leads to resolve this issue:

Note: before making any changes to the registry, I can suggest you to take the backup so that in case anything goes wrong then we can restore t easily.

Roll out the following registry modification to all users:
-HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\AllowedControls

- Create a new DWORD value that is the GUID for the Managed Metadata control, which is: {64247C52-5C34-4597-B2A3-17BF5617F17F}

- Set this value to: 0

That’s it and your issue will be resolved J J

Please let me know in case of any queries/questions regarding the above mentioned information. I am providing some links to all of you relates to same as how to take the registry backup.

Microsoft has published a document on this:

How to take registry backup in windows 7

How to take registry backup in windows XP