问题
如何解决“接收时数据传输错误:规格压缩失败:压缩数据流没有以'B' ' 'Z' 'H'开头”的问题?
回答
当SciMoCa的DoseServer和DesktopClientCommandLine之间的配置文件不匹配时,就会发生这种情况。
步骤一
请检查以下文件中的值,它们可能看起来如下:
C:\ProgramData\Radialogica\SciMoCa\Server\SciMoCaServer_config.xml (在 server 标签下)
<remoteInterface>false</remoteInterface>
C:\ProgramData\ScientificRT\SciMoCa\DesktopClient\config\SciMoCaDefault.xml (在 Settings 标签下)
<RemoteInterface>false</RemoteInterface>
步骤二
请将 <remoteInterface>false</remoteInterface> 改为 <RemoteInterface>false</RemoteInterface>. 这个标签是区分大小写的。
步骤三
重新启动SciMoCa服务。