[
https://issues.apache.org/jira/browse/TINKERPOP-1800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16205111#comment-16205111
]
Robert Dale commented on TINKERPOP-1800:
----------------------------------------
The correct syntax is with a preceding colon - '*:remote*'
See also
http://tinkerpop.apache.org/docs/current/reference/#connecting-via-console
Please close this issue if that works for you.
> Remote connect issue
> --------------------
>
> Key: TINKERPOP-1800
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1800
> Project: TinkerPop
> Issue Type: Bug
> Components: groovy
> Affects Versions: 3.3.0
> Environment: WINDOWS 10
> Reporter: Loveneet kumar
> Fix For: 3.3.0
>
>
> In windows 10 environment i facing this issue :
> {color:#59afe1}gremlin> remote connect tinkerpop.server conf/remote.yaml
> groovysh_parse: 2: expecting EOF, found 'conf' @ line 2, column 33.
> remote connect tinkerpop.server conf/remote.yaml
> ^
> 1 error
> Type ':help' or ':h' for help.
> Display stack trace? [yN]
> gremlin> :d
> Buffer is empty
> gremlin> :{color}
> After changing slash direction
> {color:#59afe1}gremlin> remote connect tinkerpop.server conf\remote.yaml
> groovysh_parse: 2: unexpected char: '\' @ line 2, column 37.
> remote connect tinkerpop.server conf\remote.yaml{color}
> ^
> 1 error
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)