CR XI & VS 2005

Post Author: jason009
CA Forum: Exporting
I want to export to PDF in VS 2005 using CRXI, I use a method as follows: private void Button1_Click(object sender, System.EventArgs e){ MemoryStream oStream; // using System.IO oStream = (MemoryStream) report.ExportToStream( CrystalDecisions.Shared.ExportFormatType.PortableDocFormat); Response.Clear(); Response.Buffer= true; Response.ContentType = "application/pdf"; Response.BinaryWrite(oStream.ToArray()); Response.End(); }But I got the error "Method ISCREditableRTFExportFormatOptions_reserved5 on type Crystaldecisions.ReportAppServer.ReportDefmodel.editablertfexportformat from assembly crystaldecisions.reportappserver.reportdefmodel, version=11.0.3300.0, culture=neutral.. is overriding a method that has been overridden" Any help?? Thanks!

Post Author: ejthunder
CA Forum: Exporting
Hello,
CR XI (v11.0) is not compatible with VS2005.  BOBJ released CR XI R2 (v11.5) because of VS2005 - due to changes around the 2.0 framework, etc.
I can't be 100% sure why you're getting that particular error, but your first step would be to upgrade to CR XI R2 (v11.5).  It's a free upgrade to owners of CR XI Developer (v11.0).  The easiest way to get XI R2 is to download the "full build" patch with Service Pack 2.  You can download it from this link on the BOBJ website:
http://support.businessobjects.com/downloads/service_packs/crystal_reports_en.asp#CRXIR2
Look for the "Service Pack 2 - Full build" link on the page.
Your v11.0 developer keycode will work with v11.5.  CR XIR2 is not an "upgrade" to XI.  It's a full install.  You need to uninstall CR XI, manually clean up after the uninstall (kbase at this link: http://technicalsupport.businessobjects.com/KanisaSupportSite/search.do?cmd=displayKC&docType=kc&externalId=c2017464).  After following the steps in the kbase you can then install CR XI R2 to properly upgrade your VS IDE to use CR XI R2 with VS2005.
This is the start.  I hope it helps.
EJ

Similar Messages

  • Report RFKLBU10: Missing Parameter for Logical filename in Release ERP 2005

    Hello Experts,
    Report RFKLBU10 in Sap Release 4.6c hat a parameter "Old dataset logical name".
    The new version of this report in SAP Release ERP 2005 there is no such parameter.
    Is this a SAP-Bug ?
    Best regards,
    Mike

    There are no Export or Print events accessible for the viewer
    Since it sounds like you are creating the reportdocument object in your click event, the settings on this object become out of scope on successive postbacks executed by other events.
    to get around this without major changes, you can place your "report" object in session in this event and retrieve it from session on successive postbacks.  This should solve your problems around navigation, printing and exporting.  What you will need to do is check if the session object exists (usually in page_load or page_initialze) and if so, retrieve it from session and bind it to the viewer's reportsource.  If the session object does not exist, then do nothing (ie you have not clicked your button yet that retrieves the parameter values from session and loads the report).  Also, in your click event you can check if the report session object exists and if so, remove it so that it can be re-created with your new parameter values (ie i'm assuming the only time you want to set parameter values is in this event).
    Dan

  • IPod Touch will not turn on (error message 2005)

    I tried to update my ist generation iPod touch to OS 3.0. At some point during the update, the screen turned off and now it won't come back on. I'm running Windows 7. When I plug the Ipod in, I get the USB noise and itunes gives me the following error: "An iPod has been detected, but it could not be identified properly. Please disconnect and reconnect the iPod, then try again. An unknown error occurred (2005)."
    Needless to say, I tried unplugging it, replugging it, restarting the computer, holding down both the sleep and home buttons by themselves and together for various amounts of time up to 30 seconds, plugging the iPod into a different computer that is running Vista and doesn't have itunes installed, and doing all of the above in every combination I could imagine.
    All help appreciated!

    Well, thanks to Google, I'm on my way to recovery. Turns out the iPod was in DFU (Download Firmware Update) mode. Here are the instructions I followed to get in back into restore/update mode:
    1. Run itunes and plug in iPod.
    2.Hold power and home buttons down until "ding dong" indicates device disconnected
    3.Release the power button (but keep holding the home button down until "ding dong" sounds againand release the home button.
    4.iTunes should see it as a DFU’ed iPod and should ask you to automatically restore its firmware.
    I had to repeat steps 1-3 a couple of times before iTunes would take over and run the restore.
    Itunes is downloading the software, which takes awhile, and the screen is white, but hopefull this will be fixed soon.

  • Browse Data & Parameter flds no longer fully populated after upgd  SQL 2005

    I upgrade our SQL 2000 Server last weekend to SQL 2005 (sp2).
    Now our Crystal reports that access SQL data are not working correctly. Parameter Fields are showing little to no data, where before the upgrade we were seeing many more rows in the list.
    Digging further, I looked at the fields used for the dynamic LOV. If I use Browse Data on those fields I am seeing the same lack of data. One "Browse Data" that would typically return 80 items now returns 3 items. In that report the data field is DateTime. In another report, the field is string.
    I am also seeing an extra check for User Name and password before getting to the Enter values screen for the parameter.
    I am using Crystal Developer 11.0.0.1994. It is happening on multiple PCs. I tried with both the original SQL ODBC Driver and the newer SQL Native Client ODBC driver, with the same result.
    I've looked at this for 3 days with no luck. Any ideas?

    Full SysAdmin rights.
    I use a dedicated ODBC connection and have tried both "SQL Server" odbc driver and "SQL NativeClient" (2005) odbc driver.
    If I go to Crystal, to the Field Explorer, to the one of the fields, right-click and "Browse Data..." I get two results (I expect 82 results and have seen that in the past.) If I paste the query from Crystal, Database, "Show SQL Query.."  to SQL Server Management Studio, I see the full, correct results.
    In one example the field browsed is called "PeriodEndDate" (DateTime). A dynamic Parameter Field was created accessing this field. Here is the security curiosity...refreshing now asks for the user login each time "Prompt for new parameter values" is selected. It used to ask only the first time. The Crystal: Data Explorer" shows the current connection logged in ok.
    The two issues may or may not be related. Certainly if #1 were fixed, dynamic parameters would return the correct results. Even if it asked for the password each time.
    1.) "Browse Data" returning a smaller result than normal.
    2.) "Parameter Prompt" asks for Server Name, Database Name, User Name, and Password on
         each refresh selecting "Prompt for new parameter values".

  • Restoring a SQL Server 2005 DB to a SQL Server 2014 install, is there any way to prevent it from being upgraded

    Does anyone know if there is a flag I can use to prevent a SQL Server 2005 database from being upgraded to SQL 2014 when it is restored to a 2014 instance?
    Don't ask why, I just need to know if this is possible or if 2005/8 DB's are required to be upgraded if they are going to run on SQL 2012/2014 instances. The documentation seems to say this is so, I just want to verify that.

    First: You cannot directly restore a 2005 database to
    2014. MS supports migration over 3 SQL Server version steps; means you can restore 2005 to 2008/2008R2/2012, but not to 2014. You have to do a migration step between.
    Olaf I was looking for this today, because I'm working with a new customer that have SQL 2005 and I have SQL 2014. And needed to restore a backup form the production server in my test server.
    When I read what you write I think, oh no!! I have to install SQL 2012 in my server. But that it's not an option for me, and I say let me try to restore the DB first in 2014 and if not work install 2012.
    You can restore a 2005 database to 2014 directly, and it works.
    For reference the version number in the servers 2005 (9.0.4035 SP3) and 2014 (12.0.2000 RTM)
    This is not related in any way to the original question that you answered (the file format will be upgraded to the new motor, that is sure).
    I put this lines because in the future there will be some people searching about if possible to restore a 2005 DB to 2014, and like me will read your lines and think it's not possible and that can make a decision to buy 2012 and not 2014 to that new server they
    will migrate.
    Don't forget to mark the best replies as answers!

  • I have a 2005 Jaguar xj8.  When I tried to upgrade my 3gs to a 4g I got a ticking noise in the speaker and no one on the other end could hear me.  I had to go back to a 3gs.  My phone is shot and I need to upgrade.  Has there been a fix to the problem?

    I have a 2005 Jaguar xj8.  When I tried to upgrade my 3gs to a 4g  two years ago, I got a ticking noise in the speaker and no one on the other end could hear me.  I had to go back to a 3gs.  My phone is shot and I need to upgrade.  Has there been a fix to the problem?  Apple told me there was some sort of interference with the airbag system.  Jaguar was totally unhelpful.

    Hi Labjock,
    Welcome to the Support Communities!
    The article below may be able to help you with this. 
    iPhone: Microphone issues
    http://support.apple.com/kb/ts5183
    Cheers,
    - Judy

  • CR VS.2005

    Post Author: [email protected]
    CA Forum: .NET
    I'm having a problem with a linked subreport that I can't get around, so I'm going to finally throw up the flag and ask for help.
      I'm using VS.NET 2005, and the Crystal Report was originally written in 8.5, but has been upgraded to CR 10 via the Crystal Reports developer edition.
      I have a windows service that check a report table for a run flag, and when it finds the flag, loads the report into a ReportDocument object (the UNC path of the .rpt file is passed into the class):
    Public Sub OpenReport()
    Dim crConnectionInfo As ConnectionInfoDim crSection As SectionDim crSections As SectionsDim crReportObject As ReportObjectDim crReportObjects As ReportObjectsDim crSubreportObject As SubreportObjectDim subRepDoc As New ReportDocument()Dim crTables As TablesDim crTable As Table''crReportDocument.FilePath = myReportLocncrReportDocument.Load(myReportLocn)'Setup the connection information structure to be used'to log onto the datasource for the report.crConnectionInfo = New ConnectionInfo()With crConnectionInfo.ServerName = myReportDBServer.DatabaseName = myReportDBNameIf myReportDBUID.Trim.Length > 0 Then.IntegratedSecurity = False.UserID = myReportDBUID.Password = myReportDBPwdElse.IntegratedSecurity = TrueEnd If.Type = ConnectionInfoType.SQLEnd WithcrTables = crReportDocument.Database.TablesFor Each crTable In crTablesDim myTableLogonInfo As TableLogOnInfo = crTable.LogOnInfomyTableLogonInfo.ConnectionInfo = crConnectionInfocrTable.ApplyLogOnInfo(myTableLogonInfo)If crTable.Location.IndexOf("Proc(") > -1 ThencrTable.Location = crConnectionInfo.DatabaseName & "." & myReportDBObjectOwner & "." & rTable.Location.Substring(crTable.Location.IndexOf("Proc(") + 5, crTable.Location.LastIndexOf(";1)") - 5)ElsecrTable.Location = crConnectionInfo.DatabaseName & "." & myReportDBObjectOwner & "." & rTable.Location.Substring(crTable.Location.LastIndexOf(".") + 1)End IfcrTable.LogOnInfo.ConnectionInfo.ServerName = crConnectionInfo.ServerName()myTableLogonInfo = NothingNextcrSections = crReportDocument.ReportDefinition.SectionsFor Each crSection In crSectionscrReportObjects = crSection.ReportObjectsFor Each crReportObject In crReportObjectsIf crReportObject.Kind = ReportObjectKind.SubreportObject Then'If you find a subreport, typecast the reportobject to a subreport objectcrSubreportObject = CType(crReportObject, SubreportObject)'Open the subreportsubRepDoc = crSubreportObject.OpenSubreport(crSubreportObject.SubreportName)'crDatabase = subRepDoc.DatabasecrTables = subRepDoc.Database.Tables'Loop through each table and set the connection info 'Pass the connection info to the logoninfo object then apply the 'logoninfo to the subreportFor Each crTable In crTablesDim myTableLogonInfo As TableLogOnInfo = crTable.LogOnInfomyTableLogonInfo.ConnectionInfo = crConnectionInfocrTable.ApplyLogOnInfo(myTableLogonInfo)If crTable.Location.IndexOf("Proc(") > -1 ThencrTable.Location = crConnectionInfo.DatabaseName & "." & myReportDBObjectOwner & "." & rTable.Location.Substring(crTable.Location.IndexOf("Proc(") + 5, crTable.Location.LastIndexOf(";1)") - 5)ElsecrTable.Location = crConnectionInfo.DatabaseName & "." & myReportDBObjectOwner & "." & rTable.Location.Substring(crTable.Location.LastIndexOf(".") + 1)End IfcrTable.LogOnInfo.ConnectionInfo.ServerName = crConnectionInfo.ServerName()myTableLogonInfo = NothingNextEnd IfNextNextcrConnectionInfo = NothingcrSection = NothingcrSections = NothingcrReportObject = NothingcrReportObjects = NothingcrSubreportObject = NothingsubRepDoc = NothingcrTables = NothingcrTable = NothingEnd Sub   Once the report has been loaded, parameters are passed in via another SQL table and this routine is run to export the report to a PDF file:
    Public Sub CreateReport(ByVal TerminalList As String)
    Dim crMainReportParameterFieldDefinitions As ParameterFieldDefinitionsDim crParameterFieldDefinitions As ParameterFieldDefinitionsDim crParameterFieldDefinition As ParameterFieldDefinitionDim crParameterDiscreteValue As ParameterDiscreteValueDim crParameterValues As ParameterValuesDim drReportParamList As DataRowDim mySQLConn As New SqlConnection(My.Settings.ConnectStringSQL)Dim cmdReportParamList As New SqlCommand("usf_GetReportParameters", mySQLConn)
    With cmdReportParamList.CommandType = CommandType.StoredProcedure.Parameters.Add(New SqlParameter("@ParameterID", SqlDbType.Int)).Parameters("@ParameterID").Value = ParameterIDEnd With'' create the DataAdapterDim myDataAdapter As New SqlDataAdapter(cmdReportParamList)'' create the DataSetDim dsReportParamList As New DataSet'' fill the DataSetmyDataAdapter.Fill(dsReportParamList)'' close the connectionmySQLConn.Close()dsReportParamList.Dispose()myDataAdapter.Dispose()crParameterFieldDefinitions = crReportDocument.DataDefinition.ParameterFieldsDim dtReportParamList As DataTable = dsReportParamList.Tables(0)For Each drReportParamList In dtReportParamList.RowscrParameterFieldDefinition = crParameterFieldDefinitions.Item(drReportParamList.Item("ParameterOrder") - 1)crParameterDiscreteValue = New ParameterDiscreteValue()Select Case drReportParamList.Item("ParameterTypeID").ToString'' stringCase "1" : crParameterDiscreteValue.Value = drReportParamList.Item("ParameterValue").ToString'' date offset (past)Case "2" : crParameterDiscreteValue.Value = Format(DateAdd(DateInterval.Day, drReportParamList.Item("ParameterValue") * -1, Date.Now), "MM/dd/yyyy")'' date offset (future)Case "3" : crParameterDiscreteValue.Value = Format(DateAdd(DateInterval.Day, drReportParamList.Item("ParameterValue"), Date.Now), "MM/dd/yyyy")'' current terminalCase "4" : crParameterDiscreteValue.Value = TerminalListEnd SelectcrParameterValues = crParameterFieldDefinition.CurrentValuescrParameterValues.Add(crParameterDiscreteValue)crParameterFieldDefinition.ApplyCurrentValues(crParameterValues)gLogFile.LogEvent(crParameterFieldDefinition.Name.ToString + " value set to <" + crParameterDiscreteValue.Value.ToString + ">")NextIf File.Exists(DiskFileName) ThenFile.Delete(DiskFileName)End IfcrReportDocument.ExportToDisk(ExportFormatType.PortableDocFormat, DiskFileName)
    gLogFile.LogEvent("Report " & DiskFileName & " created.")
    cmdReportParamList.Dispose()crParameterFieldDefinitions.Dispose()crParameterFieldDefinition.Dispose()crParameterDiscreteValue = NothingcrParameterValues = NothingdrReportParamList = NothingdtReportParamList.Dispose()
    End Sub
    For most of what I do, this works great, but...
      I have one report that has a linked subreport in the group header of the main report.  The subreport is linked on the value of the group field rather than a parameter of the main report.  So rather than having the main report parameter linked to a sub-report parameter (i.e. Field(s) to link to:  ?@QueryDate and Subreport parameter field to use: ?@QueryDate), the link is Field(s) to link to: ReportSegArrLateDetail;1.SegDest and the Subreport parameter field to use is ?@SegDest. 
      When I run the report, I get the error:
    CrystalDecisions.ReportAppServer.DataSetConversionat CrystalDecisions.ReportAppServer.ConvertDotNetToErom.ThrowDotNetException(Exception e)at CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext)at CrystalDecisions.CrystalReports.Engine.FormatEngine.ExportToStream(ExportRequestContext reqContext)at CrystalDecisions.CrystalReports.Engine.FormatEngine.Export(ExportRequestContext reqContext)at CrystalDecisions.CrystalReports.Engine.ReportDocument.ExportToDisk(ExportFormatType formatType, String fileName)at CrystalReporting.CRReport.CreateReport(String TerminalList) in C:\Temp\CrystalReporting\CrystalReporting\CRReport.vb:line 396at CrystalReporting.Form1.Button1_Click(Object sender, EventArgs e) in C:\Temp\CrystalReporting\CrystalReporting\Form1.vb:line 108Boolean ThrowDotNetException(System.Exception)Query Engine Error: 'ADO Error Code: 0xSource: Microsoft OLE DB Provider for SQL ServerDescription: Procedure or function 'ReportSegArrLateDetailSummary' expects parameter '@SegDest', which was not supplied.SQL State: 42000Native Error: 'Error in File C:\DOCUME1\kbullen\LOCALS1\Temp\ArrivalPatterns_NET_10 {6247521A-AD81-45F1-8C3B-B23DD6CD83D5}.rpt:Query Engine Error
      This is the stored procedure (ReportSegArrLateDetailSummary) for the sub report.  It's like Crystal is not passing the parameter to the sub report.
      If I try changing the subreport link to for the parameter in question to:  ReportSegArrLateDetail;1.SegDest and the Subreport parameter field to use is ?Pm-ReportSegArrLateDetail;1.SegDest and check the Select data in subreport based on field and select the ReportSegArrLateDetail;1.SegDest field from the drop down box, I get this error: 
    CrystalDecisions.ReportAppServer.DataSetConversionat CrystalDecisions.ReportAppServer.ConvertDotNetToErom.ThrowDotNetException(Exception e)at CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext)at CrystalDecisions.CrystalReports.Engine.FormatEngine.ExportToStream(ExportRequestContext reqContext)at CrystalDecisions.CrystalReports.Engine.FormatEngine.Export(ExportRequestContext reqContext)at CrystalDecisions.CrystalReports.Engine.ReportDocument.ExportToDisk(ExportFormatType formatType, String fileName)at CrystalReporting.CRReport.CreateReport(String TerminalList) in C:\Temp\CrystalReporting\CrystalReporting\CRReport.vb:line 396at CrystalReporting.Form1.Button1_Click(Object sender, EventArgs e) in C:\Temp\CrystalReporting\CrystalReporting\Form1.vb:line 108Boolean ThrowDotNetException(System.Exception)Missing parameter values.
      The funny thing is, the report currently works fine under VB6, CR 8.5.
      Does anyone have any ideas how to get this to work?
    Thanks,
    Kevin

    Post Author: texag
    CA Forum: .NET
    I fixed this problem by supplying a complete name to the Location property of my Table object.  I added the line (in bold) to my connection info setup method as follows:
            Try            Dim tbCurrent As CrystalDecisions.CrystalReports.Engine.Table             Dim tliCurrent As CrystalDecisions.Shared.TableLogOnInfo                         For Each tbCurrent In rpt.Database.Tables                tliCurrent = tbCurrent.LogOnInfo                tliCurrent.ConnectionInfo.ServerName = GlobalData.DSNName                tliCurrent.ConnectionInfo.UserID = GlobalData.UserID                tliCurrent.ConnectionInfo.DatabaseName = GlobalData.DatabaseName                 tliCurrent.ConnectionInfo.Password = GlobalData.UserPassword                tbCurrent.ApplyLogOnInfo(tliCurrent)                tbCurrent.Location = "dbo." + tbCurrent.Location.Substring(tbCurrent.Location.LastIndexOf(".") + 1)            Next        Catch ex As Exception            ErrorHandler.DisplayErrorMessage(ex)        End Try
    The Location Property must be fully qualified (you may need to pre-pend the database name as well).  In my case, Location changed from spGetData (in VS2003) to dbo.spGetData (in VS2005).
    I lost a lot of hair on this one...
    Kevin

  • Reporting Services in 2005 Secondary Pie Chart?

       Hi,
             In 2008 and 20012, secondary pie charts with a percentage threshold from a main pie chart can be easily created. Is it possible to do in 2005?
    *CustomAttributes
    Thanks.

    Hi Robb,
    It seems that you are using Dundas Chart Control for SQL Server 2008 R2 Reporting Services not the Dundas Chart Control 2005 that Microsoft has purchased.
    Microsoft purchased the license to use Dundas Chart Control 2005 in Reporting Services 2008 and above. Therefore the supported upgrade is from Reporting Services 2005 Dundas Charts to SSRS 2008 (R2) and SSRS 2012 Charts.
    If you are using a particular component released by Dundas for SSRS 2008 R2, you won’t be able to upgrade Reporting Services 2008 R2 Reports with Dundas Charts to Reporting Services 2012 Charts.
    To confirm this, please check the details of this assembly “DundasRSChart.dll” located under the /Report Server/bin directory.
    If the Product Name is “Dundas Chart for Reporting Services 2008 R2”, it indicates that this is a new version of Dundas Chart for SSRS 2008 R2 (i.e. a third party control). If the Product Name is “Microsoft SQL Server”, it indicates that this is the version
    that Microsoft has purchased.
    In this condition, you have to migrate the DundasRSChart.dll to the SSRS 2012 instance and reference it as the custom assembly in the reports. Please make sure to rename the DLL file so that it won’t replace the native DundasRSChart.dll installed by SQL
    Server 2012.
    For more information about referencing custom assembly in a report, please see:
    Using Custom Assemblies with Reports
    Regards,
    Mike Yin
    If you have any feedback on our support, please click
    here
    Mike Yin
    TechNet Community Support

  • Dsml and SQL 2005 reporting services?

    I usually post over in the IDM forum so be nice to the newbie here :)
    I have a Sun Directory server that I've enabled DSML on. On that side everything is good. However, ideally I want to pull this data into a MS SQL 2005 reporting services report. They have support for XML and web services, but the DSML front end doesn't accept GET requests and I don't know how to send the request as post in reporting services.
    Has anyone else be able to get something like this working?
    Thanks!

    No idea about MS SQL, but is your reporting service able to use files on disk? If so I guess your problem is easily solved by using an app to fetch data from directory server to disk. If you're more adventerous, you write a script in perl/python which acts as a proxy and translates GET requests to POST and relays data back in real time. Not sure if these help or not, just my thoughts.

  • Urgent: System.OutOfMemoryException in SQL Reporting Services 2005 Web Service

    Hi All,
    On a production server box with 8GB of RAM, we are running a windows service which retrieves image format bytes of a particular report which results in pages ranging from 10 to 300 using Reporting Services 2005 Web Service.
    Problem is when image bytes are being retrieved by using Render method for a report with more than around 30-40 pages,
    Report Web Service throws an exception of type System.OutOfMemoryException. This does not happen with reports with smaller pages. Please note that we are retrieving high DPI image and we have no option but to do so.
    Since the production server has 8 GB of RAM and we have even enabled the 3GB switch in boot.ini of Windows Server 2003, This problem still exists.
    I have already read the contents of the article http://support.microsoft.com/kb/909678 but as i mentioned even the large physical memory does not seem to help and shortening the report is not an option.
    Also note that large number of records is also not a problem as our application works fine when we generate excel files instead of images.
    Follwing is the detailed exception that we receive.
    System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
       at System.String.GetStringForStringBuilder(String value, Int32 startIndex, Int32 length, Int32 capacity)
       at System.Text.StringBuilder.set_Capacity(Int32 value)
       at System.Xml.BufferBuilder.ToString()
       at System.Xml.XmlTextReaderImpl.ParseText()
       at System.Xml.XmlTextReaderImpl.ParseElementContent()
       at System.Xml.XmlTextReaderImpl.Read()
       at System.Xml.XmlTextReader.Read()
       at System.Xml.XmlTextReaderImpl.InitReadElementContentAsBinary()
       at System.Xml.XmlTextReaderImpl.ReadElementContentAsBase64(Byte[] buffer, Int32 index, Int32 count)
       at System.Xml.XmlTextReader.ReadElementContentAsBase64(Byte[] buffer, Int32 index, Int32 count)
       at System.Xml.Serialization.XmlSerializationReader.ReadByteArray(Boolean isBase64)
       at System.Xml.Serialization.XmlSerializationReader.ToByteArrayBase64(Boolean isNull)
       at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderReportExecutionService.Read34_RenderResponse()
       at Microsoft.Xml.Serialization.GeneratedAssembly.ArrayOfObjectSerializer25.Deserialize(XmlSerializationReader reader)
       at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
       at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle)
       at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
       at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
       at ReportExecution2005.ReportExecutionService.Render(String Format, String DeviceInfo, String& Extension, String& MimeType, String& Encoding, Warning[]& Warnings, String[]& StreamIds)

    Hi Hameer,
    This error might be caused by the memory limit.  There are two settings that will affect the memory configuration.
    When you render a report through the Reporting Services Web service, the Reporting Services Web service obtains the "MemoryLimit" setting from the Machine.config file. 
    A scheduled report is rendered by the Report Server Windows service. The Report Server Windows service obtains the "MemoryLimit" setting from the RSReportServer.config file.
    These values represent a percentage of physical memory. You can adjust them to change the memory limit.
    If there are any more questions, please let me know.
    Thanks.

  • Can't see data in data tab - sql server 2005

    hello,
    i am connected to a sql server 2005 database (with jtds driver), the connection is ok, i see the tables but i can't see data in data tab.
    i have an error : incorrect syntax
    somebody can help me ?
    thank's in advance
    alex

    definitely. I was going to say, make sure you have the privileges to read data.
    From Microsoft SQL Server 2000 on, it is recommended that you are a member of the db_datareader - so that data in the database can be read
    Barry

  • Unable to reinstall SQL server 2005

    Previously, I have installed SQL 2005 developer edition simplyfied chinese
    successfully. But yesterday, I tried to install mobile client software
    factory. The installation process create a database as following:
    Create DATABASE [AdventureWorksMobileStaging] ON  PRIMARY
    ( NAME = N'AdventureWorksMobileStaging', FILENAME = N'C:\GotDotNet\MCSF_728\ReferenceImplementations\AdventureWorksToGo\DBScripts\AdventureWorksMobileStaging.mdf' , SIZE = 195584KB , MAXSIZE = UNLIMITED, FILEGROWTH = 1024KB )
    ( NAME = N'AdventureWorksMobileStaging_log', FILENAME = N'C:\GotDotNet\MCSF_728\ReferenceImplementations\AdventureWorksToGo\DBScripts\AdventureWorksMobileStaging_log.ldf' , SIZE = 265344KB , MAXSIZE = 2048GB , FILEGROWTH = 10%)
    But today, when I start my notebook, SQL server could not be started.
    Then I uninstalled the SQL instance by start->control panel->uninstall...The uninstall
    process seems OK. Note that I only uninstalled the instance.Then I tried to reinstall
    SQL 2005. However it was reported a Performance Monitor Counter registry key mismatch
    error occures. I tried to fix it but failed. The problem is as following:
    1, The installation process report a warning of low memory.
    My notebook has 512M memory. I have reinstalled SQL 2005 once successfully. At that
    time, the warning also shows, but it seems that this warning does not affect installation.
    2, User type problem.
    The OS of my notebook is XP professional, which is upgraded from XP home edition.
    I login it using a domain user such as: "my company's domain\myaccount". I found it
    curiously that although I assign myaccount as an Administrator, it will automaticly
    changed to "SQL$...." account. I don't know why and when the account property is
    changed. But everytime, when I found, I will assign myaccount as an Administrator
    back.
    3, Performance Monitor Counter registry key  problem.
    To fix the problem, I firstly tried to run lodctr.exe in cmd window but failed.
    When I cd to c:\windows\system32 dir, I can ran lodctr.exe correctly.
    I check HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib,
    the result is:
    "Last Counter"=dword:0000149c (11128)
    "Last Help"=dword:0000149d (11129)
    Then I check HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib\009
    and 004, the result is confusing. I can find counter and help key,but both keys contains
    really a lot of stuff as:
    (1) first page of Counter key:
    1
    1847
    2
    System
    4
    Memory
    6
    % Processor Time
    10
    File Read Operations/sec
    12
    (2) first page of Help key:
    3
    The System performance object consists of counters that apply to more than one instance of a component processors on the computer.
    5
    The Memory performance object  consists of counters that describe the behavior of physical and virtual memory on the computer.  Physical memory is the amount of random access memory on the computer.  Virtual memory consists of the space in physical memory and on disk.  Many of the memory counters monitor paging, which is the movement of pages of code and data between disk and physical memory.  Excessive paging, a symptom of a memory shortage, can cause delays which interfere with all system processes.
    7
    % Processor Time is the percentage of elapsed time that the processor spends to execute a non-Idle thread. It is calculated by measuring the duration of the idle thread is active in the sample interval, and subtracting that time from interval duration.  (Each processor has an idle thread that consumes cycles when no other threads are ready to run). This counter is the primary indicator of processor activity, and displays the average percentage of busy time observed during the sample interval. It is calculated by monitoring the time that the service is inactive, and subtracting that value from 100%.
    9
    % Total DPC Time is the average percentage of time that all processors spend receiving and servicing deferred procedure calls (DPCs).  (DPCs are interrupts that run at a lower priority than the standard interrupts). It is the sum of Processor: % DPC Time for all processors on the computer, divided by the number of processors.  System: % Total DPC Time is a component of System: % Total Privileged Time because DPCs are executed in privileged mode.  DPCs are counted separately and are not a component of the interrupt count.  This counter displays the average busy time as a percentage of the sample time.
    11
    File Read Operations/sec is the combined rate of file system read requests to all devices on the computer, including requests to read from the file system cache.  It is measured in numbers of reads.  This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval. 
    I could not find the maximum value of the Counter key and help key, so I could not repair
    Last Counter and Last Help key as discribed at SQL 2005 help. Which item correspond to
    maximum value of the Counter key and help key?
    I tried to correct Last Counter and Help key as:
    "Last Counter"=dword:0000149c (5276)
    "Last Help"=dword:0000149d (5277)
    But it also doesn't work.

    Anybody still want this answered?
    Thanks!
    Ed Price, Power BI & SQL Server Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!

  • Unable to start SQL Server Browser service in Sql server 2005

    we are unable to start the SQL browser service on one of our machine with below error.
    I believe this to be the reason, why we could not connect to the instance with below error
    I tried troubleshooting as mentioned here, by changing
    value in registry from 1 to 0, but still no luck.
    SQLservices are also running.
    Please help on how to resolve this!

    Hello,
    You say that SQL Server Browser Service belongs to a SQL Server 2005, but based on the name of the instance is a SQL Server
    2012 instance.
    Do you have any issues installing/uninstalling SQL Server 2005 or 2012? One of them 32-bit and the other 64-bit?
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Unable to Access SQL Server 2005 Remotedly

    Not sure if this is the right forum to post this...
    After going through lot of old posts in various forums and changing lot of settings, i'm still not able to access my Server remotely.
    This is Windows 2003 Server machine with Sonicwall Firewall, i have allowed Port 1433 in both Firewall and ISA and call is getting through but i'm getting following error msg :-
    {"An error has occurred while establishing a connection to the server.  When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)"}
    This machine is also having Sql Server 2000, and the SQL Server 2005 is installed with named instance.
    My connection string is :-
    "Data Source=192.168.0.1\MYSERVER;Initial Catalog=MyDatabase;Integrated Security=True"
    In example above, i'm showing dummy values but actual string is having the actual live IP address and correct named instance and database.
    If i use a local address like 192.168.0.1 then i'm able to connect.
    My TCP/IP Address in Sql configuration is having my Live IP Address and the port 1433.
    Any help will be highly appreciable..

    i'm still checking on this. i have changed the port now to 1434 and changed in all places.
    my connection string is also changed now, so now i'm using :- MYIP\MYSERVER,1434
    now i'm getting a different error msg
    {"An error has occurred while establishing a connection to the server.  When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: TCP Provider, error: 0 - A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.)"}
    this can also be due to firewall or something else is blocking it, i will rechk n post back final answer.

  • Unable to connect SQL server 2005 databse with JSF applications !

    Hello guys!
    Help me out to connect SQL server 2005 Databse with JSF applications using JDBC-ODBC bridge. I'm working with Netbeans 6.1 IDE.
    I tried for the basic applications but instead got this error:
    "unable to deploy jdbc drivers to the <project>domain/lib"
    Please help me out with working sample codes that connects MS SQL server 2005 DB with JSF!!
    Thank you guys!

    1) don't use the bridge driver
    2) don't do database access from JSF
    3) learn how to use your application server
    4) learn how to use your IDE

  • Unable to install SQL server 2000 and 2005 on Satellite A205-s5831

    Hello everyone.
    I Needs some helps from all of you.
    I have Toshiba Laptop Satellite A205-S5831.
    Its Have Windows Vista Home Premium.
    And I am unable to install SQL server 2000 and 2005.
    I also Unable to Install Windows XP SP2.
    Problem is SATA driver.
    Plz Help me ...!
    Response me

    Hi
    The Windows XP needs a SATA driver if you want to install it on the notebook with SATA HDD controller.
    The SATA driver can be found in the Intel Storage Manager.
    I would recommend using the nLite program to include a SATA driver into the new Windows XP CD and then to boot from the new created XP CD.
    Here you will find all details regarding the nLite:
    http://www.nliteos.com/
    Regarding SQL server issue;
    Maybe you will be able to install in on Windows XP. Possibly there is a compatibility issue between the Vista and the SQL server software

Maybe you are looking for

  • My photos will not sync, "required file not found"

    I already deleted the iPod Photo Cache (twice) and this did not fix my problem!

  • Problem While Converting File From .xls to .csv consisting of Chinese Data

    Hi, I want to import the Excelsheet data to HTML DB which consists of information in chinese language. To import this excelsheet data i am converting this excel file to .csv. After coverting it to .csv every chinese character will gets converted to q

  • Error in SOAP Adapter Response

    I am getting the following Error in SOAP Response ... but when i tried the with ALTOVA XML SPY its working fine.. <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> - <!--  Inbound Message   --> - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Mess

  • How to Catalog contents in FMS?

    Hello, I have a doubt regarding file managment in FMS 3. I want to create a video on demand aplication using FMS and I want to catalog the videos ( to associate data such as Director, Year, Producer, Actors, Genre, Price, Format, Duration, Language,

  • How to convert a file from MS Publisher to illustrator

    I am new to Adobe Cloud, I am not a designer.  I need help or I will lose my job. This is serious, please! I am finishing a small project that someone else started but has left our company.  This person was designing tickets for a fundraiser but was