LoveUnix » 中间件技术 » ◆◆◆请教CICS Client连接Server配置◆◆◆
让LU留住您的每

一天 让LU博客留住您的每一天
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 ” 当前不可用
请高人指点!
谢谢!

页: [1]


Powered by Discuz! Archiver 5.5.0  © 2001-2006 Comsenz Inc.