Hello,
I created a report wich contains the Excel PV-Function. If I run this report directly in Excel everything works fine. Executing this via Jet Web Portal immediately throws the following exception:
Jet.Nimbus.Web, Version=19.0.18268.1, Culture=neutral, PublicKeyToken=062caa159426bac3
System.ArgumentNullException: Der Wert darf nicht NULL sein.
Parametername: workbookBytes
bei Jet.Nimbus.Application.NimbusApplicationArgs..ctor(Int32 cultureLcid, String defaultDataSourceName, String defaultCompanyName, DataSourceSettings[] datasources, Byte[] workbookBytes, Guid reportId, Guid[] reportOptionIds, String pipeServerMachineName, Int32 pipeServerTimeout, Guid analyticsSessionId, Boolean analyticsCeipEnabled, String serviceHost, Int32 servicePort, Boolean isBudgetingLicensed)
bei dd.p()
bei dd.Run()
Is this a known behavior? Is there any workaround?
Tank you.