KB Article #71462

X25 tasks doesn't start after migration up to 264 (from V241 SP6)

Problem

In job log can be seen an error on X25 task :  
  ID= NETVIR1 Ressource define failure CS=00030020 NET=
  CFTI15F Error code 00030020 _ Trying to define ressource NETVIR1
  CFTI35I PID=t8FC3F8 CFTMAIN Task ended


Resolution

For this kind of error, the first thing is to check if CFTNET id=NETGATE, profilr=GATEE is well defined.
For using X25 network, it's obligely to have that CFTNET, as following:



CFTPARM     ID       = 'CFTTEST',
                      NET      = ( 'NETGATE',     'NETVIR1'),
                      PROT     = ( 'PROTTCP',   'PROTTCPE',   'ANYVIR'),
                      ....



CFTNET       ID       = 'NETGATE',  
                     TYPE     = 'SNA',
                     CALL     = 'INOUT',
                     MAXCNX   = '32',  
                     ORIGIN   = 'CFTUTIL',
                     CLASS    = '1',
                     ACB      = 'ACFTK6',
                     PROFILE  = 'GATE',  
                     RECV     = '2',  
                     MODE     = 'REPLACE'




CFTNET       ID       = 'NETVIR1',  
                     TYPE = 'X25',
                     CALL  = 'INOUT',
                     MAXCNX   = '32',
                     ORIGIN   = 'CFTUTIL',
                     CLASS = '2',
                     PROFILE  = 'X25',
             /*     ADDR     = '',*/
              /*    AX25MBX  = '',*/  
              /*    AX25NODE = '',*/
              /*    CTLR     = '',*/
                     LINEID   = 'VMCH1111',  
                     MAXLCH = '0',
                     MINLCH   = '0',  
                /*  NETCFG   = '',*/  
                /*  NETPFX   = '',*/
              /*    NETPGM   = '',*/
                     PACKETSZ = '512',
                     PACKETW  = '4',
                     SPEED   = '9600',
                     MODE   = 'REPLACE'