-
Notifications
You must be signed in to change notification settings - Fork 13
iCmd5250 not working with DirectTransport #48
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
Comments
@kadler any idea ? |
The error indicates that the XML returned from XMLSERVICE could not be parsed. What does itool.call(itransport)
print(itool.xml_out()) |
@kadler No, luck I tried that as well it's giving following output
|
Could be running in to this problem: https://github.com/IBM/python-itoolkit#ilibcall-and-64-bit-support You can try installing SI70667 or SI70668. |
@kadler after installing
|
Oh, right. The way |
@kadler I tried without parameters and it's returning
|
Calling SETASPGRP will never work as expected with iCmd5250 as this is merely a wrapper around iSh, calling The issue related to quoting and passing arguments has been fixed and will be in version 1.7 when it gets released. |
@kadler I tried with
iCmd5250
but it seems to be throwing some kind of errortest.py
Originally posted by @ranga543 in #47 (comment)
The text was updated successfully, but these errors were encountered: