
Originally Posted by
nickbro
Odd, you may have to manually enter the group names, looks like HAP+ isn't happy parsing your AD tree, doesn't stop you manually entering details though
Not sure if it's linked to that issue but i also get an "internal server error" whenever i try to edit the settings for the "Access my Emails" buttons on the "Homepage" settings section. I can remove, edit and add any others, but the two email ones i can't change.
Code:
<Fault xmlns="http://schemas.microsoft.com/ws/2005/05/envelope/none"><Code><Value>Receiver</Value><Subcode><Value xmlns:a="http://schemas.microsoft.com/net/2005/12/windowscommunicationfoundation/dispatcher">a:InternalServiceFault</Value></Subcode></Code><Reason><Text xml:lang="en-GB">Sequence contains more than one matching element</Text></Reason><Detail><ExceptionDetail xmlns="http://schemas.datacontract.org/2004/07/System.ServiceModel" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><HelpLink i:nil="true"/><InnerException i:nil="true"/><Message>Sequence contains more than one matching element</Message><StackTrace> at System.Linq.Enumerable.Single[TSource](IEnumerable`1 source, Func`2 predicate)
at HAP.Web.Configuration.LinkGroup.get(String name)
at HAP.Web.Configuration.LinkGroup.Remove(String name)
at HAP.Web.API.setup.RemoveLink(String group, String name)
at SyncInvokeRemoveLink(Object , Object[] , Object[] )
at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs)
at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc)
at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc)
at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage41(MessageRpc& rpc)
at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc)
at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage31(MessageRpc& rpc)
at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc)
at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc)
at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage11(MessageRpc& rpc)
at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc)
at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)</StackTrace><Type>System.InvalidOperationException</Type></ExceptionDetail></Detail></Fault>
Is that any use?
EDIT: Never mind, i can see why this is, because both links are called "Access My Emails" and it's treating both as the same link. Changed one of them to "Access My Email" and now it works in the setup program.