At the moment i am testing it on NT and database server and connection manager are both on the same machine. what port i should use for cman and database for NT.

In my cman.ora i have these parameters

CMAN = (ADDRESS_LIST=
(ADDRESS=
(SERVICES=CMAN)
(PROTOCOL=tcp)
(HOST=10.1.39.2)(PORT=1630)
)
)

cman_admin = (ADDRESS=(PROTOCOL=tcp)(HOST=10.1.39.2)(PORT=1650))

cman_profile = (parameter_list=
(MAXIMUM_RELAYS=1024)
(LOG_LEVEL=1)
(TRACING=no)
(RELAY_STATISTICS=yes)
(SHOW_TNS_INFO=yes)
(USE_ASYNC_CALL=yes)
(AUTHENTICATION_LEVEL=0)
(REMOTE_ADMIN=FALSE)
)





But when i typed cmctl start cm i received this error message
TNS-04039: CMCTL: error while spawning a process

and when i typed cmctl start admin i received the following message
TNS-04018: CMCTL: missing Connection Manager name, admin_admin, in cman.ora


I have also set the USE_CMAN in sqlnet.ora of client and also add (source_route=on) in tnsnames.ora of server.

i have never used it before to i am naive about this . can someone help me on this problem.
Thanks
UKDBA