09:09:07.901 Trc 04500 Connecting to HTTPServer ‘##HTTPSERVER’ at host ‘EBDGENESYS’, port 0 ? Cav, also note that:
"Option hide_private_data is enhanced. When set to true, in addition to its
existing functionality:
URS will not print in its logs parameters for Web Service requests and
also any result that a Web Service returns.
http_bridge will not print in its log parameters and results of Web
Service requests.
It’s like making a request to the Rest-Ful service via URS - IRD, but I’m getting an error in the logs.
My strategy is always coming out of the wrong step, can you help?in func GetHttpRequestInfoTLS
01:20:04.368_I_I_009a03466956914e [07:50] HERE IS XDATA
_I_E_009a03466956914e [09:04] error in strategy: 0014 Unknown server (in func GetHttpRequestInfoTLS)
_I_I_009a03466956914e [09:04] ASSIGN json(LOCAL) ← STRING[1,0]: “”
error 0014 means URS cannot find HttpBridge server (one URS uses to actually send http requsts).
Very likely httpbridge is just not configured.
Proper configuration assume defining in URS application the port with ID web (which URS will use to speak with httpbridge)
or alternatively
set URS option web/http_port to some available port.