SpagoBILabs / SpagoBI

Outdated version of Knowage - Business Intelligence suite. Explore https://github.com/KnowageLabs for the current repository.
181 stars 108 forks source link

SPAGOBI-1948 - False parameter warning #1425

Open KnowageServiceAcc opened 4 years ago

KnowageServiceAcc commented 4 years ago

Details

Key Value
Key SPAGOBI-1948
Type Bug
Status Open
Priority Major
Resolution
Affects 5.0.0
Fix
Components SERVER/Core, SERVER/Reporting/BIRT
Labels analytical_drivers, birt

People

Key Value
Assignee Giulio Gavardi
Reporter Jasper Eggink

Dates

Key Value
Created 2014-11-12T13:39:59.000+0100
Updated 2014-11-19T11:24:44.000+0100
Resolved n.d.

Description

At random intervals I get a false parameter error: "The field Periode is required". The field "Periode" is indeed required, but already prefilled with a LOV. Most of the time my rapport works fine. After I get the error, I can manually click on "Execute" and then the report is opened correctly. See screenshot.

I think this is an loading issue, because the Iframe in which the report is loaded is missing al parameters when the error occurs:

localhost:8080/SpagoBI/servlet/AdapterHTTP?LIGHT_NAVIGATOR_DISABLED=true&PAGE=detailBIObjectPage&MESSAGEDET=EXIT_FROM_DETAIL

Info from the OperatorTrace.log:

'2014-11-12-13-06-53';'0:0:0:0:0:0:0:1';'0:0:0:0:0:0:0:1';'0:0:0:0:0:0:0:1';'';'';'';'biadmin';'/spagobi/admin,';'DOCUMENT.GET_URL';'biadmin';'/SpagoBI/servlet/AdapterHTTP';'ENGINE=Birt Report Engine&PARAMS={ParReport:24,ParReport_field_visible_description:Aantal Afgewezen Aanvragen,ParPeriod:2014,ParPeriod_field_visible_description:2014,ParStartDate:,ParStartDate_field_visible_description:,ParEndDate:,ParEndDate_field_visible_description:,ParFacilitatorGroup:1,ParFacilitatorGroup_field_visible_description:Zuid-Holland Zuid,ParFacilitator:[],ParFacilitator_field_visible_description:,ParHandlingTeam:[],ParHandlingTeam_field_visible_description:,ParSupplier:[],ParSupplier_field_visible_description:,ParXAs:data.periode,ParXAs_field_visible_description:Per Maand,ParCumulatief:Standaard,ParCumulatief_field_visible_description:Standaard,ParDivider:,ParDivider_field_visible_description:,ParTargetEdit:none,ParTargetEdit_field_visible_description:Behouden,ParTarget:0,ParTarget_field_visible_description:0}&NAME=Report';'OK';'0';'CHROME';'38.0.2125.111';'WINDOWS_7';15cdbca4a843aa4266277f69b29f9297

Comments

no comments