WebSphere Enterprise Service Bus, 버전 6.2.0 운영 체제: AIX, HP-UX, i5/OS, Linux, Solaris, Windows


Windows 시스템에서 이벤트 카탈로그 패턴 조회가 실패함

Windows® 시스템에서 eventcatalog 명령을 사용하여 이벤트 정의에 대한 패턴 조회를 수행하려고 합니다(예: eventcatalog -listdefinitions -name EVENT% -pattern). 예상된 결과를 가져올 수 없습니다.

원인

퍼센트 문자(%)는 Windows 명령행 인터페이스에서 예약된 문자이며 eventcatalog 명령으로 올바로 전달되지 않습니다.

해결책

Windows 시스템에서는 %%를 입력하여 퍼센트 문자를 이스케이프해야 합니다.
eventcatalog -listdefinitions -name EVENT%% -pattern

topic 주제

이용약관 | 피드백


시간소인 아이콘 마지막 갱신 날짜: 2010년 7월 7일 수요일


http://publib.boulder.ibm.com/infocenter/dmndhelp/v6r2mx/topic//com.ibm.websphere.wesb620.doc/doc/tcei_trb_pattern_query_windows.html
Copyright IBM Corporation 2005, 2010. All Rights Reserved.
이 Information Center는 Eclipse 기술을 기반으로 합니다(http://www.eclipse.org 웹 사이트 참조).