okay, so lets go through all the steps, because you are running a windows remote cluster you should be able to do these steps
in one dos window, start db and cluster
start_db.bat
start_node.bat node1
then in another dos window start the interactive clusteradmin
%streaming_home%\bin\streamingclusteradmin --uri=esps://localhost:19011 --username=sys_streaming --password=<your password created when installing>
this will give clusteradmin prompt >
If your windows is using OS authentication, then if your windows login is Jan123, then Jan123 must created as a user in the clusteradmin
>get users will display what users exist
The following command will create Jan123 and give it full access
> grant permissions all to Jan123
this will then allow you to use the following example command to start projects
%streaming_home%\bin\streamingclusteradmin --uri=esps://localhost:19011 --username=Jan123 --password=<your windows password> --workspace=p1 --project_name=p1 --ccx=p1.ccx --add_project
NOTE: it can be easier to add and start project by just using interactive mode, e.g.
> add workspace w1
> add project w1/p1 p1.ccx
> start project w1/p1
I think that you are unlikely to be able to use "esp" as the username , unless that is your windows login!