Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
M

MSinha

@MSinha
About
Posts
19
Topics
10
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Working with IE7 not in Firefox
    M MSinha

    var segmentId = document.getElementById(containingCell.sourceSegmentId); Using above, I gets null for the variable segmentId both in in IE7 and Mozilla Firefox. The version for FF is:(Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11). Please help me.

    ASP.NET javascript html help announcement

  • Working with IE7 not in Firefox
    M MSinha

    Yes you are right-a lot of parentNode references. But I have 11 variables to populate, this is why 11 times this is written. I have taken only 1 parentNode, but this has given me undefined for the variables. [I have used alert(variables).] The script is ok for IE. But using Mozilla Firefox. This gives above error on the same point "undefined". Hence, not populating variables and the DB. Either "parentNode" not accepting or I miss the syntax. Please help me to solve this problem.

    ASP.NET javascript html help announcement

  • Working with IE7 not in Firefox
    M MSinha

    This is error and hence not updating DB. No the variables are not populating. The error is with containingCell. This is not extracting related values.

    ASP.NET javascript html help announcement

  • Working with IE7 not in Firefox
    M MSinha

    Hi, I am using a javascript onclick function to get values of an input button. Then I am using webservices to input the value in table. This is working fine with IE7,IE6. But not working for Firefox. Part of the code is given below: function SegmentUpdate(okButton) { // Get a refence to the containing cell, it's up a few levels in the DOM var containingCell = okButton.parentNode.parentNode.parentNode.parentNode.parentNode.parentNode.parentNode.parentNode.parentNode.parentNode.parentNode; cancelButtonName = okButton.name.replace('OkButton', 'CancelButton'); cancelButton = document.getElementById(cancelButtonName); // Get the necessary Id's (They are written on the table data element for this cell). var segmentId = containingCell.sourceSegmentId; // Here the problem is. containingCell not accepting value in the variable segmentId. var userId = containingCell.userId; var languageCode = containingCell.languageCode; var milestoneName = containingCell.milestoneName; var contextualLevel = containingCell.contextualLevel; var isArchived = containingCell.isArchived; // Get a reference to the relative form elements (Their names are written on the table data element for this cell). var txtTQMReasonClientId = document.getElementById(containingCell.txtTQMReasonClientId); var ddlTQMReasonClientId = document.getElementById(containingCell.ddlTQMReasonClientId); divTargetTextClientId = document.getElementById(containingCell.divTargetTextClientId); txtOverrideTranslatedTextClientId = document.getElementById(containingCell.txtOverrideTranslatedTextClientId); txtOverrideTranslatedTextClientId = document.getElementById(containingCell.txtOverrideTranslatedTextClientId); divPanel2ClientId = document.getElementById(containingCell.divPanel2ClientId); panel1Id = containingCell.divPanel2ClientId; // Get the values from the form elements to make the update var reason = ""; if (txtTQMReasonClientId != null) { reason = txtTQMReasonClientId.value; } var reasonId = -1; if (ddlTQMReasonClientId != null) { reasonId = ddlTQMReasonClientId.value; } var overrideText = ""; if (txtOverrideTranslatedTextClientId != null) { overrideText = txtOverrideTranslatedTextClientId.value.trim(); } ABCD.WebServices.Approval.OverRideTargetSegmentText(segmentId, userId, overrideText, reasonId, reason, languageCode, milestoneName, contextualLevel, isArchived.toLowerCase(

    ASP.NET javascript html help announcement

  • Date Picker with SSRS2005 not working when called in VS 2005 [modified]
    M MSinha

    Hi All, I am using SSRS2005 to generate the report. I have used Date Picker control. Date picker is working at runtime when I run directly, i.e. http//server ip/reports. But, When I call this report in VS 2005 (C# with ASP .Net 2.0) with Forms Authentication, date picker control refreshes the page and not working. !!Any Help Please!!

    modified on Monday, December 17, 2007 2:17:09 AM

    Database csharp visual-studio sysadmin security help

  • How to render the report on reportviewer control under forms authentication using SSRS 2005
    M MSinha

    Problem is with rendering of the report from tree view nodes to reportviewer control. I gets this error: The request failed with the error message: -- <html><head><title>Object moved</title></head><body> <h2>Object moved to <a href="/ReportServer/logon.aspx?ReturnUrl=%2fReportServer%2fReportExecution2005.asmx">here</a>.</h2> </body></html> --.

    Database sql-server security help tutorial question

  • How to render the report on reportviewer control under forms authentication using SSRS 2005
    M MSinha

    Hi all, I have populated treeview control based on logged in user's credentials under forms authentication. I have used cookies management. The next step is how to render the populated report on reportviewer control. I have tried with following code ReportViewer1.ServerReport.ReportServerUrl = new Uri("http://servername/Reports"); ReportViewer1.ServerReport.ReportPath = "/" + Request["Path"]; Can any one help me please ?

    Database sql-server security help tutorial question

  • SSRS 2005 [modified]
    M MSinha

    Hello Paul, Can you help me please. I have modified the code. I have put one another message, please help me for that also. Please give me any clue. so that I do the required settings with my reporting server and for client pc. If any setting require with cookie management and DCOM etc. please let me know. Regards, Manoj Sinha

    Database help sql-server

  • Forms Authentication [modified]
    M MSinha

    Hello All, I am using SSRS 2005. How do I do forms authentication based on user's role. I have searched on web and applied the code. I have used msdn supplied codes but no progress. I am struggling from many days over this issue. Can anyone help me please by giving me proper code wise solution? Hello Paul M., Can you help me please. I have modified the code. I have put one another message, please help me for that also. Please give me any clue. so that I do the required settings with my reporting server and for client pc. If any setting require with cookie management and DCOM etc. please let me know. Regards, Manoj Sinha -- modified at 11:03 Wednesday 28th November, 2007

    Database help question sql-server sysadmin security

  • SSRS 2005 [modified]
    M MSinha

    Hello All, I am using SSRS 2005. I have problem on logon page, when cookie is not available. This should generate new cookie: But I am getting error and control returns. I am getting following error: [System.NullReferenceException] = {"Object reference not set to an instance of an object."} This comes with the 4th line of the code: Following is the code: internal static void RelayCookieToClient(Cookie cookie) { // add the cookie if not already in there if (HttpContext.Current.Response.Cookies[cookie.Name] == null) { HttpContext.Current.Response.Cookies.Remove(cookie.Name); } HttpContext.Current.Response.SetCookie(TranslateCookie(cookie)); //HttpContext.Current.Response.AppendCookie(TranslateCookie(cookie)); } -- modified at 1:13 Wednesday 28th November, 2007

    Database help sql-server

  • Reports based on logged on users credentials
    M MSinha

    I am using SSRS 2005. I can fetch report from remote reporting server. But user can access there reports. I mean, User can only access reports that are part of their logged on credentials (role). Help please.

    Database sql-server sysadmin help

  • SQL Reporting services 2005
    M MSinha

    Now I am able to populate the reports remotely. I have used following lines : rService.Url = "http://10.10.40.2/ReportServer/ReportService2005.asmx"; before, catalogItems = rService.ListChildren(Global.ReportPath, true); and added web references.:) But I do'nt know how to do role based forms authentication. I need help.

    Database data-structures database sql-server sysadmin help

  • How to change chart type at runtime using SSRS 2005
    M MSinha

    Hi, I am using SSRS 2005. I used charts to show the report. I have to change the chart types at run time basesd on the option. User can select any chart eg. bar chart, pie chart, column chart etc. On selection screen should populate the chart type. I am not able to change chart type at runtime. Help please.

    Database sql-server help tutorial

  • SQL Reporting services 2005
    M MSinha

    I am using SSRS 2005 for the remote access of the reports. I will put url on browser, this will show the result. I am using ListChildren method. catalogItems = rService.ListChildren(Global.ReportPath,true); But the code is not working. This will make the tree. This should retrieve no. of reports from report server remotely and put in array, catalogItems. Based on the number of reports the another loop will retrieve names of the reports and will populate the tree vi:)ew. Help me please.

    Database data-structures database sql-server sysadmin help

  • Remote accessing of reportserver using SSRS 2005
    M MSinha

    The following code is not working. This will make the tree. The following code line is not working. This should retrieve no. of reports from report server and put in array, catalogItems. Based on the number of reports the another loop will retrieve names of the reports and will populate the tree view. catalogItems = rService.ListChildren(Global.ReportPath,true); Help me please. -- modified at 7:33 Monday 19th November, 2007

    Database sql-server help database design sysadmin

  • Remote accessing of reportserver using SSRS 2005
    M MSinha

    ServerReport.ReportPath is given in RenderReport.aspx page. Error is comming with ReportPath in the second line of the following code which is the next step: Is there any settings with using namespaces, missing .dlls or missing web reference. Please help me. Fetching and collecting on treeview with the following code ***************************************************************** rService.Credentials = new NetworkCredential("administrator", "password@sajan"); catalogItems = rService.ListChildren(Global.ReportPath,true); TreeView_Reports.Nodes.Clear(); RadTreeNode node16 = new RadTreeNode(); node16.Text = "Report"; TreeView_Reports.Nodes.Add(node16); TreeView_Reports1(TreeView_Reports, node16, catalogItems); After changing report path in Global.asax from get { return "/Sajan Reports"; } to get { return "/"; } I am getting following error. Can you please help me.:~ Error: System.Web.Services.Protocols.SoapException: The permissions granted to user 'MANOJ-SAJAN\IUSR_MANOJ-SAJAN' are insufficient for performing this operation. ---> Microsoft.ReportingServices.Diagnostics.Utilities.AccessDeniedException: The permissions granted to user 'MANOJ-SAJAN\IUSR_MANOJ-SAJAN' are insufficient for performing this operation. at Microsoft.ReportingServices.Library.ListChildrenAction.PerformActionNow() at Microsoft.ReportingServices.Library.RSSoapAction.Execute() at Microsoft.ReportingServices.WebServer.ReportingService2005.ListChildren(String Item, Boolean Recursive, CatalogItem[]& CatalogItems) --- End of inner exception stack trace --- at Microsoft.ReportingServices.WebServer.ReportingService2005.ListChildren(String Item, Boolean Recursive, CatalogItem[]& CatalogItems) -- modified at 5:47 Friday 16th November, 2007

    Database sql-server help database design sysadmin

  • Remote accessing of reportserver using SSRS 2005
    M MSinha

    I am using SSRS 2005. Trying to connect reportserver remotely. and trying to fetch reports and collect on a treeview. But getting following error. This works fine, when the web server & sql server are on the same system. I mean works fine locally. Please help me. Error:: System.Web.Services.Protocols.SoapException: The item '/Sajan Reports' cannot be found. ---> Microsoft.ReportingServices.Diagnostics.Utilities.ItemNotFoundException: The item '/Sajan Reports' cannot be found. at Microsoft.ReportingServices.Library.ListChildrenAction.PerformActionNow() at Microsoft.ReportingServices.Library.RSSoapAction.Execute() at Microsoft.ReportingServices.WebServer.ReportingService2005.ListChildren(String Item, Boolean Recursive, CatalogItem[]& CatalogItems) --- End of inner exception stack trace --- at Microsoft.ReportingServices.WebServer.ReportingService2005.ListChildren(String Item, Boolean Recursive, CatalogItem[]& CatalogItems) Source codes Global.asax.cs ************** using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using System.Web.Services.Protocols; using Microsoft.ReportingServices.Library.Soap2005; /// /// Summary description for Global /// public class Global : System.Web.HttpApplication { public void Application_Start(object sender, EventArgs e) { // Code that runs on application startup } public void Application_End(object sender, EventArgs e) { // Code that runs on application startup } public void Session_Start(object sender, EventArgs e) { // Code that runs on application startup Session["Uid"] = ""; } public void Session_End(object sender, EventArgs e) { // Code that runs when a session ends. } // Report Server defines the URL to root of the // Reporting Services home page. public static string ReportServer { get { return "http://10.10.40.2/reportserver"; } } // ReportPath, when appended to the ReportServer property, // will define the root of the report search. // For example, to view all available reports on the report // server, use "/" as the ReportPath. Setting the value to // "/MyDemoReports", would only show reports and subdirectories // under http://ReportServer/MyDemoReports. public static string ReportPat

    Database sql-server help database design sysadmin

  • Calling reports from server logged in user wise
    M MSinha

    I have problem calling reports from client PC, which are generated already and are on server, logged in user wise.

    Database database sql-server sysadmin help

  • Calling reports from server logged in user wise
    M MSinha

    Hi, I am using Sql server 2005 reporting services. I have created reports on server. I want to connect reportserver from client's PC and the Reports should come with Records as logged in User wise. This I want to place on different panes after calling them, as this happens with Google Analytics and msn sites. To place the records, I will use AJAX controls. Can any one help me. With Thanks

    Database database sql-server sysadmin help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups