Open SJLennon opened 1 year ago
JOBSQL is not debug related. QPJOBLOG contains a command "ENDDBG" that is part of system debug, which the IBM i debug service depends on. If QPJOBLOG does not exist before your vscode session, and it exists after exiting from vscode, then it could be generated by the low level system debug code.
@mkwan01 @worksofliam If I:
JOBSQL is the output of a PRTSQLINF command issued by someone.
After I exit VS Code on PUB400 I get two spool files:
Maybe left over debugging code? (Not a major issue, just unexpected.)
JOBSQL looks like this:
QPJOBLOG looks like this:
⚠️ REMOVE THIS LINE AND ANY SENSITIVE INFORMATION BELOW! ⚠️
Active extensions
``` Code for IBM i Walkthroughs (vscode-ibmi-walkthroughs): 0.4.0 Db2 for IBM i (vscode-db2i): 0.5.2 Emmet (emmet): 1.0.0 Error Lens (errorlens): 3.15.0 Git (git): 1.0.0 Git Base (git-base): 1.0.0 GitHub (github): 0.0.1 GitLens — Git supercharged (gitlens): 14.4.1 IBM i Notebooks (vscode-ibmi-notebooks): 0.0.6 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 TypeScript and JavaScript Language Features (typescript-language-features): 1.0.0 WSL: Recommender (remote-wsl-recommender): 0.0.19 ```Remote system
|Setting|Value| |-|-| |IBM i OS|V7R5M0| |Tech Refresh|n/a| |CCSID|37| |SQL|Enabled |Source dates|Disabled ### Enabled features |/QOpenSys/pkgs/bin|/usr/bin|/QSYS.lib/LENNONS2.lib|/QSYS.LIB|/QIBM/ProdData/IBMiDebugService/bin| |-|-|-|-|-| |bash|attr|GENCMDXML.PGM|QZDFMDB2.PGM|startDebugService.sh| |chsh|iconv|GETNEWLIBL.PGM||| |git|setccsid|||| |grep||||| |ls||||| |md5sum||||| |sort||||| |stat||||| |tar||||| |tn5250|||||Shell env
```bash BUILDLIB=LENNONSB CURLIB=LENNONSB HOME=/home/LENNONS HOST=pub400.com IFS_LIB=LENNONSB IFS_SRCPF=VSCODE LIB1=LENNONSB LIBLS=LENNONS1 LENNONSB QGPL QTEMP QIWS LOGIN=lennons LOGNAME=lennons MAIL=/var/spool/mail/lennons OLDPWD=/home/LENNONS PASE_USRGRP_LIMITED=N PATH=/QOpenSys/pkgs/bin:/QOpenSys/usr/bin:/usr/ccs/bin:/QOpenSys/usr/bin/X11:/usr/sbin:.:/usr/bin PWD=/home/LENNONS SHELL=/QOpenSys/pkgs/bin/bash SHLVL=1 SSH_CLIENT=71.63.120.199 53460 2222 SSH_CONNECTION=71.63.120.199 53460 185.113.5.134 2222 TZ=Variants
```json { "american": "#@$", "local": "#§$" } ```Errors
```json [ { "command": "system \"CRTLIB LIB(LENNONS2) TEXT('Code for i temporary objects. May be cleared.')\"", "code": 255, "stderr": "CPD0032: Not authorized to command CRTLIB in library *LIBL.\nCPF0006: Errors occurred in command.", "cwd": "/home/LENNONS" }, { "command": "system \"DLTOBJ OBJ(LENNONS2/O_*) OBJTYPE(*FILE)\"", "code": 255, "stderr": "CPF2125: No objects deleted.", "cwd": "/home/LENNONS" } ] ```