Register Register Member Login Member Login Member Login Forgot Password ??
PHP , ASP , ASP.NET, VB.NET, C#, Java , jQuery , Android , iOS , Windows Phone
 

Registered : 109,027

HOME > .NET Framework > Forum > asp.net c# ขึ้นserver แล้วเกิด error ช่วยทีค่ะ เกียวกับไฟล์ crytal report ค่ะ (2) ช่วยทีนะค่ะ



 

asp.net c# ขึ้นserver แล้วเกิด error ช่วยทีค่ะ เกียวกับไฟล์ crytal report ค่ะ (2) ช่วยทีนะค่ะ

 



Topic : 100271

Guest




Code (C#)
//ReportImpExpCompany ชื่อไฟล์crytalreport ค่ะ	
   ReportImpExpCompany rpt = new ReportImpExpCompany();
          rpt.SetDataSource(ds.Tables["DTImpExpCompany"]);
          rpt.SetParameterValue("sc", sc);
          rpt.SetParameterValue("ec", ec);
          rpt.SetParameterValue("sm", sm);
          rpt.SetParameterValue("em", em);
          rpt.SetParameterValue("sy", sy);

          
              //Export to PDF
              ExportOptions CrExportOptions;
              DiskFileDestinationOptions CrDiskFileDestinationOptions = new DiskFileDestinationOptions();
              PdfRtfWordFormatOptions CrFormatTypeOptions = new PdfRtfWordFormatOptions();
              CrDiskFileDestinationOptions.DiskFileName = Server.MapPath("/Gallery/DataFile/Report.pdf");
              CrExportOptions = rpt.ExportOptions;
              {
                  CrExportOptions.ExportDestinationType = ExportDestinationType.DiskFile;
                  CrExportOptions.ExportFormatType = ExportFormatType.PortableDocFormat;
                  CrExportOptions.DestinationOptions = CrDiskFileDestinationOptions;
                  CrExportOptions.FormatOptions = CrFormatTypeOptions;
              }
              rpt.Export();

              //PDF
              byte[] file = File.ReadAllBytes(Server.MapPath("/Gallery/DataFile/") + "Report.pdf");
              MemoryStream ms = new MemoryStream(file);

              Response.Buffer = true;
              Response.ClearContent();
              Response.ClearHeaders();
              Response.AddHeader("Cache-Control", "max-age=3");
              Response.AddHeader("Pragma", "public");
              Response.ContentType = "application/pdf";
              Response.AddHeader("Content-Disposition", "attachment; filename=Report.pdf");
              Response.AddHeader("Content-Length", ms.Length.ToString());
              Response.BinaryWrite(ms.ToArray());
              Response.Flush();
              Response.End();





ขึ้นerror นี้ค่ะ ช่วยทีติดนานมากกกกกกกกก


Code
Server Error in '/ReportOnline' Application.
--------------------------------------------------------------------------------

Database logon failed.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Runtime.InteropServices.COMException: Database logon failed.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[COMException (0x8004100f): Database logon failed.]
CrystalDecisions.ReportAppServer.Controllers.ReportSourceClass.Export(ExportOptions pExportOptions, RequestContext pRequestContext) +0
CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext) +260

[LogOnException: Database logon failed.]
CrystalDecisions.ReportAppServer.ConvertDotNetToErom.ThrowDotNetException(Exception e) +280
CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext) +315
CrystalDecisions.CrystalReports.Engine.FormatEngine.ExportToStream(ExportRequestContext reqContext) +645
CrystalDecisions.CrystalReports.Engine.FormatEngine.Export(ExportRequestContext reqContext) +206
CrystalDecisions.CrystalReports.Engine.FormatEngine.Export() +68
CrystalDecisions.CrystalReports.Engine.ReportDocument.Export() +64
ReportOverview.Gallery.ValMonth.CRptImpExpValMonth() in D:\CODEWORD_SVN\ ReportOnline\ReportOverview\Gallery\ValMonth.aspx.cs:237
ReportOverview.Gallery.ValMonth.btnOk_Click(Object sender, EventArgs e) in D:\CODEWORD_SVN\ ReportOnline\ReportOverview\Gallery\ValMonth.aspx.cs:134
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +111
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +110
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3625; ASP.NET Version:2.0.50727.3634




Tag : .NET







Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2013-09-10 11:10:07 By : ิิิbb View : 1026 Reply : 1
 

 

No. 1



โพสกระทู้ ( 17 )
บทความ ( 0 )



สถานะออฟไลน์


ไม่ Capture หน้าโค้ดมาอ่ะครับ ถ้า Copy พี่ๆ เค้าจะดูไม่รู้เรื่อง






แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2013-09-11 09:31:40 By : Rutsaza
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : asp.net c# ขึ้นserver แล้วเกิด error ช่วยทีค่ะ เกียวกับไฟล์ crytal report ค่ะ (2) ช่วยทีนะค่ะ
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ FTP| ใส่แถวของตาราง ใส่คอลัมน์ตาราง| ตัวยก ตัวห้อย ตัวพิมพ์ดีด| ใส่โค้ด ใส่การอ้างถึงคำพูด| ใส่ลีสต์
smiley for :lol: smiley for :ken: smiley for :D smiley for :) smiley for ;) smiley for :eek: smiley for :geek: smiley for :roll: smiley for :erm: smiley for :cool: smiley for :blank: smiley for :idea: smiley for :ehh: smiley for :aargh: smiley for :evil:
Insert PHP Code
Insert ASP Code
Insert VB.NET Code Insert C#.NET Code Insert JavaScript Code Insert C#.NET Code
Insert Java Code
Insert Android Code
Insert Objective-C Code
Insert XML Code
Insert SQL Code
Insert Code
เพื่อความเรียบร้อยของข้อความ ควรจัดรูปแบบให้พอดีกับขนาดของหน้าจอ เพื่อง่ายต่อการอ่านและสบายตา และตรวจสอบภาษาไทยให้ถูกต้อง

อัพโหลดแทรกรูปภาพ

Notice

เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ
อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง

   
  เพื่อความปลอดภัยและการตรวจสอบ กระทู้ที่แทรกไฟล์อัพโหลดไฟล์จากที่อื่น อาจจะถูกลบทิ้ง
 
โดย
อีเมล์
บวกค่าให้ถูก
<= ตัวเลขฮินดูอารบิก เช่น 123 (หรือล็อกอินเข้าระบบสมาชิกเพื่อไม่ต้องกรอก)







Exchange: นำเข้าสินค้าจากจีน, Taobao, เฟอร์นิเจอร์, ของพรีเมี่ยม, ร่ม, ปากกา, power bank, แฟลชไดร์ฟ, กระบอกน้ำ

Load balance : Server 01
ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2024 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่