Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash when clicking on DataRefresh Info #370

Closed
lukiz84 opened this issue Jan 28, 2022 · 2 comments
Closed

Crash when clicking on DataRefresh Info #370

lukiz84 opened this issue Jan 28, 2022 · 2 comments
Labels
issue: bug Confirmed as a bug in TE3
Milestone

Comments

@lukiz84
Copy link

lukiz84 commented Jan 28, 2022

TabularEditor 3.20

Hi,
when I start data refresh and want to go to the details by clicking the Link in the Status bar the following exception is thrown:

Tabular Editor Unhandled Exception Error Report

Tabular Editor version: 3.2.0 (3.2.8055.2602)
OS version: Microsoft Windows NT 10.0.18363.0
Model details:
CompatibilityLevel: 1500
CompatibilityMode: AnalysisServices
IsPbiDesktop: False
SourceType: Database
TableCount: 123
FirstTimeModelLoad: False
DatabaseNameSHA256: 7c30f912273c190658376053c7510990a3146c7fe67d53fd
ServerVersion: 15.0.35.9
ServerLocation: OnPremise
ServerProductLevel: RTM
ServerProductName: Microsoft SQL Server Analysis Services
ServerEdition: EnterpriseCore64
ServerNameSHA256: 295a8c4c78eaa3841fde33f390911b41eaf3c56008e5861b
User description:
Exception message: Sequence contains no elements
Exception source: System.Core
Stack trace: at System.Linq.Enumerable.Single[TSource](IEnumerable`1 source)
at TabularEditor.UI.Services.ViewServiceExtensions.GoToModelProcessing(IViewService viewService)
at TabularEditor.Main.StatusText_HyperlinkClick(Object sender, HyperlinkClickEventArgs e)
at DevExpress.XtraBars.BarItem.OnHyperLinkClick(BarItemLink link, StringBlock hyperlink, MouseEventArgs mouseArgs)
at DevExpress.XtraBars.Controls.CustomLinksControl.CheckNavigateHyperlink(BarItemLink link, MouseEventArgs mouseArgs)
at DevExpress.XtraBars.Controls.CustomLinksControl.OnMouseUp(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at DevExpress.XtraBars.Controls.CustomControl.WndProc(Message& msg)
at DevExpress.XtraBars.Controls.DockedBarControl.WndProc(Message& msg)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Modules loaded:
TabularEditor3.exe

BR
Lukas

@otykier
Copy link
Collaborator

otykier commented Jan 28, 2022

Thanks for reporting.

A workaround until we get this fixed, is to manually navigating to the Data Refresh tab at once (i.e. by going to the View > Data Refresh menu option), before clicking on the link in the status bar.

@otykier otykier added the issue: bug Confirmed as a bug in TE3 label Jan 28, 2022
@otykier otykier added this to the 3.2.2 milestone Feb 11, 2022
@otykier
Copy link
Collaborator

otykier commented Feb 17, 2022

Fixed in 3.2.2, thanks for reporting.

@otykier otykier closed this as completed Feb 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue: bug Confirmed as a bug in TE3
Development

No branches or pull requests

2 participants