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
Eliminate hard-coded plug sizes in iToolkitService.php and newer classes. E.g. 1M for spool file retrieval. Perhaps configure default plug sizes for specific task types as a better way to specify defaults.
The text was updated successfully, but these errors were encountered:
We suggest providing documentation and examples of spool file tasks via IBM i SQL Services as an alternative to using this iToolkitService class. Aside from the hard-coded plug size and other limitations of this class, it requires a special service program shipped only with Zend Server and not with the RPMs. When examples have been created of spool file retrieval via IBM i Services, this issue can be closed.
What we need to replace is: GetSPLF($SplfName , $SplfNbr, $JobNmbr, $JobName, $JobUser . We suggest we write an SQL query, at first just as a sample for users, and perhaps later as a compatibility layer, that retrieves spool file data given the parameters:
Eliminate hard-coded plug sizes in iToolkitService.php and newer classes. E.g. 1M for spool file retrieval. Perhaps configure default plug sizes for specific task types as a better way to specify defaults.
The text was updated successfully, but these errors were encountered: