My Remote Web Access is setup and mostly working, expcept I get an "Unexpected Error" when I browse my music share ONLY! I can see the media if I use the top nav (Media->Music) but if I try and access the folder directly I get the error.
I looked in C:\ProgramData\Microsoft\Windows Server\Logs\\WebApps and here is a part of the log, any thoughts on what this error is?
[8640] 130112.202710.8324: Media: ==>GetMetadataInfo start with inputs: mediaTypeData=music, groupingMethodData=album, groupingData=, startingIndexData=0, requestCountData=200, sortPropertyData=, sortOrderData=, isThumbnailViewData=True
[8640] 130112.202710.9572: Media: NonCache: Id = 8 , Current Cache Level = Full
[8640] 130112.202710.9572: Media: Browse start with inputs: objectId=8 , browseFlag=BrowseMetadata, filter=@childCount,dc:title, startingIndex=0, requestedCount=1, sortCriteria=
[8640] 130112.202710.9572: Media: Upnp device search already started
[8640] 130112.202711.1132: Media: Successfully parsed 1 containers and 0 items
[8640] 130112.202711.1132: Media: SQM: Total 1188 video in all.
[8640] 130112.202711.1132: Media: UpdateId
[8640] 130112.202711.1132: Media: Upnp device search already started
[8640] 130112.202711.1132: Media: NonCache: Id = 7 , Current Cache Level = Basic
[8640] 130112.202711.1132: Media: Browse start with inputs: objectId=7 , browseFlag=BrowseMetadata, filter=dc:title,dc:date,res,res@size,res@duration,res@bitrate,res@resolution,upnp:artist,upnp:artist@role,upnp:album,upnp:albumArtURI,desc,
startingIndex=0, requestedCount=1, sortCriteria=
[8640] 130112.202711.1132: Media: Upnp device search already started
[8640] 130112.202711.1444: Media: Successfully parsed 1 containers and 0 items
[8640] 130112.202711.1444: Media: NonCache: Not all requested children cache hit, Requested Cache Level = Full, Id = 7
[8640] 130112.202711.1444: Media: Browse start with inputs: objectId=7 , browseFlag=BrowseDirectChildren, filter=@childCount,dc:title,dc:date,res,res@size,res@duration,res@bitrate,res@resolution,upnp:artist,upnp:artist@role,upnp:album,upnp:albumArtURI,desc,
startingIndex=0, requestedCount=200, sortCriteria=+dc:title
[8640] 130112.202711.1444: Media: Upnp device search already started
[8640] 130112.202742.1716: Media: Error Id 202, Error Message: Microsoft.WindowsServerSolutions.Web.Media.RemoteMediaException: An error has occurred on the server. Please try again later. If the error continues, view <a href='http://go.microsoft.com/fwlink/p/?LinkId=237032'
class='help-link'>Support Information</a> for help. ---> System.Runtime.InteropServices.COMException: Exception from HRESULT: 0x80072EE2
at Microsoft.WindowsServerSolutions.UPnPLib.Interop.IUPnPService.InvokeAction(String bstrActionName, Object vInActionArgs, Object& pvOutActionArgs)
at Microsoft.WindowsServerSolutions.Web.Media.CdsMetadataProvider.Microsoft.WindowsServerSolutions.Web.Media.IMetadataProvider.Browse(String objectId, String browseFlag, String filter, UInt32 startingIndex, UInt32 requestedCount, String sortCriteria,
UInt32& totalMatches, UInt32& updateId)
--- End of inner exception stack trace --