Hi all, When I run sas services (./sas.servers start), SASInformationRetrievalStudioforSAS service does not work. when ı run this command; ./IRStudio.sh start I get this error; Traceback (most recent call last): File "/sas/config/Lev1/Applications/SASInformationRetrievalStudioforSAS/start.py", line 24, in <module> error_log_file = os.path.join(log_dir, "information-retrieval-studio-server-errors.log") File "/usr/lib64/python3.6/posixpath.py", line 94, in join genericpath._check_arg_types('join', a, *p) File "/usr/lib64/python3.6/genericpath.py", line 151, in _check_arg_types raise TypeError("Can't mix strings and bytes in path components") from None TypeError: Can't mix strings and bytes in path components How can ı fix it?
... View more