zowe-explorer-vscode: Error loading Base Profile Created via Zowe CLI Within Zowe Explorer
I’m using a base profile and am getting the following errors within Zowe Explorer:
Retrieving response from zowe.GetJobs Error: Expect Error: Required object must be defined
Error: Profile Name test is inactive. Please check if your Zowe server is active or if the URL and port in your profile is correct.
Describe the bug
To Reproduce
- Start with no profiles
zowe auth login apimland respond to promptszowe profiles create zosmf test --host xxx --base-path api/v1 --dd- verify
zowe jobs list jobsis succesful - attempt to browse jobs or data sets in Zowe Explorer
Expected behavior
Screenshots

Desktop (please complete the following information):
- OS: Windows 10
- Zowe Explorer Version:
1.10.1 - (Optional) Zowe CLI Version:
7.0.0...@next - (Optional) Are you using Secure Credential Store? yes
Additional context
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 18 (13 by maintainers)
@venkatzhub this is the error:
I want to confirm if you are connecting to apiml? if yes, please make sure that reject unauthorized is set to true and basepath is equal to APIML basepath
From @zFernand0 :
zowe profiles update base default --ru falseThis still doesn’t answer how / whyzowe jobs list jobsruns without also getting a certificate error.In this case @jellypuno, would we want
falseforrejectUnauthorizedsince there are self signed certs in play?