Comments
3 comments
-
The version of SQL Prompt is 8.2.1.2603.
The error meaasge from the SQL Prompt log shows the following:
10 Oct 2017 09:05:32,605 [1] WARN RedGate.SQLPrompt.CommonUI.Refactor.RefactoringErrorReporter - Refactoring failed
System.Exception: Undefined: [ABORT]
at RedGate.SqlPrompt.Parser.GrammarProcessor.BNFParser.Parse(SqlGrammar outputgrammar)
at RedGate.SqlPrompt.Parser.SqlGrammar..ctor(ServerVersion serverVersion)
at RedGate.SqlPrompt.Parser.SqlGrammar.GetGrammar(ServerVersion serverVersion)
at RedGate.SqlPrompt.ScriptDomInterop.InsertSemicolonsScriptRefactoring.FindSemiColonsForMergeStatements(String script)
at RedGate.SqlPrompt.ScriptDomInterop.InsertSemicolonsScriptRefactoring.PerformRefactoring(String script, ServerVersion version, ITextReplacer textWriter)
at RedGate.SqlPrompt.Refactor.ScriptRefactoringAdapter.ApplyRefactoring(IRefactoringDelegate refactorDelegate)
at RedGate.SqlPrompt.Refactor.RefactorEngine.DoRefactoring(IScriptProvider script, Selection selection, CaretPosition caretPosition, IRefactoringSource refactoringSource, Errors& errors) -
Hi @DanielG,
We released today version (8.2.2.2657) with the fix of `System.Exception: Undefined: [ABORT]`
Can you try it?
Best regards
Krzysztof -
Hi @krzysztofkroczak ,
It works perfectly after installing version (8.2.2.2657), thanks!
Best regards,
Daniel
Add comment
Please sign in to leave a comment.
What is the cause of this and how do I do to resolve this?