B4G Explorer for VSCode - Failed to load schema for profile type ebg
search cancel

B4G Explorer for VSCode - Failed to load schema for profile type ebg

book

Article ID: 404107

calendar_today

Updated On:

Products

Endevor

Issue/Introduction

Got following error after starting B4G explorer vscode extension:

2025-07-11T11:05:18.920Z - BroadcomMFD.bridge-for-git-explorer extension with the build number: cb31a860e7555c05259b5742b84cd0e7cf4fd376 will be activated.
2025-07-11T11:05:19.148Z - Unable to initialize Zowe API. BroadcomMFD.bridge-for-git-explorer extension will not be activated.
2025-07-11T11:05:19.148Z - Profile store initialization error: Failed to load schema for profile type ebg.

 

ebg profile in the ZOWE CLI Team Configuration file has the following setting:

         "bfg": {
                    "type": "ebg",
                    "properties": {
                        "host": host,
                        "port": port
                    }
                },

Environment

Endevor V19

Bridge for Git Explorer vscode extension

Cause

Bridge for Git Explorer vscode extension unable to load the schema for Bridge for Git due to schema for ebg is missing. 

 

Resolution

Make sure Bridge for Git Plug-in for Zowe CLI is installed by running 'zowe plugins list' command. 

Then run 'zowe config schema' to validate that ebg schema is in place. If the schema for ebg is missing, update the schemas by running 'zowe config update-schemas'

Also update the ebg profile to add the missing user and token as secure items by running:

zowe config set "profiles.$NAME.properties.token" $TOKEN --secure
zowe config set "profiles.$NAME.properties.user" $USER --secure