codefori / vscode-ibmi

🌍 IBM i development extension for VS Code
https://codefori.github.io/docs/#/
MIT License
288 stars 96 forks source link

server disconnect and no any option to reconnect #987

Closed VJRampura closed 1 year ago

VJRampura commented 1 year ago

Issue text goes here.

Variants

{
  "american": "%23@$",
  "local": "%23§$"
}

Errors:

[
  {
    "command": "system \"CRTLIB LIB(RAM10081) 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/RAM1008"
  },
  {
    "command": "system \"CHKOBJ OBJ(QSYS/QCPTOIMPF) OBJTYPE(*DTAARA)\"",
    "code": 255,
    "stderr": "CPF9801: Object QCPTOIMPF in library QSYS not found.",
    "cwd": "/home/RAM1008"
  },
  {
    "command": "system \"CHKOBJ OBJ(QSYS/QCPFRMIMPF) OBJTYPE(*DTAARA)\"",
    "code": 255,
    "stderr": "CPF9801: Object QCPFRMIMPF in library QSYS not found.",
    "cwd": "/home/RAM1008"
  }
]
worksofliam commented 1 year ago

See the docs page. You can enable buttons to reconnect: https://halcyon-tech.github.io/docs/#/pages/login?id=unstable-connections-reconnect

VJRampura commented 1 year ago

How to debug the sqlrpgle program in vscode And please show me the program display output while we call the program on the vscode

On Wed, 21 Dec, 2022, 1:27 am barry, @.***> wrote:

Closed #987 https://github.com/halcyon-tech/vscode-ibmi/issues/987 as completed.

— Reply to this email directly, view it on GitHub https://github.com/halcyon-tech/vscode-ibmi/issues/987#event-8081413906, or unsubscribe https://github.com/notifications/unsubscribe-auth/A4ZXUOHBPCWHZBXVHDG5JCDWOIFSRANCNFSM6AAAAAATCBKTT4 . You are receiving this because you authored the thread.Message ID: @.***>