SCP Server service stops mid transfer

I am trying to use SW SCP/SFTP server to get a 400MB IOS out to a remote device.  After several hours the service simply stops, and the transfer dies.  I have not timed it, but it always seems to be after about the same duration.  Has anyone else experienced this or have a workaround?

In this specific instance I am doing an SCP transfer.  The file size is 478MB flat file.  The transfer starts normally, authenticates, and the last message on the log shows  "user XYZ at X.X.X.X downloading file at "file.bin"

No messages after that point.  I just come back and the service is stopped and my transfer was aborted at the receiving side.

Parents
  • I too am having this issue. It runs for 20 minutes or so then crashes out on Windows Server 2012 R2 standard.

    Log Name:  Application
    Source:    Application Error
    Date:      5/4/2018 9:26:41 PM
    Event ID:  1000

    Task Category: (100)

    Level:     Error
    Keywords:  Classic
    User:      N/A
    Computer:  VSMON000004.corp.bannerbank.com

    Description:

    Faulting application name: SolarWindsSftpServer.exe, version: 1.1.0.16, time stamp: 0x55cc6420

    Faulting module name: wodSSHD.dll, version: 2.2.9.381, time stamp: 0x5163e88d

    Exception code: 0xc0000005

    Fault offset: 0x00094bba

    Faulting process id: 0x%9

    Faulting application start time: 0x%10

    Faulting application path: %11

    Faulting module path: %12

    Report Id: %13

    Faulting package full name: %14

    Faulting package-relative application ID: %15

    Event Xml:

    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">

      <System>

    <Provider Name="Application Error" />
    <EventID Qualifiers="0">1000</EventID>
    <Level>2</Level>
    <Task>100</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2018-05-05T04:26:41.000000000Z" />
    <EventRecordID>840467</EventRecordID>
    <Channel>Application</Channel>
    <Computer>VSMON000004.corp.bannerbank.com</Computer>
    <Security />

      </System>

      <EventData>

    <Data>SolarWindsSftpServer.exe</Data>
    <Data>1.1.0.16</Data>
    <Data>55cc6420</Data>
    <Data>wodSSHD.dll</Data>
    <Data>2.2.9.381</Data>
    <Data>5163e88d</Data>
    <Data>c0000005</Data>
    <Data>00094bba</Data>

      </EventData>

    </Event>

Reply
  • I too am having this issue. It runs for 20 minutes or so then crashes out on Windows Server 2012 R2 standard.

    Log Name:  Application
    Source:    Application Error
    Date:      5/4/2018 9:26:41 PM
    Event ID:  1000

    Task Category: (100)

    Level:     Error
    Keywords:  Classic
    User:      N/A
    Computer:  VSMON000004.corp.bannerbank.com

    Description:

    Faulting application name: SolarWindsSftpServer.exe, version: 1.1.0.16, time stamp: 0x55cc6420

    Faulting module name: wodSSHD.dll, version: 2.2.9.381, time stamp: 0x5163e88d

    Exception code: 0xc0000005

    Fault offset: 0x00094bba

    Faulting process id: 0x%9

    Faulting application start time: 0x%10

    Faulting application path: %11

    Faulting module path: %12

    Report Id: %13

    Faulting package full name: %14

    Faulting package-relative application ID: %15

    Event Xml:

    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">

      <System>

    <Provider Name="Application Error" />
    <EventID Qualifiers="0">1000</EventID>
    <Level>2</Level>
    <Task>100</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2018-05-05T04:26:41.000000000Z" />
    <EventRecordID>840467</EventRecordID>
    <Channel>Application</Channel>
    <Computer>VSMON000004.corp.bannerbank.com</Computer>
    <Security />

      </System>

      <EventData>

    <Data>SolarWindsSftpServer.exe</Data>
    <Data>1.1.0.16</Data>
    <Data>55cc6420</Data>
    <Data>wodSSHD.dll</Data>
    <Data>2.2.9.381</Data>
    <Data>5163e88d</Data>
    <Data>c0000005</Data>
    <Data>00094bba</Data>

      </EventData>

    </Event>

Children
  • We're having the same problem trying to SCP a 498MB file.  The service stops on both our Win10 boxes, and Win12 server before the SCP transfer is complete.

    We're also working with SolarWinds for a solution.  We've found a work around for the time being.  In our Cisco network, we make our switches into SCP servers with

    the "SW(config)#ip scp server enable" command.  Load the IOS file into one switch, and we can transfer between the switches with no problem. Good luck.