The report is actually opened after the parameters are set.
Main Topics
Browse All TopicsI am having a problem displaying my report in ASP.Net. The report is under the BOE repository and is using a parametero for the Dynamic Data Connection to be able to connecto to different environments.
I know how to pass the parameters but I'm not sure why I'm getting the following error:
"Business View error in Dynamic DataConnection. Cannot open database. Business View error in Dynamic DataConnection.
Here is the code I'm using to pass the parameters:
reportClientDocument.DataD
reportClientDocument.DataD
reportClientDocument.DataD
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
You actually are. :)
I found the answer. When you are passing the value for the Dynamic Data Connection parameter you need to pass the VALUE and not the actual name of the Data Connection you want to use.
You can get the VALUE (which looks like a GUID) by openning the Report in Crystal Reports and editing the Parameter. You'll see that the description is the name of the data connection but the value is a cryptic value.
Once I replaced the parameter with the actual value it all worked fine.
I hope this helps someone.
Business Accounts
Answer for Membership
by: mlmccPosted on 2009-11-06 at 12:43:35ID: 25762865
I don't use that product but generally the report is opened before it gets the parameters.
Does BOE allow you to pass the data source that way?
mlmcc