Crystal Report Deployment Comaprison

Post Author: cp_pramodu
CA Forum: Crystal Reports
Dear All,
In my organization, we have an application for generating Adhoc reports from my back end system. My back-end DB is sybase.
In this application for we are using Crystal report for generating these reports. We have nearly 10 branches and 2 HO. All most all these users uses this application for generating reports. Reports are not embadded in the application, all RPT files are kept in a shared directory in a central server.
We have installed this Windows application in all the PCs, when user access this report we are loading this report from the shared path.
Now, we have a plan to with Web mode. Is it worth going with web mode?
Can any one tell me about the advantages and disadvantages of web mode over this Windows based application.
Thanks in advance.
Pramodu. C. P

Ok.
1) Make sure you are using the full framework 4.0, not the client framework
2) Make sure you are using CR VS2010 SP 2:
http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_13_0_2.exe
3) Take a look at the following:
http://www.sdn.sap.com/irj/scn/elearn?rid=/library/uuid/4053ee51-162a-2d10-b8b0-fdd7a26d5cd2
http://thedatafarm.com/blog/data-access/crystal-reports-and-visual-studio-2010/
4) Download the developer help files:
SAP Crystal Reports .NET API Guide http://help.sap.com/businessobject/product_guides/sapCRVS2010/en/crnet_api_2010_en.zip
SAP Crystal Reports .NET SDK Developer Guide http://help.sap.com/businessobject/product_guides/sapCRVS2010/en/crnet_dg_2010_en.zip
5) Since you are using ADO .NET datasets, see kb [1525432  - Could not load file or assembly 'file:///<Path>crdb_adoplus.dll' or one of its dependencies|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333533323335333433333332%7D.do]
Finally, a small recommendation; find a saved data report, create a new app (win or web), throw a CR viewer on the form and the following code (on page load or page init);
CrystalReportViewer1.ReportSource = <path to your saved data report>. That should give you your 1st success - work form there.
Oh, and make sure your dataset is not over a couple of thousand rows. Otherwise, you will m ore than likely run into memory issues.
- Ludek
Edited by: Ludek Uher on Jan 30, 2012 8:27 AM

Similar Messages

  • Crystal report Deployment error

    Post Author: jacobmk
    CA Forum: Deployment
    Hi All,
    I am using crystal rports for pdf generation in asp.net 2.0. When I installed the application on 64bit Windows server
    An error has occurred while attempting to load the Crystal Reports runtime.Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly.Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) containing the correct version of the Crystal Reports runtime (x86, x64, or Itanium) required.  Please go to http://www.businessobjects.com/support for more information.
    Description: An unhandled exception occurred during
    Please help
    regards
    Jacob

    Post Author: ejthunder
    CA Forum: Deployment
    You did not say which version of Crystal Reports you're trying to deploy.
    CR XI and CR XI Release 2 are NOT supported on 64 bit systems.  The only versions of Crystal Reports supported on 64 bit machines is the version of Crystal that bundles with VS2005 - CR.NET 2005 (v10.2).  If you upgrade your VS2005 machine by installing CR XI Developer, or CR XI R2 Developer onto your development machine you will not be able to deploy your application.  In this case the only option would be to "downgrade" back to the bundled edition that ships with VS2005.
    EJ

  • VS Net 3.5 Crystal Reports Deployment causing database login prompt

    I have deployed a Visual Studio executible module written in VB Net 3.5 SP 1 with Crystal Reports. When the user tries to view a report(s)
    they are prompted to login in to the data base that has been data sourced into the report module. The correct database was verified before the build was made. The developer is able to run the report in a run mode on the local machine where the VB project was created.
    In the properties section in the project the following check boxes pertaining to reports were checked on:
             Crystal Reports Basic for Visual Studio 2008(x86, x64)
             Microsoft Visual Studio 2008 Report Viewer
    Notes: If the executible module is deployed to a machine that has Visual Studio 2008 installed, the Reports run fine without a database login prompt.
             If the executible module is deployed to a machine that does not have Visual Studio 2008 installed, the user is prompted for a login.
             The data base is a SQL server 2008 database.
    I'm being prompted for a server/database login when deploying the application and running it on a machine that does not have Visual Studio 2008 installed on it. One thing I forgot to mention is that the prompt dialog has only the database server name pre-filled but there is
    no database name in the dialog. Both of these fields are grayed out. The Crystal Report was updated to reference the new server and database, and I also verified the database successfully.

    Hello,
    Not sure what DB driver you used to create the reports but if it's the native driver then you need to install the Native client from MS SQL Server 2008 CD/DVD onto the app server also.
    MS SQL 2008 will not use MDAC, which is always installed. It requires the client to be installed.
    There is also an issue when using OLE DB driver and Time(7) field types in MS's driver and Crystal Reports. Cr see's them as string fields, the driver returns the wrong field type to CR. ODBC does work with these field types.
    And is your application running in 32 or 64 bit mode?
    Thank you
    Don

  • Crystal Report Deployment Help

    Hi,
    We have developed Winforms, which uses Crystal Reports. When we were loading the report using "..\..\Reports\Reportname.rpt", the path inside the project's subfolder in development was working fine. As soon as we deployed the set up project, which was created by Visual studio team system 2008 Setup project, we are receiving an error message "Load report failed"  when we load the Crystal Reports from the application.
    It seems that it could not find the path of the report, or it could not find the required Crystal Reports DLL files to load the report. We'd be very appreciated if any of you can help.
    Thanks,
    Wilson

    See [this|https://wiki.sdn.sap.com/wiki/display/BOBJ/CrystalReportsforVisualStudio.NETRuntimeDistribution-Versions9.1to12.0] wiki. Find your version of CR and the runtime link. Download that, install the CR runtime.
    Ludek

  • Crystal reports deployment on web server

    I include crystal report on my asp.net application(.NET 2008). Its running well at my development machin but when I'm trying to run from my web site its not showing report. I search for help in google but getting only one suggestion to install "CRRedist2008_x86.msi" file on the server. but I dont have previlige to install any application on my server. Cant I have any option without installing the file i can have crystall report on the web.
    error source shoing on line 18.
    Line 16: public partial class Report_ReportCurStock : System.Web.UI.Page
    Line 17: {
    Line 18:     ReportDocument myReport = new ReportDocument();
    Line 19:     protected void Page_Load(object sender, EventArgs e)
    Line 20:     {
    "An error has occurred while attempting to load the Crystal Reports runtime.
    Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly.
    *Please install the appropriate Crystal Reports redistributable (CRRedist.msi) containing the correct version of the Crystal Reports runtime (x86, x64, or Itanium) required.  Please go to http://www.businessobjects.com/support for more information. "*
    Thanks in advance and looking for your kind reply

    <p>I already asked to my ISP provider but they told me that already they have crystal report installed. but in my local machine application is working fine, when I'm deploying my application on the web then its throwing error. Giving the stacktrace below as you can identify the problem easily. </p>
    <h4>Source Error: </h4>
    <p>
    Line 16: public partial class Report_ReportCurStock : System.Web.UI.Page<br />
    Line 17: { <br />
    Line 18:     ReportDocument myReport = new ReportDocument(); <br />
    Line 19:     protected void Page_Load(object sender, EventArgs e) <br />
    Line 20:     { <br />
    </p>
    <br />
    Source File: e:\inetpub\vhosts\alphaagroltd.org\httpdocs\ReportCurStock.aspx.cs    Line: 18  <br />
    <br />
    <h4>Stack Trace: </h4>
    [LoadSaveReportException: An error has occurred while attempting to load the Crystal Reports runtime. <br />
    Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly.<br />
    <br />
    Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) containing the correct version of the Crystal Reports runtime (x86, x64, or Itanium) required.  Please go to http://www.businessobjects.com/support for more information.]<br />
       CrystalDecisions.CrystalReports.Engine.ReportDocument.CheckForCrystalReportsRuntime() +224<br />
       CrystalDecisions.CrystalReports.Engine.ReportDocument..cctor() +161<br />
    [TypeInitializationException: The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception.]<br />
       CrystalDecisions.CrystalReports.Engine.ReportDocument..ctor() +0<br />
       Report_ReportCurStock..ctor() in e:\inetpub\vhosts\alphaagroltd.org\httpdocs\ReportCurStock.aspx.cs:18<br />
       ASP.reportcurstock_aspx..ctor() in c:\windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\d5c7cd0b\f614d146\App_Web_8t_ktcco.0.cs:0<br />
       __ASP.FastObjectFactory_app_web_8t_ktcco.Create_ASP_reportcurstock_aspx() in c:\windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\d5c7cd0b\f614d146\App_Web_8t_ktcco.6.cs:0<br />
       System.Web.Compilation.BuildResultCompiledType.CreateInstance() +32<br />
       System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp, Boolean noAssert) +119<br />
       System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) +33<br />
       System.Web.UI.PageHandlerFactory.GetHandler(HttpContext context, String requestType, String virtualPath, String path) +37<br />
       System.Web.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +307<br />
       System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +155<br />
    Edited by: tuntunbabu on Jun 16, 2010 1:04 PM

  • Crystal Report deploying into BO repository giving Failed to open the conn

    Hi all,
    I am creating a crystal report using JDBC connection and by adding a command (a custom sql)
    Then I add a static prompt containing a list of values. In the crystal reports designer, I am able to change the parameter and reports pull up data accordingly.
    Now when I deploy the same report to business objects repository, I am able to access the report.
    But if I change the parameter value and apply it, I am getting an error saying "Failed to open the connection. .rpt"
    I browsed through and thought that I might have to add a business view LOV. So I used Business View Manager and created a LOV and added it to the report. Even then the error persists when the report is deployed onto a BO repository
    Appreciate your help,
    Joe.

    Hi Don,
    Thanks for your reply.
    I copied the ojdbc.jar from oracle\product\<ver>\db_1\jdbc\lib to Business Objects\common\<ver>\java\lib\external.
    Then I added this info
    <JDBCURL>jdbc:oracle:thin:@{server name}:1521:</JDBCURL>
    <JDBCClassName>oracle.jdbc.driver.OracleDriver</JDBCClassName>
    <JDBCUserName></JDBCUserName>
    <JNDIURL></JNDIURL>
    <JNDIConnectionFactory></JNDIConnectionFactory>
    <JNDIInitContext>/</JNDIInitContext>
    <JNDIUserName>weblogic</JNDIUserName>
    to CRConfig.xml.
    I am not sure where to specify the password for the Oracle user.
    When ever I try to refresh the report / apply a parameter, It is asking me for the oracle user name and password.
    Can you please help out as to where we need to specify the user name / password for oracle user (schema).
    I tried creating a connection from CMC. Couldnt do it.
    I tried to find an option in Crystal Reports designer which can import or persist the connection information but in vain.
    thanks for your help
    Joe.

  • Crystal Report Deployment (VS 2010, VB code)

    I am having trouble previewing the report that i created with crystal report. When i tried running the page, it takes a long time to load and nothing seems to appear. I am using the VB codes as listed below. Can someone please help me?
    Imports CrystalDecisions.CrystalReports.Engine, CrystalDecisions.Shared, System.Data, System.Data.SqlClient, System.Configuration
    Public Class TestingReportView
        Inherits System.Web.UI.Page
        Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
            Dim rptDoc As ReportDocument = New ReportDocument
            Dim ds As DataSet3 = New DataSet3 ' .xsd file name
            Dim dt As DataTable = New DataTable()
            ' Just set the name of data table
            dt.TableName = "Crystal Report Example"
            dt = getAllOrders() ' This function is located below
            ds.Tables(0).Merge(dt)
            ' Your .rpt file path will be below
            rptDoc.Load(Server.MapPath("CrystalReport1.rpt"))
            ' set dataset to the report viewer.
            rptDoc.SetDataSource(ds)
            CrystalReportViewer1.ReportSource = rptDoc
        End Sub
        Public Function getAllOrders() As DataTable
            ' Connection string replcae 'databaseservername' with your db server name
            Dim sqlCon As String = "User ID=sa;PWD=sa; server=servername;INITIAL CATALOG=SampleDB;PERSIST SECURITY INFO=FALSE;Connect Timeout=0"
            Dim con As New SqlConnection(sqlCon)
            Dim cmd As New SqlCommand()
            Dim ds As New DataSet()
            Try
                con.Open()
                ' Stored procedure calling. It is already in sample db.
                cmd.CommandText = "getAllOrders"
                cmd.CommandType = CommandType.StoredProcedure
                cmd.Connection = con
                Dim Adapter As New SqlDataAdapter(cmd)
                Adapter.Fill(ds, "Users")
            Catch ex As Exception
                Throw ex
            Finally
                cmd.Dispose()
                If (con.State <> ConnectionState.Closed) Then con.Close()
            End Try
            Return ds.Tables(0)
        End Function
    End Class

    Ok.
    1) Make sure you are using the full framework 4.0, not the client framework
    2) Make sure you are using CR VS2010 SP 2:
    http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_13_0_2.exe
    3) Take a look at the following:
    http://www.sdn.sap.com/irj/scn/elearn?rid=/library/uuid/4053ee51-162a-2d10-b8b0-fdd7a26d5cd2
    http://thedatafarm.com/blog/data-access/crystal-reports-and-visual-studio-2010/
    4) Download the developer help files:
    SAP Crystal Reports .NET API Guide http://help.sap.com/businessobject/product_guides/sapCRVS2010/en/crnet_api_2010_en.zip
    SAP Crystal Reports .NET SDK Developer Guide http://help.sap.com/businessobject/product_guides/sapCRVS2010/en/crnet_dg_2010_en.zip
    5) Since you are using ADO .NET datasets, see kb [1525432  - Could not load file or assembly 'file:///<Path>crdb_adoplus.dll' or one of its dependencies|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333533323335333433333332%7D.do]
    Finally, a small recommendation; find a saved data report, create a new app (win or web), throw a CR viewer on the form and the following code (on page load or page init);
    CrystalReportViewer1.ReportSource = <path to your saved data report>. That should give you your 1st success - work form there.
    Oh, and make sure your dataset is not over a couple of thousand rows. Otherwise, you will m ore than likely run into memory issues.
    - Ludek
    Edited by: Ludek Uher on Jan 30, 2012 8:27 AM

  • Crystal Reports Deployment

    Good day Mentors,
    This is the first time I will be deploying CR as a reporting solution for a customer. I was able to make the reports needed already. Currently confused how to configure the client machine(s) that will have to run the reports. (If there is an existing thread, please guide me to that thread.)
    From what I understand:
    1. I need to install the CR AddOn on client machine plus the CR Runtime.
    2. Configure the DB user and password in the CR AddOn for the client to be able to connect to the DB.
    *I am unsure how to deploy the RPT file. By my understanding, the rpt file ought to be housed in B1_SHR Folder in the server and referenced by the CR AddOn in the client Machine. Referenced by pointing the CR AddOn to connect ro
    SBO_SERVER\B1_SHR\Report.rpt.
    Is this way of deploying the rpt file correct?
    Will there be some performance/security implications if i did it this way?
    Thanks in advance,
    Sean Yu

    Check this link Re: CRYSTAL DESIGNER

  • How to open Crytal report deployed in Business Objects 3.1 CMC using C# cod

    WE designed the report using Crystal report 2008 and then deployed the reports in Business Objects 3.1
    The deployment server has below details
    BO:   BO 3.1 no fix packs
    OS:   AIX 5.3
    WebSphere: 6.1.0.25
    Now we have an Intraday website devveloped with ASP.net 3.5 hosted on a Windows 2003 server. the backend is SQL server 2005. I need  sample C# code  that can be used to open the crystal report deployment in Business Object 3.1 UNIX server as mentioned above.
    Any assistance is highly appreciated.
    P:S I didn't find any documentation/sample in this website.
    Regards,
    Ashok

    The developer library documentation can be found at:
    http://www.sdn.sap.com/irj/boc/sdklibrary
    Look for "Business Objects Enterprise .NET SDK - Developer Guide and API references" links.
    There are tutorials and code snippets in developer guide.
    The samples can be found at:
    http://www.sdn.sap.com/irj/boc/index?rid=/webcontent/uuid/706de3ab-8186-2b10-15aa-e4c5e73283f1 [original link is broken]

  • Crystal Reports Visual Studio 2010 Report Viewer Not Rendering

    Hello,
    I was able to get Crystal Reports deployed in a web application in VS 2008 OK, but now I am having trouble with CR and VS 2010. For some reason the data and images for the report are being displayed,  but the report viewer controls and background are not. I am not getting red Xs, the viewer is just not there. I have tried changing my references, I have installed the CR run time, and all permissions are correct. I am trying to get this up and running on the local machine. Has anyone dealt with this problem before?
    thanks.

    See if [this|Report Viewer not displaying on deployment server; thread helps.
    - Ludek

  • How do I deploy my Crystal Reports webapp???

    Post Author: figue
    CA Forum: .NET
    Hi, i've developed a web application using Visual Studio .Net and using the Crystal Reports for Visual Studio 2005. I've read almost all the "how-tos" that are available on the net to solve my situation, but i couldn't manage to deploy my application.
    I have no physical access to the web server, and i cannot execute a .exe or a .msi installer (i cannot use the "merge modules" solution).The only solution i think may help me is copying the Crystal Reports dll's to my BIN folder and using those dll's instead of using the GAC references.Here's what i've done:- I copied all the dll's that I found on Program Files/Common Files/Business Objects/2.7/Managed into my app's BIN folder.- I deleted all the references to the Crystal Reports' assemblies from my solution's property pages. FIRST PROBLEM: The references were deleted, but when I closed the solution, and opened it again, all the references returned.. After trying again and again, they finally dissapeared.- I tryied to add the references to the dll's that were into my app's BIN folder, but when I browse the file, select it, and accept the dialog box, nothing happens. No reference is added into the References window.- I tryied to add the GAC references again, to return to the previous state, but it's the same, i select the reference from the GAC and when i accept the dialog box, nothing happens.- I thought that maybe my pc has some troubles with the installed versions of crystal reports (i hace 8.5, XI and CR for VS 2005 installed), so i created a Virtual Machine, Installed VS 2005 and created a new web application with one .aspx and one .rpt and tryied to change the GAC's references for the BIN's DLLs. The same thing happend.
    Can somebody please help me? I'm gettin' really tired of trying and trying things and not gettin' in solved.
    Regards from Argentina

    Post Author: Ted Ueda
    CA Forum: .NET
    Unfortunately, xcopy deployments of Crystal Reports .NET assemblies won't work, since they rely on some dll's via COM-Interop.
    Those components have to be registered on the server - via merge modules install - and regretably, you're restricted from doing so.
    Sincerely,
    Ted Ueda

  • Missing DataBase Login information for deployed VS2008 w/Crystal Report

    I'm creating a Windows Form application using VS2008 Pro and the basic Crystal Reports (included).</br></br>
    I've successfully added a crystalreportviewer control and a crystal report (.rpt) to my form. I've written the following code in the code behind to programmatically load/bind the report to the viewer. Everything works fine on my development machine (or any machine that has Visual Studio installed). Where I'm encountering problems is when I deploy the application to a machine that does not have VS installed (I have downloaded and installed the "Crystal Reports Basic for Visual Studio 2008 Redistributable Package" for the appropriate processor type on this non development machine) that I'm getting an error . It prompts for "DataBase Login". The ServerName, LoginID and Password are all there, but the "DataBase" field is empty and disable for user input.</br></br>
    Why is the DataBase information missing? How can I solve this problem?</br></br>
    (On a side note, I vaguely remember a property for enabling/disabling the prompting of the database login. I can't remember where this was again to double check if that is the culprit. But I'm pretty sure that I did mark it as to not prompt, since it's supplied in the code behind. Plus it doesn't prompt on the development machines. Only on the non-development machines).</br></br>
    Any help is greatly appreciated! Thanks.</br></br>
    The code executed in the PageLoad event of the form.</br></br>
    this.crystalReportViewer1.RefreshReport();</br>
                ReportDocument reportDocument = new ReportDocument();</br></br>
                #region Load Parameters</br></br>
                ParameterFields paramFields = new ParameterFields();</br></br>
                for (int i = 0; i < _parameterName.Length; i++)</br>
                {</br>
                    ParameterField paramField = new ParameterField();</br>
                    paramField.ParameterFieldName = _parameterName<i>;</br>
                    ParameterDiscreteValue discreteVal = new ParameterDiscreteValue();</br>
                    discreteVal.Value = _parameterValues<i>;</br>
                    paramField.CurrentValues.Add(discreteVal);</br>
                    paramFields.Add(paramField);</br>
                }</br></br>
                crystalReportViewer1.ParameterFieldInfo = paramFields;</br></br>
                #endregion</br></br>
                #region Load Report</br></br>
                string reportUrl = "";</br></br>
                string exePath = Application.ExecutablePath.ToString();</br>
                exePath = exePath.Remove(exePath.Length - 18, 18);</br>
                exePath += _reportName + ".rpt";</br>
                reportUrl = exePath;</br>
                reportDocument.Load(reportUrl);</br>
               #endregion</br></br>
               reportDocument.SetDatabaseLogon("myUserName", "myPassword", "myServer", "myDataBase");</br></br>
                crystalReportViewer1.ReportSource = reportDocument;
    </br></br>
    Edited by: mtech8 on Jan 9, 2010 3:03 PM. Corrected formatting issues to make post readable.

    HI. Ludek,
    Thanks for the tips. I tried both, but the problem presists.
    On a side note, I did get my hands on yet another "non-development machine". This one ran with Window's Vista appeared to work (even with my original code).
    The "non-development machines" that I've tested on are Windows 7 and Window XP machines. On these machines, when I commented out the reportDocument.SetDatabaseLogon line, when I try to load the report, it still prompts for the Database Logon information, however, it also has the "Database name" empty and disabled.
    Since it worked on a non-development machine with Win Vista. I don't think there is a problem with references or the Crystal runtime packages.
    As far as permission for the report to contact the database, I'm guessing there isn't a problem there either because the application does successfully connect to the database.
    I'm connecting to a SQL2005 database and using the SQL Native connection.
    On a side note: as for the enabling prompting, I just remembered that it was an option available when using Crystal Reports with a web project. Thus I couldn't find it here with a Window's Form project.

  • Crystal Report prompts for username / pwd when deployed to Bus Obj Server

    Hi All,
    I'm relatively new to Crystal Reports development.  My day job is test analyst.  I'm reasonably technically proficient.
    PROBLEM
    I have created a number of Crytsal Reports which have now been deployed to an Enterprise Business Objects Report Server.  The Server is Business Objects Server XI release 2.
    When I run the report in Crystal Reports Desiger 2008 it does not prompt me to enter the database credentials except if I have modified the SQL command or some other report detail.  Most times I run the report, no database username / pwd is required because I already set this up in the datasource config.
    I' connecting to an Oracle database using ODBC (RDO) connection type.  I cannot get the ODBC (RDO) connection type working from my PC using Crystal Reports Designer 2008, because I don't have ODBC configured for my datasource.  Instead, Im using the native Oracle Server driver to connect to my datasource.
    An existing user in the client organisation configured my report to use the ODBC (RDO) conneciton type for me because the Business Objects Server in the client organisation does not (currently) support the native Oracle driver.  Other reports this user has created and deployed using the ODBC conenction type run successfully without prompting user to enter the database connection credentials.
    NOTE:
    This report users an SQL Command (new to Crystal 2008 I beleive?).  The command is reqiured for this report due to the complexity of the underlying SQL query.
    Does anybody know why the report keeps prompting me to enter the database credentials at runtime?  Obviously for security reasons I don't want report users to have to enter the database schema name and password in order to run the report.

    Hi,
    You need to uncheck "Propmt the user for database logon when viewing". You will find this when you deploy the report on the BOE XI R2.
    The deployment step main heading is
    Specify Databse Crendentials.
    Hope this helps,
    Thanks
    -Azhar

  • Pre-Purchase Question - Deploying Crystal Report to SSRS Report Server

    Our company has recently installed a SQL 2005 server for our accounting system.  I had intended going down the path of using SQL Reporting Services as our reporting tool and deploying them to the builtin Report Server.  However, I've been using Crystal Reports for years and find it much more user friendly for a non-programmer to use.  I can actually write a report in Crystal, SSRS took me 3 days to achieve very little, I believe it requires too much SQL reporting knowledge for a beginner.
    After spending many hours trawling the net looking for a solution to this problem, I found that Crystal comes as part of Visual Studio.  However, I also believe the version of Visual Studio that comes with SQL2005 is the basic version, and I'd need the Pro version to get the Crystal add on. 
    To this end, I've downloaded the trial version of Crystal 2008 and installed it.  I find I can write a report in Crystal, and then I can manually add that report to a SSRS project. When I open the Crystal Report within Visual Studio I can see all the correct Crystal toolbars and menus etc, so it would appear that the installation of Crystal for Visual Studio has integrated properly.  I can then deploy that report to the Report server and see the report on the web page.  However clicking to open the report then opens the full Crystal Reports application, instead of just displaying the report in the web page.
    I've been unsuccessful in finding a solution to the above deployment problem.  I'm seeking a solution so that my users can just see the report without Crystal itself opening up.  I've been advised that there is a Crystal Report Server that I can purchase, but I don't wish to go to that expense when we already have this functionality built into our SSRS server.
    Can you please advise if it's possible to deploy the Crystal report to the SSRS Report Server and then open the report within the web page without opening the full Crystal app, and if so what steps I would need to take to implement this. 
    If this issue can be resolved, I'll be more than happy to purchase the full Crystal 2008 package and forget SSRS as a bad idea.
    Sorry to be so long winded, I wanted to be clear what the issue is.  Any information /advice would be very much appreciated.

    Hello Diane,
    I would not know if Crystal Report can be used with SSRS but I know for sure that you can use the embedded Crystal Reports Version with comes with VS 2005 or VS 2008 to create reports and to display them in web and windows application.
    We have lots of samples how to do this in our [dev community|https://boc.sdn.sap.com/].
    Also, you can use [Crystal Reports 2008|https://boc.sdn.sap.com/developer/library/CR2008SDK] with MS SQL 2005.
    Other products like Crystal Reports server can also use MS SQL 2005.
    Please see our [supported platforms for CR 2008|http://service.sap.com/~form/sapnet?_SHORTKEY=01100035870000712280&_OBJECT=011000358700000675322008E] on windows.
    Hope this helps
    Falk

  • Error when running the Crystal Report 9.1 (visual studio 2003) in the deployed server

    Hello,
    1) I am suddenly getting an error message ‘Load Report failed’ in a production server (where the VS2003 application is deployed) when the Crystal Report is executed. This has happened maybe because of the Windows/Crystal Report Updates!
    I am able to see the same report perfectly fine in the development computer using VS 2003.
    I am using the 9.1 version which is part of the Visual Studio 2003.
    The event logs show 'Either the keycode library is not registered or it cannot be loaded ...EventID=10029'. See attached screen shot.
    Please help?
    2) Since I was getting a registration suggestion window  for using Crystal Reports, I registered twice using different email address and it said that it will send me the KeyCode for the Crystal report but after successful registration I never got any keycode but just an email acknowledging the Registration.
    I believe the KeyCode is required to use it in the server to execute/run a report.
    Can SAP representative email the keycode to my gmail account?
    My product key is: 
    Please help to resolve both my problems
    Thanks in advance,
    Sanjay Chudasama

    If I memory servers, you have to open the Crystal_Regwiz2003.msm in the .NET deployment project. One of the properties of the msm was Keycode (or similar). You entered the keycode here. To find your keycode; in VS2003 IDE, go to the Help | About screen. You will see one of the installed components as Crystal Reports and the keycode will be on the right of that. Copy the keycode from here, paste in the above.
    For more details see the article Crystal Reports and Visual Studio .NET - Application Deployment.
    - Ludek
    Follow us on Twitter
    Got Enhancement ideas? Try the SAP Idea Place
    Share Your Knowledge in SCN Topic Spaces

Maybe you are looking for

  • Opening a link which is saved in the access db

    Hi, I am really stuck and have a project to hand in tommorow, I created a web site in dmx and linked it to the following access database ID, SEE where see is a hyperlink in a access db coloum to a page of a word document. However when I search for a

  • New Classic iPod will not restore and can't eject from iTunes.

    Hi everybody. I just bought a new 160 GB Classic a week ago and promptly attached it to my Windows based laptop and installed the newest firmware. I can add shows and songs to it with no problems, but if I do, I can NOT then eject the iPod from iTune

  • REFX report for earliest notice in RECN

    Dear Experts, In RECN >Term >Notice >Individual period regulation there is a field to capture "Earliest Notice On". We normally have lease-out contracts for a period of 9 years with a lock-in period of initial 3 years during which period termination

  • Questions list in SAP modules

    Hi, Could anyone tell me where I can get the questions list regarding respective modules? It would be better that the questions are organized towards the beginer, skilled and expert etc... Many Thanks Jean

  • Interactive form: problem with ValueHelp in table

    I have InteractiveForm element  in my WDA. The form has Table. One of the columns of the table is ValueHelp button from WebdynproNative library. The form executes ContainerFoundation_JS code on the ValueHelp click event just fine. The Search help get