Hi Everyone
I face an issue when i try to read my server.log file.
I get this error :
Getting file ‘[\xxxxx.xxxxx.com\c$\Products\xxxxx\standalone\log\server.log](file:////xxxxxxxx.xxxxxx.com/c$/Products/xxxxxx/standalone/log/server.log)’.
OSError: [Errno 22] Invalid argument: ‘\\xxxxxxx.xxxxxxx.com\c$\Products\xxxxxxx\standalone\log\server.log’
My Keyword:
Check msg in log server
[Arguments] ${MsgToCheck}
${File} = Get File ${ServerLog_PATH}\server.log encoding= UTF-8 encoding_errors= ignore
Should Contain ${File} ${MsgToCheck}
Can any one help us to fix this issue Pls.
Regards,