You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)"
The text was updated successfully, but these errors were encountered:
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.
@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 🙂
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:
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
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)"
The text was updated successfully, but these errors were encountered: