One or more data sources is missing credentials
-
hi friends.. iam working with remote ssrs in sql2005.i deployed reports to my remote server sucessfully...but when am conneting to reportviewr am getting "One or more data sources is missing credentials" this error... ReportViewer1.ShowCredentialPrompts = false; ReportViewer1.ProcessingMode = ProcessingMode.Remote; ReportViewer1.ProcessingMode = Microsoft.Reporting.WebForms.ProcessingMode.Remote; ReportViewer1.ServerReport.ReportServerCredentials = new ReportServerNetworkCredentials(); ReportViewer1.ServerReport.ReportServerUrl = new System.Uri("http://SAI/ReportServer"); ReportViewer1.ServerReport.ReportPath = "/TotalStudentsReport/TotalStudentInfo"; ReportViewer1.ServerReport.Refresh(); this is the my code..and also mentioned credentials .. please help me.. txs in advance...