Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to list user details using send_tso_message() with the Zowe SDK version 1.0.0.dev10 #255

Closed
ebz-jeaanmichel opened this issue Mar 13, 2024 · 4 comments · Fixed by #257
Assignees
Labels

Comments

@ebz-jeaanmichel
Copy link

ebz-jeaanmichel commented Mar 13, 2024

Hello Team,

We are trying to execute a command to get user details from Mainframe using send_tso_message() method, and we're using the command "LU <USERID>" to get the information.

This command works fine on the version 0.2.0 available on pip, but if we try to execute the same command and method using the latest version v1.0.0.dev10 we are getting the error bellow:

IKJ56602I COMMAND SYSTEM RESTARTING DUE TO ERROR
READY

We are using the same script, for both SDK versions, with the same methods, the only difference is in the dictionary used for tso connection, but in general is all the same.

If you need more details or files, feels free to request.

We hope that you would help us to identity this issue.

Thanks is advance.

Regards

  • Environment:
    Python 3.8.17
    pip 19.3.1 from /home/user/venv/.venv/lib64/python3.8/site-packages/pip (python 3.8)
    NAME="Red Hat Enterprise Linux"
    VERSION="8.9 (Ootpa)"
@ebz-jeaanmichel ebz-jeaanmichel added the bug Something isn't working label Mar 13, 2024
@github-project-automation github-project-automation bot moved this to New Issues in Zowe CLI Squad Mar 13, 2024
Copy link

Thank you for creating a bug report.
We will investigate the bug and evaluate its impact on the product.
If you haven't already, please ensure you have provided steps to reproduce the bug and as much context as possible.

@zowe-robot zowe-robot moved this from New Issues to High Priority in Zowe CLI Squad Mar 13, 2024
@ebz-jeaanmichel
Copy link
Author

The command used wasn't well formatted, so I'm putting right bellow:

LU USER_ID

@t1m0thyj
Copy link
Member

t1m0thyj commented Mar 13, 2024

@ebz-jeaanmichel This should be fixed in version 1.0.0.dev15, which can be installed from PyPI with the --pre flag to enable prerelease versions.

We are no longer publishing wheels of prerelease versions to GitHub for offline installation. If installing from PyPI doesn't work for you and you need an offline install method, please let us know 🙂

@ebz-jeaanmichel
Copy link
Author

@t1m0thyj sorry by the later reply

It now works perfectly in version 1.0.0.dev15

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants