zowe / zowe-explorer-intellij

IntelliJ Zowe Plug-in that provides possibility to interact with z/OS features. Has Zowe Kotlin SDK as it's core to interact
Eclipse Public License 2.0
9 stars 4 forks source link

Data sets are not listed when some of them are archived #129

Open JirkaAichler opened 1 year ago

JirkaAichler commented 1 year ago

I am getting the following error message when trying to list data sets that may be archived:

Cannot retrieve dataset list Code: 500 CATEGORY: 2.0 MESSAGE: ServletDispatcher failed - received TSO Prompt when expecting TsoServletResponse RETURN CODE: 4.0 DETAILS: DMS2987 DATA SET CATALOGED TO CA DISK PSEUDO-VOLUME ARCIVE DMS2987 CA DISK HAS ARCHIVED USER.DEPLOY.COPY DMS2971 DO YOU WANT TO RESTORE THE DATA SET? (Y/N) REASON: 3.0

No data sets are displayed.

KUGDev commented 1 year ago

It looks like Zowe Explorer VSCode had similar problem that is already resolved https://github.com/zowe/vscode-extension-for-zowe/issues/235 Looking into it to introduce compliant changes

apurvraj commented 1 year ago

I see that this issue is again emanating from ZOWE REST API side....here is the screenshot where I am running with latest Zowe CLI version 7.12.0. image

The same issue in the latest version (2.7.0) of Zowe Explorer...

image

KUGDev commented 1 year ago

Hello @apurvraj Thanks for the investigation In the thread I've attached, there is an explanation of the issue: https://github.com/zowe/vscode-extension-for-zowe/issues/235#issuecomment-557158009 For the IntelliJ Plugin, we are investigating the possibility to fix this