SB10: How to force a command line client to wait for a specified time

SB10: How to force a command line client to wait for a specified time

book

Article ID: KB0073947

calendar_today

Updated On:

Products Versions
TIBCO Streaming 10

Description

In StreamBase 7 and earlier, the sbc command line client has a "-w" option, which specifies a number of milliseconds to wait before the client is able to connect to the SB server. What is the equivalent option in epadmin for TIBCO Streaming 10 and later?

Issue/Introduction

This article discusses the SB10 equivalent to the sbc -w option that was previously available in StreamBase 7 and earlier.

Resolution

When working with the epadmin command line tool, you may use the 'maxretries' parameter. For example..
epadmin servicename=YourNodeName start node --maxretries=600000
'maxretries' is the amount of time in seconds to wait for the node to start. The default value is 300 seconds.

Additional Information

Home > EP Commands > epadmin and epdev References > epadmin-node(1)