[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference lassie::ucx

Title:DEC TCP/IP Services for OpenVMS
Notice:Note 2-SSB Kits, 3-FT Kits, 4-Patch Info, 7-QAR System
Moderator:ucxaxp.ucx.lkg.dec.com::TIBBERT
Created:Thu Nov 17 1994
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:5568
Total number of notes:21492

5540.0. "SET SERVICE/LIMIT=nn" by HYDRA::AXPDEVELOPER (Alpha Developer support) Tue May 27 1997 18:15

The problem is that UCX is ignoring the limit qualifier.  Here is what I do/see:

UCX> set service sqlnw /port=1990/process=sqlnw/user=dharma/file=sqlnw.com/
    limit=10
UCX> sho service sqlnw /full

Service: SQLNW
                           State:     Enabled
Port:             1990     Protocol:  TCP             Address:  0.0.0.0
Inactivity:          5     User_name: DHARMA          Process:  SQLNW
Limit:               1     Active:      0             Peak:       1

File:         DKA100:[DHARMA]SQLNW.COM
Flags:        Listen

Socket Opts:  Rcheck Scheck
 Receive:            0     Send:               0

Log Opts:     None
 File:        not defined

Security
 Reject msg:  not defined
 Accept host: 0.0.0.0
 Accept netw: 0.0.0.0


Note that when I do the show, the limit is set to 1, not 10.  Because of this,
UCX only allows me to make a single connection at a time.  I'm assuming that
there must be some system limit somewhere that is cutting me off at 1, but
I haven't been able to find it in the documentation, and I'm not getting
an error back from SET SERVICE, it's just silently setting limit to 1.

Thanks,

Dave Partridge
[email protected]
T.RTitleUserPersonal
Name
DateLines
5540.1Disable and re-enable the serviceCSC32::R_WILLIAMSTue May 27 1997 18:2010
    If you set a LIMIT, you must disable and reenable the service for it to
    take effect.
    
    Try
    
       UCX DISABLE SERVICE SQLNW and then UCX ENABLE SERVICE SQLNW
    
    This should do the trick.
    
    -Rick