Advertisement
Guest User

Untitled

a guest
Nov 21st, 2018
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.50 KB | None | 0 0
  1. Feedback Type:
  2. Frown (Error)
  3.  
  4. Timestamp:
  5. 2018-11-21T13:10:07.8672955Z
  6.  
  7. Local Time:
  8. 2018-11-21T11:10:07.8672955-02:00
  9.  
  10. Session ID:
  11. 8bf94b8c-04e1-4072-bf46-7ff199e4866f
  12.  
  13. Release:
  14. November 2018
  15.  
  16. Product Version:
  17. 2.64.5285.741 (18.11) (x64)
  18.  
  19. Error Message:
  20. Container unexpectedly exited. Exit code: 0x80131509.
  21.  
  22. Stack Trace:
  23. Microsoft.Mashup.Evaluator.Interface.ErrorException: Container unexpectedly exited. Exit code: 0x80131509. ---> System.InvalidOperationException: Container unexpectedly exited. Exit code: 0x80131509. ---> System.InvalidOperationException: Container unexpectedly exited. Exit code: 0x80131509.
  24. at Microsoft.Mashup.Evaluator.ContainerProcess.WithClientPipesAttachedEvent(String inputPipeName, Func`1 func)
  25. at Microsoft.Mashup.Evaluator.ContainerProcess.CreateProcess(String inputPipeName)
  26. at Microsoft.Mashup.Evaluator.ProcessContainerFactory.Container..ctor(String exePath, String exitMutexName, Int32 containerID, ContainerJob job)
  27. at Microsoft.Mashup.Evaluator.ProcessContainerFactory.CreateProcessContainer()
  28. at Microsoft.Mashup.Evaluator.WorkingSetProcessContainerFactory.CreateProcessContainer()
  29. at Microsoft.Mashup.Evaluator.ContainerPoolContainerFactory.CreatePooledContainer(TimeSpan ttlAdjustment)
  30. at Microsoft.Mashup.Evaluator.ContainerPoolContainerFactory.CreateContainer()
  31. at Microsoft.Mashup.Evaluator.RemoteEvaluationContainerFactory.CreateContainer()
  32. at Microsoft.Mashup.Evaluator.RemoteDocumentEvaluator.CreateContainer()
  33. at Microsoft.Mashup.Evaluator.RemoteDocumentEvaluator.RemoteEvaluation.Evaluate(Boolean enableFirewall)
  34. --- End of inner exception stack trace ---
  35. at Microsoft.Mashup.Evaluator.RemoteDocumentEvaluator.RemoteEvaluation`1.TryCompleteWithException(Exception exception)
  36. at Microsoft.Mashup.Evaluator.RemoteDocumentEvaluator.RemoteEvaluation.Evaluate(Boolean enableFirewall)
  37. at Microsoft.Mashup.Evaluator.EvaluatorThreadPool.EvaluatorThread(Object state)
  38. at Microsoft.Mashup.Evaluator.SafeThread2.<>c__DisplayClass15.<CreateAction>b__14(Object o)
  39. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  40. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  41. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  42. at System.Threading.ThreadHelper.ThreadStart(Object obj)
  43. --- End of inner exception stack trace ---
  44. at Microsoft.Mashup.Host.Document.Analysis.PackageDocumentAnalysisInfo.PackagePartitionAnalysisInfo.SetPreviewValue(EvaluationResult2`1 result, Func`1 getStaleSince, Func`1 getSampled)
  45.  
  46. Invocation Stack Trace:
  47. at Microsoft.Mashup.Host.Document.ExceptionExtensions.GetCurrentInvocationStackTrace()
  48. at Microsoft.Mashup.Client.UI.Shared.DataImporter.HandleImportEvaluationException(ExceptionResult exceptionView, Query query, String sourceID, String formulaTitle, Boolean isNewQuery, Boolean isFromEditor)
  49. at Microsoft.Mashup.Client.UI.Shared.DataImporter.OnGetPreviewResult(PreviewResult preview, Query query, String sourceID, String formulaTitle, Nullable`1 explicitImportDestination, Boolean isNewQuery, Boolean isFromEditor)
  50. at Microsoft.Mashup.Client.UI.Shared.DataImporter.GetPreviewResult(Query query, String sourceID, String formulaTitle, Boolean isNewQuery, Boolean isFromEditor, Nullable`1 explicitImportDestination)
  51. at Microsoft.Mashup.Client.UI.Shared.DataImporter.<>c__DisplayClass20.<OnQuerySettingsResolved>b__1d()
  52. at Microsoft.Mashup.Host.Document.ExceptionHandlerExtensions.HandleExceptions(IExceptionHandler exceptionHandler, Action action)
  53. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  54. at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
  55. at System.Delegate.DynamicInvokeImpl(Object[] args)
  56. at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
  57. at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
  58. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  59. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  60. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  61. at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
  62. at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
  63. at System.Windows.Forms.Control.WndProc(Message& m)
  64. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  65. at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
  66. at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
  67. at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
  68. at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
  69. at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
  70. at System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
  71. at Microsoft.Mashup.Client.UI.Shared.WebDialogs.WebDialog.<>n__FabricatedMethod8(IWindowHandle )
  72. at Microsoft.Mashup.Client.UI.Shared.WindowManager.ShowModal[T](T dialog, Func`1 showModalFunction)
  73. at Microsoft.PowerBI.Client.Program.<>c__DisplayClass10.<Main>b__0()
  74. at Microsoft.PowerBI.Client.Windows.IExceptionHandlerExtensions.<>c__DisplayClass7.<HandleExceptionsWithNestedTasks>b__6()
  75. at Microsoft.Mashup.Host.Document.ExceptionHandlerExtensions.HandleExceptions(IExceptionHandler exceptionHandler, Action action)
  76. at Microsoft.PowerBI.Client.Program.Main(String[] args)
  77.  
  78.  
  79. OS Version:
  80. Microsoft Windows NT 6.3.9600.0 (x64 pt-BR)
  81.  
  82. CLR Version:
  83. 4.6.1 or later [Release Number = 394271]
  84.  
  85. Peak Virtual Memory:
  86. 33.9 GB
  87.  
  88. Private Memory:
  89. 334 MB
  90.  
  91. Peak Working Set:
  92. 442 MB
  93.  
  94. IE Version:
  95. 11.0.9600.19180
  96.  
  97. User ID:
  98. b5c415bf-b440-41ab-9bf8-110dd587a3da
  99.  
  100. Workbook Package Info:
  101. 1* - pt-BR, Query Groups: 0, fastCombine: Disabled, runBackgroundAnalysis: True.
  102.  
  103. Telemetry Enabled:
  104. True
  105.  
  106. Model Default Mode:
  107. Empty
  108.  
  109. Snapshot Trace Logs:
  110. C:\Users\Usuario\AppData\Local\Microsoft\Power BI Desktop\FrownSnapShot1234651501.zip
  111.  
  112. Performance Trace Logs:
  113. C:\Users\Usuario\AppData\Local\Microsoft\Power BI Desktop\PerformanceTraces.zip
  114.  
  115. Disabled Preview Features:
  116. PBI_shapeMapVisualEnabled
  117. MIntellisense
  118. PBI_SpanishLinguisticsEnabled
  119. PBI_PdfImport
  120. PBI_ColumnProfiling
  121. PBI_variationUIChange
  122. PBI_PythonSupportEnabled
  123. PBI_showIncrementalRefreshPolicy
  124. PBI_showManageAggregations
  125. PBI_FuzzyMatching
  126. PBI_EnableWebDiagramView
  127. PBI_improvedFilterExperience
  128.  
  129. Disabled DirectQuery Options:
  130. PBI_DirectQuery_Unrestricted
  131. TreatHanaAsRelationalSource
  132.  
  133. Cloud:
  134. GlobalCloud
  135.  
  136. DPI Scale:
  137. 100%
  138.  
  139. Supported Services:
  140. Power BI
  141.  
  142. Formulas:
  143.  
  144.  
  145. section Section1;
  146.  
  147. shared #"Pesquisa de mercado - análise concorrentes (respostas modificadas) CSV" = let
  148. Origem = File.Contents("C:\Users\Usuario\Downloads\UFSCar\Perfil 8\Estágio Aptor\Pesquisa de mercado - análise concorrentes (respostas modificadas) CSV.csv")
  149. in
  150. Origem;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement