WebSphere Enterprise Service Bus for z/OS, Version 6.2.0 Operating Systems: z/OS


Event catalog pattern query fails on a Windows system

I am trying to do a pattern query for event definitions on a Windows® system using the eventcatalog command. For example: eventcatalog -listdefinitions -name EVENT% -pattern. I don't get the expected results.

Cause

The percent character (%) is a reserved character in the Windows command-line interface and is not passed properly to the eventcatalog command.

Remedy

On Windows systems, you must escape the percent character character by typing %%:
eventcatalog -listdefinitions -name EVENT%% -pattern

topic Topic topic

Terms of use | Feedback


Timestamp icon Last updated: 21 June 2010


http://publib.boulder.ibm.com/infocenter/dmndhelp/v6r2mx/topic//com.ibm.websphere.wesb620.zseries.doc/doc/tcei_trb_pattern_query_windows.html
Copyright IBM Corporation 2005, 2010. All Rights Reserved.
This information center is powered by Eclipse technology (http://www.eclipse.org).