View previous topic :: View next topic |
Author |
Message |
Samuel Beginner
Joined: 12 Aug 2004 Posts: 38 Topics: 10
|
Posted: Tue Nov 22, 2005 3:03 pm Post subject: Performing File Transfers using the ISPF Work Station Agent |
|
|
The link below has instructions for "Performing File Transfers using the ISPF Work Station Agent"
http://www.tsotimes.com/articles/archive/spring04/wsafiletransfer.html
I have hit a wall with the following errors:
Code: |
LSCX476 **** NOTE ****
Generated in SOCKET called from line 11219 of @@047041(NF) , off
set 000166
C++ name: DtTCPCLIENT::BeginOperation
TCP/IP virtual machine is: TCPIP.
LSCX478 **** NOTE ****
Generated in SOCKET called from line 11219 of @@047041(NF) , off
set 000166
C++ name: DtTCPCLIENT::BeginOperation
IUCV error. IPRCODE=11.
LSCX471 **** WARNING **** ERRNO = ENETDOWN
Generated in SOCKET called from line 11219 of @@047041(NF) , off
set 000166
C++ name: DtTCPCLIENT::BeginOperation
TCP/IP software is down. Reason: IUCVCONN failed.
***
Unable to utilize local communications subsystem. Probable causes: (1)
the communications interface modules could not be loaded; (2) the
communications subsystem did not provide an acceptable response to the
initialization request. Network data:'TCP/IP SOCKET ERROR=39 '.
|
Can anyone give me some direction ?
Sam |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12377 Topics: 75 Location: San Jose
|
Posted: Tue Nov 22, 2005 3:28 pm Post subject: |
|
|
Samuel,
Did you install the ISPF workstation agent?
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
Samuel Beginner
Joined: 12 Aug 2004 Posts: 38 Topics: 10
|
Posted: Tue Nov 22, 2005 5:47 pm Post subject: |
|
|
Yes, I hit the wall at instruction 4 of Establishing a Workstation Connection. |
|
Back to top |
|
 |
semigeezer Supermod
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
|
Posted: Tue Nov 22, 2005 6:28 pm Post subject: |
|
|
Search Google for LSCX476 ispmtail. The referenced apar is very old, but there is more info there It may be a local customization gone bad. |
|
Back to top |
|
 |
Samuel Beginner
Joined: 12 Aug 2004 Posts: 38 Topics: 10
|
Posted: Wed Nov 23, 2005 9:33 am Post subject: |
|
|
LOCAL FIX:Set the MVS TCP/IP Daemon name to the default of "TCPIP".
How do I do that ? |
|
Back to top |
|
 |
Samuel Beginner
Joined: 12 Aug 2004 Posts: 38 Topics: 10
|
Posted: Wed Nov 23, 2005 11:38 am Post subject: |
|
|
I have been unable to get it to work. Although I have found another website that may be of some help to others intrested Performing File Transfers using the ISPF Work Station Agent.
http://gsf-soft.com/Documents/ISPF-CS.shtml |
|
Back to top |
|
 |
semigeezer Supermod
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
|
Posted: Wed Nov 23, 2005 12:05 pm Post subject: |
|
|
Was the tcpip address space name the problem? |
|
Back to top |
|
 |
Samuel Beginner
Joined: 12 Aug 2004 Posts: 38 Topics: 10
|
|
Back to top |
|
 |
semigeezer Supermod
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
|
Posted: Wed Nov 23, 2005 4:53 pm Post subject: |
|
|
I doubt that will help. The ISPF workstation agent has been 'stablized' for about 5 years. I don't think it is even documented anymore. Gilbert's page that you referenced had a small rexx exec to find the TCPIP address space name. You might want to try that. Or you can use any of the other methods to see what is running (sdsf, "d a,l", tasid, mxi, showmvs, etc) |
|
Back to top |
|
 |
Samuel Beginner
Joined: 12 Aug 2004 Posts: 38 Topics: 10
|
Posted: Wed Nov 23, 2005 5:14 pm Post subject: |
|
|
Are you referring to this ?
Code: |
CVT = C2D(STORAGE(10,4))
ECVT = C2D(STORAGE(D2X(CVT+140),4))
TSAB = C2D(STORAGE(D2X(ECVT+176),4))
DO I=1 TO 8
TSEB=TSAB + 64 + (I-1)*128
SAY I STORAGE(D2X(TSEB+16),8)
END
|
I executed that. The results are below.
Code: |
1 SYTCPROC
2
3
4
5
6
7
8
READY
|
Then I followed his directions, but it still did not work.
Also, I can ping the IP address that I got using the netstat command...
Code: |
CS V1R4: Pinging host XX.XXX.X.XX
Ping #1 response took 0.001 seconds.
|
|
|
Back to top |
|
 |
semigeezer Supermod
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
|
Posted: Wed Nov 23, 2005 9:12 pm Post subject: |
|
|
Let me try it on my system. Meanwhile, see if there is a TCPIP job (address space) using the SDSF DA command. |
|
Back to top |
|
 |
semigeezer Supermod
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
|
Posted: Wed Nov 23, 2005 9:28 pm Post subject: |
|
|
OK. So it looks like the 1st entry in your output SYTCPROC is the name of your tcpip address space and that is probably the problem. That name would have to be changed by the system administrators. But they would also need to investigate the problem to see if IBM has made any changes in that area since the APAR referenced was from 1997.
I can't test this on my sysem because it is not currently connected to a TCPIP network. |
|
Back to top |
|
 |
Samuel Beginner
Joined: 12 Aug 2004 Posts: 38 Topics: 10
|
Posted: Mon Nov 28, 2005 1:23 pm Post subject: |
|
|
Our shop has disabled SDSF...
Can you execute the NETSTAT command ?
If so, do you see any reference to your TCP/IP job name ? |
|
Back to top |
|
 |
|
|