Javascript Error On Reports Page When There Is No Data

Dec 20, 2007

hi ,

i am using sql server reporting services 2005.

When ever report is blank it gives me javascript error. In IE on bottom left it shows js error icon. Details of error are

Line: 13
Char: 692
error: Object Required
Code: 0



kindly guide me ...

thanks
Vishruti

View 6 Replies


ADVERTISEMENT

Including Javascript Into Reports

Jan 31, 2008

I'm using reporting services actions to execute some javascript. My javascript is quite complicated. Thus I don't want to duplicated it on each item. I've created javascript function and wan't to execute it from actions. But I can't find the way how to include my javascript code into my reports. If there's way to include it for all reports generated on reporting services server - it works fine for me.

Thanks in advance!

View 3 Replies View Related

Deployed Reports Have Javascript Errors?

Mar 31, 2006

Hello-

I have developed a number of reports on Win XP with VS2005. They run on our development server, which is running Windows Server 2003 32-bit. I then deploy these reports on our production server, which is running Windows Server 2003 64-bit edition.

Accessing any of the reports from Report Manager results in javascript errors, such as 'Line 41 Error: 'RSClientController' is undefined'

I get these errors also when invoking these reports through a form post.

It appears that some javascript code generated by the report server is missing. Could this be a 32-bit vs 64-bit issue? Report Manager seems to work fine; it is only when I run a report that I have this problem. This is the first time I've tried to deploy reports to this server.

Thanks.

View 13 Replies View Related

Fixed Header With Empty Data Set Created Javascript Error : Object Required

Feb 14, 2008

I have a report with a fixed header that works properly when the query returns results (or fixedheader = false). However, when the result set is empty, I get tenacious client-side "object required" errors. Obviously I can either turn the fixedheaders off or disable debugging in IE, but is there a Microsoft fix for this problem?

View 1 Replies View Related

Reportviewer DateParameters- Javascript Object Required? Asp.net Content Page?

Oct 23, 2007


I've got a report that works great from vs.net, however when I deploy and attempt to run from reportviewer over asp.net, the date parameters do not take. they reset to default and don't impact that report. Also the calendar icon, produces a javascript error "OBJECT REQUIRED" on the below line.


function GetObjectPosition(obj)

{

var totalTop = 0;

var totalLeft = 0;

while (obj != document.body)

{

// Add up the position

totalTop += obj.offsetTop;

totalLeft += obj.offsetLeft; //ERROR HAPPENING HERE.



// Prepare for next iteration

obj = obj.offsetParent;

My reportviewer is inside a content page. My client is ie 7.0

thanks for any help or information.

View 1 Replies View Related

I Need To Pass Data Entered /created On The First Page To The Next Page And Populate The Next Page With Some Data From The Fir

Nov 28, 2006

Hello I have a project that uses a large number of MS Data access pages created in Access 2003 and runs on MS SQL2005.

When I am on lets say my client, (first page in a series) data access page and I have completed the fields in the (DAP), I am directing my users to the next step of the registration process by means of a hyperlink to another Data access page in the same web but in a linked or sometimes different table.


I need to pass data entered /created on the first page to the next page and populate the next page with some data from the first page / table. (like staying on the client name and ID when i go to the next page)


I also need the first data access page to open and display a blank or new record. Not an existing record. I will also be looking to creata a drop down box as a record selector.


Any pointers in the right direction would be appreciated.
I am some what new to data access pages so a walk through would be nice but anything you got is welcome. Thanks Peter€¦

View 2 Replies View Related

Javascript Error When Trying Url Access

Apr 20, 2006

Hi,

i have a problem with the rs 2005, using url access to call a report:

---------------------------
Error
---------------------------
Error: 'RSClientController' is undefined


Calling a report from the reportmanager works. The rs2005 runs on a machine with a parallel installed rs2000.

I configured the virtual directory to machinename/reports2005 & machinename/reportserver2005.

When i debug the clientscript i see that he requests a "/ReportServer2005/Reserved.ReportViewerWebControl.axd?OpType=Resource&Version=9.00.1399.00&Name=Scripts.ReportViewer.js" and it seems that he doesn't get the jscript file.

I tried the solution with the axd-mapping, which an user posted here before but it didn't worked for me.

any other suggestions?

View 22 Replies View Related

Inserting Data Into A SQL Db Using VB && Javascript

May 1, 2008

Greetings to all -
I am trying to enter the date fields from my form into a SQL 2005 db by way of Visual Basic. The VB parameters are as follows:
Protected Sub DataEntry_Btn_NewGig_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles DataEntry_Btn_NewData.Click        Dim EnterData As New SqlDataSource()        EnterData.ConnectionString = ConfigurationManager.ConnectionStrings("MyDB_ConnectionString").ToString        EnterData.InsertCommandType = SqlDataSourceCommandType.Text        EnterData.InsertCommand = "INSERT INTO Data(Name,ExpertiseID,Description,PONumber,StartDate,EstHours,HourlyRate)VALUES(@Name,@ExpertiseID,@Description,@PONumber,@StartDate,@EstHours,@HourlyRate)"        EnterData.InsertParameters.Add("Name", TBox_Name.Text)        EnterData.InsertParameters.Add("ExpertiseID", Drop_Expertise.SelectedValue)        EnterData.InsertParameters.Add("Description", TBox_Description.Text)
...and so on...
All works well with data input into the ASP form using VB. The problem is, I'm using a Javascript date picker (calendar) to make it easier for users to input the date into the "StartDate" SQL column mentioned above. Do I want to use Javascript to enter this data, or VB?  And, how do I write this code whether it is one or the other?  I want to have all data entered with one button click event.  Also, the code I am using for the calendar date picker is below:
<td><input type="text" name="date" id="f_date_a" readonly="readonly" />
<img src="img.gif" id="f_trigger_a" style="cursor: pointer; border: 1px solid blue;" title="Date selector" onmouseover="this.style.background='blue';"
onmouseout="this.style.background=''" alt="Click to Enter Date"/>
 
<script type="text/javascript">Calendar.setup({inputField : "f_date_a",ifFormat : "%B %e, %Y",button : "f_trigger_a",align : "TL",singleClick : true });
</script></td>
I apologize if this post is in the wrong forum; thanks to all in advance...

View 1 Replies View Related

JavaScript Error When Deleting User From Report

Jan 22, 2007

Hello,

Have a problem here needs urgent help. We are on SQL Server 2005, just recently installed SP2. Not sure if the problem is related to that but just now I tried to delete a user from a report (Properties > Security > Delete) I got a JavaScript error exclaimation mark at the bottom of my browser, when I clicked on it, it showed javascript error: 'return' statement outside of function.

The delete user function worked well all along until today, our IT installed SQL 2005 SP2 last week, not sure if it is related. Any solution? (uninstalling SP2 is not an option). and all other javascript functions worked well except the remove user in the security setting..I have no idea what is wrong..

Please advise!! HELP!!!!!

Thanks in advance.

casey

View 2 Replies View Related

Data Corruption With Rnmb.net Javascript

Jan 1, 2008

I have a SQL Server 2000 database that had its data corrupted. Any text field, usually varchar(50) or greater, had most of its text replaced with a script HTML tag pointing to a w.js file on rnmb.net. I think the update came in through a website because only one of the databases on the server had its data corrupted. Has anyone heard of this before? I can't find any information on this corruption on the internet because when I do a search for the exact script, it returns other websites that have been corrupted by it.

View 1 Replies View Related

Something/Someone Compromising Database -- Replacing Data With Javascript

May 19, 2008



Has anyone ever seen this code (I put the script tags in brackets so it would not get embedded in forum page)?



[script src=http://www.qiqigm.com/m.js][/script]



We have a number of MSDE 2000 databases running on a Windows 2003 SBS. These databases feed information to their respective websites. One of our databases (and on this one only) something or someone is somehow overwriting the text and varchar fields in all of the tables in the database and replacing it with the above or similar javascript. I've been a database developer and administrator for a long time and I have not a clue how this is being accomplished. When this code replaces our data, what ends up happening is 1) the virus detectors start going off the chart if you go to the site and 2) the script somehow appears to attempt to mimic the site its taken over.



When I do a search on qiqigm to see if anybody has had this problem before, really the results you get are pages and pages of sites that appear to be infected directly with the same bogus javascript code...and not a word about what it is or where its coming from. In our case, and it appears many others by looking, replacing the product description or title description or ordering information in the database causes the script to be written to the browser where otherwise the product/order information would be. This causes the script to run when the page is loaded. Since it overwrites the data in all fields in all tables, it assures itself that it will get displayed no matter what a user attempts to do on the site.



On this database, the only user that has access to the database is the IUSR_<domainadmin> account.



I restored this particular database a couple of days ago to an uninfected backup. I had done this before, but the script would eventually manifest itself again at some point. This time I have removed the ability to get to the product pages for now until we figure out the problem. This appears to be keeping the beast at bay. So far (2+ days), the database has remained in tact.



Anybody got a clue as to what it is I'm up against?





TIA,





Ray Jefferson

Database Whiz Consulting

2657 Windmill Pkwy #158

Henderson, NV 89074702-376-6955

View 8 Replies View Related

Cannot Find Server Or DNS Error When Using JAVASCRIPT Window.open With DNS Alias

Oct 15, 2007

Using SQL Server 2000 Reporting Services and want to open new IE window to link to a site.
We are using IE 6.0.

I am using the following Navigation "Jump to URL" in report:
javascript:void(window.open('http://www.microsoft.com/en/us/default.aspx'))

This works as expected if I am not using the DNS alias to reference Reporting Services. But if I use the DNS alias when referencing Reporting Services, then when I click the link in the report I get the "Cannot find server or DNS Error" in the IE window that opens. Everything else works correctly in the reports when I use the DNS alias.

Anyone have a clue why this is happening?

Thanks, DR

View 3 Replies View Related

Inserting Data In SQL 2005 Using Javascript From A Form Object

Mar 4, 2008

I am new to ASP.NET. At present i am developing a web application in which i need to insert data in database(MS SQL 2005) from a form which uses only HTML controls. I need to use HTML controls so posting of form to the server is not done and hence i need to generate HTML controls using javascript. So the data in the form must be stored in the database. How this data can be inserted in the database is the problem and i think that javascript might be the solution for it.
 
Sagar 

View 3 Replies View Related

Two Reports In One Page

Jul 11, 2007

Hi,



it's possible to create two reports in one page,

the Render function of the WebService take one name of a report



any know other way to show two reports in one page



thanks, and sory about my english

View 3 Replies View Related

Reports Problem In UI Page

Apr 2, 2007

Hi all,

I developed a report using sql server2005.In my report is working good in server.when i call the report in UI page the alignment is changed.

In my report i used subreport... I developed some other reports in that reports am not getting the problem(without subreport).How to solve this one.

Can u guys help to solve the problem

View 1 Replies View Related

Can't Open Reports Page?

Aug 22, 2007

I have problem and I can't open http://localhost/reports. I get error "The request failed with HTTP status 400: Bad Request." When I try open page http://localhost/reportserver he open OK.

Lp,

View 1 Replies View Related

Sub-reports Don't Start In The First Page

Jun 10, 2005

Hi all,

View 6 Replies View Related

My Reports Are Page Breaking When I Don't Want Them To.

Dec 20, 2007



Hi, I have a report that is frustrating me. I've built this report, and it is not yet used in production. What it does is page break in places that I don't understand.

The FIRST area it would break after a line that had wrapped text to the line below. Even though there was plenty of room to fit it, and the entire rest of the group on the page.

The second area I honestly have NO idea why it breaks.

View 3 Replies View Related

Reports Prints 1 Page Only

Jul 11, 2007

I am getting an error "An error occured during printing (0x80004005)" - when i am trying to print - and the i still am able to print - but only 1 page.

Thre registry key - Reporting services was not there - so i created it at



[HKEY_CURRENT_USERSoftwareMicrosoftMicrosoft SQL Server80Reporting Services]
"LogRSClientPrintInfo"=dword:00000001



Please help - what should i do now ?

View 4 Replies View Related

How To Display Reports In One Page

Aug 22, 2006

Hi All,

Is there any way to display reports in one page? My reports has 3 pages by default.

Thanks.

View 5 Replies View Related

Blank Page In PDF Reports

Mar 10, 2008

Hi,I am facing a problem with page breaking, I have PDF Reports,there i need to show particular data under one group ,when ever new group starts i need to show in new page,for this i took LIst Box Control, there i kept a Table.here the problem is In list Box Properties,i selected EDIT DETAILS GROUP, there i selected Page Break at End.Finally it is fine ;But giving page break when new group starts,at last it is giving Blank Page,any one can help me.......

View 5 Replies View Related

Reports Page Not Displaying Properly.

Mar 15, 2007

I've installed Report Server 2005 Express on my XP Pro workstation. When I try to pring up the reports page (http://localhost/Reports) all I get is the following:

"<%@ Page language="c#" Codebehind="Home.aspx.cs" AutoEventWireup="false" Inherits="Microsoft.ReportingServices.UI.HomePage" %>
<%@ Register TagPrefix="MSRS" Namespace="Microsoft.ReportingServices.UI" Assembly="ReportingServicesWebUserInterface" %>"

I've been trying to go through the Video training from MSDN, and followed the install as they did it, but my page won't come up. Very new to this so any and all help would be greatly apprecicated. My IIS knowledge is beginner.

Thanks,

C.J.

View 5 Replies View Related

Empty Page 1 On Short Reports?

Mar 16, 2007

I have a suite of several SSRS reports that differ essentially on the stored procedure called. All have very the same one-page header block and all have a footer. Those where a large number of pages are produced, page without fault when printed or converted to PDF. 

Two page reports often break down on printing, so that page 1 only has the header and a footer and all the detail lines are printed on page2 (together with the footer). However on the screen the report paged correctly.

I have checked all the obvious problems such as page dimensions exceeding that of the print medium. (A series of such problems was fixed earlier in development.)

I have observed this behaviour with SQL2005 SP1 and SP2 (i.e. SP2 did not provide any fix in this area). The host OS for development and production is Windows 2003 server. The tests were done by viewing in IE6 and the fault only became apparent when going to print preview, printing or in PDF production.

This has the appearance of a bug in SSRS hereby intermediate length reports are not handled correctly. It appears to happen when the amount of detail lines just fills page 2. As soon as the report has sufficient lines to be 3 pages long (page 1 is header plus some details lines plus footer, page 2 is full of detail lines plus footer and page 3 is remaining detail lines plus footer then the problem is no longer seen! Where the detail lines will all fit on page 1, then the problem is not seen.

I observe this variation in behaviour since I am able to switch between different sized datasets and thus switch between the different scenarios described above. I should also note that the reports are in landscape mode.

View 3 Replies View Related

Probem In Calling Reports From ASP.Net Page

Feb 20, 2007

Hi,

I am integrating RS2005 reports with asp.net page(VS 2005).the scenario is that i have created a

home page with a button.when i clicked on button it redirect to another page which contain report viewer control.This control is linked with report server report.Although report is showing when i directly execute the page but when i execute the home page and clicked on button it gives messege

"
The permissions granted to user 'GGNHTEL866ASPNET' are insufficient for performing this operation. (rsAccessDenied) "

although i have given full control to ASPNET on app folder and report server.

Pls suggest me.

View 2 Replies View Related

Cant Get Reports Server Page To Work

Jan 19, 2007

hi I have sql 2005 Standard on WinXP and i cant get http://localhost/ReportServer to work.
I get the web page error
Server Application Error
The server has encountered an error while loading an application during the
processing of your request. Please refer to the event log for more detail
information. Please contact the server administrator for assistance.

I have re-installed sql 2005, reinstalled IIS .
I have run the aspnet_regiis -i and still nothing.

Please someone, anyone , help.

View 7 Replies View Related

Who Knows How To Generate A Contents Page Consisting Of Sub Reports?

Feb 13, 2007

Is this possible?, i hope it is:). Your help is very much appreciated.

View 2 Replies View Related

Report Manager - Blank Reports Page

May 21, 2006

Hi,



I'm getting blank page when I open the Report Manager: I've got a header - "...Reporting... HOME", and then just empty space.



I had it working fine a week ago. Any ideas?



The RS runs on Win2003 Std, SQL 2005 Std.





Thanks

View 26 Replies View Related

Page Break Problem In SQL Server Reports 2003

Mar 26, 2007

I am trying to find a way to make a page break after each statement in a report, but the page break after table does not seem to work.

Any ideas?

View 1 Replies View Related

Reporting Services :: Master Detail Reports On Same Page

Mar 3, 2014

I have a master detail reports in one page. Master report displays all the products and details report shows their orders... What I want is, when user clicks on products graph its detail graph show the orders of that particular record on the same page. Both reports would remain visible on the same page side by side.

View 4 Replies View Related

How To Generate A Report Containing Multiple Single Page Reports

Mar 14, 2006

I am using SS 2005 RS. I am able to generate single page pdf reports by passing "id" as a parameter. Now I need to send multiple ids as parameter and generate one big report which would contain reports for all the ids supplied on separate pages. Is this possible? If yes, then how do i do this.

What I have tried so far is, I created new report with a list control and added single page report as a subreport to this list control and grouped this list control using id parameter. When i send multiple ids in the parameter, for example 3 ids, it generates 3 page report but only for the first id. So it generates report for the first id and repeats same report 3 times.

Thanks for your help,

View 9 Replies View Related

Reporting Services :: Tables Are Showing Up In Same Page When There Is No Data Even After Giving Page Break Option

May 7, 2015

I have a report with multiple tables. I need to show each tables in different pages. When there is no data for tables/tables , it is coming with the next table which has data. I have given "Add a page break after" option in the tablix but still the tables are coming together when no data available. How can I show it in different page?

View 2 Replies View Related

Reports Web Page Continually Challenges For Authentication, But Never Accepts Credentials

May 14, 2008

I am installing a new instance of SQL 2005 including reporting services and have a serious problem. All looks fine from the Reporting Services Configurations system, however, when attempting to browse to http://servername/reports I get an authentication challenge. All forms of credentials are rejected. The server is a Member server in the domain and SQL Server and the reporting services are installed on this server.

Any help would be appreciated as this is holding up the server installation and I have conducted exhaustive searches for a solution.

This problem is also reported in this thread, although, no solutions have been provided for a long time, so I am re-posting:
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=560169&SiteID=1





Regrards,

Shane Michelon

View 2 Replies View Related

Reporting Services :: SSRS Reports To Be Displayed In New UI Based Web Page

Aug 5, 2015

I have one requirement. We have one application in banking and they have developer that application using c# and .Net code so For Business Users--when they enter their details and when they want to check Reports--it should take to a another UI or web page where Users will see all the reports--- and clicking the report he/she should be get able to export it into different formats..

i know that we can give report manager URL--but due to various issues-- we have choosen to built a web[age where they can see the reports work-flow:

so--user opens bank site--enters his details-goes into reports--it should open new webpage or UI, he should see all reports--he should export these reports..

After that based upon security levels each user can see their individual reports.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved