Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

While im trying to save changes to HTML Form Web Part message appears "cannot retrieve properties at this time" and "cannot save changes" right after it. I've searched internet ... but there is no real solution.

So, what i've got :

Sharepoint 2013 foundation, latest updates ( RU )

No errors in events, nothing special in ULS ( except annoying "Forced due to logging gap", dont know what to do with this btw))

In IIS all bindings added, all AAM paths are right ( i hope they are right, but everything else is working just fine )

There is enough ram/hdd on server

At first time all worked ( nothing very special was done with SP after that )

Same error on different browsers ( IE/FF/CH ), on different PC including server itself

Master pages are in their original state

IIS reset, recycle, mumbo-jumbo, blob cache cleaning

No matter on what web page or in any other place ( like adding it into list view page ), on root and sub-sites, with any possible urls ( intranet, internet, deep space or whatever possible url ). Also have tried in another site collection ( create new ), even in administration page ( Distribution groups page can be edited for some reason ).

Well, it could be a solution to just destroy SP in some horrible way, but its our production server ... on test server everything is fine of course.

In Fiddler i've catched next SOAP responce error :

---soap:ServerException of type 'Microsoft.SharePoint.SoapServer.SoapServerException' was thrown.-Error occurred.

Very informative message "error occurred", well, NOW we know it was error :)

Its responce from /_vti_bin/WebPartPages.asmx

Adding debug options to web.config in sts or vti_bin gives nothing, no log created and no additional information on exception.

From that point i really don't know what to do ...

Hope for Your help :) Thanks))

share|improve this question
 
Im all alone in this world? :( –  user2550543 Jul 8 at 7:40
 
A similar question was posted here: [stackoverflow.com/questions/1090807/… Because of the complexity of SharePoint it seems that you may have to try several approaches to figure out a solution. –  crazymatt Aug 27 at 20:21

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.