2008-3-27 13:32
yupub
◆◆◆请教CICS Client连接Server配置◆◆◆
在Windows2003下安装了TxSerial 6,创建了Region:RGN01 创建了PipedName Listener:CICSCC
CICS Client配置如下 ctg.ini
SECTION Server = CICSCC # Arbitrary name for the server
Description = Local Server # Arbitrary description for the server
Protocol = LOCALNP # Matches with a Driver section below
NamedPipeName = CICSCC # Matches NamedPipeName in Server Listener Definition
ENDSECTION
SECTION Driver = TCPIP # Matches the Server's Protocol value
DriverName = CCLWNTIP # Use the WinNT TCP/IP communications DLL
ENDSECTION
SECTION Driver = LOCALNP # Matches the Server's Protocol value
DriverName = CCLCLPIP # Use the Client Named Pipe communications DLL
ENDSECTION
启动CICS 终端连接本地CICS Server 老提示:服务器“CICSCC ” 当前不可用
请高人指点!
谢谢!