Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 735553
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T07:30:13+00:00 2026-05-14T07:30:13+00:00

I have a serious issue with crystal reports. when run in my development environment

  • 0

I have a serious issue with crystal reports.

when run in my development environment or debugged on my local machine it works fine.

but when the application is published to a windows server 2003 it has the dreaded “The report you requested requires further information” Message

I have had no luck trying to get rid of this message

Anybody know what I can try?

Here is a bunch more info. I use a placeholder in the aspx page and then set the user/password and database in the codebehind
I could not get it to work with a dataset and found that I had to assign odbc connection in the cr designer. and then in the code behind change the above details as required.

This is done because the same report can get the data from 3 different databases (live development and training)

 protected override void Page_Load(object sender, EventArgs e)
 {
    base.Page_Load(sender, e);

    CrystalReportSource1.ReportDocument.Load(Server.MapPath(@"~/Reports/Report5asp.rpt"));
    CrystalReportViewer1.ReportSource = ConfigureCrystalReports(CrystalReportSource1.ReportDocument,CrystalReportViewer1);

    // parameters
    CrystalReportViewer1.ParameterFieldInfo.Clear();
    AddParameter("DIid", _app.Data["DIid"], CrystalReportViewer1.ParameterFieldInfo);
    AddParameter("EEid", _app.Data["EEid"], CrystalReportViewer1.ParameterFieldInfo);
    AddParameter("CTid", _app.Data["CTid"], CrystalReportViewer1.ParameterFieldInfo);

 }


 public ReportDocument ConfigureCrystalReports(ReportDocument report, CrystalReportViewer viewer)
 {
    String _connectionString = _app.ConnectionString();
    String dsn = _app.DSN();
    SqlConnectionStringBuilder SConn = new SqlConnectionStringBuilder(_connectionString);


        TableLogOnInfos crtableLogoninfos = new TableLogOnInfos();
        TableLogOnInfo crtableLogoninfo = new TableLogOnInfo();
        ConnectionInfo crConnectionInfo = new ConnectionInfo();
        crConnectionInfo.ServerName = dsn;// SConn.DataSource;
        crConnectionInfo.DatabaseName = SConn.InitialCatalog;
        crConnectionInfo.UserID = SConn.UserID;
        crConnectionInfo.Password = SConn.Password;
        crConnectionInfo.Type = ConnectionInfoType.SQL;
        crConnectionInfo.IntegratedSecurity = false;

        foreach (CrystalDecisions.CrystalReports.Engine.Table CrTable in report.Database.Tables)
        {
            crtableLogoninfo = CrTable.LogOnInfo;
            crtableLogoninfo.ConnectionInfo = crConnectionInfo;
            CrTable.ApplyLogOnInfo(crtableLogoninfo);
        }

         return report;

  }

As stated this works fine on my XP machine used for development when deployed on winserver 2003 I get the error

Some interesting additional information

I moved the development to my home machine so I could work on the problem this weekend.

So now I am developing debugging and testing on the same machine!

In VS2008 I can edit and preview the reports with no problems
If I fire up the debugger I can view the reports in the browser with no problems

But if I publish the website to another folder on the same machine and fire up IIS and try to browse to a report I get the aforementioned error. All else works as expected.

IIS runs under different permissions than VS2008 so perhaps its something to do with that, but I have tried lots of different permissions and cannot get it to run.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T07:30:14+00:00Added an answer on May 14, 2026 at 7:30 am

    The solution I found that worked was not to use ODBC at all. Instead I populated the the reports from a dataset. If I had known how easy it was to do that I would have done it from the beginning.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a serious issue with Liferay 6.1 themes , I know well about
I have a serious issue, my harddisk crashed yesterday , and i had tons
Hi Everyone I m dealing with some serious issue in django-admin.I have created models
I have developed an application and installed it on my mobile. but i am
This issue is giving me serious headaches, I don't have a clue what's going
I have a serious issue, I want to boot my stm32 discovery board (STM32L152RBT6)
We have a serious issue while saving images from a flex editor Our editor
I have a executable that requires ws2_32.dll but requires WS2tcpip.h and only works on
I have a serious issue. When calling the requestLocationUpdates function in Android, the GPS
I have a serious issue happened to my git repository. I had 2 branches

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.