Posted by Eric Bartels
From one day to the other in all of my current environments I had trouble connecting with RDP via UAG to remote servers. The error message always was “Your computer can’t connect to the remote computer because an error occurred on the remote computer that you want to connect to. Contact your network administrator for [...]
Posted by Eric Bartels
In a current project a search based solution is required to allow a research against an existing set of records. Of course the search-backend is the elasticsearch. This projects requires the use of .Net 3.5 which makes it impossible to use NEST as elasticsearch client. To at least add a little bit of comfort when [...]
Posted by Eric Bartels
I came accross an issue when using TMG / UAG with SharePoint Workspace 2010. When connecting to a site I got the error SharePoint Workspace was unable to interpret the SharePoint location. Please check and ensure the location contains no typing errors. Of course this error message is misleading. Solutions found in “the internet” like [...]
Posted by Eric Bartels
I came across this rare bug in the current development of a project. It makes heavy use of the RowEditing plugin of Extjs‘ grid. Because the Extjs environment is used within SharePoint 2010 I have to use the scoped theme to avoid “damage” to the SharePoint UI. After inserting a record into the grid via [...]
Posted by Eric Bartels
I was trying to move the top.links block (aliased with topLinks) from the header-block to the right-block only using local.xml. Should be easy right?! I did not found any solution using this way in the wiki or somewhere else. Simply using unsetChild and simply put the top.links block somewhere else is not working! All default [...]