Does anyone know about this error?
"The server is either unavailable or your connection has been lost. Do you want to attempt to reconnect?"
It seems that the client goes in timeout... in some way.. and lost connection!
Thanks
Regards,
Federico
MBS Specialist since NAV 2.0
My experiences on
Linkedin0
Comments
I was hoping that you were able to solve the issue. I am facing the similar issue but not able to solve it.
Regards,
Mukesh
I'm almost embarrassed that I tried such a simple and unlikely solution, but it worked, so I thought I'd share.
In design mode for the report, I ran Tools->Create Layout Suggestion, then closed Visual Studio and the report, saving it. Then I designed it again and ran Tools->Delete Layout and saved again. The error was gone.
Obviously, you wouldn't want to do this with an RTC report, because you would wipe out the RDL.
Kent
when you run report and get error that server connect is lost, on she server machine in event viewer appears following error:
Service: MicrosoftDynamicsNavServer
User: LITUANICA\nvb03
Type: System.ArgumentNullException
Message:
Value cannot be null.
Parameter name: SourceExpression
ParamName: SourceExpression
StackTrace:
at Microsoft.Dynamics.Nav.Runtime.NavReport.ExecuteReportDataItem()
at Microsoft.Dynamics.Nav.Runtime.NavReport.ExecuteReportLoop(NavReportDataItem dataItem)
at Microsoft.Dynamics.Nav.Runtime.NavReport.LoopRootDataItems()
at Microsoft.Dynamics.Nav.Runtime.NavReport.ExecuteReport(Boolean displayResult)
at Microsoft.Dynamics.Nav.Runtime.NavReport.RunReportInternal(NavRecord record, Boolean displayResult)
at Microsoft.Dynamics.Nav.Runtime.NavReport.RunReport(Nullable`1 requestWindow, Nullable`1 systemPrinter, Boolean runReportModal, NavRecord record, IList`1 reportTextualFilters)
at Microsoft.Dynamics.Nav.Runtime.NavReport.RunReport(Int32 reportId, Nullable`1 requestWindow, Nullable`1 systemPrinter, Boolean isRunningAsModal, NavRecord record, IList`1 textualFilters)
at Microsoft.Dynamics.Nav.Runtime.NavReport.Run(Int32 reportId)
at Microsoft.Dynamics.Nav.Service.NSReport.Run(NavConnection connection)
at Microsoft.Dynamics.Nav.Service.NSService.<>c__DisplayClass24.<RunReport>b__23(Connection connection)
at Microsoft.Dynamics.Nav.Service.NSService.ExecuteOperation[T](String operationName, ServiceOperation`1 operation, Connection connection, Boolean revertLanguageChanges, WindowsIdentity impersonationIdentity)
Source: Microsoft.Dynamics.Nav.Ncl
i have recompiled the report and now i can run it without any errors again.