Item has already been added. Key in dictionary: '326' Key being added: '326'

I have been getting this error message for the past week after I changed the
service accounts on my Sharepoint server. Any configuration changes done in
the Central Administration server return this error message. Changing the
service accounts back to the defaults haven't fixed this error.

Any help would be appreciated.

Re: Item has already been added. Key in dictionary: '#' Key being add by kent

kent
Thu Aug 09 23:20:45 CDT 2007

On Aug 6, 2:02 pm, J Scott <J Sc...@discussions.microsoft.com> wrote:
> Item has already been added. Key in dictionary: '326' Key being added: '326'
>
> I have been getting this error message for the past week after I changed the
> service accounts on my Sharepoint server. Any configuration changes done in
> the Central Administration server return this error message. Changing the
> service accounts back to the defaults haven't fixed this error.
>
> Any help would be appreciated.

I wrote a small program that might fix this for you. Hope it helps
http://www.codeplex.com/sharepointfix


Re: Item has already been added. Key in dictionary: '#' Key being by JScott

JScott
Sat Aug 11 21:32:01 CDT 2007

That worked perfectly.

Can you possibly give me a short explanation of what that tool does for
future reference?

Thanks a million.

"kent@lanakent.com" wrote:

> On Aug 6, 2:02 pm, J Scott <J Sc...@discussions.microsoft.com> wrote:
> > Item has already been added. Key in dictionary: '326' Key being added: '326'
> >
> > I have been getting this error message for the past week after I changed the
> > service accounts on my Sharepoint server. Any configuration changes done in
> > the Central Administration server return this error message. Changing the
> > service accounts back to the defaults haven't fixed this error.
> >
> > Any help would be appreciated.
>
> I wrote a small program that might fix this for you. Hope it helps
> http://www.codeplex.com/sharepointfix
>
>

Re: Item has already been added. Key in dictionary: '#' Key being by K

K
Mon Aug 13 08:48:04 CDT 2007

I'm glad that worked for you!

I'll do my best to explain it but as I said on the CodePlex site I am not a
SharePoint expert. From what I could tell when I was having the problem the
Diagnostic service logs an event everytime a change is made in SharePoint.
What seemed to be happening was the service was trying to enter events with a
key that was already in use and was therfore throwing that error.
SharePointFix just deletes the log so it can start fresh without any of key
conflicts.

Hope it helps.

"J Scott" wrote:

> That worked perfectly.
>
> Can you possibly give me a short explanation of what that tool does for
> future reference?
>
> Thanks a million.
>
> "kent@lanakent.com" wrote:
>
> > On Aug 6, 2:02 pm, J Scott <J Sc...@discussions.microsoft.com> wrote:
> > > Item has already been added. Key in dictionary: '326' Key being added: '326'
> > >
> > > I have been getting this error message for the past week after I changed the
> > > service accounts on my Sharepoint server. Any configuration changes done in
> > > the Central Administration server return this error message. Changing the
> > > service accounts back to the defaults haven't fixed this error.
> > >
> > > Any help would be appreciated.
> >
> > I wrote a small program that might fix this for you. Hope it helps
> > http://www.codeplex.com/sharepointfix
> >
> >

Re: Item has already been added. Key in dictionary: '#' Key being by JScott

JScott
Mon Aug 13 09:10:02 CDT 2007

Oh, that's clear enough. Thanks.

"K Cooper" wrote:

> I'm glad that worked for you!
>
> I'll do my best to explain it but as I said on the CodePlex site I am not a
> SharePoint expert. From what I could tell when I was having the problem the
> Diagnostic service logs an event everytime a change is made in SharePoint.
> What seemed to be happening was the service was trying to enter events with a
> key that was already in use and was therfore throwing that error.
> SharePointFix just deletes the log so it can start fresh without any of key
> conflicts.
>
> Hope it helps.
>
> "J Scott" wrote:
>
> > That worked perfectly.
> >
> > Can you possibly give me a short explanation of what that tool does for
> > future reference?
> >
> > Thanks a million.
> >
> > "kent@lanakent.com" wrote:
> >
> > > On Aug 6, 2:02 pm, J Scott <J Sc...@discussions.microsoft.com> wrote:
> > > > Item has already been added. Key in dictionary: '326' Key being added: '326'
> > > >
> > > > I have been getting this error message for the past week after I changed the
> > > > service accounts on my Sharepoint server. Any configuration changes done in
> > > > the Central Administration server return this error message. Changing the
> > > > service accounts back to the defaults haven't fixed this error.
> > > >
> > > > Any help would be appreciated.
> > >
> > > I wrote a small program that might fix this for you. Hope it helps
> > > http://www.codeplex.com/sharepointfix
> > >
> > >