codefori / ileditor2-issues

A place where you can search and raise issues for ILEditor 2.
1 stars 0 forks source link

Bug: I can't load the list of members from a source file #102

Closed benetti-smeup closed 3 years ago

benetti-smeup commented 4 years ago

Use tags for the following:

Describe your issue: ILEditor2 doesn't load the list of members from a source file, without any error messages. The source file ccsid is 280. usrprf LANGID SYSVAL
CNTRYID
SYSVAL
CCSID 1144

wrksysval QCCSID 65535 QCNTRYID IT QLANGID ITA QCHRID 697-280

This error occurs every time. I can't open members, because I can't browse them.

worksofliam commented 4 years ago

Hey @benetti-smeup

Would you mind sharing what you see? Do you just see 'Loading' and then it goes away?

Liam

benetti-smeup commented 4 years ago

Yes, i just see loading and nothing happens. ileditor1 ileditor2

worksofliam commented 4 years ago

@benetti-smeup Can you run this in pase and paste what comes out?

system "DSPFD FILE(LIB/SOURCEFILE) TYPE(*MBRLIST) OUTPUT(*PRINT)"

benetti-smeup commented 4 years ago

Here we are! dspfd.txt

worksofliam commented 4 years ago

@benetti-smeup

Sorry for this late reply. Looks like a language issue! I will look into this.. since right now we only support english.

We should get something out this weekend.

worksofliam commented 4 years ago

We made a fix for this issue and was released late today.

Please take a look for me and let me know if it is still occurring,

Thanks!

benetti-smeup commented 3 years ago

Hi Barry! Thanks for your feedback. Now I can properly browse the members' list, but I can't open members with characters "£" in the member's name. With Italian settings we have "£" instead of "#" and "§" instead of "@" in the members' names. I opened successfully members without these char in the name but with "£" and "§" in the content. I attach a picture as reference.

Ileditor2

worksofliam commented 3 years ago

Hey @benetti-smeup

Are you able to run this from an SSH shell and paste the result here:

ls /QSYS.lib/W_BENMAR.lib/SRC.file/

Thanks!

benetti-smeup commented 3 years ago

ileeditor2_2020-11-20 Thanks!

worksofliam commented 3 years ago

@benetti-smeup as you can probably see... the LS is giving us different names. We're going to spend some time trying to figure out the translation of names and get back to you.

Thanks!

worksofliam commented 3 years ago

@benetti-smeup By any chance do you get any error messages show up? I am wondering if you get a little red box with a CPF error code in it?

This may be an issue due to QCCSID of 65535... although I doubt it

benetti-smeup commented 3 years ago

@benetti-smeup By any chance do you get any error messages show up? I am wondering if you get a little red box with a CPF error code in it? No, i get no message.

worksofliam commented 3 years ago

@benetti-smeup Were you ever able to get your QCCSID changed?

worksofliam commented 3 years ago

Closing as stale.