-
Notifications
You must be signed in to change notification settings - Fork 106
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
"Some" members will not open #2553
Comments
Hi @RobMKH , Also, can you try to connect using this action once, see if it fixes it: Thanks! |
This endless loading may be fixed by #2560. The issue with why it fails to open will still need to be investigated. |
/usr/bin/attr -p /QSYS.LIB/HORTONR2.LIB/QRPGLESRC.FILE/VTS100.MBR CREATE_TIME MODIFY_TIME DATA_SIZE { /home/HORTONR: LC_ALL=EN_US.UTF-8 /home/HORTONR/.vscode/cqsh_1 -c "system "call QSYS/QZDFMDB2 PARM('-d' '-i' '-t')"" /home/HORTONR: LC_ALL=EN_US.UTF-8 /home/HORTONR/.vscode/cqsh_1 -c "system "call QSYS/QZDFMDB2 PARM('-d' '-i' '-t')"" /home/HORTONR: rm -rf "/tmp/vscodetemp-O_TKf5nADY" { Unless I'm completely wrong it looks like it might be something to do with the locale that is being used given this error: We are UK based. |
@sebjulliand I suspect this might have been fixed by @SanjulaGanepola in #2560. Should we put a new release out, or a pre-release? |
@worksofliam a release sounds good. I know a few people that had the same problem, so that would make sense to have a fix out. |
@RobMKH 2.15.3 is released with a fix. I will close this, but please comment back if the issue persists. |
Hi Liam Issue not resolved but has changed. The permanent scrolling/trying to load has ceased but now seeing "The editor could not be opened due to an unexpected error. Please consult the log for more details.". Output is below. /home/HORTONR: LC_ALL=EN_US.UTF-8 /home/HORTONR/.vscode/cqsh_1 /home/HORTONR: LC_ALL=EN_US.UTF-8 /home/HORTONR/.vscode/cqsh_1 -c "system "call QSYS/QZDFMDB2 PARM('-d' '-i' '-t')"" { /home/HORTONR: LC_ALL=EN_US.UTF-8 /home/HORTONR/.vscode/cqsh_1 -c "system "call QSYS/QZDFMDB2 PARM('-d' '-i' '-t')"" /home/HORTONR: rm -rf "/tmp/vscodetemp-O_8O8FXXmK" { /home/HORTONR: LC_ALL=EN_US.UTF-8 /home/HORTONR/.vscode/cqsh_1 -c "system "call QSYS/QZDFMDB2 PARM('-d' '-i' '-t')"" /home/HORTONR: LC_ALL=EN_US.UTF-8 /home/HORTONR/.vscode/cqsh_1 -c "system "call QSYS/QZDFMDB2 PARM('-d' '-i' '-t')"" /home/HORTONR: rm -rf "/tmp/vscodetemp-O_eoyGqi5R" |
@RobMKH After you see the error, can also grab anything in the developer console? Help (in the tab at the top) -> Toggle Developer Tools -> Console |
@RobMKH What version of IBM i are you connecting to here? edit: future point, this is where I think it's going wrong. |
V7R4 |
@RobMKH What happens if you run these SQL statements thru ACS or VS Code? CREATE TABLE QTEMP.O_LEORB AS (select srcdat, srcdta from ILEDITOR.TEMP_EDCA6570903EB11A03B3C67EDCA8A71DA6E4A78F) WITH DATA;
Call QSYS2.QCMDEXC('CPYTOIMPF FROMFILE(QTEMP/O_LEORB *FIRST) TOSTMF(''/tmp/vscodetemp-O_eoyGqi5R'') MBROPT(*REPLACE) STMFCCSID(1208) RCDDLM(*CRLF) DTAFMT(*DLM) RMVBLANK(*TRAILING) ADDCOLNAM(*SQL) FLDDLM('','') DECPNT(*PERIOD)') If it generates the file, can you please share it here? |
@RobMKH Please also share the file that was generated (in |
Had to suffix it .txt to get it to attach on here |
Okay, so I think I see the problem. In your output, on line 141, this is the output:
I recreated a similar line, with
In mine, the The default for Are you able to confirm what the default for that parameter is on your system? In the meantime, we will work on a fix for you by adding |
Default is *DBLQUOTE |
@RobMKH Can you also check and share the default of |
*NONE |
@RobMKH Alrighty - there's the issue! The system default for |
I can see you are correct about the default is *STRDLM. However, the curious thing is I can find absolutely no evidence that the command has had its command defaults changed. Using the below does not find it
|
Hold the phone..... Someone has dupe'd it into a localised system lib that is above QSYS in the system library list! And that has *NONE for STRESCCHR If there were emoji's on here I'd be adding a big forehead slapping one. |
@RobMKH There is, I've got you covered: 🤦 |
@RobMKH Too many folk with *ALLOBJ authority. |
Hi all
After updating, a specific member will not open. I have also observed it happening with different source members for other devs. I can open other members (I haven't tried them all).
In an attempt to isolate I rolled back to various versions. Quite a few of the more recent ones (2.14.x etc) wouldn't connect with "TypeError: t is not a constructor" so as that wasn't actually part of the original issue I ignored those. Once I rolled back to 2.13.0 the member would open. I then re-updated to 2.15.2 and the member would again not open.
When it's trying to open I'm seeing QP0ZSPWP jobs continually starting and ending - but they finish very quickly.
What I see in VSC is the tab for the member with the scrolling blue bar at the top that just continues to never-ending scroll.
I'm happy working at 2.13.0 but thought you'd want to know.
If there's anything I can do to get you more info then please let me know.
Active extensions
Remote system
Enabled features
Shell env
Variants
The text was updated successfully, but these errors were encountered: