Crystal Report 10 certified/supported with Oracle11g

Hello,
I am wondering if Crystal Report 10 is certified/supported to work against a Oracle11g database?
If you do not know how would I best get an answer to this question?
Thank you,
Marchel

Correct, it is a no. But typically they do work, we've always supported Oracle in all of our connection methods but if they change something that CR 10 can not handle then no way for us to fix it.
Also, CR 2008 and above are the only fully supported versions at this time so you could look at updating. If it's an application you are writing then have a look at the[ .NET SDK forum |SAP Crystal Reports, version for Visual Studio;for more info on using CR for Visual Studio 2010. It's a free plug into VS 2010 and is the full version of CR, only thing missing is the standalone Report Designer...
Thank you
Don

Similar Messages

  • Problem with crystal report that comes with VStudio 2008 Database edition

    Hello,
    I'm using crystal reports that comes with Visual Studio 2008 Database edition. But I'm having a problem these days. When there are more than 4 pages in the report, the summary field in the pagefooter(usually sum of data in the Details section) show 0 in the first page.It will be displaying in all other pages. I couldnt sort out the problem.I'm binding data to the report from an SQL Server 2005 table.
    Thanks in advance.I really appreciate if some one can sort out the problem quickly.

    Have not heard of the issue, but download SP1 and see if that helps:
    https://smpdl.sap-ag.de/~sapidp/012002523100009351512008E/crbasic2008sp1.exe
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup

  • How to get one crystal report to work with two different backends?

    We have a software that can work with either SQL2008 or Visual Fox Pro backend.  We are trying to compile One Crystal report that will work with either of the two backends.  How to you make sure that your Crystal Report is compiled so that it will work with both backends?
    Right now my reports were originally created using the SQL2008 backend and are retaining the DBO reference in the statement, which then will not allow the Crystal report to work with the VFP backend.

    You can write your data sets as a command using hand coded SQL. As long as "dbo" is the only schema used in your SQL Server database, you don't need to specify it in the SQL. SQL Server will automatically assume the dbo.
    The 2nd thing... The SQL needs to be 100% compatible with both SQL Server 2008 AND VFP.  This will limit the list available functions to those that are common to both platforms AND work exactly the same in both platforms.
    The other part is to make sure you are using an ODBC type connection instead of OLD/DB. That way all of the connection properties are set on the local machine and the report is simply looking for the System DSN name.
    HTH,
    Jason

  • Can we put additional Crystal report in menu with rights?  Is it inbuilt ?

    dear all
    one of my clients want crystal reports in menu with user rights. is it possible. if yes how.
    regards
    sri

    Hi Sri......
    It is possible if you have SAP 8.8 and above version.
    Once you designed Crystal Report and Import it to certain menu then please go to Authorization and give it permission accordingly......
    Regards,
    Rahul

  • Need help Connecting Crystal Reports 8.5 with GBS Agency Expert 6.7.6c

    Need help Connecting Crystal Reports 8.5 with GBS Agency Expert 6.7.6c.  I need assistance on connecting these together so I can run a report.  I am not an IT person so if someone could dumb it down it would be great.
    Thanks,
    NBGHealth

    Hello,
    I assume GBS Agency Expert 6.7.6c is some sort of database or data source? If you have an ODBC driver then create or use a System DSN to the database. Then you can create a report using that DSN.
    Otherwise I suggest you contact the makers of GBS Agency Expert 6.7.6c and ask them how to connect to the database.
    Let them know CR is ANSII 92 ODBC 3 compliant.
    Thank you
    Don

  • Crystal Report 2008 included with SAP integration Kit

    Hi
    We want to know the crystal report 2008  come with SAP integration Kit

    Take a look into the following document:
    http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/004aacbb-4983-2b10-8da7-cdff5dcbb948
    It might help.

  • Crystal Report and InfoObject with Compound Key

    Hi,
    I have Characteristic with Compound Key in SAP BW 7.0. This Characteristic use to store the Purchase Order Item Line. The Compound Key is the Purchase Order Document.
    So I will have the following fields created for this Characteristic:
    Compound Key (Purchase Order Document) 5600001982, Purchase Order Item Line 10
    I created a Query for this Characteristic and I have the following as result:
    10 ...
    20 ...
    30 ...
    All works fine.
    Now I created the Crystal Report from this Query. When I display this Characteristic in Crystal Report, I have the following:
    5600001982/10
    5600001982/20
    5600001982/30
    Is this a bug or Crystal not support the Compound Key?
    Please advise, thank you.

    a

  • Crystal report 9 supports frame work 2.0

    Hi experts,
    we are using Crysatl report 9 and build the reports using VS2003 with the frame work 1.1.4322.
    We are fetching the online report by deploying the same in the IIS server which has the frame work [1.0,1.1,2.0].
    When we use Asp.net frame work 1.1.433 in the virtual directory, we have are not getting any issue.
    If we go for Asp.net frame work 2.0.50727 in the virtual directory, we are receiving an error message in the event log as below:
    Event code: 3005
    Event message: An unhandled exception has occurred.
    Event time: 12/19/2011 10:44:31 AM
    Event time (UTC): 12/19/2011 5:14:31 AM
    Event ID: 3099bcd049ab452cab409d38c750f222
    Event sequence: 6
    Event occurrence: 1
    Event detail code: 0
    Application information:
        Application domain: /LM/W3SVC/1/Root/Solitair-Reports-2-129687452447349006
        Trust level: Full
        Application Virtual Path: /Solitair-Reports
        Application Path: C:\SOLITAIR\KAReportingSystem-Solitair\
        Machine name: AAA
    Process information:
        Process ID: 3936
        Process name: w3wp.exe
        Account name: NT AUTHORITY\SYSTEM
    Exception information:
        Exception type: SqlException
        Exception message: 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: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
    Request information:
        Request URL: http://localhost/Solitair-Reports/Main.aspx
        Request path: /Solitair-Reports/Main.aspx
        User host address: 127.0.0.1
        User: 
        Is authenticated: False
        Authentication Type: 
        Thread account name: NT AUTHORITY\SYSTEM
    Thread information:
        Thread ID: 1
        Thread account name: NT AUTHORITY\SYSTEM
        Is impersonating: False
        Stack trace:    at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
       at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
       at System.Data.SqlClient.TdsParser.Connect(Boolean& useFailoverPartner, Boolean& failoverDemandDone, String host, String failoverPartner, String protocol, SqlInternalConnectionTds connHandler, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, SqlConnection owningObject, Boolean aliasLookup)
       at System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance)
       at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance)
       at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection)
       at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options)
       at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject)
       at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject)
       at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
       at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
       at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
       at System.Data.SqlClient.SqlConnection.Open()
       at KAReportingSystem.MainForm.Page_Load(Object sender, EventArgs e) in C:\Inetpub\wwwroot\KAReportingSystem\Main.aspx.vb:line 28
       at System.Web.UI.Control.OnLoad(EventArgs e)
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    Kindly advice me
    Thank you
    Deepan
    Edited by: Deepan1 on Dec 19, 2011 2:20 PM

    Hi,
    As you must have guessed, Crystal reports 9 is not compatible / tested / supported with .NET 2.0.
    Take a look at below wiki.
    [http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=56787567|http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=56787567]
    - Bhushan.

  • Crystal report 10 support thai character?it doesn't work in crystal veiwer

    Hi,
    we have product with which package crystal report runtime libarary. when are trying to open the crystal report from our product. it displays the crystal viewer as report. we are specifically looking for thai support.when run the report from our product it shows corrupt data. but from crystal design it show correct. what would be the problem? also we have web product, same report opened on web(it has an address of web server where crystal report server is installed) it works fine for thai data.
    Does anyone as any idea?

    Hello,
    WEB server is likely missing or does not have access to the Thai fonts. Open Control, Regional and Language Settings, Language tab and check on both options if not already done so. Then click on the Advanced Tab and check on the option for Default user account settings to enable anyone or any app to have access to the Thai fonts sets.
    Also confirm you are using and distributing the MLB version, includes all the language resource dll's for CR. Which ever fonts you designed the reports with also needs to be installed on the WEB server.
    Thank you
    Don

  • Crystal Report 9 connectivity with WebLogic 10.3.5

    Hello,
    Is the Crystal Report 9 certified with WebLogic 10.x? Currently WebLogic 8.x is in use. Trying to upgrade the WebLogic.
    Thanks

    What does this have to do with Database Connectivity?
    An I doubt it, CR 9 is about 8 or 9 years old well before 10.3 was released. Check the Platforms PDF's for more info.
    Don

  • Does Crystal Report 10 compatible with JVM 1.5/1.6

    Hi,
    I am working on a project that use Crystal Report 10 Advanced Developer's Java Reporting Component APIs to generate report. Java Bean Connectivity feature is also used
    My client suggests us to use JVM 1.5/1.6, but according to the link http://support.businessobjects.com/communityCS/TechnicalPapers/cr10_supported_platforms.pdf.asp, Crystal Report 10 was only tested with JVM 1.4.2, and Crystal Report 10 is pretty old product, before the JVM 1.5 release
    Would like to know if someone has used JVM 1.5/1.6 with Crystal Report 10 Java Reporting Component APIs/Java Bean Connectivity?? if they works together probably

    Hi,
    You should upgrade Crystal Report 10 to Crystal Report 2008 to keep utilizing publishing from Crystal Report designer or you can use u201CPublishing Wizardu201D to publish these report which are created in Crystal Report 10. But you will not be able utilized any new feature and any bug fixed after Crystal Report 10.
    My recommendation will be to upgrade to Crystal Report 2008.
    Hope it helps.
    Thanks,
    Muhammad

  • Crystal Report X1 compatibility with Visual Studio 2008

    We are migrating an application running on .NET 1.0 to .NET 3.5. Previously Crystal report X1 was working fine with .NET 1.0 however now when it has been migrated to .NET 3.5, we are able to generate crystal report but print and export functionality is not working.
    Please confirm if Crystal report X1 is compatible with Visual studio 2008/.NET 3.5? We even updated Release 2 SP4 patch but that didn't solve the problem.
    If crystal report X1 is not compatible with Visual studio 2008, which version is compatible so that we can buy the license for the same?

    Hello Anurag,
    CR XI R1 is not supported for VS 2008.
    but for
    u2022 Visual Studio .NET 2002
    u2022 Visual Studio .NET 2003
    CR XI R2
    u2022 Visual Studio .NET 2002
    u2022 Visual Studio .NET 2003
    u2022 Visual Studio .NET 2005
    CR XI R3
    u2022 Visual Studio 2003
    u2022 Visual Studio 2005
    CR XI R3 Service Pack 1
    Microsoft .NET Framework
    u2022 .NET 1.1
    u2022 .NET 2.0
    u2022 .NET 3.0
    u2022 .NET 3.5
    Development Platforms
    u2022  Visual Studio 2003
    u2022  Visual Studio 2005
    u2022  Visual Studio 2008
    Hope this helps
    Falk

  • Crystal Reports 2008 crashes with blanked out areas when downloading data

    We have a pc installed with Crystal Reports 2008 v1 SP2, which is used for report creation, but after a few minutes of downloading data from the server to populate the report, the report crashes with black areas instead of data in the report.  Please can anyone offer possible solutions?
    Pc: workstation
    Os: Microsoft Windows XP Professional 32 bit
    Processors: 1 Intel Core(TM) i5 CPU 650 @ 3.20 Ghz
    Total Memory: 3264 Mb
    Total Hard Drive: 298 Gb
    Display 1680 x 1050 pixels 65536 colours]
    Display Adapters: Microsoft 4.0.5733.0
    driver date: 2-28-2007
    Crystal Reports version: 12.1.0.883
    Crystal Reports 2008 SP2
    Oracle in OraHome111
    file version: 11.1.0.6.0
    driver_ODBC_Version: 03.51
    connects to remote server on site with Oracle 11g database, via above ODBC driver.
    Many thanks, any ideas would be appreciated!
    David

    Hi David,
    I've seen this before, your Video driver is out dated and you need to update it. Typically the makers of the mother board or video card, which ever one you are using, will have updates for your specific OS. Appears you are using the default Window generic video driver which may not support what CR requires or you have an older usp10.dll. You will likely get a new one if you install Windows XP Service Pack 3.
    Also, Crystal Reports version: 12.1.0.883 is SP 1 and not SP 2., second number is the Service Pack, 12.x.x.x.
    Download SP 4 and see if that may help:
    https://smpdl.sap-ag.de/~sapidp/012002523100009989492010E/cr2008_sp3_fullbuild.zip
    https://smpdl.sap-ag.de/~sapidp/012002523100008782452011E/cr2008sp4.exe
    Or incrementally:
    https://smpdl.sap-ag.de/~sapidp/012002523100009038092009E/cr2008win_sp2.exe
    https://smpdl.sap-ag.de/~sapidp/012002523100007123572010E/cr2008_sp3.exe
    https://smpdl.sap-ag.de/~sapidp/012002523100008782452011E/cr2008sp4.exe
    And you may need SP 3 or if you want to start off clean download the full build of SP 3 and then SP 4. Requires the keycode so make sure you have it, we can't give you a new one.
    Don

  • Crystal Reports not working with PL/SQL

    When I try and connect a Oracle stored procedure in ODBC using Oracle 8.1.7 client and Crystal 8 Reports I get the following error:
    ODBC error: [MERANT][ODBC Oracle 8 driver][Oracle 8]ORA-06550: line 1, column 13: PLS-00302: component 'TEST_PROCEDURE' must be declared
    ORA-06550: line 1, column 8: PL/SQL: Statement ignored
    This code worked just fine in Crystal Reports 7. Does anyone know how to get this to work? Any successful code snippets to share? I called Crystal Decisions Support with no luck at all.
    Thanks!

    Yes, the dialog is different than in Crystal 7 but the box is already checked.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by Rick Post:
    Do you have 'Stored Procedures' checked in the 'Allow reporting on' section of the SQL page on the 'File - Options' properties page?
    Depending on how Crystal 8 was installed this setting may be different than what you have been using in Crystal 7.
    <HR></BLOCKQUOTE>
    null

  • How to make Crytstal Report Viewer support with Khmer Unicode Font

    Dear all,
    I'm using Visual Studio 2010, and Crystal Report 13.
    I'm searching for 2 months about cannot render Khmer Unicode font on Crystal report, but I have no result.
    Please tell me the way to render Khmer Unicode font well.
    I'm looking for your reply soon.
    Thanks.
    Edited by: sochinda on Mar 25, 2011 10:47 AM

    Sochinda  forget about what K wrote. You can not use the crviewer.dll (also known as active X viewer) - of any version in any version of .NET.
    1) It is not supported - in any and all versions of CR
    2) With some versions of CR, you are breaking your license agreement; CR 9.2, 10.2, 10.5, CRVS2010 (13.0)
    Please do see the link Don provided. Also see my blog here:
    /people/ludek.uher/blog/2009/09/23/use-of-the-report-designer-component-rdc-in-vs-net
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]
    Edited by: Ludek Uher on Jun 7, 2011 8:13 AM

Maybe you are looking for