Desktop search - error 0x80041206

R

Rein de Jong

Hi,

I got an error in my appl.log I can't deal with. No solution found on
the web.

The content source
<mapi://{s-1-5-21-669507646-3669033143-2602297556-1000}/> cannot be
accessed.

With thing can not be accessed. How to troubleshoot this problem.

Windows Vista Ultimae NL.


- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name="Microsoft-Windows-Search"
Guid="{CA4E628D-8567-4896-AB6B-835B221F373F}" EventSourceName="Windows
Search Service" />
<EventID Qualifiers="32768">3036</EventID>
<Version>0</Version>
<Level>3</Level>
<Task>3</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2008-01-31T09:44:52.000Z" />
<EventRecordID>3898</EventRecordID>
<Correlation />
<Execution ProcessID="0" ThreadID="0" />
<Channel>Application</Channel>
<Computer>Rhino</Computer>
<Security />
</System>
- <EventData>
<Data Name="ExtraInfo">Context: toepassing Windows, catalogus
SystemIndex Details: Er is een serverfout opgetreden. Controleer of de
server beschikbaar is. (0x80041206)</Data>
<Data
Name="URL">mapi://{s-1-5-21-669507646-3669033143-2602297556-1000}/</Data>
</EventData>
</Event>

look here for a similar problem:
http://www.codeprof.com/dev-archive/95/25-847-953542.shtm

TIA

Greetings/
________/Rein.

http://www.reindejong.nl
 
A

AlexB

Error code 0x80000000000000 means that "Operation completed successfully."
It is what you want for ant operation.

It is still unclear from your error log what the problem is.

As far as I can see there is no problem. Where does it say that there was an
error? Perhaps in Dutch I cannot interpreted? "Er is een serverfout
opgetreden" - is this the error message? Does it say "error" anywhere?
 
P

PureFox

Hi,

Actual it's a warnig. It says (translated)

The content source
<mapi://{s-1-5-21-669507646-3669033143-2602297556-1000}/> cannot be
accessed.

Context: Windows Application, SystemIndex Catalog

Details:
A server error occurred. Check that the server is available. (0x80041206)
For more information, see Help and Support Center
athttp://go.microsoft.com/fwlink/events.asp.

--

I Think it's an access problem. But on what? Why. I think it has
something to do with outlook and Vista.

Greetings/
________/Rein.

http://www.reindejong.nl
Error code 0x80000000000000 means that "Operation completed
successfully." It is what you want for ant operation.

It is still unclear from your error log what the problem is.

As far as I can see there is no problem. Where does it say that there
was an error? Perhaps in Dutch I cannot interpreted? "Er is een
serverfout opgetreden" - is this the error message? Does it say "error"
anywhere?


--

Groetjes/
_______/Rein.

http://www.reindejong.nl
 
A

AlexB

This does not seem to be a Vista warning, although I am not entirely sure. I
do have an errlookup.exe. When I entered 0x80041206. I got "Message Not
found." It could be that warnings are not errors???
 
P

PureFox

Hi Alex,

This does not seem to be a Vista warning, although I am not entirely

could be a Outlook warning? Mapi?
I don't have problems with Vista whatsoever. Only this stange warning I
can't coop with.



sure. I do have an errlookup.exe. When I entered 0x80041206. I got
"Message Not found." It could be that warnings are not errors???

Could be. It's the warning sign with an error message :(

Let it be.

Thanks for your attention.

Greetings/
_______/Rein.


--

Groetjes/
_______/Rein.

http://www.reindejong.nl
 
A

AlexB

It is my understanding that this API (errlookup.exe) which I don't quite
remember now where it came from, most likely from XP or even Win2K (I keep
all useful legacy software in special folders) is supposed to give ANY
Windows errors but not 3rd party errors.

My intuitive answer to your question is that both MAPI and OE are covered.
Otherwise it would have made little sense.

One reason I always try to expand on my opinion is that perhaps someone with
a better knowledge will come out and say it is not true or something to this
effect.

I am not sure warnings are included. Now that you brought my attention to it
I will keep an eye on the issue, however, logically one would expect that
they should be in.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top