Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Parameter #50

Open
KurtJankowskiTepe opened this issue Feb 3, 2020 · 0 comments
Open

Missing Parameter #50

KurtJankowskiTepe opened this issue Feb 3, 2020 · 0 comments

Comments

@KurtJankowskiTepe
Copy link

Hello,

I like to generate a report with 2 subreports where parameters are passed from the main report.
Unfortunatelly I 've got an error "Missing Parameter". Please see the log.

Kind regards Kurt

03-02-2020 22:37:00
03-02-2020 22:37:00 ================== LoadReport, Output File and DB logion ===========
03-02-2020 22:37:02 Report PMJahresAuswertung.rpt loaded successfully
03-02-2020 22:37:02 Output Filename : Strom_2019
03-02-2020 22:37:02 Output Format : pdf
03-02-2020 22:37:02 Number of Parameters detected in the report = 14
03-02-2020 22:37:02 Number of Parameters passed by the users script = 6
03-02-2020 22:37:02
03-02-2020 22:37:02 Applied Parameter 'p_EnergyType' as MultiValue 'False'
03-02-2020 22:37:02 Discrete Parameter : p_EnergyType = 0
03-02-2020 22:37:02 Single Value Parameter p_EnergyType = 0
03-02-2020 22:37:02
03-02-2020 22:37:02 Applied Parameter 'p_Product' as MultiValue 'False'
03-02-2020 22:37:02 Discrete Parameter : p_Product = 'Alle'
03-02-2020 22:37:02 Single Value Parameter p_Product = 'Alle'
03-02-2020 22:37:02
03-02-2020 22:37:02 Applied Parameter 'p_Year' as MultiValue 'False'
03-02-2020 22:37:02 Discrete Parameter : p_Year = '2019'
03-02-2020 22:37:02 Single Value Parameter p_Year = '2019'
03-02-2020 22:37:02
03-02-2020 22:37:02 Applied Parameter 'p_Baseload' as MultiValue 'False'
03-02-2020 22:37:02 Discrete Parameter : p_Baseload = '1'
03-02-2020 22:37:02 Single Value Parameter p_Baseload = '1'
03-02-2020 22:37:02
03-02-2020 22:37:02 Applied Parameter 'p_OutlierRemove' as MultiValue 'False'
03-02-2020 22:37:02 Discrete Parameter : p_OutlierRemove = '1'
03-02-2020 22:37:02 Single Value Parameter p_OutlierRemove = '1'
03-02-2020 22:37:02
03-02-2020 22:37:03 Applied Parameter 'p_OutlierVisible' as MultiValue 'False'
03-02-2020 22:37:03
03-02-2020 22:37:03 Skipped 'Pm-@user' as MultiValue 'False' Parameter in SubReport = 'ValuesAB' as its Linked to Main Report
03-02-2020 22:37:03
03-02-2020 22:37:03 Skipped 'Pm-@f_Product' as MultiValue 'False' Parameter in SubReport = 'ValuesAB' as its Linked to Main Report
03-02-2020 22:37:03
03-02-2020 22:37:03 Skipped 'Pm-@f_Year' as MultiValue 'False' Parameter in SubReport = 'ValuesAB' as its Linked to Main Report
03-02-2020 22:37:03
03-02-2020 22:37:03 Skipped 'Pm-@f_OutlierRemove' as MultiValue 'False' Parameter in SubReport = 'ValuesAB' as its Linked to Main Report
03-02-2020 22:37:03
03-02-2020 22:37:03 Skipped 'Pm-@f_OutlierVisible' as MultiValue 'False' Parameter in SubReport = 'ValuesAB' as its Linked to Main Report
03-02-2020 22:37:03
03-02-2020 22:37:03 Skipped 'Pm-@f_EnergyType' as MultiValue 'False' Parameter in SubReport = 'ValuesAB' as its Linked to Main Report
03-02-2020 22:37:03
03-02-2020 22:37:03 Skipped 'Pm-@user' as MultiValue 'False' Parameter in SubReport = 'ValuesC' as its Linked to Main Report
03-02-2020 22:37:03
03-02-2020 22:37:03 Skipped 'Pm-@f_OutlierVisible' as MultiValue 'False' Parameter in SubReport = 'ValuesC' as its Linked to Main Report
03-02-2020 22:37:03
03-02-2020 22:37:03
03-02-2020 22:37:03 ================== STEP = PerformOutput ============================
03-02-2020 22:37:03
03-02-2020 22:37:03 ===================Logs and Errors =================================
03-02-2020 22:37:03 Message: Fehlende Parameterwerte.
03-02-2020 22:37:03 HResult: -2147215870
03-02-2020 22:37:03 Data: System.Collections.ListDictionaryInternal
03-02-2020 22:37:03 Inner Exception: System.Runtime.InteropServices.COMException (0x8004100E): Fehlende Parameterwerte.
bei CrystalDecisions.ReportAppServer.Controllers.ReportSourceClass.Export(ExportOptions pExportOptions, RequestContext pRequestContext)
bei CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext)
03-02-2020 22:37:03 StackTrace: bei CrystalDecisions.ReportAppServer.ConvertDotNetToErom.ThrowDotNetException(Exception e)
bei CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext)
bei CrystalDecisions.CrystalReports.Engine.FormatEngine.ExportToStream(ExportRequestContext reqContext)
bei CrystalDecisions.CrystalReports.Engine.FormatEngine.Export(ExportRequestContext reqContext)
bei CrystalDecisions.CrystalReports.Engine.FormatEngine.Export()
bei CrystalDecisions.CrystalReports.Engine.ReportDocument.Export()
bei CrystalReportsNinja.ReportProcessor.PerformOutput()
bei CrystalReportsNinja.ReportProcessor.Run()
03-02-2020 22:37:03 ====================================================================

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant