vscode-ibmi icon indicating copy to clipboard operation
vscode-ibmi copied to clipboard

Unable to save member

Open HenryMiller opened this issue 11 months ago • 8 comments

👉🏻 Hello, I am not able to save a source member. I cleared and then delete ILEDITOR library. I can edit and save same source member from SEU without any problem. It usually happens when I'm connected to AS400 via VPN and then the connection drops. I closed and reopened VS Code but nothing has changed.

Cheers Giovanni

image

⚠️ REMOVE THIS LINE AND ANY SENSITIVE INFORMATION BELOW! ⚠️

Context Version
Code for IBM i version 2.7.0
Visual Studio Code version 1.87.0
Operating System darwin_arm64
Active extensions
Code Coverage for IBM i (code-coverage-ibmi): 0.1.7
Code Runner (code-runner): 0.12.1
Code for IBM i Walkthroughs (vscode-ibmi-walkthroughs): 0.4.0
Db2 for IBM i (vscode-db2i): 0.7.1
ESLint (vscode-eslint): 2.4.4
Emmet (emmet): 1.0.0
Git (git): 1.0.0
Git Base (git-base): 1.0.0
GitHub (github): 0.0.1
GitHub Authentication (github-authentication): 0.0.2
GitLens — Git supercharged (gitlens): 14.8.2
IBM i Notebooks (vscode-ibmi-notebooks): 0.0.6
JSON Language Features (json-language-features): 1.0.0
Jira and Bitbucket (Atlassian Labs) (atlascode): 3.0.10
Live Server (LiveServer): 5.7.9
Merge Conflict (merge-conflict): 1.0.0
Node Debug Auto-attach (debug-auto-launch): 1.0.0
Overtype (overtype): 0.5.0
RPGLE (vscode-rpgle): 0.26.2
Render Line Endings (render-crlf): 1.8.0
TypeScript and JavaScript Language Features (typescript-language-features): 1.0.0
YAML (vscode-yaml): 1.14.0

Remote system
Setting Value
IBM i OS V7R4M0
Tech Refresh 8
CCSID 1144
Default CCSID 1144
SQL Enabled
Source dates Enabled

Enabled features

/QOpenSys/pkgs/bin /usr/bin /QSYS.LIB /QIBM/ProdData/IBMiDebugService/bin
bash attr ILEDITOR.GETNEWLIBL QZDFMDB2.PGM startDebugService.sh
chsh iconv
git setccsid
grep
ls
md5sum
sort
stat
tar
tn5250
Shell env
BUILDLIB=BMS71L_OBJ
CURLIB=BMS71L_OBJ
HOME=/home/hm
HOST=as400
LIBLS=.......
LOGIN=hm
LOGNAME=hm
MAIL=/var/spool/mail/hm
OLDPWD=/home/hm
PATH=/QOpenSys/usr/bin:/usr/ccs/bin:/QOpenSys/usr/bin/X11:/usr/sbin:.:/usr/bin
PWD=/home/hm
SHELL=/QOpenSys/pkgs/bin/bash
SHLVL=1
SSH_CLIENT=10.212.134.132 61386 22
SSH_CONNECTION=10.212.134.132 61386 192.168.210.96 22
TZ=<CET>-1<CEST>,M3.5.0,M10.5.0
USER=hm
USERNAME=hm
WORKDIR=/home/hm
_=/QOpenSys/usr/bin/env
Variants
{
  "american": "#@$",
  "local": "��$"
}
Errors
[
  {
    "command": "/QOpenSys/usr/bin/qsh",
    "code": 255,
    "stderr": "CPF2111: La libreria ILEDITOR esiste gi�.",
    "cwd": "/home/hm"
  },
  {
    "command": "/QOpenSys/usr/bin/qsh",
    "code": 255,
    "stderr": "QSYSPRT   *LIBL",
    "cwd": "/home/hm"
  }
]

HenryMiller avatar Feb 29 '24 09:02 HenryMiller