The FIP-FS Scan Process failed initialization. Error: 0x80010105 AND Faulting application name: scanningprocess.exe

Sebastian Walz 16 Reputation points
2021-03-08T02:32:59.55+00:00

Hi,

Exchange 2016 on Server 2016.

The FIP-FS Service is crashing and mail isn't being sent or received.
mail only flows when the anti malware service is disabled within Exchange.

Errors which are show are:
1: The FIP-FS Scan Process failed initialization. Error: 0x80010105. Error Details: The server threw an exception.

2: Faulting application name: scanningprocess.exe, version: 15.1.2176.9, time stamp: 0x60276c79
Faulting module name: scanningprocess.exe, version: 15.1.2176.9, time stamp: 0x60276c79
Exception code: 0xc0000005
Fault offset: 0x000000000005c5fd
Faulting process id: 0x3cf4
Faulting application start time: 0x01d713bf77380dbc
Faulting application path: C:\Program Files\Microsoft\Exchange Server\V15\FIP-FS\Bin\scanningprocess.exe
Faulting module path: C:\Program Files\Microsoft\Exchange Server\V15\FIP-FS\Bin\scanningprocess.exe
Report Id: ea2fad9c-70c5-4e2a-9662-5906f6da0eb1
Faulting package full name:

3: The anti-malware agent encountered an error while scanning. MessageId: <ce6f9d3a-a94d-473e-a8d6-cd222d267627@journal.report.generator> Message sent: 5/03/2021 1:21:48 AM From: <> Size: 727629 Bytes Error: Microsoft.Filtering.ScanAbortedException: Exception of type 'Microsoft.Filtering.ScanAbortedException' was thrown.
at Microsoft.Filtering.InteropUtils.ThrowPostScanErrorAsFilteringException(WSM_ReturnCode code, String message)
at Microsoft.Filtering.FilteringService.EndScan(IAsyncResult ar)
at Microsoft.Exchange.Transport.Agent.Malware.MalwareAgent.OnScanCompleted(IAsyncResult ar)
Faulting package-relative application ID:

We tried to stop the service, update engine and signatures with the powershell command "& $env:ExchangeInstallPath\Scripts\Update-MalwareFilteringServer.ps1 -Identity <FQDN of server>" which also throws an error.

I saw post: https://social.msdn.microsoft.com/Forums/en-US/33020637-55a8-4c03-a239-e8aabff23b4d/the-fipfs-scan-process-failed-initialization?forum=exchangesvrsecuremessaging
But this didn't work.

Any help appreciated

Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,345 questions
{count} votes

25 answers

Sort by: Most helpful
  1. JL 6 Reputation points
    2022-01-01T15:31:09.463+00:00

    Answer I received from MS. Temporary workaround till they get a patch.

    1. Open Exchange Management Shell in Admin Mode
    2. Type Get-TransportAgent Malware | Disable-TransportAgent
    3. Yes prompt
    4. Run the above command on all the Exchange Server and check the behaviour
    5. If disabling Malware Agent does not help, please disable any third party Transport Agent with Malware Agent on all the Servers.
    6. Restart MS Exchange transport
    1 person found this answer helpful.
    0 comments No comments

  2. Will Judy 1 Reputation point
    2022-01-01T09:27:04.047+00:00

    This has just happened to me as well. Exchange 2016 and 2019. Is this a Zero Day hack or something trying to disable the malware scanning?


  3. Marco G 16 Reputation points
    2022-01-01T11:34:48.53+00:00

    Same here, same problem and same resolution

    0 comments No comments

  4. Luciano Coppola 1 Reputation point
    2022-01-01T12:11:28.113+00:00

    Same here but what I have noticed is that the FIP-FS Scan process Initialization error is still present and emails sit in the queue for up to 5 minutes before being released. Anybody else have this?


  5. Lewis Holyfield 1 Reputation point
    2022-01-01T13:13:18.92+00:00

    I just experienced the same issue as others described, 'Microsoft Filtering Management Service' was continuously crashing until we executed the set-MalwareFilteringServer <ExchangeServer> -BypassFiltering:$true.

    0 comments No comments