I am trying to install FAQS/ASO 5.1n the past, I have used the following JCL for all my CA installed after making modifications specific to the product being installed.
This time, I am receiving error message 1YNYD INVALID LOC
I have verified the path and everything looks fine.
I also talked to our cybersecurity people and they say there are no firewall issues.
SNAPSHOT OF JCL WHERE ERROR OCCURS
// SETPFIX LIMIT=1M
// ON $CANCEL GOTO RELTAP
DVCDN &TAPECUU
VTAPE START,UNIT=&TAPECUU,LOC=&IPADDR, X
FILE='""RS0030"DEPTS"IT"HOME"DOUGIE"', X
FILE='MISCFLDR"CA"SOFTWARE DOWNLOADS"', X
FILE='FAQSASO"500606UAA01.AWS',READ
DVCUP &TAPECUU
// ASSGN SYS006,&TAPECUU
// MTC REW,SYS006
Error Message
BG 0000 1YM3I TAPE DATA HANDLER INITIALIZATION IN PROGRESS 07:17:59
BG 0000 1YM4I TAPE DATA HANDLER INITIALIZATION COMPLETED 07:18:00
BG 0000 VTAPE START,UNIT=500,LOC=10.2.111.194:23,FILE='\\RS0030\DEPTS\IT\HOME\
DOUGIE\',FILE='MISCFLDR\CA\SOFTWARE DOWNLOADS\', 07:18:01
BG 0000 FILE='FAQSASO\500606UAA01.AWS',READ 07:18:01
BG-0000 1YN7D INVALID LOC VALUE 07:18:01
Release : 5.1
Component : CA-FAQS Automated Systems Operation for z/VSE
Problem is caused by the use of an incorrect IP address or the VTAPE address.
Under Z/VSE 6.2 you need to update the Virtual Tape Server JCL running on Z/VSE in order to connect to TCP/IP with the following statement:
// OPTION SYSPARM='00' (00 is the ID used in the TCP/IP init JCL)
This is mentioned in the IBM z/VSE Version 6 Release 2 System Control Statements