Error: 'bobj' is undefined - crystal report for VS2013 - please help ASAP

Currently we are trying to migrate from VS2008 to VS2013 and we installed Microsoft Visual Studio Ultimate 2013 on a windows 7 laptop. All our crystal report programs are migrated to VS2013. I downloaded Crystal report Support Pack 10 (v. 13.0.10.1385) executable version and installed it. Then opened our old project (from vs2008) in VS2013 and it went through the conversion process. Later I opened each .rpt file and saved in VS2013 so that the crystal report files will be saved in the new format.
I am getting the Error: 'bobj' is undefined when I try to run the report. Am I using the correct service pack 10, or should I use service pack 9. I have read through all the posts related to this error in earlier version of VS. Is there any correct fixes for VS2013?
This is urgent, I am stuck with this error. please help??? Thank you.
JS

Don,
I followed Adil Siddiqui's Blog and it worked!!!!
Add Following code to web.config file
<configSections>
<sectionGroup name=“businessObjects“>
<sectionGroup name=“crystalReports“>
<section name=“rptBuildProvider” type=“CrystalDecisions.Shared.RptBuildProviderHandler,
CrystalDecisions.Shared, Version=13.0.2000.0, Culture=neutral,PublicKeyToken=692fbea5521e1304,  Custom=null“ />
       <section name=“crystalReportViewer” type=“System.Configuration.NameValueSectionHandler“ />
</sectionGroup>
</sectionGroup>
</configSections>
<businessObjects>
<crystalReports>
<rptBuildProvider>
<add embedRptInResource=“true“ />
</rptBuildProvider>
<crystalReportViewer>
<add key=“ResourceUri” value=“~/crystalreportviewers13“ />
</crystalReportViewer>
</crystalReports>
</businessObjects>
NOTE: “<add key=“ResourceUri” value=“/crystalreportviewers13“ />” worked without the ~ sign.
Click the link below for the complete post:
Visual Studio 2012 Crystal Report not working on Windows Server 2012/ 0x800a1391 &amp;#8211; JavaScript runtime error: &…
Thank you Don for your help.
JS

Similar Messages

  • OEM edition of Crystal Reports for Simply Accounting - help w/invoice look

    I updated our Simply Accounting from 2008 to 2010 and now our invoices print out differently: the address does not look the same, and so it doesn't fit properly ... how can I fix this?
    Thanks.

    Hello,
    Sorry we can't support you here. I suggest you contact Simply and tell them what you did. Be sure to tell them if it's your custom report or one of their reports supplied with SImply....
    Unless there are other Simply users who look here SAP can't help you directly, we don't have Simply.
    Thank you
    Don

  • Crystal Reports Error - BOBJ is undefined

    Post Author: cstent
    CA Forum: Crystal Reports
    Hi
    I recently upgraded from crystal reports 10 to 12 and am now coming accross an error when i try and deploy a crystal report viewer onto a webpage.
    Im getting a javascript page error "'bobj' is undefined".
    Searching on the web i can only find one other person who has come accross this error, and not posted the solution.
    Any ideas?

    Crystal Reports Error - BOBJ is indefinido
    hola para los que no Leen inglés.
    este error se dió cuando quise ejecutar el reporte en formato HTML.
    las causas son estas, cuano se instala el runtime solo se instala en C:Inetpubwwwrootaspnet_clientsystem_web2_0_50727
    alli dentro tiene los formularios, y el javascript para que se ejecute el reporte en html (todo el viewer).
    cuando quise ejecutar el reporte tengo otra ruta que se llama c:Inetpubwwwpruebasaspnet_clientsystem_web y me marcaba el error, eso es porque los scripts no se encontraban en esa ruta.
    PARA RESOLVERLO solo copiar el system web de wwwroot y pegarlo en la otra ruta. con eso solucionan el problema.
    saludos desde MTY Mex.

  • Exception-Error when excecuting JSP-File in Crystal reports for Eclipse

    Hi,
    I have created a jsp-File from an rpt-File in Crystal report for Eclipse. When I start the jsp-File on Apache Tomact 5.5 then only errors occurs.
    Coud anyone help me?
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: Unable to compile class for JSP:
    An error occurred at line: 6 in the generated java file
    Only a type can be imported. com.crystaldecisions.report.web.viewer.CrystalReportViewer resolves to a package
    An error occurred at line: 7 in the generated java file
    Only a type can be imported. com.crystaldecisions.reports.sdk.ReportClientDocument resolves to a package
    An error occurred at line: 8 in the generated java file
    Only a type can be imported. com.crystaldecisions.sdk.occa.report.application.OpenReportOptions resolves to a package
    An error occurred at line: 9 in the generated java file
    Only a type can be imported. com.crystaldecisions.sdk.occa.report.lib.ReportSDKExceptionBase resolves to a package
    An error occurred at line: 10 in the generated java file
    Only a type can be imported. com.crystaldecisions.sdk.occa.report.reportsource.IReportSource resolves to a package
    An error occurred at line: 13 in the jsp file: /Bericht1-viewer.jsp
    ReportClientDocument cannot be resolved to a type
    10:      try catch (ReportSDKExceptionBase e)
    60:      
    An error occurred at line: 58 in the jsp file: /Bericht1-viewer.jsp
    e cannot be resolved
    55:
    56:
    57:      } catch (ReportSDKExceptionBase e)
    60:      
    61: %>
    Stacktrace:
         org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:93)
         org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:330)
         org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:435)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:298)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:277)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:265)
         org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:564)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:302)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:329)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    note The full stack trace of the root cause is available in the Apache Tomcat/5.5.26 logs.
    Apache Tomcat/5.5.26
    Bericht1.jsp:
    <%@page import="com.crystaldecisions.report.web.viewer.CrystalReportViewer,
    com.crystaldecisions.reports.sdk.ReportClientDocument,
    com.crystaldecisions.sdk.occa.report.application.OpenReportOptions,
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKExceptionBase,
    com.crystaldecisions.sdk.occa.report.reportsource.IReportSource"%><%
         // This sample code calls methods from the JRCHelperSample class, which
         // contains examples of how to use the BusinessObjects APIs. You are free to
         // modify and distribute the source code contained in the JRCHelperSample class.
         try {
              String reportName = "Bericht1.rpt";
              ReportClientDocument clientDoc = (ReportClientDocument) session.getAttribute(reportName);
              if (clientDoc == null) {
                   // Report can be opened from the relative location specified in the CRConfig.xml, or the report location
                   // tag can be removed to open the reports as Java resources or using an absolute path
                   // (absolute path not recommended for Web applications).
                   clientDoc = new ReportClientDocument();
                   // Open report
                   clientDoc.open(reportName, OpenReportOptions._openAsReadOnly);
                   // Store the report document in session
                   session.setAttribute(reportName, clientDoc);
                   // ****** BEGIN CONNECT CRYSTALREPORTPAGEVIEWER SNIPPET **************** 
                        // Create the CrystalReportViewer object
                        CrystalReportViewer crystalReportPageViewer = new CrystalReportViewer();
                        //     set the reportsource property of the viewer
                        IReportSource reportSource = clientDoc.getReportSource();                    
                        crystalReportPageViewer.setReportSource(reportSource);
                        // set viewer attributes
                        crystalReportPageViewer.setOwnPage(true);
                        crystalReportPageViewer.setOwnForm(true);
                        // Apply the viewer preference attributes
                        // Process the report
                        crystalReportPageViewer.processHttpRequest(request, response, application, null);
                   // ****** END CONNECT CRYSTALREPORTPAGEVIEWER SNIPPET ****************          
         } catch (ReportSDKExceptionBase e) {
             out.println(e);
    %>
    Thanks
    Arnold

    According to the release notes, for the JRCHelperSample to compile, you must set the target runtime for the project.
    To do this, either create a project from scratch that uses the Tomcat 5.5 target runtime, or go to the properties menu and ensure that the target runtime is set to the application server you will be using.

  • Publishing Crystal Reports for Enterprise error

    When I try to publish a Crystal Reports for Enterprise report, using Publication options, in order to send it by email to three of my users,  it shows the following error:
    2014-07-03 10:20:32,390 ERROR [PublishingService:HandlerPool-1] BusinessObjects_PublicationAdminErrorLog_Instance_16070 - [Publication ID # 16070] - Scheduling document job "Users - with Logon Events" (ID: 16,077) failed: Exception in formula '{@Record_Selection}' at 'and (
    ({Auditing.Events\User Name} = "Larry") or ({Auditing.Events\User Name} = "Curly") or ({Auditing.Events\User Name} = "Moe")
    The remaining text does not appear to be part of the formula. (CRS 300003) (FBE60502)
    [3 recipients processed.]
    It is weird because the report is one of those that are by default used for Auditing and it runs perfectly when I run it manually or by Schedule. The problem is when I include it in a Publication, so it can be filtered automatically based on the list of users.
    I tried with another of those reports that come with Auditing, and it has the same problem. Is it a bug? Are you able to replicate this error in your environment? I'm using Crystal Reports 2013 sp3.

    Hi Abhilash,
    I am able to open and edit other reports on the server without problem.  I believe that they are the same version and pack.  Here are my versions:
    CR for Enterprise Version 14.1.3.1257, Build 2013 Support Pack 3.
    SAP BusinessObjects BI Platform 4.1 Support Pack 3, Version 14.1.3.1257
    When CRE displays an error like this, is there further information in a log or recorded anywhere else?  How does one go about finding details?

  • Crystal Report for Enterprise 4.1 develop error

    I user crystalreportviewer to access rpt file .
    When I download from crystal report server 2011/2013,if the file is create by crystal report 2011,it work well,
    else if it is created by crystal report for enterprise ,it will throw a error:
    [COMException (0x80041811): Unsupported Operation. A document processed by the JRC engine cannot be opened in the C++ stack.] CrystalDecisions.ReportAppServer.ClientDoc.ISReportAppFactory.OpenDocument(Object DocID, Int32 Options) +0 Report.XReport.getReportDocument(EnterpriseSession enterpriseSession, NameValueCollection inputQueryString) in D:\Projects\Report\Report\adapter\XReport.aspx.cs:205 Report.XReport.Page_Load(Object sender, EventArgs e) in D:\Projects\Report\Report\adapter\XReport.aspx.cs:92 System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +42 System.Web.UI.Control.OnLoad(EventArgs e) +132 System.Web.UI.Control.LoadRecursive() +66 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2428
    source code:
      string queryString = "Select SI_ID, SI_NAME, SI_PARENTID, SI_CUID From CI_INFOOBJECTS "
                    + " Where SI_KIND = 'CrystalReport'  "
                    + " And SI_PARENTID =  " + agencyFoldID
                    + " And SI_NAME Like '" + reportNameArray[reportNameArray.Length - 1] + "'";
                //   enterpriseService = enterpriseSession.GetService("PSReportFactory");
                // PSReportFactory psReportFactory = (PSReportFactory)enterpriseService.Interface;
                enterpriseService = enterpriseSession.GetService("RASReportFactory");
                ReportAppFactory reportAppFactory = (ReportAppFactory)enterpriseService.Interface;
                InfoObjects infoObjects = infoStore.Query(queryString);
                //  ReportDocument reportDocument = null;
                ReportClientDocument reportClientDocument = new ReportClientDocument();
                if (infoObjects.Count > 0)
                   // ReportDocument reportDocumentt = new ReportDocument();
                    //  reportDocument.EnterpriseSession = enterpriseSession;
                    //  reportDocument.Load(infoObjects[1], enterpriseSession);
                    InfoObject infoObject = infoObjects[1];
                    reportClientDocument = reportAppFactory.OpenDocument(infoObject.ID, 0);
                    //  CrystalReportViewer1.ReportSource = reportClientDocument;

    Hi Alston
    Since you have CR for Enterprise then you also have BI and thus most likely you also have an S user ID. You can use the S user ID to create a phone incident at it is part of your Enterprise Support Package. Just saying as this may be the most efficient way of proceeding at this time(?). But please don't take as me trying to push you off of SCN .
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Error while 'Crystal Report for Sap Business One' addon started

    Hi,
    I have try to install Crystal Report for Sap Business One (Addon Versione number 2.0.0.7).
    The installatione finish succesfully, but when I started the addOn i retrieve this errore message: External Connection to the dataBase failed. Sap Crystal Addon may not function properly. Please re-run the account setup with superuser login.
    I'm logged in Sap with manager (super user), so maybe I have forgot some step in the installation?
    I have see the Demo in the Channel Partner Portal, I have note that I have to isntall the CR_Runtime_12_0, but I don't find it, I don't know where I can download this file. I have just installed SapCrystalSetup.exe and registered the Addon like a normal Sap B1 addon.
    Where is the error??
    Regards
    Marco

    You must configure in each cliente Pc the connection with the DATABASE.
    You must Know the Database Super User (In SQL Server usually sa, and its password, the standard form SAP Business One is SAPB1Admin)
    In Administration > Crystal Reports Administration > Account Setup
    The CR_Runtime_12_0 is only necesary to view reports, but isn't necesary to start de addon.

  • Crystal Reports for Enterprise 4.1: Error while saving report to BI platform "There was an unexpected error saving your report to the server. Please try again or contact your administrator if the problem persists."

    Hi All,
    I am able to create a report in Crystal Reports for Enterprise 4.1 on top of an OLAP connection (data source BEx query). However, when I am trying to save this report to BI platform, I am running into the following error:
    The error was not resolved even after applying the following SAP KBA notes:
    1676033
    1709390
    1922003
    1727813
    Below is the excerpt in the error log (on the path mentioned in SAP NOTE: 1709390),
    However, could not make much sense out of it, as to how can the issue be resolved. If anyone has useful insights on this issue, please share the same with me.
    Regards,
    Alston

    Hi Alston
    Since you have CR for Enterprise then you also have BI and thus most likely you also have an S user ID. You can use the S user ID to create a phone incident at it is part of your Enterprise Support Package. Just saying as this may be the most efficient way of proceeding at this time(?). But please don't take as me trying to push you off of SCN .
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Error in connection of SAP BO Crystal report for enterprise over IDT Universe

    Hi Experts,
    I am facing a connection issue in Crystal report for Enterprise 4.0.
    I am trying to connect Crystal report for Enterprise over IDT Universe which is based on an ECC table. While establishing the connection in crystal report an error pops us stating the data source in invalid as shown below:
    Hope the following version details will help you to get some clue on the error.
    BI launch pad - Built Number : 915
                                   - Product Version : 14.0.5
    SAP Crystal report for Enterprise XI 4.0 - Version : 14.0.2
    SAP Information Design Tool - Version : 4.1 Support Pack 1
       Please help me to overcome this error.
    Thanks,
    S.Nirmal                                                                    

    HI,
    firstly, would request you to upgrade your IDT i.e client tools as well as CR4E tools to the Server version i.e BI 4.0 sP5 it seems.
    then test the issue again and update
    Regards,
    Atul B

  • Crystal Reports for Eclipse throwing error - wizard could not be open

    Hi,
    Today i downloaded Crystal Reports for Eclipse version 3.4.1. i copied the same to the program files folder & while i double click on eclipse.exe. I am able to get in to the eclipse, but while i am trying to create a blank report by right click project -> New -> Other ->Crystal Report -> Blank Report i am getting error " Problem Opening the wizard" & additional details on error as " the selectd wizard could not be started Plug-incom.businessobjects.designer.blankreportwizard was undable to load class com.businessobjects.crystalreports.designer.blankreportwizard.blankreportwizard.com/businessobjects/crystalreprots/designer/blankreportwizard/blankreportwizard(unsupported major.minor version 49.0)"
    In my machine i have J2SE Development Kit 5.0 Update 11 & J2SE Runtime Environment 5.0 Update 11 . Can anyone help me to resolve the issue.
    Thanks,
    Siby

    Hi,
    Please make sure you have Tomcat 5.5 installed on your machine.
    Also JAVA_HOME and Tomcat's CATALINA path are set accordingly in Environment Variables.
    After setting these restart machine and Eclipse.
    The latest version for crystal report for eclipse isCrystal Report For Eclipse v2.0 SP1
    Thanks,
    Neeraj
    Edited by: Neeraj SP on May 19, 2009 6:08 PM

  • How do I resolve error 1310 while installing crystal report version for visual studio 2010.

    How do I resolve error 1310. I try to install crystal version for visual studio 2010, but I got this error message. Error 1310. Error writing to file. mcf80.dll.verify that you have access to that directory. My pc is window 7 (32 bit). Please I need help
    urgently to work with this program in my system successfully. Please help.

    Hello Dorohidea,
    Do you mean that when you install crystal report in virtual studio 2010, you receive the error message about error 1310?
    Please take a look at the following KB.
    Support for Crystal Reports for Visual Studio
    https://support.microsoft.com/kb/317789/en-us
    In Visual Studio 2010, to create a Crystal Reports project or Web site or to import existing projects or Web sites that were created by using older versions of Visual Studio or Crystal Reports, you must first install a version of Crystal Reports that is
    compatible with Visual Studio 2010.
    For more information about how to use Crystal Reports in Visual Studio 2010, visit the following SAP Crystal Reports website:
    http://www.sap.com/crystalreports/vs2010
    Best regards,
    Fangzhou CHEN
    Fangzhou CHEN
    TechNet Community Support

  • Error in upgrade Crystal Reports for Visual Studio 2010 to SP1

    During the installation of SP1 of Crystal Reports for Visual Studio 2010 (RTM was already installed) I got an error message saying:
    Error 2753. The file "agent.exe.6ED28686_7B19_420C_B255_5B6C1BD2C705" is not marked for installation.
    After a rerun of the setup program (choosing reinstall) the message did not re-appear.
    It happens on Windows 7 x64 with Visual Studio 2010 SP1
    Is this a bug in the installation or an "undocumented feature"?
    Regards,
    Adri

    Hi Adri,
    I had that error once and one other poster also had it. Like you I just re-installed and no error on the second round.
    I believe it was some Windows Process had the file locked for some reason. It's not a bug or "undocumented feature" it's a Windows OS thingy....
    Before uninstalling anything it may be a recommendation to reboot first and not load anything that may be locking dependencies.
    How many times have you seen this?
    Thank you
    Don

  • DB2 support for Crystal Reports for Enterprise And Unx errors

    Hi,
    I have a requirement to create a report in CrystalReports for Enterprise 4 sourcing data from Oracle 11 and IBM DB2 V9 databases. My first approach is to create relational connections for both the databases in the BO Repository (using Universe designer) and use them directley in the CR for Enterprise. Here I was able to create the two connections but unable to use the DB2 connnection in the report. I get the below error:
    "The Database DB2V9 is not supported".
    Is DB2 is a supported database for Crystal reports for Enterprise ??
    My second approach is to create a multisource universe using IDT. Here when I try to create the Datafoundation layer, I get to see the tables from the DB2 databasae but When I expand the Oracle connection, I get this error: "conversion from UTF8 to charset failed: encoding not loaded".
    Im unable to create a multisource universe at all no matter what connections I use.
    Here is some additional info:
    SAP BI4.1 SP1
    Windows 2008 R2 servers
    Oracle 11g
    IBM DB2 V9.7
    Any suggestions please!
    Thanks,
    Ravinder

    Hi,
    First of all I would strongly advice you to only use IDT for your universe development. The old Universe Designer is a legacy tool and should not be used unless you are using products that doesn't support IDT universes.
    The issue you are facing for your Oracle connection is likely caused by a missing path variable.
    Add "C:\Program Files (x86)\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\win64_x64" to the PATH environment variables on the SAP Business Objects Enterprise server.
    Restart the SIA
    NOTE: Modify the path in case the SAP BusinessObjects Enterprise is installed in different folder.
    Hope this helps.
    Cheers,
    Josh

  • Crystal Reports for Enterprise connection error to BI 4.0 Platform

    Hi All
    We are trying to connect Crystal Reports for Enterprise to our BI 4.0 Platform, however we are getting the following error: "Failed to establish a connection. The cause was: Cannot connect to SAP BusinessObjects Enterprise at this time. Please try again later".
    System Information:
    - SAP BI Platform 4.0 SP02 patch 6
    - Windows Server 2008 R2 64bit
    - Tomcat 6.0.24
    We have also installed the following client software:
    - SAP BI Platform Client Tools 4.0 SP02
    - SAP Crystal Reports for Enterprise 4.0 SP02
    - SAP BI Platform Client Tools 4.0 SP02 Patch 6
    - SAP Crystal Reports for Enterprise 4.0 SP02 Patch 6
    Our deployment of the BI Platform is a distributed system where
    - Server 1 hosts the BI Platform Services and
    - Server 2 hosts the web application server
    We have reviewed the following OSS Notes below from SAP first to determine if there is a technical issue :
    - 1598906 - Crystal Reports for Enterprise gives Cannot Connect to SAP Business Objects Enterprise at this time. Please try again later.
    We have adjusted the "dsws.properties" as mentioned in the OSS note 1598906 above to contain the correct CMS and CMS port number (for Server 1).
    - 1602024 - Error - Failed to establish a connection. The cause was - Cannot Connect to SAP BusinessObjects Enterprise at this time.
    We have entered the server context as "/dswsbobje" mentioned in the OSS note 1602024 above in the connection details for CR for Enterprise connections
    - 1636862 - Login for Crystal Reports fail on BO Server Cannot Connect to SAP Business Objects Enterprise at this time.
    We have checked the proxy settings of Internet Explorer and adjusted it to have the following exceptions defined:
    - Server 1.<domain_name>
    - Server 2.<domain.name>
    In the CMC, we also checked in the applications section for the web service option's access URL andchanged it from http://localhost:8080/dswsbobje to http://server2:8080/dswsbobje
    We restarted the tomcat service and tried to access the CR for Enterprise from the BI Launch Pad as well as starting it directly from Windows, howevere we still get the same error.
    Regards
    Derek
    Edited by: Derek Fox on Oct 27, 2011 1:07 PM
    Edited by: Derek Fox on Oct 27, 2011 1:10 PM
    Edited by: Derek Fox on Oct 27, 2011 1:11 PM
    Edited by: Derek Fox on Oct 27, 2011 1:20 PM

    Hi Anna-Marie
    I apologise for only responding now back.
    I have managed to logon successfully from Crystal Reports for Enterprise 2011 to the BI 4.0 Platform now, where we can create a report and save the report back to the BI Platform.
    As we have a distributed system, where the BI Platform is on one server (Server1) and the WebAs on another server (Server2). We had to adjust thefollowing settings on the WebAs system.
    1. On the WebAs server (Server 2), in the directory <install drive>:\Program Files (x86)\SAP BusinessObjects\Tomcat6\webapps\dswsbobje\WEB-INF we changed the file: web.xml by entering the default CMS.
        <context-param>
            <param-name>cms.default</param-name>
            <param-value>Server2:6400</param-value>
        </context-param>
    2.Then also in the directory <install drive>:\Program Files (x86)\SAP BusinessObjects\Tomcat6\webapps\dswsbobje\WEB-INF\classes we changed the file: dsws.properties where the section for domain=Server2 to domain=Server1 (example below from the file)
    #default host for CMS and will be replaced during installationdomain=Server1:6400
    3. In internet explorer's proxy exceptions, we set the following:
    server1.<domain>*
    server2.<domain>*
    4. In the local Intranet setting, we also set the site as:
    http://*.<domain>
    Now for my laptop the connection works with no issues, but another developer's does not work - so we are busy investigating what is different between my laptop and his laptop.
    Update:
    We found that a setting inside the Crystal Reports for Enterprise 2011 in the network settings had to also be adjusted.
    5. Use the menu path: Edit > Preferences > Network settings
    6. Switch from "use system proxy configuration (if available)" to "Manual proxy configuration"
    Enter the HTTP proxy address: proxy_server
    Enter the Port: 80 (example)
    Enter the list of servers to bypass: Server1;Server2
    Check the checkbox "Enable proxy authentication"
    Enter a username
    Enter a password
    Click on the OK button.
    7. Afterward change the setting from "Manual proxy configuration" to  "use system proxy configuration (if available)"
    Then Crystal Reports for Enterprise 2011 works correctly.
    What we found was that Crystal Reports for Enterprise 2011 must authenticate against the proxy server first otherwise one has issues.
    Regards
    Derek
    Edited by: Derek Fox on Oct 28, 2011 2:02 PM
    Edited by: Derek Fox on Oct 28, 2011 3:38 PM

  • JavaScript Error in Crystal Reports for Visual Studio 2013 - revisited

    With the newly-released Crystal Reports for Visual Studio 2013, I was receiving the following error:
    Unhandled exception at line 37, column 59140 in http://localhost:4486/cfb341e5bcca4ae88166b78e20276d73/browserLink
    0x800a139e - JavaScript runtime error: Syntax error, unrecognized expression: input#__CRYSTALSTATEctl00$MainContent$CrystalReportViewer1
    It turns out that this is related to the Browser Link Visual Studio add-in. You can either ignore the error, or disable Browser Link.
    Dan

    Hi Dan
    Many thanks for the heads up
    - Ludek

Maybe you are looking for