Open vvvlc opened 5 years ago
Worth noting that zosmf and zowe are not on the same plex so is there a restriction here?
zss API it works fine. https://usilca31.lvn.broadcom.net:60544/datasetMetadata/name/VLCVI01.**?detail=true
I get
{
name: "VLCVI01.AUDITOR.AAJ0PROC ",
csiEntryType: "A",
volser: "ARCIVE",
error: "Type 1 or 8 DSCB for dataset VLCVI01.AUDITOR.AAJ0PROC not found"
},
{
name: "VLCVI01.AUDITOR.AAJ0TBL0 ",
csiEntryType: "A",
volser: "ARCIVE",
error: "Type 1 or 8 DSCB for dataset VLCVI01.AUDITOR.AAJ0TBL0 not found"
},
{
name: "VLCVI01.AUDITOR.AAJ0XML ",
csiEntryType: "A",
volser: "MSM040",
recfm: {
recordLength: "V",
isBlocked: true,
carriageControl: "unknown"
},
dsorg: {
organization: "partitioned",
isPDSDir: true,
isPDSE: true,
maxRecordLen: 512,
totalBlockSize: 32760
}
},
We've worked with Vitek to find the underlying cause which is a problem with CA Vantage and z/OS MF REST interaction, but the issue is with me to provide much better error messaging, so it's easier for people to debug.
Any progress on this? We have the same problem with archived dataset, using CA Disk.
DSLIST shows:
MVS Explorer show:
API request for /api/v1/datasets/co1209.E* returns:
{"items":[{"name":"CO1209.EBST.EIRVREQD.DETAILS","volumeSerial":"C90000","deviceType":"3390","dataSetOrganization":"PS","allocationUnit":"TRACK","recordFormat":"VB","blockSize":4080,"recordLength":250,"allocatedSize":1,"used":100,"migrated":false,"catalogName":"SYS1.CAT##SS1.TSO#2","creationDate":"2019/09/26","expirationDate":"***None***"},{"name":"CO1209.EBST.ST0002.R3SULOG","volumeSerial":"T90007","deviceType":"3390","dataSetOrganization":"PS","allocationUnit":"CYLINDER","recordFormat":"V","blockSize":4080,"recordLength":250,"allocatedSize":15,"used":0,"migrated":false,"catalogName":"SYS1.CAT##SS1.TSO#2","creationDate":"2019/09/26","expirationDate":"***None***"}, {"name":"CO1209.EXEC.RACF.CLIST","migrated":true}]}
So MVS Explorer is not showing the archived CO1209.EXE.RACF.CLIST dataset.
Hi I'm got message,
No Datasets found
andFetch Datasets failed for VLCVI01
for my id while I have datasets on this HLQ. Other explorers like (USS, JOB) works fine. I tried other HLQ like SYS1curl -X GET "https://usilca31.lvn.broadcom.net:60547/api/v1/datasets/VLCVI01.ZOWE" -H "accept: application/json"
Logs: ZOWES.zip
Screenshot:
Vitek