I just downloaded the windows 3.0.0.0 version. The documentation references a tool called esquery, I did not see any binary named esquery. I do however have an EventStore.Query.exe tool. When I try running that tool it fails with the following information. I have tried creating different users and not even specifying a user / password and nothing seems to work for me.
C:\opt\eventstore> .\eventstore.query.exe
No server set defaulting to http://127.0.0.1:2113/
username:admin
password:
Unhandled Exception: System.Net.ProtocolViolationException: You must provide a request body if you set ContentLength>0 or Send
Chunked==true. Do this by calling [Begin]GetRequestStream before [Begin]GetResponse.
at System.Net.HttpWebRequest.GetResponse()
at esquery.Program.TryValidatePassword(Uri baseuri, NetworkCredential cred) in c:\EventStore\src\esquery\Program.cs:line 12
4
at esquery.Program.GetValidatedNetworkCredential(Uri baseuri) in c:\EventStore\src\esquery\Program.cs:line 101
at esquery.Program.ReadArgs(String[] args) in c:\EventStore\src\esquery\Program.cs:line 83
at esquery.Program.Main(String[] args) in c:\EventStore\src\esquery\Program.cs:line 199
Thanks,
Adam