Hi,
when trying to download an excel export of a Form's submissions, i'm getting the following error (from error logs):
Note: I even tried giving "Everyone" full access to the file Forms/Handlers/BPInstancesExport.ashx and it is still giving me this error.
An error occurred during download. [LFF4120-ErrorOccurredDuringDownload] Details: URL: /Forms/Handlers/BPInstancesExport.ashx Error: ErrorOccurredDuringDownload Date: 3/5/2019 12:36:23 PM (Middle East Standard Time) HTTP Status Code: 500 Business Process ID: 0 User: forms IP: 192.168.19.161 Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36 Business Process Name: Inner exception: System.ServiceModel.FaultException Message: Laserfiche.Forms.CommonUtils.Exceptions.LFFormsException: You do not have sufficient rights to view this page. [LFF8-NoAuthority] at Laserfiche.Forms.SharedServices.QueryServices.AuthorizationServices.CheckAuthorization(AuthorizationDC authDC, AccessType accessCutoff) at Laserfiche.Forms.SharedServices.QueryServices.InstanceMetricServices.GetAuthorizationInfo(Int32 bpid, Int32 viewID, Boolean aggregationAuthorization) at Laserfiche.Forms.SharedServices.QueryServices.InstanceMetricServices.GetAuthorizationInfo(List`1 bpidList, Int32 viewID, Boolean aggregationAuthorization) at Laserfiche.Forms.SharedServices.QueryServices.DrilldownServices.Get(Nullable`1 bpid, String filter, Int32 viewID, Int32 subViewId, List`1 columns, List`1 sorts, Int32 page, Int32 pageSize, Boolean includeWeekends, String search, String tz, Boolean isDownload, Boolean noAuthCheck) at Laserfiche.Forms.Export.InstancesExportSpecifications.GetExportColumnList() at Laserfiche.Forms.Export.ExportSpecifications`1.DoExport(String& exportFilePath) at Laserfiche.Forms.Export.FormExportService.ExportProcessData_Sync(ReportingExportParameters para, LaserficheIdentity currentUser) Server stack trace: at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at FormsModel.SharedContracts.IFormExportService.ExportProcessData_Sync(ReportingExportParameters para, LaserficheIdentity currentUser) at FormsModel.SharedContracts.FormExportServiceProxy.ExportProcessData(ReportingExportParameters para, LaserficheIdentity currentUser) at E_Forms.Handlers.BPInstancesExport.ProcessRequest(HttpContext context)