Error occurred when getting mail messages through [filter=internetMessageId]

WorkEnv SDCC1 21 Reputation points
2022-04-28T07:30:04.507+00:00

An error occurred when I used the following URL to get the mail:

https://graph.microsoft.com/v1.0/me/messages?$filter=internetMessageId eq '<f5ff833b-9904-4ab9-ab7f-e02bd41c8fa7@az.northcentralus.production.microsoft.com>'

Detailed error information:
{
"error": {
"code": "ErrorInternalServerError",
"message": "An internal server error occurred. The operation failed., Bundle: Microsoft.Transformation.UT_LCDR could not be found (Search Paths: C:\Program Files\Microsoft\Exchange Server\V15\Bin\Search\Ceres\Native)",
"innerError": {
"date": "2022-04-28T07:23:21",
"request-id": "acf4dd52-b018-46e4-a185-24a5e1b70b02",
"client-request-id": "132a2151-0726-76bb-2cfc-aeb209ab7bf5"
}
}
}

The following URL can be used to get the mail successfully:
https://graph.microsoft.com/v1.0/me/messages/{id}

How should I solve this problem?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,743 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sheena-MSFT 1,731 Reputation points
    2022-04-28T10:32:43.557+00:00

    Hi @WorkEnv SDCC1 ,

    There is a open case with Microsoft Engineering team for this issue.

    Will keep you informed about the progress.

    Hope this helps.

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have further questions about this answer, please click "Comment".

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. bilal umer 1 Reputation point
    2022-04-28T10:56:11.8+00:00

    Hi, I have seen a similar issue with one of my users now and I tried to search the web but I couldn't find any answer or pointers.

    But I get an Exception as below:

    *Exception
    Exception type: System.ArgumentException
    Exception message: Bundle: Microsoft.Transformation.UT_LCDR could not be found (Search Paths: C:\Program Files\Microsoft\Exchange Server\V15\Bin\Search\Ceres\Native)

    Call stack
    Microsoft.Exchange.Data.Search.Common.DictionaryPackageManager.Get(String bundleIdFullName)
    Microsoft.Exchange.Data.Search.Common.DictionaryPackageManager.TryGetValue(String key, IPackage& value)
    Microsoft.Exchange.Data.Search.Common.DictionaryPackageManager.d__25.MoveNext()
    System.Linq.Enumerable.FirstOrDefaultTSource
    Microsoft.Ceres.NlpBase.DictionaryInterface.Resource.NlpResourceManager.GetResource(AssemblyName bundleId)*

    and it goes on...

    0 comments No comments