Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Subject
모니터링 프로그램을 제대로 실행하지 못한다.


APPLIES TO:
MCCS : 3.6.0



SYMPTOMS
CMD 명령라인 파싱문제임. ProcManger에서 현재 실행하는 최종형태는 아래와 같음
{code}
cmd /c ""c:\program files\mccs\config\script\mon.bat ONLINE""
{code}
위와 같이 명령이 실행될경우 c:\program 을 실행파일로 인식하여 명령을 실행하지 못함.


CAUSE


SOLUTION
모니터링 프로그램을 실행할 때 아래와 같은 형식으로 커맨드라인을 실행하도록 수정
{code}
cmd /c "c:\program files\mccs\config\script\mon.bat" ONLINE"
{code}
Fixed 3.6.2

  • No labels