Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: MTS problem please advise
Did you verify that the dispatchers are registering with the Listener? If you can't get that bit working, you'll never get connections through to them.
Regards
HJR
"Frank" <frankbo_at_interaccess.nl> wrote in message
news:96jgm0$dfv$1_at_porthos.nl.uu.net...
> How about the webserver using (server=dedicated)?
>
> --
> Frank
> <andy_at_movista.com> schreef in berichtnieuws
96h0ef$50o$1_at_news.netmar.com...
> > I've got a wierd MTS problem - unable to direct sessions to dispatchers
> >
> > Ive set up the MTS (8.1.7) and it is up
> >
> > Connect from a web server
> > Only get a dedicated connection - never goes through the dispatchers
> >
> >
> > Any suggestions about what to modify greatly appreciated - can't find
this
> > addressed in the manuals
> >
> > Andy
> > MTS parameters are:
> >
> > mts_dispatchers = (PROTOCOL=TCP)(DISPATCHERS=5)
> > mts_servers = 20
> > mts_max_servers = 100
> > mts_max_dispatchers = 50
> > mts_service = corpmess
> >
> >
> > LISTENER =
> > (DESCRIPTION_LIST =
> > (DESCRIPTION =
> > (ADDRESS_LIST =
> > (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
> > )
> > (ADDRESS_LIST =
> > (ADDRESS = (PROTOCOL = TCP)(HOST = mov04995-su1)(PORT = 1521))
> > )
> > )
> > (DESCRIPTION =
> > (PROTOCOL_STACK =
> > (PRESENTATION = GIOP)
> > (SESSION = RAW)
> > )
> > (ADDRESS = (PROTOCOL = TCP)(HOST = mov04995-su1)(PORT = 2481))
> > )
> > )
> >
> > SID_LIST_LISTENER =
> > (SID_LIST =
> > (SID_DESC =
> > (SID_NAME = PLSExtProc)
> > (ORACLE_HOME = /ora1/oracle/product/8.1.7)
> > (PROGRAM = extproc)
> > )
> > (SID_DESC =
> > (GLOBAL_DBNAME = corpmess)
> > (ORACLE_HOME = /ora1/oracle/product/8.1.7)
> > (SID_NAME = corpmess)
> > )
> > )
> >
> > TNSNAMES (on client) is:
> >
> > WASP =
> > (DESCRIPTION =
> > (ADDRESS_LIST =
> > (ADDRESS = (PROTOCOL = TCP)(HOST = mov04995-su1)(PORT = 1521))
> > )
> > (CONNECT_DATA =
> > (SERVICE_NAME = corpmess)
> > )
> > )
> >
> >
> > GLOBAL =
> > (DESCRIPTION =
> > (ADDRESS_LIST =
> > (ADDRESS = (PROTOCOL = TCP)(HOST = mov04995-4)(PORT = 1456))
> > )
> > (CONNECT_DATA =
> > (SERVICE_NAME = global)
> > )
> > )
> >
> >
> > SESSIONS =
> > (DESCRIPTION =
> > (ADDRESS_LIST =
> > (ADDRESS = (PROTOCOL = TCP)(HOST = mov04995-hp2)(PORT = 1521))
> > )
> > (CONNECT_DATA =
> > (SERVICE_NAME = SESSIONS)
> > )
> > )
> >
> >
> >
> >
> >
> >
> > ----- Posted via NewsOne.Net: Free (anonymous) Usenet News via the
eb -----
> > http://newsone.net/ -- Free reading and anonymous posting to 60,000+
groups
> > NewsOne.Net prohibits users from posting spam. If this or other
posts
> > made through NewsOne.Net violate posting guidelines, email
> abuse_at_newsone.net
>
>
Received on Fri Feb 16 2001 - 17:49:03 CST
![]() |
![]() |