Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Problem with bot authentication

Hello dears,
I Got this error when I follow the training java course:
An unknown error occurred while trying to connect to https://develop2.symphony.com:443/login. Please check below for more information: {"message":"Cannot authenticate user","status":"UNAUTHORIZED"}

how can I fix that ?

Votes Newest

Answers


When you first registered on the Developer Center, you should have received a welcome email. Within that email, there is a link you can click on to request for sandbox credentials. You will then receive a package that includes the account details, the RSA keys and a sample configuration.

  
  
Posted 2 years ago
Yong Sheng Tan
39 × 2 Administrator
9K Views
1 Answer
2 years ago
2 years ago
Tags