Documentation fails with an error

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
ganm
Posts: 1
Joined: Wed 04 May 2022 21:20

Documentation fails with an error

Post by ganm » Wed 04 May 2022 21:23

We have an issue in documenting a small database. It keeps failing with this
error. Please let me know if you need a small copy of the database to
reproduce the error or advise the next steps.

=========================
General
=========================
Application: dbForge Documenter for SQL Server
Product: Devart dbForge Documenter for SQL Server
Product Edition: Standard
Product Locale: English
Assembly: documenter, Version=1.6.5.0, Culture=neutral,
PublicKeyToken=09af7300eec23701
C:\Program Files\Devart\dbForge SQL Tools Professional\dbForge Documenter
for SQL Server\documenter.exe
Global cache: False
Framework: 4.7.2 or later
HardwareID: E674-4E79-D6B7-3438-BF45-6D36
License Info: Trial period expires in 29 days.


=========================
Exception Information
=========================
Place: 2
ExceptionId: 0cd45107-9198-4b77-9696-3359c83d64d2
Message: Unable to translate Unicode character \uD963 at index 330 to
specified code page.
Source: mscorlib
TargetSite: Boolean Fallback(Char, Int32)
HelpLink:
Type: System.Text.EncoderFallbackException
Stack:
at System.Text.EncoderExceptionFallbackBuffer.Fallback(Char charUnknown,
Int32 index)
at System.Text.EncoderFallbackBuffer.InternalFallback(Char ch, Char*&
chars)
at System.Text.UTF8Encoding.GetBytes(Char* chars, Int32 charCount, Byte*
bytes, Int32 byteCount, EncoderNLS baseEncoder)
at System.Text.EncoderNLS.GetBytes(Char[] chars, Int32 charIndex, Int32
charCount, Byte[] bytes, Int32 byteIndex, Boolean flush)
at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean
flushEncoder)
at System.IO.StreamWriter.Dispose(Boolean disposing)
at System.IO.TextWriter.Dispose()
at Na.SW.i7s(IDocModel , GenerationModel )
at Na.qs.Ki9(DocModel )
at Ps.Sm`1.<>c__DisplayClass11_0.CEA(Object[] arguments)
at Devart.Shell.EventBase.InternalPublish(Object[] arguments)
at Controls.TreeList.TreeList.RaiseFocusedNodeChanged(TreeListNode
oldNode, TreeListNode newNode)
at Controls.TreeList.TreeList.InternalSetFocusedRowIndex(Int32
newFocusedRowIndex)
at Controls.TreeList.TreeList.SetFocusedNode(TreeListNode node)
at Controls.TreeList.TreeList.set_FocusedNode(TreeListNode value)
at Devart.DbForge.Documenter.Views.TreeView.h4O(Object ,
ouseEventArgs )
at System.Windows.Forms.MouseEventHandler.Invoke(Object sender,
MouseEventArgs e)
at System.Windows.Forms.Control.OnMouseDown(MouseEventArgs e)
at Controls.TreeList.TreeList.OnMouseDown(MouseEventArgs e)
at Devart.Shell.UI.TreeList.DTreeList.OnMouseDown(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseDown(Message& m, MouseButtons
button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at Controls.Editors.Container.EditorContainer.WndProc(Message& m)
at Controls.TreeList.TreeList.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg,
IntPtr wparam, IntPtr lparam)

dzhanhira
Devart Team
Posts: 239
Joined: Mon 26 Oct 2020 13:49

Re: Documentation fails with an error

Post by dzhanhira » Thu 05 May 2022 10:42

Please, provide us with your DB schema so we could reproduce the issue on our side and resolve it.

You can send it via our contact form:

https://www.devart.com/support.html

Post Reply