home *** CD-ROM | disk | FTP | other *** search
-
- +-------------------------------------------------------------+
- | II06984 |
- | |
- | COMMUNICATIONS MANAGER/2 1.0 562125400 |
- | |
- | USING HOST FILE TRANSFER WITH COMMUNICATIONS MANAGER/2 |
- | |
- | |
- | LAST UPDATE: 05/26/93 BY: RHB |
- | |
- | PURPOSE: THIS INFORMATION APAR PROVIDES SOLUTIONS TO |
- | POSSIBLE PROBLEMS THAT MAY BE ENCOUNTERED |
- | WHEN USING HOST FILE TRANSFER WITH COMMUNICATIONS |
- | MANAGER/2. |
- | |
- +-------------------------------------------------------------+
- +-------------------------------------------------------------+
- | A. FREQUENT PROBLEMS AND SOLUTIONS |
- +-------------------------------------------------------------+
- | |
- | 1. 05/26/93 |
- | TRANS010 - Listed below are various possible causes |
- | and solutions to the TRANS010 error. |
- | |
- | a. IND$FILE is not at the correct level. To determine |
- | whether IND$FILE is at the correct level. At the host |
- | prompt type IND$FILE. If you get a panel stating the |
- | program and version, the level is fine, if nothing, |
- | then IND$FILE is downlevel. The correct level for |
- | IND$FILE IS 1.1.1. Until PC FILE TRANSFER can be |
- | upgraded on the host, set BUFFERSIZE OVERRIDE=2K. |
- | CMSETUP > 3270 EMULATION > Select session and open |
- | it, then under OPTIONS select DATA TRANSFER BUFFER |
- | SIZE OVERRIDE, then select the radio button SPECIFIC |
- | and change to 2K. |
- | |
- | b. A TRANS010 can also imply that the SEND/RECEIVE syntax |
- | is wrong. Refer to the Command Reference publication |
- | or the OS/2 Online Help. |
- | |
- | c. Recreate the failure and jump to the host session. |
- | Is the cursor in the lower right hand corner of the |
- | screen? This placement of the cursor indicates that |
- | the query bit, extended data streaming is not on. |
- | The PSERVIC statement has been defined incorrectly |
- | in the VTAM logmode table. In an LU2 environment, |
- | the 3rd character in the PSERVIC statement should |
- | be an eight(8). |
- | |
- | d. TRANS010 on file transfer to/from MVS/TSO host. |
- | When performing a file transfer with a MVS/TSO host |
- | it is very important that the host session be at a |
- | TSO READY prompt. ISPF/PDF or TSO Session Manager |
- | cannot be running. |
- | |
- | e. TRANS010 and keyboard locked in the middle of file |
- | transfer. Problem occurs when the one is in a |
- | protected screen application on the host session, a |
- | clear is issued prior to the IND$FILE command which |
- | resets the cursor location in the host session. In |
- | some cases, this problem can be caused by a field |
- | that is too small for the file transfer to process |
- | a command on the host. One should enlarge the |
- | unprotected space or use native TSO,CMS,etc... |
- | |
- | f. TRANS010 on file transfer to/from VSE/CICS host. |
- | Verify that the PTF for VSE APAR PN01653 is applied |
- | on the host. The VSE equivalent to IND$FILE is |
- | INWPCCOM and apar PN01653 modified it. For further |
- | information regarding file transfer and a VSE host |
- | please reference information APAR II06554. |
- | |
- | g. TRANS010 and TSO displays three asterisks (***): |
- | at the TSO Ready; prompt enter PROFILE NOINTERCOM |
- | then enter TERM NOBREAK. This will insure "native" |
- | TSO mode. |
- | |
- | 2. 05/26/93 |
- | TRANS013 |
- | The problem may be that the BUFFER SIZE OVERRIDE |
- | is incorrect. Try 2K, if left to the default of |
- | zero, Communications Manager/2 |
- | will try to compute a default. To |
- | change this go into CMSETUP, 3270 EMULATION and |
- | select a session and open it, under OPTIONS select |
- | DATA TRANSFER BUFFER SIZE OVERRIDE, then select the |
- | radio button SPECIFIC and enter 2K. |
- | |
- | 3. 05/26/93 |
- | TYPE 0022 SUBTYPE 00009008 in the FFST/2 logs. Check |
- | the system for other SEND/RECEIVE commands. If there |
- | are others, check PATH statements in CONFIG.SYS to see |
- | if the directories that contain SEND/RECEIVE commands |
- | follow CMLIB, if not, change the PATH statement so |
- | that CMLIB precedes the other directory. The subtype |
- | 00009008 identifies DosExecPgm as the OS/2 function |
- | call that was attempted. |
- | Communications Manager's SEND and RECEIVE does |
- | not use the DosExecPgm OS/2 function call. |
- | |
- | 4. 05/26/93 |
- | CHARACTERS NOT TRANSLATED CORRECTLY. Transferring files |
- | and translating from ASCII to EBCDIC or vice versa and |
- | the characters do not translate properly. The most |
- | common is the "begin braces" and the "end braces" |
- | in C programs (Reference JR01104). |
- | One may create their own code page. See the |
- | Configuration Guide, SC316171, Appendix A. One |
- | will have to send a copy of the IND$FILE to a local |
- | disk and change the translation tables there. |
- | |
- | 5. 05/26/93 |
- | One is able to perform file transfers on small files |
- | but receives IKT00405I and PROG727 on transferring |
- | LARGE files. |
- | |
- | Change the PSERVIC as indicated in the Host Connection |
- | Reference manual, on page 1-5, under 3270 Display (LU2) |
- | |
- | Another solution is to change the 3270 profile |
- | Data Buffer from '0' to '2K' bytes. |
- | |
- | 6. 05/26/93 |
- | Transferring files to a CICS host (MVS): CICS requires |
- | that the data transfer buffer size override be set to |
- | 2K. Otherwise, some files will be corrupted. |
- | No messages are received including the FILE TRANSFER |
- | COMPLETE message. |
- | See item 2 above. |
- | |
- +-------------------------------------------------------------+
- | B. REFERENCE DOCUMENTATION |
- +-------------------------------------------------------------+
- | |
- |1. 05/25/93 |
- | Host Connection Reference Manual : SC31-6170-00 |
- |2. 05/25/93 |
- | The Message Reference : SC31-6159-00 documents |
- | TRANS messages. TRANS messages can also be accessed |
- | by selecting the Message Reference icon under the |
- | Communications Manager Icon View. |
- +-------------------------------------------------------------+
- | |
- | |
- | KEYWORDS: FILEXFER TRANS010 TRANS10 TRANS013 TRANS13 |
- | 0022 00009008 DOSEXECPGM SEND RECEIVE CMINFO |
- | IND$FILE 562125400 R100 CM2INFO TSO ISPF PDF |
- | PROG727 IKT00405I CM/2 CM2 0964137 |
- +-------------------------------------------------------------+
-
-