You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -125,7 +125,17 @@ export class FileSystemProvider implements vscode.FileSystemProvider {
125
125
returnresults.concat(cspSubfolders);
126
126
})
127
127
.catch((error)=>{
128
-
error&&console.error(error);
128
+
if(error){
129
+
console.log(error);
130
+
if(error.errorText.includes(" #5540:")){
131
+
constmessage=`User '${api.config.username}' cannot list ${
132
+
csp ? "web application "+spec : "namespace"
133
+
} contents. To resolve this, execute the following SQL in the ${api.config.ns.toUpperCase()} namespace:\n\t GRANT EXECUTE ON %Library.RoutineMgr_StudioOpenDialog TO ${
0 commit comments