Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Program name with $ cause issue #2072

Open
kmainville opened this issue May 23, 2024 · 1 comment
Open

Program name with $ cause issue #2072

kmainville opened this issue May 23, 2024 · 1 comment
Labels
bug A confirmed issue when something isn't working as intended info-needed More information is requied from the issuer

Comments

@kmainville
Copy link

The editor could not be opened due to an unexpected error : Failed downloading member. CPFA0A9. Object not found.. Object is /QSYS.LIB/MYLIB.LIB/QCLSRC.FILE/J/.MBR. CPFA097: Object not copied. Object is /QSYS.LIB/MYLIB.LIB/QCLSRC.FILE/J.MBR

In reality the object / source exist but contain $.
Exemple J$ACBD is the member & Object name.

Thank you


Context Version
Code for IBM i version 2.10.1
Visual Studio Code version 1.88.0
Operating System win32_x64
Active extensions
Code for IBM i Walkthroughs (vscode-ibmi-walkthroughs): 0.5.0
Db2 for IBM i (vscode-db2i): 1.0.0
Emmet (emmet): 1.0.0
Git (git): 1.0.0
Git Base (git-base): 1.0.0
GitHub (github): 0.0.1
IBM i Debug (ibmidebug): 1.0.0
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
TypeScript and JavaScript Language Features (typescript-language-features): 1.0.0

Remote system
Setting Value
IBM i OS V7R5M0
Tech Refresh 3
CCSID Origin user
Runtime CCSID 37
Default CCSID 37
SQL Enabled
Source dates Disabled

Enabled features

/usr/bin /QSYS.lib/ILEDITOR.lib /QSYS.LIB /QIBM/ProdData/IBMiDebugService/bin
attr GETNEWLIBL.PGM ILEDITOR.GETMBRINFO QZDFMDB2.PGM startDebugService.sh
iconv
ls
setccsid
tar
Shell env
Variants
{
  "american": "#@$",
  "local": "#@$"
}
Errors
[
  {
    "command": "/QOpenSys/usr/bin/qsh",
    "code": 1,
    "stderr": "CPF2111:  Library ILEDITOR already exists.",
    "cwd": "/home/bdc0105"
  },
  {
    "command": "export BUILDLIB=\"DEVBDC0105\" && export CURLIB=\"DEVBDC0105\" && export USERNAME=\"bdc0105\" && export HOST=\"BDCDEV01\" && export HOME=\"/home/bdc0105\" && export WORKDIR=\"/home/bdc0105\" && export LIBLS=\"DEVABAPGMB PRDABAMNT DEVFSSDTAA PRDCORPGDA TSTCORPGDA DEVCORPGDA PRDABAPGMA QGPL SPLAMATIC SYPFOCPGM SYPFOCDEMO TAATOOL TSTSYSOBJ ROBOTLIB QTEMP DC@COMLIB \\$_ACBSJRNL DC@DTALIB DC@PGMLIB PRDABADTA PRDABAPGM DEVABADTAA DEVABAPGMA\" && env",
    "code": 1,
    "stderr": "bsh: BUILDLIB=DEVBDC0105: is not an identifier",
    "cwd": "/home/bdc0105"
  },
  {
    "command": "export BUILDLIB=\"DEVBDC0105\" && export CURLIB=\"DEVBDC0105\" && export USERNAME=\"bdc0105\" && export HOST=\"BDCDEV01\" && export HOME=\"/home/bdc0105\" && export WORKDIR=\"/home/bdc0105\" && export LIBLS=\"DEVABAPGMB PRDABAMNT DEVFSSDTAA PRDCORPGDA TSTCORPGDA DEVCORPGDA PRDABAPGMA QGPL SPLAMATIC SYPFOCPGM SYPFOCDEMO TAATOOL TSTSYSOBJ ROBOTLIB QTEMP DC@COMLIB \\$_ACBSJRNL DC@DTALIB DC@PGMLIB PRDABADTA PRDABAPGM DEVABADTAA DEVABAPGMA\" && env",
    "code": 1,
    "stderr": "bsh: BUILDLIB=DEVBDC0105: is not an identifier",
    "cwd": "/home/bdc0105"
  }
]
@sebjulliand sebjulliand added the bug A confirmed issue when something isn't working as intended label May 23, 2024
@worksofliam
Copy link
Contributor

Please share the contents of your Code for IBM i output channel after the editor doesn't appear.

image

@worksofliam worksofliam added the info-needed More information is requied from the issuer label Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A confirmed issue when something isn't working as intended info-needed More information is requied from the issuer
Projects
None yet
Development

No branches or pull requests

3 participants