Page 2 of 2

Re: STREAMING CONNECT/DISCONNECT LOG FILE

Posted: 08 Feb 2018 09:16
by Derek
Hi Bernd, Here are the print screens

Re: STREAMING CONNECT/DISCONNECT LOG FILE

Posted: 08 Feb 2018 09:22
by Derek
Hi Bernd, here are the print screens
Screen Shot 2018-02-08 at 09.11.18.png
The attachment Screen Shot 2018-02-08 at 09.11.43.png is no longer available
The attachment Screen Shot 2018-02-08 at 09.11.18.png is no longer available

Re: STREAMING CONNECT/DISCONNECT LOG FILE

Posted: 08 Feb 2018 12:29
by radio42
Just tested you exact scenario here, with this command:

Code: Select all

EXEC_WRITE_FILE C:\Temp\log.txt|au|${now} ${streamingservername} Server started.${CRLF}
and it was perfectly working fine here, here generating the following output:

Code: Select all

2018-02-08 12:25:55 MyTestServer Server started.
2018-02-08 12:26:12 MyTestServer Server started.
as you can see, the ${streamingservername} as well as the ${CRLF} macros have been resolved perfectly well. So I still assume, that something in your command or way of testing is not working well.
Is there maybe somewhere a space in your macros, eg. "${CR LF}" or "${ CRLF}" or alike?