Azure Storage Emulator error and does not start

后端 未结 22 1493
遥遥无期
遥遥无期 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:02

    Make sure the user that initialized the emulator is the same as the user that is starting the emulator. Note that if you elevate as a different user to run initialization, then the initialization only applies to that user.

    If that doesn't help, you can try to launch the emulator with the -inprocess flag to get a more detailed error message:

    WAStorageEmulator start -inprocess
    

提交回复
热议问题