cancel
Showing results for 
Search instead for 
Did you mean: 

Error: Missing Parameter Values on

Former Member
0 Kudos

I've started experiencing the "Missing Parameter Values" error on a report containing a subreport. All of my other reports can export just fine, but just not the one with the subreport. The report (and the subreport) both use a stored procedure to retrieve their data, with 4 parameters. The first three parameters are linked directly from the report to the subreport. The 4th parameter is optional, and is linked to the subreport with a Formula Field.

When I delete the subreport, the report exports just fine, so the issue is definitely with the subreport ?configuration?

I'm using Visual Studio 2005, with Crystal Reports for VS 2005. I've been searching the forums, and I downloaded and installed a package: crnet20win32x86_en_chf.zip, but it didn't solve my problem. Just to be sure, I restarted and installed it with nothing running, in case that could be a factor.

Is there anything I can do to work through this? Any other fix I'm missing?

Thanks

Alex

Accepted Solutions (1)

Accepted Solutions (1)

former_member183750
Active Contributor
0 Kudos

Use the search box at the top right corner of this web page. Enter "parameter subreport net crystal" - without he quotesd and you will get a number of hits returned. See if any of those helps.

- Ludek

Follow us on Twitter http://twitter.com/SAPCRNetSup

Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

Former Member
0 Kudos

Thanks for the tip. I did that just now, and I found the [Hot Fix|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333233313339333533393334%7D.do]

That particular Hot Fix describes my situation exactly, in that a report Stored Procedure parameter is "supposed" to be passed on to the Subreport. However, the Hot Fix describes prompting, which isn't occurring in my case, since I'm exporting the report entirely in code. My situation is just the error, Missing Parameter Values.

In any case, I've already run that entire Hot Fix package (twice), and I've found that I have 2 of the crpe32.dlls. Neither one is the version specified in the Hot Fix, (Version 10.2.0.1256). The second dll listed below seems to be of a version prior to the Hot Fix, I don't know if it could be the reason why it still doesn't work after applying the Hot Fix.

C:Program FilesCommon FilesBusiness Objects2.7Bin (Date 1/11/2007, version: 10.2.0.1624) and

C:Program FilesCommon FilesCrystal Decisions2.5Bin (Date 10/5/2005, version: 10.0.5.1177).

I've checked all the versions of references in my projects, and they all reference the 2.7 dlls, but I'd like to know if there is a way to replace the 2.5 version, just in case.

As far as the other search results, they hinted at things I've already tried. What else can I try?

Thanks,

Alex

former_member183750
Active Contributor
0 Kudos

I don't have the version number for crpe32.dll from the SP1 on hand, but if you look at the file version of the assembly crystaldecisions.crystalreports.engine, it should be 10.2.52001.1823. If it is, SP 1 took.

Crpe32.dll from the 2.5\bin is no good to you as this is from CR 10.0 which will not work with .NET 2005...

Re. crpe32.dll version 10.2.0.1256. Since you have a higher version (10.2.0.1624) the fix should be in that one too.

Use [Modules|https://smpdl.sap-ag.de/~sapidp/012002523100006252802008E/modules.zip] to check if you are loading the correct dll(s) - they all (most) should be from the 2.7\bin directory. If that checks out, then it's not a dll issue - perhaps a code issue or something like that.

- Ludek

Former Member
0 Kudos

Were you able to solve this problem?

Former Member
0 Kudos

Were you able to resolve this? I have same issue on windows 2008 R2, CRVS2010(13.0.4)

Former Member
0 Kudos

were you able to resolve this?

Answers (0)