某客户(烟台保税区,环海路)的用友人力资源管理系统:用友软件U8SOFT,登录时显示“remoting通道异常”,管理登录也类似;
发现hosts文件0字节,但修改hosts文件无效;查看日志,发现sql的tcp、ip端口1433错误,等等。
运行以下命令行,登录成功,解决
 SC start U8KeyManagePool  SC start U8MPool  SC start U8SCMPool  SC start UFReportService  SC start U8DispatchService
以上命令行可以放在一个,bat或cmd文件里统一执行!
查看网上解决办法如下,
SET U8SOFT_HOME=D:\U8SOFT;此处为安装路径,注意需要根据实际情况修改。 SC CREATE U8KeyManagePool binPath= "\"%U8SOFT_HOME%\U8KeyManagePool.exe\" -name=U8KeyManagePool -appConfig=\"%U8SOFT_HOME%\U8KeyManagePool.exe.config\"" start= auto SC DESCRIPTION U8KeyManagePool "作为U8 Key管理组件的远程工作进程,提供应用程序池功能。" SC CREATE U8MPool binPath= "\"%U8SOFT_HOME%\U8MPool.exe\" -name=U8MPool -appConfig=\"%U8SOFT_HOME%\U8MPool.exe.config\"" start= auto SC DESCRIPTION U8MPool "作为生产制造管理组件的远程工作进程,提供应用程序池功能"
SC CREATE U8SCMPool binPath= "\"%U8SOFT_HOME%\U8SCMPool.exe\" -name=U8SCMPool  -appConfig=\"%U8SOFT_HOME%\U8SCMPool.exe.config\"" start= auto SC DESCRIPTION U8SCMPool "作为供应链管理组件的远程工作进程,提供应用程序池功能"
servicecrtl %windir%\system32\ServerNT.exe install servicecrtl %U8SOFT_HOME%\U8TaskService.exe install SC CREATE UFReportService binPath= "\"%U8SOFT_HOME%\UAP\UFIDA.U8.UAP.ReportService.exe\" -name=UFReportService start= auto SC CREATE U8DispatchService binPath= "\"%U8SOFT_HOME%\U8DispatchService.exe\" -name=U8DispatchService start= auto
 SC start U8KeyManagePool  SC start U8MPool  SC start U8SCMPool  SC start UFReportService  SC start U8DispatchService
...
...
  |