-
Notifications
You must be signed in to change notification settings - Fork 13
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
iLibCall fails on 64-bt Python versions #17
Comments
Original comment by Kevin Adler (Bitbucket: kadler, GitHub: kadler). This is an upstream XMLSERVICE bug: https://bitbucket.org/inext/xmlservice-rpg/issues/17/calling-xmlservice-from-a-64-bit-pase-job For now, the workaround is to use the database transport:
|
New XMLSERVICE bug is IBM/xmlservice#17 |
@kadler |
@dmabupt - Ah. Actually, it should be Db2, since that is consistent with IBM's current branding. However, it does look like the actual code in
or vice versa. |
@jkyeung That would make sense to do, if all the |
This comment has been minimized.
This comment has been minimized.
@ramstein74 Seems like a different issue than this one - please open a separate issue. |
Whew, good thing this was documented. I was banging my head trying to get iLibCall to work today :-) |
This is fixed in XMLSERVICE 2.0.1. The necessary PTFs are now documented in here an the code will now attempt to detect this condition and raise an exception with the PTF numbers in the exception message. |
Original report by Kevin Adler (Bitbucket: kadler, GitHub: kadler).
All calls to XMLSERVICE through iLibCall fail with
*NODATA
. Other transports are unaffected.Example:
Output:
The text was updated successfully, but these errors were encountered: