Need Crystal Report in ASP.NET Help

terrorbite

New Member
HI<BR><BR>I'm having a problem in Crystal Report in .NET<BR><BR> I designed report in Crystal Report 7.0 and moved it<BR>to .Net. <BR>while executing it in aspx, I'm getiing LOGON failure<BR>error<BR><BR>I am using Oracle 7.3 as the Database <BR>At design time, I connect to Database using "OLE DB" <BR>Service Type "OLEDB - MSDAORA - Microsoft OLE DB<BR>Provider for Oracle"<BR><BR>Following is the code which I used to set the DB<BR>connection in runtime<BR><BR><BR>CrystalReportViewer1.LogOnInfo.Item(0).ConnectionI nfo.ServerName<BR>= "serverName"<BR> <BR>CrystalReportViewer1.LogOnInfo.Item(0).ConnectionI nfo.UserID<BR>= "UserID"<BR> <BR>CrystalReportViewer1.LogOnInfo.Item(0).ConnectionI nfo.Password<BR>= "Password"<BR> <BR>CrystalReportViewer1.LogOnInfo.Item(0).ConnectionI nfo.DatabaseName<BR>= "DB"<BR> CrystalReportViewer1.ReportSource =<BR>Server.MapPath("test.rpt")<BR><BR>my Web Server and Database Server are in different<BR>Location. <BR><BR>If I create another report and saved it with data. It<BR>works fine. <BR><BR>Please suggest us solution for this issue<BR><BR>i am not using any Store Procedure.<BR>i am not using any "ADO.NET dataset"<BR><BR><BR>with Regards<BR>Pandian. V<BR>I am using SQL server and am having a similar problem. My logon is failing. I would very much like to know the solution to this problem.<BR><BR>AnthonyAs soon as i get the solution i will let you know.<BR>Thank you! Any help will be greatly appreciated!
 
Back
Top