Beta 1.0b5
Closed Feb 14, 2024
100% complete
Release Notes
- Add automatic creation of dump files containing the raw result XML returned by IRRSMO00 when it is unable to be parsed as XML to aid in problem determination.
- Dumps get created at
~.pyracf/dumps
with the naming conventionpyracf.<timestamp>.<md5>.dump
.
- Dumps get created at
- Add
dump_mode
boolean toggle class attribute to all "Admin" objects to force the creat…
Release Notes
- Add automatic creation of dump files containing the raw result XML returned by IRRSMO00 when it is unable to be parsed as XML to aid in problem determination.
- Dumps get created at
~.pyracf/dumps
with the naming conventionpyracf.<timestamp>.<md5>.dump
.
- Dumps get created at
- Add
dump_mode
boolean toggle class attribute to all "Admin" objects to force the creation of dump files containing the raw result XML returned by IRRSMO00 on all requests (Both successes and failures). - Add
irrsmo00_result_buffer_size
class attribute to all "Admin" objects to enable the size of the IRRSMO00 result buffer to be customized. The default buffer size is 16KB. - Bug in
DataSetAdmin
constructor that breaks "Update Existing Segment Traits" and "Replace Existing Segment Traits" functionality has been fixed.