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,359 questions
{count} votes

25 answers

Sort by: Most helpful
  1. Joshua Thompson 201 Reputation points
    2022-01-01T15:16:46.203+00:00

    Same problem here on Exchange 2016 . Just stopped working around 6:09PM (PST) last night (December 31, 2021).
    In my situation mail flow is not being impacted inbound or outbound. We are in a hybrid setup.

    I guess we just wait for the update.

    0 comments No comments

  2. Joshua Thompson 201 Reputation points
    2022-01-01T15:41:10.16+00:00

    Since this was an automatic update that broke this will this be an automatic update that fixes this?

    0 comments No comments

  3. Ahmed Abdeen 1 Reputation point
    2022-01-01T16:05:17.333+00:00

    Same Issue no clear reason except the above mails got stacked in the submission no errors at the users end at all the queue kept stacking up mails,
    solved after Bypassing the malware filter and restarting both my mail servers as am using DAG

    0 comments No comments

  4. Hollisorama 381 Reputation points
    2022-01-01T16:39:50.847+00:00

    Same thing happened to us. Unbelievable

    This is what I did

    $ServerName = 'EXCH1'
    Set-MalwareFilteringServer $ServerName -BypassFiltering $true
    Invoke-Command -Computer $ServerName {Restart-Service MSExchangeTransport}

    0 comments No comments

  5. Samdi 21 Reputation points
    2022-01-01T18:12:22.167+00:00

    There are two methods to disable the malware scanning and fix the mail flow issues: See more: https://www.alitajran.com/exchange-mail-flow-breaks/

    0 comments No comments