Azure Storage Emulator error and does not start

后端 未结 22 1578
遥遥无期
遥遥无期 2020-12-22 22:28

This error is really driving me crazy. (Terminal running in administrator mode)

Initialization of azure storage emulator in sql server 2014:

C:\\Prog         


        
22条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-22 23:25

    Check if you are running BitTorrent/uTorrent or similar software using port 10000.

    Check Steve Marx' blog post about the issue. http://blog.smarx.com/posts/windows-azure-storage-emulator-the-process-cannot-access-the-file-because-it-is-being-used-by-another-process

    In case that post disappears, the command to check if any other software is using that port is:

    C:\Users\smarx>netstat -p tcp -ano | findstr :10000
      TCP    127.0.0.1:10000        0.0.0.0:0              LISTENING       3672
    

提交回复
热议问题