Visual Studio 2005 deploy Crystal Report to Windows Server 2008 64-bit

I've read a lot of posts here regarding deploying on a 64-bit server, but I'm still confused.
We use Visual Studio 2005 to develop on a Windows XP machine.  We use the built-in version of Crystal that comes with VS2005. 
We want to deploy the runtime to a Windows Server 2008 running 64-bit.  We want to deploy using the msi runtime components and not the merge modules.
We end up with the message "An error has occurred while attempting to load Crystal Reports". 
So, the question is, can we build & deploy a 64-bit version, and if so, what are we doing wrong here ?  At first glance, I don't see VS 2005 as listing Windows 2008 as a supported platform, so am I dead in the water right there ?  If that's the case .... then what are my options ?
Any help or pointing me in the right direction would be greatly appreciated !
Thank You,
Wayne

In a nut shell, the only two 64 bit versions of Crystal Reports are 10.2 (bundles with .NET 2005) and 10.5 (bundles with .NET 2008). All other versions of Crystal Reports are 32 bit only. For more info see [this|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/10d5fa88-2013-2c10-c9a5-f11963607d4e] article.
Ludek

Similar Messages

  • Dynamic Crystal Report with Windows Server 2008

    I am creating a report through code with Crystal report on Windows Server 2008 R2. When I am executing the following command:
    CRAXDRT.Report.Database.AddADOCommand
    This is generating an error which is given below:
    Error description: Logon failed
    Details: [Database Vendor Code: -205]
    But its working fine with Windows Server 2003.
    Private Sub AddRptDatabase(a_CRReport As CRAXDRT.Report, a_sStartDT As String, _
                               a_sEndDT As String, a_sDept As String, a_sStatus As String)
        Dim cnnRpt As ADODB.Connection
        Dim cmRpt As ADODB.Command
        Dim sSQL As String
        Dim sWhere As String
        Dim sTemp As String
        Dim sTemp1 As String
    sSQL = sSQL & sWhere & " Order by AdminData.RONumber"
      Set cnnRpt = New ADODB.Connection
        cnnRpt.open g_objBA.LocalConnectionString
    Set cmRpt = New ADODB.Command
        cmRpt.ActiveConnection = cnnRpt
        cmRpt.CommandType = adCmdText
        cmRpt.CommandText = sSQL
        'Create data set
        a_CRReport.Database.AddADOCommand cnnRpt, cmRpt
      Exit Sub
    Please suggest some solution.

    Moved to Legacy SDK forum.
    CR XI R2 Service Pack 6 and Fix Pack 6.4 should work on Windows 2008. CR 2008 SP 2 and above also. Older version, no support for it.
    CR is 32 bit, make sure the 32 bit client is installed and being used.
    Thank you
    Don

  • Visual Studio 2005, embedded Crystal Report problem

    I am very new at .NET, and this is my first post to this forum.
    I've created a Crystal Report within a project using Visual Studio 2005 Professional Edition, on a Windows XP machine.  I set the report as the ReportSource for a CrystalReportViewer on the main form.  I can see data in the report in design view when I right-click on any of the fields and click "Browse Field Data".  But when I preview the report, or run it in the application, all I see are the column headings and report title.  I am hoping I am leaving out something obvious.  I've researched this for two days without success. 
    The report's detail section is NOT suppressed, btw.
    FYI (although I think it might not be relevant, because I don't see the data when I preview it in Visual Studio either) the report is displayed in the application when a button is clicked, as follows:
        Private Sub cmdRunLog_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdRunLog.Click
                CrystalReportViewer1.DisplayToolbar = True
                cmdRunLog.Text = "Hide Run Log"
                cmdUpload.Enabled = False
                cmdReports.Enabled = False
                cmdManualRun.Enabled = False
                CrystalReportViewer1.Visible = True
                CrystalReportViewer1.Height = 600
                CrystalReportViewer1.Width = 1000
                CrystalReportViewer1.Left = 10
                Dim strReportSQL As String = "Select * From dbo.PositivePayRunLog"
                Dim DA As New SqlDataAdapter(strReportSQL, conPP)
                Dim DS As New DataSet
                'Variable to assign the report name
                Dim strReportPath As String
                DA.Fill(DS)
                strReportPath = "c:\Positive Pay\PositivePayRunLog.rpt"
                If Not IO.File.Exists(strReportPath) Then
                    _ErrorText = "Unable to locate report file:  " & strReportPath
                    ' Throw (New Exception("Unable to locate report file:" & vbCrLf & strReportPath))
                    GoTo cmdRunLog_Click_Error
                End If
                Dim rptDocument As New CrystalDecisions.CrystalReports.Engine.ReportDocument
                rptDocument.Load(strReportPath)
                rptDocument.SetDataSource(DS.Tables(0))
                rptDocument.Refresh()
                CrystalReportViewer1.ShowRefreshButton = False
                CrystalReportViewer1.ShowCloseButton = False
                CrystalReportViewer1.ShowGroupTreeButton = False
                CrystalReportViewer1.ReportSource = rptDocument
    end sub
    I'm hoping that this is a common problem with an easy answer
    Thanks,
    John Sandin

    >
    Jason Everly wrote:
    > Did you design the report using OLEDB or ODBC instead of against the schema of the dataset you are passing?  It could be seeing data from the database when browsing.
    >
    > Technically you should design the reports against the schema of the dataset you are going to be passing, not against ODBC or OLEDB.
    >
    > You can usually get away with passing datasets to a report created against OLEDB, but if issues occur then you need to redesign them against the ds schema.
    >
    > Jason
    I have done both, but I was currently using OLEDB.
    I redesigned the report to use a dataset containing the correct data.  Now,  when I browse the fields, I see nothing.  When I preview the report, I see what appears to be dummy data (a list of colors, etc).
    But the GOOD news is:  When I run the report in the application, I see the correct data!
    Thanks!  I think I'm good to go now.  I will also apply the other suggestions, and try to simplify things.

  • Crystal Reports XI R2 SP2 on Windows Server 2008 ( 32 bit system)

    Hi Forum,
    I am trying to run a .NET application on a windows server 2008( 32 bit system) with Crystal Reports X1 R2 SP2 installed.
    The application does not run and throws the following error in the event log.
    Faulting application w3wp.exe, version 7.0.6002.18005, time stamp 0x49e023cf, faulting module unknown, version 0.0.0.0, time stamp 0x00000000, exception code 0xc0000005, fault offset 0x0171ab98, process id 0x%9, application start time 0x%10.
    The same application runs fine on a windows server 2003.Also, the same application runs fine, when i remove the crystal reports code. It loads the .NET pages fine.
    Please suggest me if i am missing something. Please let me know how can i debug this issue?

    Hello,
    Crystal reports XIR2 is not supported on Windows server 2008.
    Check the supporting platforms guide here.
    [Crystal Reports XI Release 2 SP2 - Supported Platform Info|http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/7081b21c-911e-2b10-678e-fe062159b453]
    Thanks,
    Bhushan.

  • Deployment issue on windows server 2008(64 bit)

    Hi all,
    I am using crystal reports 2008 trial version for my web application. Its working fine in development environment but when I deploy application in windows server 2008 64 bit edition it shows following error:"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."
    Is there any resolution available for this problem except for changing the IIS settings for 32 bit applications?
    Rgds

    Read the following [article|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/10d5fa88-2013-2c10-c9a5-f11963607d4e;jsessionid=(J2EE3417600)ID0244107750DB11172929121510648759End] as it goes over your issue.
    Essentially you will have to set IIS to 32 bit at the least.
    Jason

  • Where can I download the Crystal Run Time for Windows Server 2008 64 bit ?

    Hi,
    Where can I download the Crystal Reports 08 RunTime for Windows Server 2008 64 bit ?
    Rock
    Edited by: Rock_1234 on Aug 5, 2009 9:25 AM

    Thanks all for your replys.
    As I know there is no Crystal Reports 2008 runtimes for 64 bit machines, there are only 32 bit runtimes for that product.So,I need to know when will be the 64 bit runtimes will be released or will be available.
    Also,for the CR bundled with VS 2008 (10.5), there are 64 bit runtimes which you could find on your development machine under -
    ' C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages\CrystalReports10_5\CRRedist2008_x64.msi '
    When will be 64 bit runtimes for CR 08 will be available?
    Thanks

  • Having problem to install Oracle Portal Forms Reports and Discoverer 11g on Windows Server 2008 64 bit

    Dear All Precious Friends,
    I am having problem while installing Oracle Portal Forms Reports and Discoverer 11g on Windows Server 2008 64 bit,
    I have already installed Oracle Database 11g Release 2 -------
    ----Then i configured JAVA Access bridge
    --------then installed and configured Required Schema using Repository Creation Utility of same version of Database 11g,
    -----------then installed Oracle Business Intelligence 11g version 11.1.1.6.0 which includes Web logic..............I am feeling that i did right at this point...........
    ..............also feeling comfortable after install Oracle Identity and Access Management 11g ..................
    -----------------but don't know how to configure OID to install Oracle Portal Forms Reports and Discoverer 11g...............
    Please help my Oracle Friends
    Your early help will be highly appreciated.
    thanks and regards
    Hassan

    You said, "...+I would like to install Release 2(11.1.1.2.0)+ ...". Be careful. 11.1.1.2.0 is not Release 2. The version for Rel 2 is 11.1.2.0, notice that there is one less "1". Also, there is no way to patch from Release 1 to Release 2.
    In EDelivery, this is what you should find if you search on "Oracle Fusion Middleware" for "Microsoft Windows x64 (64-bit)":
    First look for this link then drill into it:
    Oracle Fusion Middleware 11g Media Pack for Microsoft Windows x64 (64-bit)
    In this section you will find the following:
    This is the full product installation of FMw 11 Release 2 (Forms & Reports)
    Oracle Forms and Reports 11g R2 (11.1.2.0.0) for Microsoft Windows x64 (64-bit) V28761-01
    This is the full product installation of FMw 11 Release 1 (includes Portal, Forms, Reports, and Disco)
    Oracle Portal, Forms, Reports and Discoverer 11g (11.1.1.2.0) for Microsoft Windows x86 (64-bit) (Part 1 of 4) V18785-01
    Oracle Portal, Forms, Reports and Discoverer 11g (11.1.1.2.0) for Microsoft Windows x86 (64-bit) (Part 2 of 4)
    Oracle Portal, Forms, Reports and Discoverer 11g (11.1.1.2.0) for Microsoft Windows x86 (64-bit) (Part 3 of 4)
    Oracle Portal, Forms, Reports and Discoverer 11g (11.1.1.2.0) for Microsoft Windows x86 (64-bit) (Part 4 of 4)
    This is the FMw 11 Release 1 patch set that will bring the above 11.1.1.2.0 installation to 11.1.1.6.  This is NOT a full product installation - just a patch
    Oracle Portal, Forms, Reports and Discoverer 11g Patch Set 5 (11.1.1.6.0) for Microsoft Windows x86 (64-bit) V29850-01
    There are no patch sets for Release 2 as of yet.

  • What Drivers should I use to access SQL Server 2005 SP2 from Windows Server 2008 64 bit

    and yes I do know that is an odd scenario so let me explain
    I have just joined a project that is "in flight" where the customer is upgrading a LOT of things at the same time
    (some Microsoft, some other supplier: some at the OS level, others at server or services levels)
    the current step is replacing some services leaving the back end databases as they are
    i.e. SQL Server 2005 SP2
    a later step will upgrade the backend data bases which may make more work
    What we have now runs on Windows Server 2003 32 bit using the OLEDB drivers
    version 2000.86.3959.00
    What we want must run on Windows Server 2008 64 bit still using the OLEDB option
    which version should I download & try to install?

    Here are a known list of issues with this configuration with their corresponding workarounds: https://support.microsoft.com/kb/936302/en-us
    Satish Kartan www.sqlfood.com

  • Problems installing OBIEE 11g on Windows Server 2008 64 bit

    Hi, I'm trying to install OBIEE 11g on Windows Server 2008 64 bit (standard edition, SP2), and it's blowing up running the installer. The installer gets past the first couple of "info" screens, but blows up prior to coming to the first "real" screen with an error:
    Microsoft Visual C++ Assertion Failed:
    Program: ...
    File: ../../../src/share/native/sun/font/t2k/t2kstrm.c
    Line: 132
    Expression: pos <= t->maxPos
    Has anyone seen this and/or have an idea how to work around this? Note that I did do the prerequisite download / install of the 2005 Visual C++ 64 bit libraries.
    Thanks,
    Scott

    Just to close the loop on this thread, this does indeed seem to be some sort of font / java issue on our servers. I've been completely unable to get the install to work using the GUI. However, if I run it from command line using the -silent and -response paramaters along with a proper response file, the install went perfectly. I'm going to continue working the SR with Oracle - don't want to be stuck using -silent mode when things get more complicated, but at least now I can move forward.
    If anyone else has a better workaround - please let me know. "Silent" mode is workable, but difficult and time consuming.
    Thanks,
    Scott

  • Oracle 10g xe 32 bit on windows server 2008 64 bit

    I have windows server 2008 64 bit and oracle 10g xe 32 bit
    does it work on ?
    I have tested but no success.
    Any one knows reasons

    You seem to have posted threads before on very similar topics, and you also posted this once in the appropriate forum:
    {thread:id=2270082}
    Please avoid duplicating posts!
    As already stated in one of your other threads, it is not a certified combination. Again, read the Installation Guide !
    If you want to play with it and try to make it "work", that's up to you. And as you say you have already tried, with "no success", it seems you already got an answer.
    I suggest you close this thread and continue in the dedicated 10g XE forum thread (or try the 11g XE Beta - only for 32-bit Windows yet, but there's a chance the general release will be aimed for Windows x64 as well).
    Edited by: orafad on Aug 20, 2011 1:14 PM

  • Oracle 10.1.0.4 on Windows Server 2008 64 bits Standard

    Hello,
    For migratiion purposes, we would need to install Oracle 10.1.4.0 on a Windows Server 2008 64 bits Standard, and then upgrade it to 11g.
    We have forced Oracle 10.2.0.4 installation on a Windows Server 2008 64 bits Standard, but we are not sure for 10.1.0.4.
    Since we don't have that software version to try it and we are looking for it, is it possible to install Oracle 10.1.4.0 on a Windows Server 2008 64 bits Standard?
    Could you point me out a document that reference Oracle versions compatibilty with Windows Server 2008?
    Thanks

    At MOS, click on the certifications tab, then enter database in the first drop down box, and select the rdbms. Then enter the relevant info in the other boxes, and then you will see Oracle Database 10.1.0.4.0 is not certified on Microsoft Windows x64 (64-bit) 2008 R2
    Certification is a little more strict than supported, but extended support ended in January.      REMINDER: Premier Support for Oracle Database 10.1 ends January 2009 [ID 761713.1]
    There's always lifetime support, but your case shows how useful that can be.

  • Oracle 11g R2 to MS Access .mdb (Windows Server 2008 64-bit) problem

    I have a need to make connection from Oracle 11g R2 to MS Access database file (mdb). OS is MS Windows Server 2008 64-bit. My configuration is next:
    1. I made System DNS mikeacs (using c:\windows\sys_wow6\odbcad32.exe) to my access mdb file;
    2. I made initmikeacs.ora file in ora_home\hs\admin folder:
    # HS init parameters
    HS_FDS_CONNECT_INFO = mikeacs
    HS_FDS_TRACE_LEVEL = debug
    HS_FDS_SHAREABLE_NAME = c:\Windows
    3. Listener.ora file is:
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\Oracle\product\11.2.0\dbhome_1)
    (PROGRAM = extproc)
    (ENVS = "EXTPROC_DLLS=ONLY:C:\Oracle\product\11.2.0\dbhome_1\bin\oraclr11.dll")
    (SID_DESC =
    (SID_NAME = mikeacs)
    (ORACLE_HOME = c:\oracle\product\11.2.0\dbhome_1)
    (PROGRAM = dg4odbc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = cspo02)(PORT = 1521))
    4. Tnsnames.ora is:
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    MIKEACS =
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=cspo02)(PORT=1521))
    (CONNECT_DATA=(SID=mikeacs))
    (HS=OK)
    5. After this, I restarted Listener:
    lsnrctl stop;
    lsnrctl start;
    Given feedback:
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Production
    Start Date 20-RUJ-2010 14:47:21
    Uptime 0 days 0 hr. 0 min. 3 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File C:\Oracle\product\11.2.0\dbhome_1\network\admin\listener.ora
    Listener Log File c:\oracle\diag\tnslsnr\cspo02\listener\alert\log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=cspo02)(PORT=1521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "mikeacs" has 1 instance(s).
    Instance "mikeacs", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    6. I created db link: create public database link macs using 'MIKEACS' (connected as sysdba);
    7. tnsping mikeacs:
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION= (ADDRESS=(PROTOCOL=tcp)(HOST=cspo02)(PORT=1521)) (CONNECT_DATA=(SID=mikeacs)) (HS=OK))
    OK (0 msec)
    Then, when I try fire query (connected as sysdba): select * from mytable@macs;
    get result:
    ERROR at line 1:
    ORA-28513: internal error in geterogeneous remote agent
    ORA-02063: preceding line from MACS;
    Although, when I fire the same query, but connected as other user, get next result:
    ERROR at line 1:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [Microsoft][ODBC Driver Manager] Data source name not found and no default
    driver specified {IM002}
    ORA-02063: preceding 2 lines from MACS
    Where is my problem? Please help. Thanks in advance!

    That's the problem. DG4ODBC on 64bit Windows is 64bit and thus it also requires a 64bit ODBC driver.
    If you don't find one - maybe you can install DG4ODBC 32bi on a 32bit platform (please do NOT install it on the 64bit Windows machine) and then use this 32biit DG4ODBC with the 32bit ODBC driver.
    Another option would be to purchase a commercial ODBC driver or a bridged ODBC driver.

  • Oracle ODBC version error on windows server 2008 64 bit

    We had installed oracle 10g standard edition on windows server 2008 64 bit. After one hour use of ODBC connection, we are getting a error message like 'Oracle client and networking components were not found. These components are supplied by Oracle Corporation and are part of the Oracle Version 7.3.3 or later client software installation. Provider is unable to function until these components are installed'
    Find the link for error message. http://www.google.co.in/imgres?newwindow=1&biw=1600&bih=1075&tbm=isch&tbnid=zc1Vas4O9Eqj4M:&imgrefurl=http://social.tech…
    Please give solution for the said issue. Thanks in advance.

    SAP said it is Oracle not support windows server 2008.

  • Installing Oracle SOA suite 10.1.3.1.0 on windows server 2008-64 bit.

    Hi,
    Installing Oracle SOA suite 10.1.3.1.0 on windows server 2008-64 bit.
    Getting the following exception when installing BPEL
    oracle.as.install.util.ActionFailedException : java.io.FileNotFound Exception :
    D:\software\bpel\bpel_oc4j\install\log.properties(The system couldnot find the specified).
    at oracle.as.install.action.LogConfigAction.execution(Unknown Source)
    at oracle.as.install.util.ActionQueue.run(Unknown Source)
    at oracle.sysman.oio.oioc.OiocOneClickInstaller.main(Unknown Source)
    Caused by : java.io.FileNotFoundException : D:\software\bpel\bpel_oc4j\install\log.properties
    (The system cannot find the specified file)
    at java.io.FileInputStrem.open(Native Method)
    at java.io.FileInputStrem.<init>(Unknown Source)
    at oracle.as.install.action.LogConfigAction.execute(Unknown Source)
    at oracle.as.install.util.ActionQueue.run(Unknown Source)
    at oracle.sysman.oio.oioc.OiocOneClickInstaller.main(Unknown Source)
    In the unzipped BPEL software folder for installation there is no such file.
    Have installed several Oracle SOA suite 10.3.1.0 on windows server 2003 - 32 bit using the same software.
    But now am using it along with a patch- p6712338 for windows server 2008-64 bit.

    If this is a production instance, you should NOT read past this sentence -- contact Oracle support to do it right.
    If this is just for testing/experiments, have you tried putting an empty file at D:\software\bpel\bpel_oc4j\install\log.properties? How about putting a copy of the file from one of your "windows server 2003 - 32 bit" installations?
    Good luck, Andy

  • Support for JDeveloper 10.1.3 on Windows Server 2008 64 bit OS

    Hello,
    We are using JDeveloper 10.1.3.3.0 (patch # 9879989) for R12.
    Would like to know support for Jdeveloper on windows server 2008 - 64 bit.
    Thanks,
    Swati.

    Hi Swati,
    Currently I am using Jdeveloper Patch#9172975 for R12.1.2 on windows server 2008 X64 and it works fine.
    As Jdeveloper Patch#9172975 is lower version then Jdeveloper Patch#9879989, Patch#9879989 should work on Windows Server 2008 64bit.
    Still I am not confirm about Jdeveloper Patch#9879989 on Windows Server 2008 64bit.
    Thanks,
    Laukik

Maybe you are looking for

  • Printing to a Printer connected via HP JetDirect using original HP drivers

    Hi, I have bought a new router (AVM Fritz wlan 7170) which has a printer port that uses an emulated HP JetDirect Server for printing. Is it somehow possible to use the original HP Inkjet Drivers v2.7.1 for printing to my Hewlett Packard Deskjet 5652?

  • MacBook Pro 15" crashes at least once a day.

    This is the only way I found of making this issue known. I'm posting this in hope someone at Apple reads it and answers me. The 15" MacBook Pro Core2Duo I'm using has fed me up. It crashes at least once a day, guaranteed. I have an Apple Cinema Displ

  • How to determine role authorization of user in MAM?

    Hi everyone, I'm new to SAP and SAP MI, and I am currently implementing (or "enhancing") a MAM.  I have the following question on user authorization: In terms of role authorizations, does anyone know how I can determine what roles an authenticated us

  • Is there a grace period where I can re-download songs?

    I've had a computer malfunction and had to reload (from backup) my entire music library. Unfortunately, songs that I purchased from the iTunes Store last week were not in my backup. Is there a way I can re-download songs I previously purchased? It's

  • Need help with this error

    Hi, I keep getting this error when running my application. Classes compile correctly. I have two classes, one is the main GUI, the other the main functionality. I get the error below when I try and create an Object of the GUI within the other class.