>>>>is what I have <<
... and something more from the INIT-deck
TCP = OES /* OES - USE IBM OPEN EDITION SOCKETS */
TCP.LISTEN=(ANYADDR, 1364 ) /* SINGLE IPV4 LISTEN */
TCP.API.LISTEN=(ANYADDR , 1363)
TCP.TIMER = 120 /* WAIT TIME FOR DATA READ */
TCP.FMH.TIMER = 00:03:00 /* WAIT TIME FOR FMH READ */
TCP.RUNTASK.TIMER = 00:05:00 /* WAIT TIME - SNODE RUNTASK TO COMP */
>> maybe ??????
noticed the Node names I used----both sides----are also defined as VTAM
node names....
Node Name : NDMPRD VTAM Applid : NDMPRD2
Max Parsess : 14 Def Ses Class : 2
Session Type: SNA Environment :
API Applids : NDMPRDI0 NDMPRDI1 NDMPRDI2 NDMPRDI3 NDMPRDI4
NDMPRDI5 NDMPRDI6 NDMPRDI7 NDMPRDI8 NDMPRDI9
Node Status : INTERNAL, SEND, RECEIVE
Session Snode Max : 255
Do these have to be defines with Diff. names as ADJ definitions???
From: Juergen Keller <[email protected]>
To: [email protected]
Date: 01/17/2013 08:49 AM
Subject: Re: Sterling-ConnectDirect
Sent by: IBM Mainframe Discussion List <[email protected]>
hello Ron,
unfortunately my C:D-colleague is on holiday but I will try to answer your
question
That's what he has defines in NETMAP:
/* THE FOLLOWING IS TCP/IP DEFAULT ENTRY AND MUST NOT BE */
/* REMOVED IF TCP/IP IS TO BE USED (TCP=IBM OR TCP=SNS IN THE */
/* INITPARMS). */
ADJACENT.NODE = ((TCP.IP.DEFAULT, , , TCP))
ADJACENT.NODE=( (node,1364,ip-addr,TCP) -
PARSESS=(10 1) -
ENVIRONMENT=OS390 -
)
ADJACENT.NODE=( (node,1364,ip-addr,TCP) -
ENVIRONMENT=WINDOWS -
)
ADJACENT.NODE=( (node,1364,ip-addr,TCP) -
PARSESS=(10 1) -
ENVIRONMENT=UNIX -
)
ADJACENT.NODE=( (node,1364,ip-addr,TCP,) -
PARSESS=(2 1) -
ENVIRONMENT=OS400 -
)
ADJACENT.NODE=( (node,1364,ip-addr,TCP) -
ALTERNATE.COMMINFO=(ALT.TYPE=TCP,ALT.ADDR=ip-addr) -
ENVIRONMENT=NT -
)
and the JCL ...
//NDM EXEC PGM=DMINIT,
// PARM='&NDMPREF..PARMLIB(&PARMMEM)',
//* REGION=16M,
// REGION=0M,
// TIME=1440
//* TIME=1
// INCLUDE MEMBER=TCPDATA
TCPDATA
//SYSTCPD DD DISP=SHR,DSN=xxxx
which contains ... (I think you already have one ...)
TCPIPJOBNAME TCPIP
HOSTNAME xxx
DATASETPREFIX xxxx
DOMAINORIGIN xxxx
NSINTERADDR ip-addr
RESOLVERTIMEOUT 1
I hope that helps
regards Juergen
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN
----------------------------------------------------------------------
Email Disclaimer
This E-mail contains confidential information belonging to the sender,
which may be legally privileged information. This information is intended
only for the use of the individual or entity addressed above. If you are not
the intended recipient, or an employee or agent responsible for
delivering it to the intended recipient, you are hereby notified that any
disclosure, copying, distribution, or the taking of any action in reliance on
the contents of the E-mail or attached files is strictly prohibited.
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN