Search This Blog

Sunday, August 31, 2014

Direct Access on Windows 8 error - iphttps interface creation failure 0x34

My PC suddenly stopped connecting to Direct Access.

In the sliding tab was showing connecting.
netsh interface httpstunnel show interface
is giving "iphttps interface creation failure 0x34"

The issue is inside Os who is trying to create tunnel but can not.

The key is to check registry in


HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network  we had some orphaned entries. Make backup and try to delete strange ones.
Also delete GUIDs in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\Uninstalled


Friday, August 22, 2014

SharePoint Search error 6482 "An update conflict has occurred, and you must re-try this action"

Issue:

Log Name:      Application
Source:        Microsoft-SharePoint Products-SharePoint Server
Date:          22.08.2014 19:11:29
Event ID:      6482
Task Category: Shared Services
Level:         Error
Keywords:    
User:          xxx\spAdmin
Computer:      sp.xxx.local
Description:
Application Server Administration job failed for service instance Microsoft.Office.Server.Search.Administration.SearchServiceInstance (5f2ccbee-b99c-4c62-b5e7-e2fc41f9530c).

Reason: An update conflict has occurred, and you must re-try this action. The object SearchDataAccessServiceInstance was updated by xxx\spAdmin, in the OWSTIMER (5236) process, on machine SP.  View the tracing log for more information about the conflict.

Technical Support Details:
Microsoft.SharePoint.Administration.SPUpdatedConcurrencyException: An update conflict has occurred, and you must re-try this action. The object SearchDataAccessServiceInstance was updated by xxx\spAdmin, in the OWSTIMER (5236) process, on machine SP.  View the tracing log for more information about the conflict.
   at Microsoft.Office.Server.Search.Administration.SearchServiceInstance.Synchronize()
   at Microsoft.Office.Server.Administration.ApplicationServerJob.ProvisionLocalSharedServiceInstances(Boolean isAdministrationServiceJob)

Solution:

http://support.microsoft.com/kb/939308/en-us

Wednesday, August 13, 2014

msiinstaller error 1035 on Sharepoint 2010

Curious to see what is behind error msiinstaller 1035 on Sharepoint server on around 00:50?

Example:

Log Name:      Application
Source:        MsiInstaller
Date:          13.08.2014 00:51:21
Event ID:      1035
Task Category: None
Level:         Information
Keywords:      Classic
User:          xxx
Computer:      xxx
Description:
Windows Installer reconfigured the product. Product Name: Microsoft Excel Mobile Viewer Components. Product Version: 14.0.6029.1000. Product Language: 0. Manufacturer: Microsoft Corporation. Reconfiguration success or error status: 0.


Try to run Get-SPProduct -Local  or start Product Version job.

This info is then used in Central Administration : Manage Patch Status report.

BTW: http://tristanwatkins.com/inside-manage-patch-status/