-
Notifications
You must be signed in to change notification settings - Fork 21
Description
- Node.js version: 12.14.0
- itoolkit version: 1.0.0
- IBM i version: 7.3
- XMLSERVICE version: XML Toolkit 2.0.2-dev
Describe the bug
The node-script requests IBM i DB-Data via a call to rpg-pgm.
As working with daily-data for one month the call to the program is added to a toolkit conn-object for 30/31 times.
Running the con results in a successful execution but gives back a corrupted xml-structure (e. g. ... type=a'4p2' ..., ... <d ...).
We are using different person-ids in the request. With some PER# the error is reproducible others work fine.
Maybe there is a stringbuffer involved?!?
! Running the script multiple times with identic PERS# results always in the same error at the same position in xml-string.
To Reproduce
see above
Expected behavior
Please locate the bug and provide a corrected version of itoolkit or xmlservice
Files
If needed, we can provide our code snippet and some xml-data.