Crystal XI Microsoft XP

I am running Crystal 11.0.0.1282 and have a report that I want to add a field to. When I open the field explorer and try to add it to the report I get a Microsoft error. The error is crw32.exe has encountered a problem and needs to close. I started with a created report and tried one from scratch.

Hi Robin,
Try with this:
1. Reduce the 'Hardware acceleration' setting in Microsoft Windows.
2. To access the 'Hardware acceleration' setting in Microsoft Windows:
Click Start > Settings > Control Panel > System > Display > Settings > Advanced > Troubleshooting.
There are typically six possible settings for 'Hardware acceleration': from 'None' to 'Full'.
If you are using Dual monitor run the CR appliacation on primary monitor cause Dual monitor is not tested with Crystal Reports.
Regards,
Shweta

Similar Messages

  • Extract data from active directory array

    Hello,
    I have recently connected Crystal Reports XI to Active Directory 2003. I am able to pull back a user's data like sAMAccountName, department etc.
    However I am unable to pull back the groups that a user is assigned to. I am thinking this might be because they have multiple groups assigned to them?
    Here is the code i am using to select and return the data for name etc:
    SELECT name,company,department,samaccountname,mail,manager, mobile, memberof
    FROM 'LDAP://OU=Interne,OU=Users,OU=Orkla Finans,DC=finans,DC=orkla,DC=net'
    How would one return a user's groups that they are assigned to? I have tried entering the memberOf field in my code, but this returns empty. It seems like Crystal is returning the memberOF field as a string while it is stored as an array in Active Directory.

    Hi Lars
    The reason of this behaviour should be related to the type of information; in fact, the particular field that shows blank in CR, is ideally a multi-valued attribute.
    On the other hand, this is not seem actually Crystal related; Microsoft has acknowledged this limitation in the article ID 299410 at
    http://support.microsoft.com/kb/299410
    The workaround is to report off a text file:
    - From Active Directory Users and Computers or from ADSI Edit (where you would get more information), locate the level where you want the information retrieved from, for instance OU= (top level);
    - Right-click on the folder and select u2018Export listu2019;
    - Save the file in TXT format.
    - From Crystal Reports, create new report;
    - From Database Expert, click on u2018Create a new connectionu2019 folder;
    - Double-click on u2018Access/Excel(DAO)u2019 folder;
    - Change the u2018Database typeu2019 to u2018Textu2019 and select the u2018Database Nameu2019, which is the TXT file;
    - Select u2018Finishu2019;
    Should you have any questions, please do not hesitate to let us know.
    Hope this helps!!!
    Regards
    Sourashree

  • How do I open a Crystal Report from Microsoft Access?

    I'm looking for step-by-step instructions on how to launch a Crystal Report from a Microsoft Access application (for a dummy like me).
    My Crystal Report uses a connection to the Access database as the data.
    I have Microsoft Access 2002 with Microsoft Visual Basic 6.5.
    I have Crystal Reports 2008 CR Developer 12.
    I'll need to know where to find the Visual Basic code references, and/or ActiveX Controls, if applicable.
    Thanks
    Janeen

    I concur with Don. Just a bit of help - a sample VBA app is here;
    https://smpdl.sap-ag.de/~sapidp/012002523100006013432008E/rdc_vba.exe
    But as Don mentioned, you will have to downgrade to CR XI r2 (or lower) to implement the above solution.
    Ludek

  • Crystal Report Viewer Microsoft JScript runtime error

    When I use the crystal viewer control to render a report on the screen I receive the following error message:
    Microsoft JScript runtime error: Object doesn't support property or method 'isObject' ... and the following line is hilighted:
    if(!bobj.isObject(json)).
    Here is the markup for the test page I'm using
    {<body>
    <form id="form1" runat="server">
    <CR:CrystalReportViewer ID="CrystalReportViewer1" runat="server"
    AutoDataBind="true" ReportSourceID="crSource" />
    <CR:CrystalReportSource ID="crSource" runat="server">
    </CR:CrystalReportSource>
    </form>}
    I believe I set all info on crSource correctly (report path etc ...) because If I remove the Crystal reports viewer from the page and just use the crsource (i.e crptSource.ReportDocument.ExportToHttpResponse ...) I can export the report OK. Its only when I have the crViewer on the page Is when I recieve this error.
    Web Config
    <assemblies>
    <add assembly="CrystalDecisions.Web, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />
    <add assembly="CrystalDecisions.Shared, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304" />
    <add assembly="CrystalDecisions.ReportSource, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304" />
    <add assembly="CrystalDecisions.Enterprise.Framework, Version=12.0.1100.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304" />
    <add assembly="CrystalDecisions.Enterprise.Desktop.Report, Version=12.0.1100.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304" />
    <add assembly="CrystalDecisions.CrystalReports.Engine, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304" />
    <add assembly="CrystalDecisions.Enterprise.InfoStore, Version=12.0.1100.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304" />
    <add assembly="CrystalDecisions.ReportAppServer.ClientDoc, Version=12.0.1100.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />
    <controls>
    <add assembly="CrystalDecisions.Web, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" namespace="CrystalDecisions.Web" tagPrefix="CR" />
    <http handlers>
    <add path="CrystalImageHandler.aspx" verb="GET" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />
    appsettings
    <add key="CrystalImageCleaner-AutoStart" value="true" />
    <add key="CrystalImageCleaner-Sleep" value="60000" />
    <add key="CrystalImageCleaner-Age" value="120000" />
    I am using crystal reports 2008, visual studio 2008, windows 7 pro, MS Sql Server 2005, IE9
    I uninstalled crystal reports, and reinstalled crystal reports 2008 sp3 (Full build) - No help
    When I goto help about visual studio it says crystal reports 2008 (No specific version info)
    Assembly cache on the machine has
    12.0.2000.0 and 12.0.1100.00 as the vast majority ... a few (Design and Engine) have older 10.5.3700 and so forth (There are so many)
    I found this problem on the web with different solutions involving frame work folder or not having IIS setup to server the crystal reports viewer ... this is happening to me on my local development machine using the ASP.Net Develepoment server included with VS2008 ..
    Any help you could give me would greatly be appreciated
    Thanks in advance
    Kevin

    Hi Kevin,
    Take a look at below SAP Note.
    [1531003 - Error: bobj undefined - javascript error |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%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333533333331333033303333%7D.do]
    I got this result just by searching 'bobj is undefined javascript' in the top right search box.
    Thanks,
    Bhushan.

  • Has anyone Connected a Crystal Report directly to a Microsoft Project file (MPP)?

    Post Author: Brian Morris
    CA Forum: Data Connectivity and SQL
    Iu2019m aware I can save Microsoft Project Files (MPP) to an Access Database, Excel document etc. and there are ways to connect to a Microsoft Project Server.
    I wanted to know if anyone has managed to connect directly to one though. Currently we use MPPs to report project status and other deliverables, and itu2019s been an annoyance to have to save the project file then export the data over into a new excel document when ever we have changes (since not all users have project or need all the data in the file).
    Preferably, a user should be able to save that project file and anyone that has the Crystal report should be able to run the report against the MPP file. In addition to this, it would be extremely helpful in getting a formalized and nicely formatted report when running reports against rational and MMP files, thus giving an alternative from SODA reports in Microsoft word, which doesnu2019t always work well.
    Thanks!

    Post Author: Brian Morris
    CA Forum: Data Connectivity and SQL
    Ok, I answered my own question on the connection issue, but I'm having issues with the predefined fields that enter into the report. The Database Expert shows the correct table names, but when I select them and look at the fields, they are all showing fields that are part of the "Project" table. when I use "Add Command" and use SQL to do a "Select * From TableName" ,where TableName is the name of the respective table, I get the data I'm looking for. Has anyone else run into this error? Is the error on Crystal Reports side or the Data provider's OLE DB driver? Has anyone with a fully patched system encountered the same errors?
    Current SetupCrystal Version: 11.0.0.1282CR Professional; Product Type:FullOLE DB Driver: Microsoft Project 10.0 OLE DB Provider
    I have pasted my findings below, hopefully other people won't have the same issues I did trying to find this information. if anyone else wants to test and see if they get the same issues I did it would be greatly appreciated.
    Connecting a Crystal Report XI to a Microsoft Project File (MPP)
    Prerequisites (as I know them)
    -          Have an installation of Crystal Reports on the machine (a given)
    -          Have Microsoft Project 2000/2003 installed OR  the Microsoft Project OLE DB provider which is installed with Microsoft Project (NOTE: Microsoft 2007 supposedly no longer supports OLE DB and requires an OLAP cube be made or a SOAP connection be used, which I donu2019t deal with personally)
    Creating the connection
    Start Crystal Reports
    Click u201CBlank Reportu201D on the start page
    in the u201CDatabase Expertu201D window, under u201CAvailable Data Sourcesu201D, Select u201C+u201D next to u201CCreate New Connectionu201D
    Select the u201C+u201D beside u201COLE DB(ADO)u201D
    If a u201COLE DB (ADO)u201D  window does not come up, double click u201CMake New Connectionu201D 
    In the u201Cprovider:u201D box Select the u201CMicrosoft Project 10.0 OLE DB Provideru201D
    The name may be different depending on the version of project you install and the patch you have on the machine
    Select u201CNext >u201D
    Under u201CDatabase:u201D copy/paste in the path and project file name
    I donu2019t believe the other fields u201CData Source:u201D, u201CUser ID:u201D, or u201CPasswordu201D need to be filled out, and in fact, I got an error when entering in data into them
    Example: u201CC:\Projects\Project Name\Current Schedule.mppu201D
    Select u201CNext >u201D
    In the Advaned information window, verify the project Name is the path of the project.
    I have not found the use of u201CEnterprise Modeu201D (default: 0), u201CAlways Loadu201D (default: 0), u201COLE DB Servicesu201D(default: -5), or u201CEnterprise RUID Listu201D (default: blank), removing them or changing them did cause errors though.
    Click u201CFinishu201D
    Adding in Tables and extracting data
    You now have a connection to the project File you listed. There is an issue Iu2019ve found though that all the tables you see listed are filling their fields in from the u201CProjectu201D Table, rather then their respective tables (Example: u201CAssignmentsu201D is pointing at u201CProjectu201D rather then the obvious connection u201CAssignmentsu201D). You can, however, use the u201CAdd Commandu201D and select the table you want with just a little SQL code:
    Select *
    From Assignments
    After creating the command, highlight it and hit u201CF2u201D. You should be able to edit the name and change it from u201CCommandu201D to something more meaningful. At the current time Iu2019m unsure if the issue with the default tables all pointing toward the project table is an error on the provider side or Crystal Reports end, and if one of the new patches will fix it. I will update this document accordingly when I have more information and do more testing. I will note however, there is no way to change which table these preset fields point to.
    Thank you for your time.

  • Is there a way to convert Crystal Reports to Microsoft SQL Server 2005 reporting services?

    Post Author: Lourdes Hernandez
    CA Forum: General
    Our department has always worked with and we love Crystal Reports. Unfortunately, certain reports now need to be converted to Microsoft SQL Server 2005 reporting services which from what I read I think they are *.rdl reports. Does Crystal reports have any way around this? I would have to learn this other tool when I'm already so happy with Crystal. I was thinking If I could just code the report in crystal and export it in a specific format that would be compatible Microsoft, the problem would be solved.
    Any ideas would be greatly appreciated.

    Post Author: bettername
    CA Forum: General
    Ditto!
    There are some software packages to convert from CR to RS, but none work 100% AFAIK, and will require manual tuning.
    Seems like a big hassle and learning curve just to get reports published via another method - I know I'd put up huge resistance if they tried to take my CR away from me!

  • Help please deploying Crystal Decisions 10 to Microsoft 2008 R2 IIS 7

    Folks, I need your help please. We've been using Crystal Decisions 10 with MS Server 2003. We're migrating to a VM envirionment with MS Server 2008 R2. I have everything working except for our crystal reports. We are a mostly an ASP Classic enviroment.
    When the report is called it opens, the SP query does not fail but the data does not show in the activex viewer. If there is a tree view associated with the report, you can see the expandable data points on the left but the report does not actually appear. No errors are apparent either.
    This thing is killing my production. Any help would be greatly appreaciated!

    Hi Jack
    I moved your post to the SAP Crystal Reports - Legacy SDKs SCN Space.
    I really doubt that you will ever get this working. As Sastry mentioned, CR 10 did not support MS Server 2008 R2. The only version of CR (using classic ASP) to support anything close (WIN 7) was CR XI R2 (v. 11.5.x), Service Pack 6. See the following wiki for more details:
    Crystal Reports v. 9.1 to SAP Crystal Reports, developer version for Microsoft Visual Studio Runtime Distribution and S…
    For CR XI R2 SP 6 and WIN 7 I wrote a small blog - essentially collating info reported by customers on how to get ASP working - on WIN 7 (sometimes this works, other times...). See:
    Report Designer Component (RDC) in classic ASP applications on Win 2008 Server and Win 7 - Possible Solutions
    Please note that both CR 10.x and 11.5.x are out of support (have been for years). My recommendation, understanding that porting the app to more recent versions of CR and either the .NET or Java SDK is not possible:
    Update to CR XI R2 and keep your fingers crossed. Your chances of getting this to work CR 10 are pretty well zero. Your chance of getting this to work with CR XI R2 SP 6 are better, but still approaching zero. You may be able to obtain CR XI R2 by calling sales (866-681-3435) or check the Worldwide Office Locations | SAP.
    Last note. If you do manage to get CR XI R2, please so keep in mind that:
    1) CR XI R2 is no longer supported.
    2) You will be using CR XI R2 in an unsupported environment (Server 2008).
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Total No of pages different in report printed using Crystal Report XI R2 vs SAP Crystal Reports, developer version for Microsoft Visual Studio (File Version 13.8)

    Currently in our application, we are using Crystal Report XI R2 for generating the reports. We are in the process of upgrading the Crystal Report to SAP Crystal Reports, developer version for Microsoft Visual Studio (File Version 13.8). I updated that on my machine and all the reports work fine. I didn't have to modify any of the reports.
    However when comparing the reports, we found that there are few reports on which the total no. of pages differ from the report displayed using Crystal Report XI R2 vs SAP Crystal Reports, developer version for Microsoft Visual Studio (File Version 13.8). Comparing the reports, it looks all the data that were fit on one page earlier with version XI R2 doesn't fit on the same page with version 13.8, thereby increasing the page counts.
    The fonts, page margins everything set on report itself. Nothing being set in the code.
    Both the application is using the same report that is pulling the data from the same database. Our application is a web application.
    Any suggestion, why this is happening.
    Thanks.
    Sanjay

    I am not sure what is being compared here?
    CRXI R2 designer to CRVS?
    CR XI R2 in some version of .NET to CRVS?
    CR XI R2 using RDC SDK to CRVS?
    Also, is this happening on your development computer or after you deploy?
    If you compare the the "Page setup" options dialog between reports that work and those that do not work, do you see any difference?
    Is this a web or a win app?
    Are you seeing the same issue when viewing and exporting - say export to PDF?
    What is the printer driver used and it's version?
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • How to use Crystal Reports to report on Microsoft Sharepoint Lists?

    I am attempting to report on the items in Microsoft Sharepoint lists.  I have created a new data connection (web service) and selected the following options:
    Use Web Service Data Source
    Use HTTP(S) WSDL
    HTTP(S) WSDL URL:  http://sitename.com/sites/mysitename/_vti_bin/lists.asmx?WSDL
    Use WS-Security Config File:  NO
    HTTP(S) WSDL User ID:  <blank>
    HTTP(S) WSDL Password:  <blank>
    Service:  Lists
    Port:  ListsSoap
    Method:  GetList
    Alas, Crystal seems quite rude and tells me:
    Cannot determine the queries necessary to get data for this report.
    Details:  Cannot access web service
    Transport error:  401 Error:  Unauthorized
    Has anyone out there successfully done this?  Anyone have any ideas?

    Hello,
    See if this post helps: CR2008: Connecting to XML and Web Services data through a proxy
    Don

  • "SAP Crystal Reports, developer version for Microsoft Visual Studio" (CRforVS_13_0_9.exe) has error during Installation.

    Hello,
    I just tried to install the new file CRforVS_13_0_9.exe on a Windows 7 Ultimate machine.
    I have Visual Studio 2013 and wanted Crystal Reports to be fully integrated with it.
    By the way, I had already uninstalled CRforVS_13_0_8.exe before I attempted the installation of CRforVS_13_0_9.exe.
    However, the installation failed with the following error message...
    "The installation failed prematurely." The error dialog box with a full error message is attached.
    It may be significant to note that even after what looks like a failed installation, that "SAP Crystal Reports, version for Microsoft Visual Studio" (ver. 13.0.9.1312) does show up in the Programs and Features Control Panel).
    Any help/advice would be greatly appreciated. Please advise.
    Tom Davey

    This used to be quite common on WIN XP and Vista and it was an MS issue. Googling I found the following that may help:
    Fast and easy Windows Error Code 2753 resolution
    Error 2753 Preventing Uninstall&amp;#47;Reinstall - Microsoft Community
    Windows Installer Error Messages (Windows)
    For now, this is the only report of the error with SP 9, so it will be good to check if the above helps.
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Crystal 2008 trial (12.0.0.683) and Microsoft Excel 5.0/95 Workbook

    Hi there,
    I'm testing a Data Source connection from Crystal to Excel. My error is
    "Unknown Database Connector Error".
    Any thoughts other than I need to have a full version of Crystal?
    Thanks,
    greg

    Lanny,
    I get exactly the same message when trying to open Microsoft Word (Mac version) documents emailed as attachments to my iPhone, so your problem is not Excel-specific. So far, Apple blames my telco, who blames my ISP, who blames Apple!
    I did see somewhere on the net that attachments will not come down if you have your email sender (Mail in my case) set to Rich Text instead of plain text. However, that does not seem to be the issue. I still get this problem, regards of the format setting. The attachments seem to have been downloaded OK but cannot be opened.
    Sorry I can't be more help but please let me know if you find the solution.
    Michael

  • Crystal reports server and microsoft access db

    Hi
    I have created a Crystal Report using Crystal Reports XI. In terms of a datasource I simply used a unc path to the actual mdb file.
    I can open the report local on the PC in CR XI and the report runs no problem however I have deployed to our Crystal Reports server XI so that users can use it.
    The problem is that when I try to run the report from the Info view console it keeps asking me for a user id and password. I have logged into the CMC admin console and looked at the properites of the report and the process/database tab however not matter what I configure in there it either asks for the username and password or says invlaid object when I try to view the report.
    I have created other reports which have used an SQL database as the data source and published them to the CR Server and they work no problem so I am guessing I need to change something for using an Access DB as the dataource. Not usr eif that change is in Crystal Reports XI or Crystal Reports Server?
    Can anyone help?
    Many thanks

    Try this
    Symptom
    Access files present on the network drives.
    Create a report based on files on the network drives.
    Reproducing the Issue
    Create a Crystal Report using Access and Excel files on the network drive as Data Source.
    Crystal Reports XI Release 1, Release 2.
    Operating System: Windows XP SP2
    Database: Microsoft Access / Excel.
    Resolution
    On the Windows XP system go to Start -> Settings -> Control Panel.
    Double Click on Administrative Tools.
    Double Click on Data Sources (ODBC).
    Click on the System DSN tab and then Click on Add.
    Select a driver for which you want to set up a data source.
    For Access Files select 'Driver do Microsoft Access (*.mdb)' as driver type and then click on Finish.
    For Excel Files select 'Driver do Microsoft Excel (*.xls)' as driver type and then click on Finish.
    Enter the Data Source Name and under the Database option click on Select.
    Then click on the Network button, Map Network Drive window will appear.
    Select the Drive and Folder where you have the Access and Excel Files on the network and then click on Finish button.
    Select the appropriate Directory where the file is located and double click on the folder and select the Excel or Access files depending on the driver you have selected and click on OK button.
    After the DSN is created click on OK button.
    Open the Crystal Report application.
    Click on create New Report.
    Under the Available Data Sources expand the Create New Connection then expand ODBC (RDO) and select the newly created Data Source Name and then click on Finish.
    Select the appropriate tables and create a report as per the requirement.
    Keywords
    Excel Access Crystal Reports Network Drive
    Regards,
    Raghavendra

  • Switching from Microsoft JVM to sun JVM plugin.  Problem w crystal reports

    Hi,
    I am currently in the process of switching off of the microsoft jvm to the sun plugin. I am using the reportviewerbean to view the reports. This works fine in the microsoft JVM, but I am getting a server not found error in the java JVM plugin. Here is the codes that is currently used:
    bean = new ReportViewerBean();
    if ( reportname.startsWith("/") )
    java.net.URL url = this.getDocumentBase();
    reportname = url.getProtocol() + "://" + url.getHost() + ":" + url.getPort() + reportname;
    add((Component) bean);
    ((Component) bean).setBounds(0, 0, (int)this.getSize().width, (int)this.getSize().height);
    bean.start();
    bean.setBackground(Color.gray);
    bean.setPromptOnRefresh(false);
    bean.setHasGroupTree(false);
    bean.setHasPrintButton(true);
    //setZoomFactor(100);
    bean.setZoomFactor(-2);
    Log.debug("In report viewer: setting report parameters: "+reportparameters);
    bean.setReportParameter(reportparameters);
    * It's important to set the report name last. This tells the Crystal viewer to
    * start the report. Otherwise you can get multiple URL requests for the same report.
    Log.debug("In report viewer: setting reportname: "+reportname);
    bean.setReportName(reportname);
    Can anyone tell me what I am doing wrong or what I need to do differently for the SUN environment
    Thanks

    Hi
    I have started playing with this again my full msg is:
    Crystal Report Viewer 1.3.7
    java.vendor = Sun Microsystems Inc.
    java.version = 1.6.0_05
    os.arch = x86
    os.version = 5.1
    File name = java_plugin1.epf
    "java_plugin1.epf" does not exist.
    No response from server.
    URL = http://localhost:7001/cis/servlets/reports/mgnt/WorkflowDetailReport1.rpt?viewer=java&vfmt=encp&vgen=652&language=en
    Parameters = viewer=java_plugin&cmd=get_pg&ttl_info=&page=1&incomplete_page=1&incomplete_page_count=1&pversion=3&promptOnRefresh=0
    network: Connecting http://localhost:7001/cis/servlets/reports/mgnt/WorkflowDetailReport1.rpt?viewer=java&vfmt=encp&vgen=652&language=en with proxy=DIRECT
    Failed to connect to server.
    I have noticed that the viewer is set to equal java and not java_plugin. I am wondering if this is the problem. does anyone know how to change the viewer= ?
    thanks,
    Marc

  • Crystal reports 10 with Microsoft Dynamics (RMS)

    how can I use Crystal Reports 10 with Microsoft dynamics Retails Manegment System (RMS)
    how can I connect to the database to generate reports???
    please help me in details as you can
    thank you very much

    Hello,
    From the looks of things on MS web site about this product it appears it uses MS SQL Server. You should be able to create CR reports off of that DB using either ODBC or OLE DB. What tables to use I have no idea so you'll have to browse the database tables.
    To do so using OLE DB create a new report and select OLE DB and then select the server name where the MS server is installed, log in and then you'll be able to see the databases and tables. From there you are on your own.
    To use ODBC, Open the ODB Administrator in Control Panel and clcik on the System DSN tab and add a new DSN. Select MS SQL Server and the driver, enter in the log on info and select the default database.
    For more info I suggest you search Microsofts Forums on which database and tables to use.
    Thank you
    Don

  • Question about Microsoft Dynamics GP 10 & Crystal Reports

    Hello.
    I am extremely beginner on Crystal Report.
    I have some questions regarding Crystal Report and Microsoft Dynamics GP10
    I have Microsoft Dynamics GP sample code for how to run Crystal Report from GP. Unfortunately, I couldn't able to run this code successfully.
    Below is the sample code: 
    local reference Report,crxApplication;
    crxApplication = COM_CreateObject("CrystalReports11.ObjectFactory.1");
    Report = crxApplication.OpenReport(Path_MakeNative(IN_sPath));
    I am getting an EXCEPTION_CLASS_OBJECT_EXCEPTION error on -> Report = crxApplication.OpenReport(Path_MakeNative(IN_sPath)); statement
    I am using Crystal Report version 11.0.0.895
    Do I need the Developer edition to run these code?
    What if other workstation is installed other version of Crystal Report?
    I mean that I noticed that different version of Crystal Report use different way to create com object.
    For example,
    XI(RDC) use CrystalRuntime.Application.11
    XI(RAS) use CrystalReports11.ObjectFactory.1 XI R2 (RDC) use CrystalRuntime.Application.115
    Any help appreciated!!

    Hi Kicheol,
    Yes to develop in Crystal Reports you must have a developer version so you all the required files and are licensed to do so.
    You wrote:
    I mean that I noticed that different version of Crystal Report use different way to create com object.
    For example,
    XI(RDC) use CrystalRuntime.Application.11
    XI(RAS) use CrystalReports11.ObjectFactory.1 XI R2 (RDC) use CrystalRuntime.Application.115
    RDC is a COM report engine which you are using
    RAS is an InProc report engine that has replaced RDC as the desktop and WEB reporting engine. RDC has been deprecated and no longer shipped in CR 2008.
    Once you get the Developer Version there will be links on the start page to download and have access to the developer help files, samples and much more to get you going.
    Thank you
    Don

Maybe you are looking for

  • Error Message - Unable to Load Needed Components

    0Error Message - Unable to Load Needed Components] Creative Sound Blaster 24-Li've came installed on my Dell PC and I have had no problems for 2 years. Now when I click on Speaker Settings, Surround Mixer, Graphic Equaliser etc... I get the message "

  • Can I save my playlist to a flash drive?

    I need to switch my song library (playlist) from one computer to a new one. Is it possible to save all the songs on my flash drive? If so, please give specific instructions...no tech guru here.

  • FCP 7 Compressor has Error every time I summit

    Hello, Can anyone help me figure out why all of a sudden Compressor (3.5) for my Final Cut Pro 7 stopped working (Exporting). I was exporting videos earlier today perfectly with no problem. All of a sudden when I summit to project the Batch Monitor p

  • GOS-Store bussiness document not editable in PA30(Archivelink)

    Hi All, I am not able to see the store bussiness object -GOS in PA30 when using PREL and it is editable when using BUS1065 but in this case the infotypes/subtypes not availble so please advice me how Muzamil

  • Find/change, ignore superscript

    Hello, I want to convert all of my text to a paragraph style I've called 'Body', but not the superscript characters within it. I've tried changing the superscript characters to another font and colour before doing a find and replace but they still ge