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
During the connection phase, the clean up of library ILEDITOR of temporary files O_*, I often receive the error Temporary data not cleared from ILEDITOR.
Monitoring only for message id CPF2125 is not enough to prevent false errors being reported.
Context
Version
Code for IBM i version
2.12.1
Visual Studio Code version
1.92.2
Operating System
win32_x64
Active extensions
Code Spell Checker (code-spell-checker): 3.0.1
Code for IBM i User Spooled Files (vscode-ibmi-UserSpooledFiles): 0.0.9
Code for IBM i Walkthroughs (vscode-ibmi-walkthroughs): 0.5.0
Configuration Editing (configuration-editing): 1.0.0
Db2 for IBM i (vscode-db2i): 1.3.1
Emmet (emmet): 1.0.0
Error Lens (errorlens): 3.20.0
Excel Viewer (gc-excelviewer): 4.2.61
Git (git): 1.0.0
Git Base (git-base): 1.0.0
GitHub (github): 0.0.1
GitHub Authentication (github-authentication): 0.0.2
Hawkeye Pathfinder (vscode-ibmi-hawkeye): 0.0.12
JSON Language Features (json-language-features): 1.0.0
Merge Conflict (merge-conflict): 1.0.0
Node Debug Auto-attach (debug-auto-launch): 1.0.0
Overtype (overtype): 0.5.0
Partial Diff (partial-diff): 1.4.3
Rainbow CSV (rainbow-csv): 3.12.0
Remove empty lines (remove-empty-lines): 1.0.1
TODO Highlight (vscode-todo-highlight): 1.0.5
Text Marker (Highlighter) (text-marker): 1.11.0
TypeScript and JavaScript Language Features (typescript-language-features): 1.0.0
Version Lens (vscode-versionlens): 1.14.2
classdiagram-ts (classdiagram-ts): 0.1.67
undefined (indent-rainbow): 8.3.1
[
system "DLTOBJ OBJ(ILEDITOR/O_*) OBJTYPE(*FILE)"
{
"code": 0,
"signal": null,
"stdout": "",
"stderr": "CPC2191: Object O_AJQTYRMO in ILEDITOR type *FILE deleted.\nCPC2191: Object O_FVH3UMSN in ILEDITOR type *FILE deleted.\nCPC2191: Object O_JDJBJACG in ILEDITOR type *FILE deleted.\nCPC2191: Object O_VMGYGKEH in ILEDITOR type *FILE deleted.\nCPC2116: All 4 objects of type *FILE deleted."
}
]
The text was updated successfully, but these errors were encountered:
I wonder if I really need to know the library temporary objects were not all cleaned up.
I think there is a case where a file is locked for use while others are free to delete and the status returns 0. I have seen it one time but I cannot get a test case working right now.
But as side item, it seems possible that with multiple users using one working library, I could start up VS Code and clean up someone else's working data.
During the connection phase, the clean up of library ILEDITOR of temporary files O_*, I often receive the error
Temporary data not cleared from ILEDITOR.
Monitoring only for message id
CPF2125
is not enough to prevent false errors being reported.Active extensions
Remote system
Enabled features
Shell env
Variants
Errors
The text was updated successfully, but these errors were encountered: