cmd.exe 和 runcbl.exe 错误
我公司网络上有一个程序突然无法打开。当我尝试时,出现以下错误:
\Bpiserver\accounting\CSSI\lori1 CMD.EXE 以上述路径作为当前目录启动。 不支持 UNC 路径。默认为 Windows 目录。 无法找到 C:\Windows\STATUS.*
在该错误框之上弹出另一个错误框,提示
Windows 无法找到“RUNCBL”。
我已尽我所能搜索互联网,但没有找到与此特定问题相关的信息。
我使用的是 Windows 7,
我运行了多个防病毒程序,没有发现任何问题。
请帮忙!我在人力资源部门,在进入该计划之前无法处理工资等。
I have a program on my company network that I'm suddenly unable to open. When I try I get the following errors:
\Bpiserver\accounting\CSSI\lori1
CMD.EXE was started with the above path as the current directory.
UNC paths are not supported. Defaulting to Windows directory.
Could not find C:\Windows\STATUS.*
another error box pops up on top of that one saying
Windows cannot find 'RUNCBL'.
I have searched the internet in every way I can and have not found one piece of info that relates to this specific problem.
I'm using Windows 7
I have run several antivirus programs and found no problems.
PLEEEEASE help! I am in HR and cannot run paychecks, etc until I can get into this program.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
“RunCBL”可能是 COBOL 运行时/帮助程序,这对于薪资应用程序来说很有意义。如果 Windows 找不到 MS Word 可执行文件,这就像尝试双击 .doc 或 .docx 文件一样。
文件已被删除,或者您的路径已更改。 (右键单击“我的电脑”,转到“属性”、“高级”、“环境变量”。)
UNC 路径是一个常见的抱怨。 DOS/Windows 脚本(.bat 或 .cmd 文件)不喜欢在网络文件夹中启动 - 除非网络文件夹映射到 DOS 样式的驱动器号。 (换句话说,您的 PC 上将有一个虚拟 X: 或 Z: 驱动器,指向 \Bpiserver\accounting 或 \Bpiserver\accounting\CSSI。)
如果您有驱动器映射并且以某种方式被删除,则可能会导致对于所有这些问题。
如果您需要进一步的帮助,您可能应该发布 \Bpiserver\accounting\CSSI\lori1.cmd 的内容
"RunCBL" may be a COBOL runtime/helper, which would make sense for a payroll app. It would be like trying to double-click a .doc or .docx file if Windows couldn't find the MS Word executable.
Either the file has been deleted, or your path has changed. (Right-click My Computer, go to Properties, Advanced, Environment variables.)
The UNC path is a common complaint. DOS/Windows scripts (.bat or .cmd files) don't like to start in network folders -- unless the network folder is mapped to a DOS-style drive letter. (In other words, you would have a virtual X: or Z: drive on your PC that pointed to \Bpiserver\accounting or \Bpiserver\accounting\CSSI.)
If you had a drive mapping and that got deleted somehow, that could account for all of these problems.
If you want further assistance you should probably post the contents of \Bpiserver\accounting\CSSI\lori1.cmd
我的猜测是您无权访问运行该程序所需的网络路径。
此外,还可以禁用此 UNC 检查:
http://support.microsoft.com/kb/156276
My guess is that you do not have access to the network path needed to run that program.
Also, it may be possible to disable this UNC check:
http://support.microsoft.com/kb/156276