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
We need to fix this in VA so that below code is not necessary:
" Turn off prompting for a library password as currently there is no way to externally supply the password (EtTools class>>verifyUser always prompts)"
replacementMethod :=EmLibrarybasicCompile:'isPasswordCheckingEnabled ^false'notifying:System errorLog
ifFail: [
SystemlogError:'Cannot turn off password checking'.
Systemexit:9001withObject:nil].
EmLibrary methodDictionary at:#isPasswordCheckingEnabledput: replacementMethod.
The text was updated successfully, but these errors were encountered:
We need to fix this in VA so that below code is not necessary:
The text was updated successfully, but these errors were encountered: