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

VSCode - cannot connect to CICS #35

Open
EdwardMcCarthy opened this issue Mar 29, 2023 · 5 comments
Open

VSCode - cannot connect to CICS #35

EdwardMcCarthy opened this issue Mar 29, 2023 · 5 comments
Labels
bug Something isn't working needs-more-info priority-low Legit issue but cosmetic or nice-to-have question Further information is requested severity-low Bug that makes the usage of the Zowe less convenient but doesn't impact key use cases

Comments

@EdwardMcCarthy
Copy link

Have set up the CICS plugin in VScode, defined connection to a CICS WUI server, but it is not able to connect, I get an icon like red "no entry" sign

I can connect to the CICS WUI all ok from CICS SM Explorer in zOS Explorer on the same PC, so I know I have the correct settings to use to connect

Target CICS is V6.1 on zOS 2.5

VSCode is latest download as I set this up all new in last few days

Not using SSL/TLS to connect

No msgs in CICS or zOS syslog

Any advice on how to find out why cannot connect from VSCode ?

@zFernand0 zFernand0 transferred this issue from zowe/vscode-extension-for-cics Feb 5, 2024
@JTonda JTonda added bug Something isn't working research-needed We need to learn more about a topic or problem before addressing it. labels Feb 27, 2024
Copy link

Thank you for creating a bug report.
We will investigate the bug and evaluate its impact on the product.
If you haven't already, please ensure you have provided steps to reproduce the bug and as much context as possible.

@zFernand0 zFernand0 added needs-more-info and removed research-needed We need to learn more about a topic or problem before addressing it. labels Mar 4, 2024
@zFernand0
Copy link
Member

Hello @EdwardMcCarthy,
I wasn't able to reproduce the problem with or without TLS 😢

A lot has changed in the CICS VSCE, could you please try testing with the latest version of the CICS VSCE?

@JTonda JTonda added the research-needed We need to learn more about a topic or problem before addressing it. label Mar 19, 2024
@Joe-Winchester
Copy link
Member

Hi @EdwardMcCarthy , are you able to connect with the Zowe CICS CLI ? A good first command I use it
zowe cics get resource CICSTask | wc -l
which does a count of the CICS tasks in the region, e.g.
image
If this fails to connect then something is awry with the connection and/or the Zowe classes that do the underlying connection. Hopefully this will be shown in the error that comes back so it'd be great to have that info.
If the CLI connects and the Zowe Explorer doesn't then this is a defect. We did have an issue a while back where we couldn't work with http connections that had no authentication defined, and if yours has no authentication defined on the TCP/IP service it's possible you ran into that issue. Can you re-try please as we did release a fix for that which possibly means it no longer occurs for you, and if it does occur can you check whether auth is actually turned on the region. The easiest way to test this would be to put an invalid user ID in your CLI connection profile and see if you're still able to connect with the CLI and unable to connect in VS Code.
Cheers !

@zFernand0 zFernand0 removed the research-needed We need to learn more about a topic or problem before addressing it. label Mar 22, 2024
@zFernand0 zFernand0 removed their assignment Mar 22, 2024
@zFernand0 zFernand0 added question Further information is requested and removed bug Something isn't working labels Apr 12, 2024
@JTonda JTonda added bug Something isn't working priority-low Legit issue but cosmetic or nice-to-have severity-low Bug that makes the usage of the Zowe less convenient but doesn't impact key use cases labels Sep 10, 2024
Copy link

Thank you for creating a bug report.
We will investigate the bug and evaluate its impact on the product.
If you haven't already, please ensure you have provided steps to reproduce the bug and as much context as possible.

@zowe-robot zowe-robot moved this from New Issues to Low Priority in Zowe Explorer for VS Code Sep 10, 2024
@zFernand0
Copy link
Member

Hey @EdwardMcCarthy,
Did you get a chance to check Joe's suggestions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs-more-info priority-low Legit issue but cosmetic or nice-to-have question Further information is requested severity-low Bug that makes the usage of the Zowe less convenient but doesn't impact key use cases
Projects
Status: Low Priority
Development

No branches or pull requests

4 participants