Sylvio Hellmann An: pq2fb@microsoft.com Betreff: Stirnrunzeln senden (Fehler) - 22.08.2014 12:58 Feedback Type: Frown (Error) Error Message: Der Objektverweis wurde nicht auf ee Objektstanz festgelegt. Timestamp: 2014-08-22T10:58:16.4297577Z Product Version: 2.14.3722.242 (ReleaseClient_V2) (x64) Excel Version: 15.0.4641.1000 Excel Install Location: C:\Program Files\Microsoft Office\Office15\EXCEL.EXE IE Version: 11.0.9600.17239 OS Version: Microsoft Wdows NT 6.2.9200.0 (x64) CLR Version: 4.0.30319.34014 User ID: b937821c-35bd-4364-a2c9-40e3d38cc364 Workbook Package Info: 1* - en-gb, fastcombe: Disabled. Workg set: 1.46 GB Peak Virtual Memory: 3.94 GB Screenshot: 1
Formulas: section Section1; shared GetExcelTables = let OData.Feed("https://crossjo.sharepot.com/_vti_b/ExcelRest.aspx/MetadataTest/CitiesSoftwareBooks. xlsx/odata/$metadata"), Custom1 = Xml.Document(Source), Value = Custom1{0}[Value], #"Expand Attributes" = Table.ExpandTableColumn(Value3, "Attributes", {"Name", "Namespace", "Value"}, {"Attributes.Name", "Attributes.Namespace", "Attributes.Value"}), "ExcelTables"}}) RenamedColumns; 2
shared GetDocs = let OData.Feed("https://zzzz.sharepot.com/_vti_b/listdata.svc/MetadataTest"), RemovedOtherColumns = Table.SelectColumns(Source,{"Id", "ContentType", "Path", "Name"}) RemovedOtherColumns; shared GetTables = let Xml.Document(OData.Feed("https://zzzz.sharepot.com/_vti_b/ExcelRest.aspx/MetadataTest/FruitVegP eople.xlsx/odata/$metadata")), Value = Source{0}[Value], #"Expand Value" = Table.ExpandTableColumn(Value3, "Value", {"Name", "Namespace", "Value", "Attributes"}, {"Value.Name", "Value.Namespace", "Value.Value", "Value.Attributes"}), #"Expand Attributes" = Table.ExpandTableColumn(#"Expand Value", "Attributes", {"Name", "Namespace", "Value"}, {"Attributes.Name", "Attributes.Namespace", "Attributes.Value"}), "TableName"}}) RenamedColumns; shared GetTablesFunction = let (SharepotRootURL, ExcelSourceDoc) => let Xml.Document(OData.Feed(SharepotRootURL & "/_vti_b/excelrest.aspx" & ExcelSourceDoc & "/OData/$metadata")), Value = Source{0}[Value], #"Expand Value" = Table.ExpandTableColumn(Value3, "Value", {"Name", "Namespace", "Value", "Attributes"}, {"Value.Name", "Value.Namespace", "Value.Value", "Value.Attributes"}), #"Expand Attributes" = Table.ExpandTableColumn(#"Expand Value", "Attributes", {"Name", "Namespace", "Value"}, {"Attributes.Name", "Attributes.Namespace", "Attributes.Value"}), "TableName"}}) RenamedColumns shared GetDocumentsTables = let SharepotRootURL = "https://zzzz.sharepot.com", OData.Feed(SharepotRootURL & "/_vti_b/listdata.svc/metadatatest"), RemovedOtherColumns = Table.SelectColumns(Source,{"Id", "ContentType", "Path", "Name"}), InsertedCustom = Table.AddColumn(RemovedOtherColumns, "Custom", each 3
GetTablesFunction(SharepotRootURL, [Path] & "/" & [Name] )), #"Expand Custom" = Table.ExpandTableColumn(InsertedCustom, "Custom", {"TableName"}, {"TableName"}), InsertedCustom1 = Table.AddColumn(#"Expand Custom", "TableODataURL", each SharepotRootURL & "/_vti_b/excelrest.aspx" & [Path] & "/" & [Name] & "/OData/" & [TableName]), RemovedColumns = Table.RemoveColumns(InsertedCustom1,{"ContentType", "Id"}) RemovedColumns; shared GetTableContents = let OData.Feed("https://zzzz.sharepot.com/_vti_b/ExcelRest.aspx/MetadataTest/FruitVegPeople.xlsx/ODat a/fruit"), RemovedColumns = Table.RemoveColumns(Source,{"excelUpdated", "excelrowid"}) RemovedColumns; shared GetContentsSelectedTable = let GetTableContentsFunction(Excel.CurrentWorkbook(){[Name="TableODataURL"]}[Content]{0}[URL]) shared GetTableContentsFunction = let (ODataTableURL) => let OData.Feed(ODataTableURL), RemovedColumns = Table.RemoveColumns(Source,{"excelUpdated", "excelrowid"}) RemovedColumns Stack Trace: System.NullReferenceException: Der Objektverweis wurde nicht auf ee Objektstanz festgelegt. bei Microsoft.Mashup.Host.Document.Formulas.GenericInvokeFormula.UpdateParameterInfo(IExpression expression, Int32 dex) bei Microsoft.Mashup.Host.Document.Formulas.GenericInvokeFormula.TryAccess(ModuleDocument moduledocument, IExpression expressionnode, FormulaResult baseresult) bei Microsoft.Mashup.Host.Document.Formula.FormulaAccessor.AccessFormula(ModuleDocument moduledocument, IExpression expressionnode, Strg formulaname) bei Microsoft.Mashup.Host.Document.PackageEditor.TryAccessFormulaPart(Strg sectionname, Strg formulaname, Strg formulapartname, IFormulaAccessor formulaaccessor) bei Microsoft.Mashup.Host.Document.Formula.TryAccess(FormulaReference formulareference, FormulaResult baseresult) bei Microsoft.Mashup.Host.Document.Formula.TryGetFormula(FormulaSet formulaset, FormulaReference formulareference, FormulaResult baseresult, Formula& formula) bei Microsoft.Mashup.Host.Document.PackageEditor.d 0.MoveNext() bei Microsoft.Mashup.Host.Document.PackageEditor.RemoveFormula(Strg sectionname, Strg formulaname) bei Microsoft.Mashup.Host.Document.Storage.PackageMimizer.Commit() bei 4
Microsoft.Mashup.Host.Document.Storage.PackageStorageManager.GetMimizedPackageBytes(Byte[] fullpackagebytes, FormulaPath formulapath) bei Microsoft.Mashup.Client.Excel.ExcelStorage.CreateConnection(IWorkbookConnection connection, Strg persistentid, Boolean workbookidchangeonly, Byte[] packagebytes, Boolean setconnection, Strg& oldconnectionstrg) bei Microsoft.Mashup.Client.Excel.ExcelStorage.<>c DisplayClass14.b d() bei Microsoft.Mashup.Client.Excel.ExcelShim.SafeShim.Invoke[T](Func`1 func) bei Microsoft.Mashup.Client.Excel.ExcelStorage.CreateConnections(IWorkbook workbook, Strg persistentid, Byte[] packagebytes, Boolean setconnections) bei Microsoft.Mashup.Client.Excel.ExcelStorage.SetPackage(IWorkbook workbook, Strg persistentid, PackageComponents package) bei Microsoft.Mashup.Client.Excel.PackageManager.UpdateWorkbook(WorkbookPackage workbookpackage, ChangeReason changereason) bei Microsoft.Mashup.Client.ClientShared.Model.Queries.SaveChanges(ChangeReason changereason) bei Microsoft.Mashup.Client.Excel.AddIn.SaveChangesBeforeWorkbookSaveOrClose(IWorkbook workbook) bei Microsoft.Mashup.Client.Excel.AddIn.<>c DisplayClass21.b 1f() bei Microsoft.Mashup.Host.Document.ExceptionHandlerExtensions.HandleExceptions(IExceptionHandler exceptionhandler, Strg actionname, Action action) Invocation Stack Trace: bei Microsoft.Mashup.Client.ClientShared.Ux.FloatgDialog.SimpleDialog.ErrorDialog.Show(IW32Wdo w owner, WdowsHost wdowshost, Strg message, Nullable`1 errorcode, Strg requestid, Strg exceptionstacktrace, PackageReference sourcepackagereference) bei Microsoft.Mashup.Client.ClientShared.UnexpectedExceptionHandler.<>c DisplayClass1.b 0() bei Microsoft.Mashup.Host.Document.SynchronizationContextExtensions.Send(SynchronizationContext context, IExceptionHandler exceptionhandler, Action callback) bei Microsoft.Mashup.Client.ClientShared.UnexpectedExceptionHandler.HandleException(Exception e) bei Microsoft.Mashup.Host.Document.ExceptionHandlerExtensions.HandleExceptions(IExceptionHandler exceptionhandler, Strg actionname, Action action) bei Microsoft.Mashup.Client.Excel.ExcelShim.Application.EventSk.WorkbookBeforeClose(Workbook Wb, Boolean& Cancel) bei System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) bei System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments) bei System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BdgFlags vokeattr, Bder bder, Object[] parameters, CultureInfo culture) 5