Prev: Report export fails with with exception: System.IO.IOException: The file exists
Next: TFS/SQLReportServer error when creating a new project
From: Ken Techamphousha on 8 Jan 2009 22:41 Regarding to this thread, http://social.msdn.microsoft.com/forums/en-US/sqlreportingservices/thread/56fe99b5-53ea-4d57-8a44-46f1a34e03d4/#page:2 "It turned out that Cisco Secureworks was blocking the traffic b/c it appeared to have an embedded metafile that was being marked as malicious. And since Secureworks would not filter anything within the home office it would print fine there but not out in the branches." Does anyone can help me on preventing that malicious meta file? My Web application is using by 8,000 local unit all over country via internet. I cannot make many ISPs that each unit has contract with to change Cisco (or other security device) for excluding my report server. Please suggest what should i do. Following are source that call RSClient. <OBJECT ID="RSClientPrint" CLASSID="CLSID:FA91DF8D-53AB-455D-AB20-F2F023E498D3" CODEBASE="http://[myapp.domain.com]/RsClientPrint.CAB" VIEWASTEXT></OBJECT><script language="javascript">RSClientPrint.PageWidth = 297;RSClientPrint.PageHeight = 210;RSClientPrint.MarginLeft = 11;RSClientPrint.MarginTop = 12;RSClientPrint.MarginRight = 10;RSClientPrint.MarginBottom = 12;RSClientPrint.Culture = 1033;RSClientPrint.UICulture = 9;RSClientPrint.Print("http://[my.report.server.ip]/reportserver","%2fBudget%2fB_RemainedBudget&SiteID=38451266-052B-40DA-A0FC-0F96785760CD&Budget_Year=2552&Budget_Year_ID=2125AF65-EE55-4B0E-8CD0-4AFF6EA4A69D&Month_Value=12&PlanID=%","B_RemainedBudget");</script> Many thanks, -- Ken Tech |