Install and configure Tomcat post-Crystal Reports Server implementation?

Scenario - have Crystal Reports Server 2008 V1 already installed using WACS and IIS. Everything runs great.  Want to add in SAP Crystal Dashboard Design. Looking through the documentation for Dashboard Design tells me I need to:
1. Install SAP BusinessObjects Enterprise or Crystal Reports Server.
2. Install SAP BusinessObjects Xcelsius Enterprise 2008.
3. Install Live Office.
4. Install SAP BusinessObjects Web Services.
5. Add the Live Office keycode to the Central Management Console
Made it past 3 and am hung up on 4. According to documentation for Unified Web Services, it looks like I need Tomcat  installed, but Crystal Reports Server doesn't offer an expand installation option.  There also doesn't seem to be any good documentation included with SAP Crystal Dashboard Design on installing web services - if it's required, why isn't it included and where can I find the documentation (assuming it's different than the Unified Web Services Administrator's Guide I found).
It seems odd that a customer who might want to purchase an add-on for their Crystal Reports Server implementation wouldn't be able to easily add to their product..
1)  Can I install web services to Crystal Reports Server using just the WACS or is Tomcat required? The admin guide indicates WACS is not supported for apps that use web services, like Live Office. Is that an absolute?
2)  If Tomcat is required, can I install and configure it for an existing Crystal Reports Server 2008 V1 implementation?
3)  If i can install Tomcat on a server with an existing Crystal Reports Server 2008 V1 implementation, is there a specific guide to doing so?

Hi Colin,
What is the exact version of BO/Crystal Enterprise.
If it is BOXI R2 then follow below mentioned steps.
To manually install the ActiveX Viewer on the client computer:
1. Copy the ActiveXViewer.cab file from the server to the client computer, and extract its contents to a temporary folder.
2. Move the files Crviewer.dll, Crviewer9.dll, Sviewhlp.dll, and Swebrs.dll to the System32 folder. Keep this folder visible.
3. On the Start menu, click Run. The Run dialog box appears.
4. In the Open box, type "regsvr32" and then drag and drop the Crviewer.dll file icon from the System32 folder onto the Run dialog box.
5 Click OK.
Repeat steps 3 and 4 for the files Sviewhlp.dll, and Swebrs.dll.
You may still be prompted by the browser, choose more options and never install to avoid being prompted.  The viewer should work after that.
Thanks,
Purna.

Similar Messages

  • How I can install and configure dg4odbc to access SQL Server database

    I need to link Oracle database (installed in Solaris) to SQL Server database. How can I install and configure dg4odbc. Is there any step by step tutorial or guide available there.Thanks in advance.

    Hi,
      You can download the DG4ODBC software from either MOS or eDelivery depending which versios you want to install
    For 11.2.0.4 -
    Patch 13390677: 11.2.0.4.0 PATCH SET FOR ORACLE DATABASE SERVER
    - login to My Oracle Support
    - click on 'Patches and Updates'
    - search for patch number 13390677
    - you may need to press the '+' button to see the platform list
    - scroll down the list to and click on the 'Oracle Solaris on SPARC (64-bit)'  option.
    - on the next screen click on the 'Download' option
    - from the list of download files choose -
    p13390677_112040_platform_5of7.zip
    - this is the Gateway media pack and has everything needed for a standalone gateway install.
    - unzip the file and run the installer and choose the gateway you want.
    For 12.1 -
    https://edelivery.oracle.com
    Product Pack – Oracle Database
    Platform – Oracle Solaris on SPARC (64-bit)
    Oracle Database 12c Release 1 (12.1.0.1.0) Media Pack for Oracle Solaris on SPARC (64-bit)
    - then for the gateways download –
    Oracle Database Gateways 12c Release 1 (12.1.0.1.0) for Oracle Solaris on SPARC (64-bit)
    - unzip and run the installer
    Whichever version you decide I recommend you install into a completely separtae ORACLE_HOME from any existing installs as this makes maintenacne easier.
    For the configuration have a look at this note if you have access to My oracle Support -
    How to Configure DG4ODBC on 64bit Unix OS (Linux, Solaris, AIX, HP-UX Itanium) to Connect to Non-Oracle Databases Post Install (Doc ID 561033.1)
    If not, then refer to the documentation available from -
    Oracle Database Help Center
    - choose either 12.1 or 11.2 then the 'Information Integration' option.
    You can also install the DG4ODBC on the Windows machine (or any other machine if preferred) and access it from the RDBMS on Solaris.
    Regards,
    Mike

  • Problem installing and configuring Tomcat

    Hi
    I am quite new with Java and feel like a typical dumb blonde. OK, I am using an 'ancient ' version of the Java Development Kit, which is j2sdk1.4.1_01 (for the purpose of my studies, though I know there is a newer version available).
    I am also using Windows XP Professional Edition.
    I need to install Tomcat for my studies and asignmentd and have a CD which was given via my training institution. This is Apache Tomcat version 4.1.18 (yes, i know there are newer version available).
    I have followed the installation steps they have given, installed it to C:\Program Files\Apache Group\Tomcat 4.1
    I have set the JAVA_HOME as follow to C:\j2sdk (in the envir0nment variables)
    and
    CLASSPATH as follow to: .;C:\Program Files\Apache Group\Tomcat 4.1\common\lib\servlet.jar
    (or append \common\lib\servlet.jar to the location where you installed Tomcat) _
    what do they mean by this and where, how ?
    Interesting enough they say the above CLASPATH should show as System variables, but mine does not appear there, but instead as user variables for me.
    OK. I installed everything and got the shortcuts icons for "Start Tomcat" and "Stop Tomcat"
    Now I needed to test the Tomcat Installation. I was asked to double click the "Start Tomcat "icon. Minimize the command prompt window opened by Tomcat, then to start my web browswer ( I am using Internet Explorer version 7). Don't know if one should be online or oflline ? When the browser windows open, type http://localhost:8080/ in the Adress box and then press the ENTER key.
    I should have received a webpage showing Apache Jakarta Project indicating setup for Tomcat was sucessful.
    Well, i don;t get it.
    First of all, when clicking the shortcut icon "Start Icon" it gives a message and tries to locate java.exe. I don;t know where this should be located.
    Thenthey browswer does not give me a page to say setup is sucessful. instead i get
    the following error message :
    "Apache Tomcat/4.1.18 - Error reportHTTP 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: -1 in the jsp file: null
    Generated servlet error:
    [javac] Compiling 1 source file
         at org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:130)
         at org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:293)
         at org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:340)
         at org.apache.jasper.compiler.Compiler.compile(Compiler.java:352)
         at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:474)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:184)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:260)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2415)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:432)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:386)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:534)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:530)
         at java.lang.Thread.run(Thread.java:536)
    Apache Tomcat/4.1.18 "
    Can anyone please help ?

    newy wrote:
    Hi there
    Thanks for your input.
    Phew, things are getting more complicated :(
    OK, I did a search for the JRE. It is located at C:\j2sdk1.4.1_01No, that's the JDK, but that's what JAVA_HOME should point to.
    My Apache Tomcat is in C:\Program Files\Apache GroupTrouble. I try not to install things in directory names with spaces in them. Just my personal quirk.
    My j2sdk which contains a doc file is in C:\What?
    My j2sdk1.4.1_01 is in C:\What? You said it was in C:\j2sdk1.4.1_01 above.
    My environment variables for:
    JAVA_HOME is C:\j2sdkOK.
    CLASSPATH is .;C:\Program Files\Apache Group\Tomcat 4.1\common\lib\servlet.jar
    (but with this CLASSPATH ,I cant get to appear in the system variables. It only wants to appear in the user variables for myself. Should it be in the system variable, and if so, how do I get it there?)Wrong. Delete it. You don't need a system CLASSPATH environment variable. Tomcat ignores it, as does every Java EE app server. Every IDE ignores it, too. Useless. Worse than useless, because it deceives noobs into thinking that their CLASSPATH is "right".
    OK, and if I had to set the CLASSPATH for CATALINA, the ni did it as C:\Program Files\Apache Group\Tomcat 4.1\server\lib
    don't know if this is correct. It too, only appears in my user variables and not in system variables.Wrong.
    OK, I as said I have a short cut created on my desktop, "Start Tomcat" as well as "Stop Tomcat".No, open up a command shell, navigate to the Tomcat /bin directory, and run the start script. You'll be able to see the error messages that way.
    Arrrgggghhh, why is Tomcat such hell ?Why are you using such an old JDK and an old version of Tomcat? You have JDK 1.4 and Tomcat 4.x. We're up to 6 and 6, respectively. Why are you staying two versions behind?
    %

  • Trying to install and configure RRAS in WIndows 2012 Server R2 but cannot

    I just installed Windows Server 2012 R2 standard and trying to install RRAS.
    Following these steps:
    To install RRAS       
    Perform one of the following two steps to start the Add Roles Wizard:
    Start Server Manager. In the main window, under Roles Summary, click
    Add roles.
    In the Initial Configuration Tasks window that appears when you first log on, under
    Customize This Server, click Add roles.
    On the Before You Begin page, click Next.
    Note
    This page does not appear if you previously selected Skip this page by default.
    On the Select Server Roles page, select Network Policy and Access Services, and then click
    Next twice.
    On the Select Role Services page, select Routing and Remote Access Services.
    Once I get to step 4 I do not see Routing and Remote Access listed under role services.  Any idea why this is?
    Thanks,
    Craig

    Hello,
    please see https://www.youtube.com/watch?v=6ubn5fkXZq8
    And use "Remote Access" instead "Network Policy and Access Services".
    Best regards
    Meinolf Weber
    MVP, MCP, MCTS
    Microsoft MVP - Directory Services
    My Blog: http://blogs.msmvps.com/MWeber
    Disclaimer: This posting is provided AS IS with no warranties or guarantees and confers no rights.
    Twitter:  

  • How to install SharePoint MOSS 2007 PIK for Crystal Report Server XI R2?

    My configuration is :
    Moss 2007 without any Crystal Report or BO component. on one box with Windows 2003 server
    Cyrstal Report Server XI R2 on another box
    I have downloaded the kit installation: http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/webcontent/uuid/503988db-58c5-2b10-f79d-cb96700417f9 [original link is broken]
    I used this one as they said:
    BusinessObjects XI Release 2 SharePoint 2007 Portal Integration Kit
    Download BusinessObjects XI Release 2 SharePoint 2007 Portal Integration Kit - ZIP 5MB
    I do not have BO Enterprise.
    Thanks,

    Answered my own question.  Managed to upgrade to 5.0 following this process, but follow these instructions with care...
    1.  Stop all CMS services in Config Manager.
    2. Go to Add/Remove programs and click "change" for Crystal Reports Server XI.  Click on "Modify" then change the entry for MySQL4.1.13a to "Entire Feature will be unavailable" (from Enterprise -> Server Components -> Servers - > Central Management Server).  This will remove the existing mySQL version and any data/license key information/customisation, so be wary.
    3. Install the desired version of mySQL.
    4. Use the MySql command line to create a new database - "create DATABASE BOE115;"
    5. In the Central Config Manager, select the CMS and display its properties.  Select the Dependencies tab and remove the old version of mySQL and add the new version.  Click on the Config tab, then Select Datasource.  Select mySQL driver, then complete the details for the newly created database.  Once complete it will still produce an error, at which point you need to select the options to Re-create the Current Datasource.
    6. Once the datasource is sucessfully recreated, restart the Crystal service in the Config Manager.
    7. Open the Config tool, and add your license key. Then Re-Enable all the servers within the Servers page.
    8.  Any other customisation or preferences would need to be re-applied.
    This worked for me, but obviously take care as your existing mySQL database will be completely removed during the process.

  • Crystal Reports Server and OpenDocument Solution

    Hello,
    I have just installed a trial version of Crystal Reports Server version 12.
    My objective is to be able to launch in context from another application a report from Crystal Reports.
    So, I have read the document on 'Viewing Reports and Documents using URLs'. I assume this allows you to pass a URL to BusinessIbjects Enterprise Server. Once received, the report is generated and displayed.
    My question is, if I have Crystal Report Server installed, what else do i need to run this functionality?
    I think this is called the opendocument solution? Do i need to install something else ontop of the CRS version 12?
    thanks
    Henry

    If you examine the directories in your webapp (IIS or tomcat) then you should notice an OpenDocument Directory. This is included in our install by default. Then if you have created reports on the server or just using the samples you can use something like http://servername:port/OpenDocument.aspx (for IIS) or OpenDocument.jsp (for tomcat or other java/app) ?sDocName=reportname should open the report.
    You can also add additional parameters if you have the opendocument users guide.
    Regards,
    Tim

  • How to get past Crystal Reports Server 2008 Linux install error

    Hi,
         During the install of Crystal Reports Server 2008 on Red Hat Linux we select use an existing DB (Oracle) and it prompts for:
    Crystal Reports Server 2008 Setup
    Enter the information for your new CMS
    Oracle TNSNAME :
    [SANDBOX                     ] *
    User ID :
    [crystal_rpt                 ] *
    Password :
    which then gives me:
    Crystal Reports Server 2008 Setup
    ERROR
    Failure to validate the database credential has a potential to crash the database at a later stage. Enter the correct information.
    It doesn't let me get past this and just send me back to the previous screen.  I've check and re-checked and the information TNSNAME, User ID, and Password are all correct.  Now I can exit out the install and sqlplus to the database just fine with all that same information.
    What does this error mean?  And how do I get past it?
    Thanks,
    ~Jet

    Hi Jet,
    I've go the same problem. Have you solved this problem?
    Regards,
    Aldo

  • Crystal Report Server XI R2 SP2 for Linux??

    Post Author: plambrechtsen
    CA Forum: Upgrading and Licensing
    HelloTrying to get Crystal Report Server XI R2 on Linux working, I have downloaded the latest eval version that I could find aka "crsxir2linuxdisc1.tar.gz" and  "crsxir2linuxdisc2.tar.gz" and plugged in the XI R2 Eval Code.In theory I should be able to use my Crystal XI license code to license R2... but the Server does not accept the XI license code.Is it just me or is Crystal Server Patching REALLY confusing or what.... There doesn't seem to be a clear place to download anything later than the XI R2 shipping code for Crystal Server either for Windows or for Linux.  The latest version of Developer is easy to find.... what about Crystal Server?

    Answered my own question.  Managed to upgrade to 5.0 following this process, but follow these instructions with care...
    1.  Stop all CMS services in Config Manager.
    2. Go to Add/Remove programs and click "change" for Crystal Reports Server XI.  Click on "Modify" then change the entry for MySQL4.1.13a to "Entire Feature will be unavailable" (from Enterprise -> Server Components -> Servers - > Central Management Server).  This will remove the existing mySQL version and any data/license key information/customisation, so be wary.
    3. Install the desired version of mySQL.
    4. Use the MySql command line to create a new database - "create DATABASE BOE115;"
    5. In the Central Config Manager, select the CMS and display its properties.  Select the Dependencies tab and remove the old version of mySQL and add the new version.  Click on the Config tab, then Select Datasource.  Select mySQL driver, then complete the details for the newly created database.  Once complete it will still produce an error, at which point you need to select the options to Re-create the Current Datasource.
    6. Once the datasource is sucessfully recreated, restart the Crystal service in the Config Manager.
    7. Open the Config tool, and add your license key. Then Re-Enable all the servers within the Servers page.
    8.  Any other customisation or preferences would need to be re-applied.
    This worked for me, but obviously take care as your existing mySQL database will be completely removed during the process.

  • Crystal Report Server XI R2 - Upgrade MySQL to 5.0 or 5.1?

    Although SP4 for Crystal Report Server XI R2 contains mySQL v 4.1.23, there are security vulnerabilities which are only addressed in 4.1.24 and 4.1.25.  These versions are not in release in binary form from mysql.com, as 4.1 is no longer supported.
    To address the security vulnerabilities, an update of mySQL to 5.0 or 5,1 may be required, but a straight upgrade from 4.1 to either of these versions does not seem to work - CMS cannot connect to the new database version.
    Can anyone provide some guidance on how to patch mySQL from 4.1 to 5.0 or 5.1 for Crystal Report Server XI R2, or whether there is another way of addressing the security vulnerabilities in 4.1.23?
    Thanks
    Paul

    Answered my own question.  Managed to upgrade to 5.0 following this process, but follow these instructions with care...
    1.  Stop all CMS services in Config Manager.
    2. Go to Add/Remove programs and click "change" for Crystal Reports Server XI.  Click on "Modify" then change the entry for MySQL4.1.13a to "Entire Feature will be unavailable" (from Enterprise -> Server Components -> Servers - > Central Management Server).  This will remove the existing mySQL version and any data/license key information/customisation, so be wary.
    3. Install the desired version of mySQL.
    4. Use the MySql command line to create a new database - "create DATABASE BOE115;"
    5. In the Central Config Manager, select the CMS and display its properties.  Select the Dependencies tab and remove the old version of mySQL and add the new version.  Click on the Config tab, then Select Datasource.  Select mySQL driver, then complete the details for the newly created database.  Once complete it will still produce an error, at which point you need to select the options to Re-create the Current Datasource.
    6. Once the datasource is sucessfully recreated, restart the Crystal service in the Config Manager.
    7. Open the Config tool, and add your license key. Then Re-Enable all the servers within the Servers page.
    8.  Any other customisation or preferences would need to be re-applied.
    This worked for me, but obviously take care as your existing mySQL database will be completely removed during the process.

  • Crystal Reports Server 2008 FP 4.1 Update did not update InfoView/Cmc ?

    Hi all,
    last year I installed a Crystal Reports Server 2008. After installation I had the following version numbers:
    Server = 12.3.0
    InfoView/Cmc = 12.1.0
    Now I downloaded all packages of service pack 4 and fix pack 4.1 and tried to install them in following order:
    Crystal Reports Server 2008 V1 Service Pack 4 for Server Components
    Crystal Reports Server 2008 V1 Service Pack 4 for Client Components
    Crystal Reports Server 2008 V1 Fix Pack 4.1 for Server Components
    Crystal Reports Server 2008 V1 Fix Pack 4.1 for Client Components
    The installation of the server components worked fine, however the installation of the client components failed with "Base version mismatch". Now I have these version numbers:
    Server = 12.4.1
    InfoView/Cmc = 12.1.0
    Is that the intended behaviour? Is there no need to update InfoView/Cmc too? I know that InfoView did not work with IE 9 before the update, so I hoped to get an update of it.
    Thanks for any info
    Joern

    Hi Joern,
    Don't pay attention to the version that you get from infoview or CMC.
    It never changes and will always remain 12.1.0
    In order to know your BOE version, you can check it in
    CMC > Settings
    In the add/remove programs, it lists the version installed
    You also have a tool which is software inventory tool which list the version installed.
    For clients, if you go in the folder where the .exe is, if you right click on it and select properties then you will get the version number in the version tab
    I hope this will help you
    Regards,
    Philippe

  • Using Web Services on the Crystal Report Server XI to return reports

    <p>Hi,</p><p>I&#39;m trying to setup for the first time a Crystal Reports Server XI R2 and put a couple of reports onto the server.  This is so I can access the reports on the crystal reports server using using the crystal web services and finally display the reports in an ASP.NET web application.</p><p>So far I have installed the server, created a couple of reports, put them on the server, and tested to see that I can access the reports using the Central Management Console.  This all works fine and the reports are returned.</p><p> Ok, now for the bit that&#39;s not working.</p><p> I&#39;ve got a C# ASP.NET web application, and I&#39;ve followed a couple of <a href="http://support.businessobjects.com/documentation/product_guides/cr_net/vs_2005/html/crtsktutorialsotherdynamicpulldownwebservicehelpermethod.htm" target="_blank" title="Adding a Helper Method to Access Crystal Reports Web Services">tutorials</a> to give me an idea of what I should be doing to use the Web Services that are provided:  </p><ul><li>ServerFileReportManager.asmx</li><li>ServerFileReportService.asmx </li></ul><p>However, it appears that when I list the child objects on the crystal server:</p><blockquote><font size="2" color="#008080"><font size="1"><em><font size="2"><p><font size="1">serverFileReport = <font color="#0000ff">new</font> <font color="#008080">ServerFileReport</font>();<br /></font><font size="1">serverFileReport.ReportPath = <font color="#800000">""</font>;<br /></font><font size="1"><br />reportManagerRequest = <font color="#0000ff">new</font> <font color="#008080">ReportManagerRequest</font>();<br /></font><font size="1">reportManagerRequest.ExtraData = serverFileReport.GetExtraData();<br /></font><font size="1">reportManagerRequest.ParentUri = serverFileReport.ToUri();<br /></font><font size="2" color="#008080"><font size="1"><em><br />ReportManagerResponse</em></font></font><font size="1"><em> reportManagerResponse = <font color="#0000ff">new</font> <font color="#008080">ReportManagerResponse</font>();<br />reportManagerResponse = serverFileReportManagerProxy.ListChildObjects(reportManagerRequest);</em></font></p></font></em></font></font></blockquote><p><font size="1"><font size="1">I always get a</font> <font size="2"><font size="1"><em>reportManagerResponse.ReportUris</em></font></font></font><font size="1"> with a count of 0.  Now the thing is I know that I have a couple of reports on the Crystal Server, but for some reason they&#39;re not been picked up.   I must be missing something.</font></p><p><font size="1"><font size="1">Does anyone have any ideas??? Please</font>!</font></p><p>Many thanks in advance,<br />Chris</p><p>Current Set-up:</p><ul><li>Crystal Reports Server XI R2 (11.5)</li><li>Virtual Directory of the web services: crystalreportviewers115 </li><ul><li>(Physical Path - C:\Program Files\Business Objects\common\3.5\crystalreportviewers115)</li></ul><li>Development Environment: Visual Studio 2005</li></ul>

    <p>I looks like your mixing technologies here.   You are using <strong>Crystal Report Server</strong> and the <strong>Crystal Report Web Services</strong> that come with Visual Studio.</p><p>I know that this might seem like they are the same product, and the naming does seem confusing but I&#39;ll try and make it easy for you to understand.</p><p><strong>Crystal Reports Server</strong> - This is a managed reporting solution which allows you to distribute your reports via the web.  It has features like scheduling and built in security.</p><p>It appears that you have a handle on what Crytal Report Server is from what you have been able to accomplish those far.  You have created your report and published it to Crystal Report Server and viewed it via the Central Management Console.  Crystal Reports Server has two methods for accessing the reports programatically.</p><p>1. The Enterprise SDK</p><p>2. The Web Services SDK</p><p><a href="/node/353">Check out this white paper that compares these two SDKs </a></p><p><a href="/node/256">This paper describes the Web Services SDK.</a></p><p>In the above paper there is a getting started section which points you to the Developer Library which shows you how to install the web services on your Crytal Reports Server machine.</p><p>Crystal Reports Server does not have the Business Object web services installed by default so I would suggest following the directions in the <a href="http://devlibrary.businessobjects.com/BusinessObjectsXIR2/en/devsuite.htm">Developer Library.</a></p><p>The directions wont talk about Crystal Reports Server but these are the directions to get the Web Services installed. </p><p>There is another web services technology which you are writing code for which is called <strong>Crystal Report Web Services.  </strong>This technology comes with Visual Studio 2003.  It provides un-managed reports via webservices.  Un-managed means these reports are not published to Crystal Reports Server.</p><p>So basically your problem is that your code is for <strong>Crystal Report Web Services </strong>but you are trying to view reports published to <strong>Crystal Reports Server.</strong>  To take advantage of scheduling and security and web service access I would suggest using Crystal Reports Server and install the Business Objects Platform webservices to access the reports. </p><p>I hope that&#39;s clear.<br /></p><p>Rob Horne<br /><a href="/blog/10">Rob&#39;s blog - http://diamond.businessobjects.com/blog/10</a></p>

  • Automatic reimport of subreports on Crystal Reports Server 2008

    Hi,
    if I import a subreport into a report, there is IMHO an option "automatic reimport when opening". Does this work also if I upload both report and subreport to a Crystal Reports Server 2008? If so, on which base does the report find the subreport (relative path, UUID?) ?
    Thanks for information
    Joern

    I think if its supported for Crystal Designer then should be supported on Server also.
    Also, posting this questions on Crystal Reports forum might give you fast and reliable ans.
    --Kuldeep

  • Installing and Configuring Oracle Portal

    http://oraclelabs.com/index.php/2010/08/30/installing-and-configuring-oracle-portal-forms-reports-and-discoverer/

    Try running the diag.cmd and see for the log.If u cannot fig out just post the log too.

  • Crystal Report Server NFR key invalid...

    I was hoping someone here might be able to point me in the right direction.  I'm trying to install our NFR copy of Crystal Reports Server (https://websmp206.sap-ag.de/~sapidb/011000358700000879362009E).  There's an NFR key on the page that we're supposed to use to install the software BUT the software tells me the key is invalid.  Does anyone know where I can get a functional registration key?

    Hi,
    I'd suggest talking with your sales rep to get a key.  You can also probably get a temp key following this note:
    SAP Note 1288121 - How to download Temporary License keys for Business Objects Products from SAP Support Portal

  • Passing SQL to Crystal Reports Server using JAVA

    Hi all,
      We are in the process of redoing our Java app and we would like to create SQL query and pass this to Crystal Reports Server to have it generate a report.
      I've looked all over but still could not find any info on it.  Does anyone know how this is done or know where I can find some information on this?
      I've looked at some of the examples from BO but did not find anything relating to what I need to have.
    Thanks in advance.
    -S.C.-

    Hey,
    Have a look at https://boc.sdn.sap.com/node/452
    There some other great webinars on the left side also.
    Hope that helps.
    Else if you wanting to run some SQL before loading the report search for something along the lines of:
    (But I warn you this is not the correct coding, I have just quickly cut and paste a
    few bits from one of my reports but you should get the idea, hopefully,
    might have to use your imagination.)
    Connection connection = null;
    CallableStatement cs;
    Class.forName(dbDriverName);
    // Create a connection to the database
    connection = DriverManager.getConnection(dbConnectionURL, dbUsername, dbPassword);
    // Call a procedure with one IN parameter
    cs = connection.prepareCall("{ CALL " + str_ProcStatement + "}");
    cs.setString(1, str_Param1);

Maybe you are looking for

  • Bluetooth not working with visual voicemail in 2.0

    I have a bluetooth car speaker linked to my Iphone 2G. Ever since I switched to 2.0 visual voicemail only gives me the options of internal and external speaker with the "speaker" bubble in the upper right corner. When I had old software installed the

  • OBIEE 11g Server running but URL dashboard not opening

    Hi My admin and BI manage server is running however i am not able to open the Dashboard. it is giving me the below URL... Error 500--Internal Server Error From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1: *10.5.1 500 Internal Server Error* The s

  • What happened to mail merge

    The new update of Numbers killed the mail merge file use. Do you know of a work around with out going over to the "Dark Side Microsoft "

  • WAN bandwidth monitor?

    Does anyone know a way to monitor the WAN traffic on a network? My ISP caps me at a certain amount of GB a month (up/down) and I'd like to monitor it on my end if possible? I realize this might be more a router thing though since we're talking monito

  • What memory comes with the ThinkServer TS130 1105B2U

    I see this comes with 4 GB of memory.  Can anyone who has ordered this, let me know if this is one stick or two, and the the type of memory it is (product number would be great), but any info would be helpful.  Thanks. Solved! Go to Solution.