zowe / zlux

The top-level superproject for zLUX. zLUX includes the Zowe Desktop framework in addition to several built-in apps and an example server implementation.
Eclipse Public License 2.0
39 stars 42 forks source link

No Datasets found #304

Open vvvlc opened 5 years ago

vvvlc commented 5 years ago

Hi I'm got message, No Datasets found and Fetch 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 SYS1

curl -X GET "https://usilca31.lvn.broadcom.net:60547/api/v1/datasets/VLCVI01.ZOWE" -H "accept: application/json"

Error:Response body{   "status": "INTERNAL_SERVER_ERROR",   "message": "ServletDispatcher failed - received TSO Prompt when expecting TsoServletResponse" }
--
 cache-control: no-cache, no-store, max-age=0, must-revalidate 
 connection: close 
 content-type: application/json;charset=UTF-8 
 date: Wed, 03 Apr 2019 13:11:56 GMT 
 expires: 0 
 pragma: no-cache 
 strict-transport-security: max-age=31536000 ; includeSubDomains 
 transfer-encoding: chunked 
 x-content-type-options: nosniff 
 x-frame-options: DENY 
 x-xss-protection: 1; mode=block

Logs: ZOWES.zip

Screenshot: Snipaste_2019-04-03_15-28-52

Vitek

Colin-Stone commented 5 years ago

Worth noting that zosmf and zowe are not on the same plex so is there a restriction here?

vvvlc commented 5 years ago

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
}
},
stevenhorsman commented 5 years ago

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.

FreekCornelis commented 5 years ago

Any progress on this? We have the same problem with archived dataset, using CA Disk.

DSLIST shows: image

MVS Explorer show: image

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.