Discussion:
Cannot get index service to read friendly names file
(too old to reply)
mac32bit
2009-09-25 22:50:53 UTC
Permalink
I have created a friendly names file and created the registry entry
pointing to it in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
\ContentIndexCommon

I have restarted the server but it will not show the custom properties
friendly names in index service properties.

The file contents are:


[Names]
Msg_SubmitTime (VT_FILETIME) = ab398f16-3fe9-4a6d-9264-ab4cdfbdd23f
"submittime"
Msg_To (VT_LPWSTR) = ab398f16-3fe9-4a6d-9264-ab4cdfbdd23f "to"
Msg_From (VT_LPWSTR) = ab398f16-3fe9-4a6d-9264-ab4cdfbdd23f "from"

I have checked and double checked for typos and am pretty sure it is
not that.

Does anyone have any ideas?

Many thanks in advance
mac32bit
2009-09-29 21:38:25 UTC
Permalink
Post by mac32bit
I have created a friendly names file and created the registry entry
pointing to it in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
\ContentIndexCommon
I have restarted the server but it will not show the custom properties
friendly names in index service properties.
[Names]
Msg_SubmitTime (VT_FILETIME) = ab398f16-3fe9-4a6d-9264-ab4cdfbdd23f
"submittime"
Msg_To (VT_LPWSTR) = ab398f16-3fe9-4a6d-9264-ab4cdfbdd23f "to"
Msg_From (VT_LPWSTR) = ab398f16-3fe9-4a6d-9264-ab4cdfbdd23f "from"
I have checked and double checked for typos and am pretty sure it is
not that.
Does anyone have any ideas?
Many thanks in advance
fixed it... took out the prop type i.e.

[Names]
Msg_SubmitTime = ab398f16-3fe9-4a6d-9264-ab4cdfbdd23f "submittime"
Msg_To = ab398f16-3fe9-4a6d-9264-ab4cdfbdd23f "to"
Msg_From = ab398f16-3fe9-4a6d-9264-ab4cdfbdd23f "from"

Loading...