Deploying Crystal Reports to web server.

I currently have developing an webapplication solution with Crystal Reports 2008 and VS2005.
I installed the Runtime libraries on the production server from the following url:
http://support.businessobjects.com/downloads/runtime.asp
I noticed that the installer does not work, it assumes your default website folder is hardcoded to c:\inetpub\wwwrooot
My installation it is on the d: drive with the same path.
I copied the c:\inetpub\wwwroot\aspnet_client\system_web\2_0_50727\crystalreportviewers12 to c:\inetpub\wwwroot\aspnet_client\system_web\2_0_50727\crystalreportviewers12.
The reports seemed to run.
However, more often than nought, when exporting or printing I receive the following error message:
Failed to export using the options you specified. Please check your options and try again.

The load may be light, but the number of report the app potentially runs is not. Are you destroying the report objects once you get done with them? A code something like htis should be implemented:
Dim report as New ReportDocument
Protected Sub Page_load()
End Sub
Private Page_Unload()
report.close()
report.dispose()
GC.Collect
End Sub
//C# (on form open):
private void WebForm1_Init(object sender, System.EventArgs e)
    if (boReportDocument != null)
        boReportDocument.Close();
        boReportDocument.Dispose();
        GC.Collect();
// C# on form close
private void Page_Unload(object sender, EventArgs e)
        if (boReportDocument != null)
        { boReportDocument.Close();
            boReportDocument.Dispose();
            GC.Collect();
Ludek

Similar Messages

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

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

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

  • How to Deploy crystal reports in BOE

    Hi,
        I have two questions.
        1.How to deploy crystal reports in BOE server.
        2.How many ways is there to deploy crystal reports in BOE server and name of the method is needed.
       Anyone knows about these details could you please reply me
    Regards
    Babu N

    I am not sure what you are asking.
    Are you trying to publish reports into Enterprise so they can be run from say infoview, scheduled etc?  If so you can either use the publishing wizard or do a save as from the Crystal Reports designer and save them to Enterprise directly.

  • Deploying Crystal Reports runtime using merge module failed

    Hi,
    I am having a problem when deploying Crystal Reports using merge module runtime, included into MS Visual Studio web setup project, when installing my *.msi with CR runtime on a completely clean PC (with only MS Windows installed). Error: Failed to register one of the Crystal Reportsu2019 *.dll because it could not find Microsoft visual C++ runtime (msvcr71.dll was not in Windows\System32 folder)
    I am using Crystal Reports runtime merge modules, which I downloaded from here: https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/bobj_download/main.htm
    I tried both cr120_mm.zip (Crystal Reports 2008) and cr121_mm.zip (Crystal Reports 2008 SP1)
    cr120 could not find msvcr71.dll, cr121 could not find msvcp80.dll.
    Steps to reproduce:
    -          In MS Visual Studio 2008 create a new empty Web Setup Project.
    -          Add Crystal Reports merge module CRRuntime_12_0.msm or CRRuntime_12_1.msm
    -          Build *.msi
    -          Try to install this *.msi on a completely clean PC. I tried it on Windows Server 2003 R2 SP3, which did not have msvcr71.dll or msvcp80.dll files in C:\Windows\System32 or in any other PATH folders.
    -          During installation there is an error u2013 failed to register one of the Crystal Reportsu2019 *.dll
    I am looking forward to hear from you.
    Thank you.

    I believe these threads have the answer for you:
    https://forums.sdn.sap.com/click.jspa?searchID=19475295&messageID=6558989
    https://forums.sdn.sap.com/click.jspa?searchID=19475295&messageID=6559113
    Ludek

  • Publishing crystal reports to web

    Can anyone give me an idea of how to publish the crystal reports to web. I know we need Crystal Reports Server for that. Apart from that what are the other steps.

    Hello,
    there are some solutions:
    - Deploy CR Server and than the users could access the Reports via InfoView (Web Portal of CRS)
    - Shedule the Report as 3rd Party format (pdf, xls, etc.) to a webserver like IIS or Tomcat so the users can view the report via a browser...but that would be very static
    - shedule the report to a network share and deploy CR Viewer to the Client PCs. So the users could view the .rpt format.
    Regards
    -Seb.

  • Crystal report 9 Sql Server 2008 R2 compatability

    Can we use Crystal report version 9 in Sql server 2008 R2 to generate reports in web server.
    Kindly tell us about the compatability of  these two. If there is any support issue between these two kindly mention the same.
    Edited by: Deepan1 on Jun 7, 2011 5:32 PM

    Upgrade to CR 2008 SP 4 is your only option.
    The Platforms file was on the CR CD or it may be in the Documents folder on install. I don't have it installed any more so I can't say exactly where it is. Search your PC for platforms.
    The problem is SQL 2008 uses a new Client engine and MS renamed the DLL do CR isn't aware of it. Using the MDAC version of SQL Server OLE DB Provider may work but it won't be supported if you find errors.
    If you do upgrade to CR 2008 then install the MS SQL Server 2008 Client Tools from the CD or download the MSI from Microsoft and then use the MS SQL Server Native 10 client and it should all work for you.
    Thank you
    Don

  • Deploying crystal reports 8.5 - error in exporting to RTF & PDF

    Hi guys. I'm at my wits end, trying to get a valid build of a legacy app running reports under Crystal 8.5 going.
    I've scoured google for days, and I've tried almost everything people have suggested. At the moment I've got the installer working, it installs and registers all the crystal dll's that everyone says are needed. However, when I try and and export a report to RTF or PDF (other options like excel work fine), it simply dies, doing basically nothing. The save to disk dialog just closes and nothing happens. If I rename or delete crxf_rtf.dll, the program will crash or hang, indicating that this is the file responsible for exporting to rtf.
    However, the only machine in our office that this will work on is one with a C:\Program Files\Seagate Software\crtslv.dll file.. Same kind of test indicates that on this machine, the above file is being used for exporting. So, where am I going wrong? It seems ludicrously difficult to find a straight, no-nonsense guide on how to deploy crystal reports 8.5; the official documentation doesn't even mention it! What is the easiest way to do this?
    I have tried several third-party options ( http://www.fryan0911.com/2008/09/crystal-report-85-runtime-files.html ) like these..
    Any ideas?
    Ok so here's a further breakdown with some more information; hoping it might help someone to come up with an answer...
    If I install a crystal "distributable", like the one linked above, and then install my project (with all crystal stuff turned off in the installer), everything works perfectly apart from exporting reports to rtf.
    If I make my own installer, following the Runtime.hlp and the crpe32.dep, and put all dll's in the windows/system32 folder (apart from two, can't remember their names), I get two different errors, depending on the version of crpe32.dll I use.
    One gives me "Error 20599: Cannot connect to SQL Server", whenever I try and run a report.
    The other gives me "Error 20000: N", whenever I try and run a report.
    Anything sound familiar here guys? I have dll dependency headache.
    Again, more info - I just checked out the PC's already in deployment (we had to re-do in the installer for some changes, the guys who did it originally aren't around anymore), and here is a list of the dll's installed on the machine.. what deployment method would this point to?  And how can I replicate it?  I'm not sure if I grabbed all the required DLL's from the client machine, as it didn't seem to follow the Crystal 8.5 deployment instructions, I could have easily have missed some? So I can't just use what I've got to create an installer and hope that it works...
    "C:\Windows\Crystal\P2LIFMX.dll"
    "C:\Windows\Crystal\p2lora7.dll"
    "C:\Windows\Crystal\P2lsql.dll"
    "C:\Windows\Crystal\P2lsyb10.dll"
    "C:\Windows\Crystal\p2sacl.dll"
    "C:\Windows\Crystal\p2sexsr.dll"
    "C:\Windows\Crystal\p2sfs.dll"
    "C:\Windows\Crystal\p2sifmx.dll"
    "C:\Windows\Crystal\p2smapi.dll"
    "C:\Windows\Crystal\p2sNote.dll"
    "C:\Windows\Crystal\p2sora7.dll"
    "C:\Windows\Crystal\p2soutlk.dll"
    "C:\Windows\Crystal\p2srepl.dll"
    "C:\Windows\Crystal\p2ssql.dll"
    "C:\Windows\Crystal\p2ssyb10.dll"
    "C:\Windows\Crystal\p2strack.dll"
    "C:\Windows\Crystal\p2bbde.dll"
    "C:\Windows\Crystal\p2bxbse.dll"
    "C:\Windows\Crystal\P2ldb2.dll"
    "C:\Windows\System32\crviewer.dll"
    "C:\Windows\System32\crxlat32.dll"
    "C:\Windows\System32\CRXML15.DLL"
    "C:\Windows\System32\CRXML15R.DLL"
    "C:\Windows\System32\CRXML15S.DLL"
    "C:\Windows\System32\CRxmlx07.dll"
    "C:\Windows\System32\CRxmlx07r.dll"
    "C:\Windows\System32\crypt32.dll"
    "C:\Windows\System32\cryptdlg.dll"
    "C:\Windows\System32\cryptdll.dll"
    "C:\Windows\System32\cryptext.dll"
    "C:\Windows\System32\cryptnet.dll"
    "C:\Windows\System32\cryptsvc.dll"
    "C:\Windows\System32\cryptui.dll"
    "C:\Windows\System32\Crystl32.OCX"
    "C:\Windows\System32\cscdll.dll"
    "C:\Windows\System32\cpeaut32.dll"
    "C:\Windows\System32\craxdrt.dll"
    "C:\Windows\System32\Crbas14.dll"
    "C:\Windows\System32\CRBAS15.DLL"
    "C:\Windows\System32\CRBAS15R.DLL"
    "C:\Windows\System32\Crdb214.dll"
    "C:\Windows\System32\credssp.dll"
    "C:\Windows\System32\credui.dll"
    "C:\Windows\System32\Crgup14.dll"
    "C:\Windows\System32\CRiadx07.dll"
    "C:\Windows\System32\CRiadx07r.dll"
    "C:\Windows\System32\Crinf14.dll"
    "C:\Windows\System32\Crinf914.dll"
    "C:\Windows\System32\Cror714.dll"
    "C:\Windows\System32\Cror814.dll"
    "C:\Windows\System32\crpaig32.dll"
    "C:\Windows\System32\Crpaig80.dll"
    "C:\Windows\System32\crpe32.dll"
    "C:\Windows\System32\Crsyb14.dll"
    "C:\Windows\System32\crtdll.dll"
    "C:\Windows\System32\Crutl14.dll"
    "C:\Windows\System32\CRUTL15.DLL"
    "C:\Windows\System32\CRUTL15R.DLL"

    Wow. I've never seen an app load all 3 SDKs in one go. the RDC, Automation Server, OCS and print engine APIs all in one (?!)Who wrote this app?
    Don't know - the app was written years ago.. It's all a bit messed up, i'm just the cleaner :S
    Once again, I have not a clue as to what SDK you are using.
    What Sp1, SP2, SP3? Do you have links to these?
    By SP3, I meant Windows XP Service Pack  3, 2, 1 - I've read around the net that Crystal 8.5 exporting breaks when you install sp3, and I thought that perhaps my deployments were failing because they were compiled on a sp3 box?
    There is also CR 8.5 Service Pack 3 - apparently it can make CR work on Vista/Win7?
    http://resources.businessobjects.com/support/additional_downloads/service_packs/crystal_reports_en.asp
    I have tried installing on dev machine, recompiling installer and running on test box - doesn't seem to help..
    Do you have any machine where this actually works?
    Yep, it's working on the clients machine - that is the one suffixed as "AA" in the linked difference file above
    1st place to start is with a working app - is there such a thing? ^^
    Next you want to know what SDK you are using.
    Ok, so the VB6 app, under Project > References, lists : cpeaut32.dll
    under Project > Components, lists: Crystl32.ocx
    Is that any help?
    Then you want to know what dlls to deploy.
    Knowing the database connection type is good.  - ODBC
    Knowing the version of the db client that works is good. But that depends on having an actual working app.
    Do you have CR 8.5 designer and are you able to run and refresh the report there? 
    Yep, I have 8.5 designer, and I can run and export the report fine.. But when I run MODULES on it, it's referencing C:\Program Files\Seagate Software\Shared\ExportModeller.dll & crtslv.dll..  Which don't exist on the client machine at this point in time..
    I'd recommend you stop doing what ever you are doing, answer the questions and wait until I get back. As it is, you're all over the place and by the time I have a chance to reply, you're 1000 miles out in the bushes on your own. So, please answer the questions above and wait...

  • "Cannot find FacesContext" deploying to Sun ONE Web Server 6.1

    I got this when trying to
    deploy to Sun ONE Web Server 6.1:
    [29/Sep/2004:15:16:15] failure ( 1512): for host 127.0.0.1 trying to GET /test/Page1.jsp, service-j2ee reports: StandardWrapperValve[jsp]: WEB2792: Servlet.service() for servlet jsp threw exception
    javax.servlet.ServletException: Cannot find FacesContext
         at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:536)
         at jsps.Page1_jsp._jspService(_Page1_jsp.java:1131)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:908)
         at com.iplanet.ias.web.jsp.JspServlet$JspServletWrapper.service(JspServlet.java:667)
         at com.iplanet.ias.web.jsp.JspServlet.serviceJspFile(JspServlet.java:447)
         at com.iplanet.ias.web.jsp.JspServlet.service(JspServlet.java:363)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:908)
         at org.apache.catalina.core.StandardWrapperValve.invokeServletService(StandardWrapperValve.java:771)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:322)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:212)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:209)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
         at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:161)
         at com.iplanet.ias.web.WebContainer.service(WebContainer.java:586)
    ----- Root Cause -----
    javax.servlet.jsp.JspException: Cannot find FacesContext
         at javax.faces.webapp.UIComponentTag.doStartTag(UIComponentTag.java:399)
         at com.sun.faces.taglib.jsf_core.ViewTag.doStartTag(ViewTag.java:105)
         at jsps.Page1_jsp._jspService(_Page1_jsp.java:63)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:908)
         at com.iplanet.ias.web.jsp.JspServlet$JspServletWrapper.service(JspServlet.java:667)
         at com.iplanet.ias.web.jsp.JspServlet.serviceJspFile(JspServlet.java:447)
         at com.iplanet.ias.web.jsp.JspServlet.service(JspServlet.java:363)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:908)
         at org.apache.catalina.core.StandardWrapperValve.invokeServletService(StandardWrapperValve.java:771)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:322)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:212)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:209)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
         at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:161)
         at com.iplanet.ias.web.WebContainer.service(WebContainer.java:586)
    I already deploy successfully to Tomcat 5 and (of course) PE 8. The common denominator with the same problem on OC4J is that both servers are j2ee 1.3 (even if Sun One runs with JVM 1.4).
    I copy the jstl 1.0 jars to some directory and enter such directory in the classpath suffix of JVM.
    Do Im missing something?
    TIA

    Hello,
    Try the following:
    After deploying the WAR file, by hand, add a sun-web.xml file to
    the deployed path in WEB-INF and make sure classloader delegate is set to false.
    <class-loader delegate="false"/>
    Now the bundled libs will be considered first.
    (After building the project, see a sample sun-web.xml
    in the build/WEB-INF folder - change Project view to Filesystem
    view, by right-click on the Project top-level node in the Project
    Navigator)
    You may need to include JSF jars in the WAR file by
    modifying the JSF Support library reference (mounted
    by default in the Project Navigator) by enabling all
    libraries for deployment)
    John
    JSC QA

  • Unable to print crystal report over web using ActiveX Control

    Post Author: jimmyp
    CA Forum: General
    We have a problem with printing crystal report over web using ActiveX Control.  When clicking print button, it only shows a blank dialog web crystal viewer page without any error.  The page just simply hangs.  We installed the PrintControl DLL and enable all the security setting for ActiveX Control for IE.  It still does not print.  Does anyone know why?  
    Environment.
    Bundle Crystal Report v10
    Asp.net 2.0
    IE 6.0 or higher.
    Appreciate for your help.
    Jimmy

    Post Author: Ian Kulmatycki
    CA Forum: General
    A team member here found this, I haven't read it, I'm not sure if our problems are related to this, but hopefully it helps someone:
    -ian
    When Secure Sockets Layer (SSL) is enabled, using the ActiveX control to print reports from a Crystal 10 DHTML viewer results in the following error message:
    "A communication error occurred, printing will be stopped."
    How can this error message be resolved?
    Resolution
    This is a known issue with Crystal Reports 10 and Crystal Enterprise 10 viewers and has been tracked. The Track ID is ADAPT00282199.
    This error occurs due to the receiving application performing a case-sensitive check for the HTTPS request header value "ON". When a sender application sends the value as "on" in lower case, the error occurs. The update below changes the receiving application to be case-insensitive.
    Hot Fixes or Service Packs address this issue as indicated below. With the updates, this issue is resolved.
    Unless indicated otherwise, Weekly Hot Fix updates from our FTP site have only been tested with English versions of products.
    For Crystal Reports 10 and Crystal Enterprise 10, the update for this issue is included in the Crystal 10 Viewers Weekly Hot Fix (WHF). This is available in English only at the following location:
    ftp://ftp.crystaldecisions.com/outgoing/EHF/viewers10win_en.zip
    This issue is addressed in the following components (and later versions):
    PageObjectModel.dll, version 10.0.5.785, dated 8/25/2004
    ReportRenderer.dll, version 10.0.5.785, dated 8/25/2004
    WebReporting.dll, version 10.0.5.785, dated 8/25/2004

  • Error deploying Crystal Report XI R2 to Enterprise - Failed to read paramet

    Error deploying Crystal Report XI R2 to Enterprise - Failed to read parameter object.
    I know this issue has been addressed several times and the solution recommended was to install Service Pack 2. I have done that. It started working for me too; however recently I got some error saying some UDF***.DLL is missing. I re-installed Crystal Reports XI R2 and Service Pack 2. Unfortunately though, this error is back. I have restarted the machine n number of times but keep on getting this error.
    My report file has dynamic parameters defined through command object (SQL Query). My understanding is that once I publish the report to BoE Enterprise, BO will create LOVs and BV's in the repository. Now that is not happening.
    has any one else had this issue before and resolved it?
    Thanks

    Hi,
    do you export your CR report in your BOBJ repository using an account with administrator rights?
    Regards,
    Stratos

  • Deploy Crystal Report via ClickOnce without .msi

    Hi,
    I would like to know whether it's possible to deploy Crystal Report without requiring admin rights from the installer.
    My program uses many 3rd party components. Most of them very heavyweight with licensing, COM objects etc but Crystal Report is the only one that needs a .msi install. Is it possible to include Crystal Report's dll with the application? I tried it but Crystal Report failed to load at the form saying there's something wrong with the installation (I didn't "install").

    Only way to distribute the CR runtime is via the MSM or MSI files. For links to the msm and msi files see [this|https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=56787567] wiki.
    Ludek

  • Distribute Crystal Report from BOE Server

    Hi,
    =========
    Installation on Client machine:
    Crystal Report 2008 V1 SP1 and SP2
    SAP Integration Kits XI 3.1 SP2
    Installation on BOE Server:
    BOE XI 3.1 SP2
    SAP Integration Kits XI 3.1 SP2
    Installation on BW:
    SAP BW 7
    ========
    Created crystal report on top of SAP BW Query, and save/publish the Crystal Report into BOE Server directly via Crystal Report ->File ->Save as (I understand that we can also save the Crystal Report into BW role, then publish the Crystal Report into BOE Server via the BW Publish, but we're not using the BW Publish option here).
    Now user can logon to BOE InfoView and execute/display the Crystal Report, no problem.
    My question is in BOE Server, is there any functionality that allow us to execute the Crystal Report and send it to the user automatically via email? Just like the BEx Broadcaster functionality in SAP BW 7.
    If yes, how can I do it?
    Any help is appreciated.
    L

    Seb,
    I have a look at the document: http://help.sap.com/businessobject/product_guides/boexir31/en/xi3-1_bip_admin_en.pdf
    I can see where to schedule the Crystal Reprot to run in the background and send out via email option.
    However, I dont see how the report can be sent out from BOE server. Is there any setting need to be done so that BOE Server can send out the crystal report?
    Please help, thank you.

  • Deploying crystal reports basic for visual studio 2008 for VB6

    My application has a module in .net and other in vb6.
    I have a problem on deploying crystal reports in client machines, for module in vb6.
    The vb6 application uses crystal viewer control obtained from crystal reports basic for visual studio 2008.
    What type of deployment should I use?
    Currently, I have a setup with prerequisite "crystal reports basic for visual studio 2008".
    But I think it misses the dlls crviewer.dll and craxddrt.dll, so I put them in setup and with the register COM options, and it works, but it's not working very well.
    When I open a form that uses crystal viewer, the setup (I have created) is lunched and says that have to restart machine. Then it opens the report, but the next time I use the application it does the same thing.

    Ok, thank's for the posts, they help so much.
    So I'm going to discard vb6 and move to .NET, but... there is a problem:
    Many reports have parameters that are asked before showing the report.
    The Crystal Viewer that is used in VB6 version isn't the same used in .NET.
    The viewer of VB6 asks the parameters in the way we want, however the .NET crystal viewer ask's the parameters in way that we don't like, because we have to do next -> next -> next...
    The links above show the diferences:
    VB6 ->  http://picasaweb.google.com.br/paulo.gonc/CrystalReports#5249249283702618322
    .NET -> http://picasaweb.google.com.br/paulo.gonc/CrystalReports#5249246459437178242
    There is a way to configure Crystal Viewer, so that parameters asking form will work like the vb6 away?

  • JDBC error deploy in Sun ONE Web Server 6.1

    I just deploy to Sun ONE Web Server 6.1 SP3 and got the following message:
    Exception Details: javax.servlet.ServletException
    javax.faces.FacesException: javax.faces.FacesException: Can't instantiate class: 'smssa.listaProvs'.. class smssa.listaProvs : javax.faces.FacesException: java.sql.SQLException: [Sun][Oracle JDBC Driver]This driver is locked for use with embedded applications.
    AFAIK JSC�s JDBC drivers cand be deployed in Sun's web servers then WHY I got this meesage?
    Regards.

    Hi ICON_SS,
    I can explain, but the answer is not ideal :( You are correct that the license states that you can use the data direct drivers with Sun servers - but the server needs to have built in code for how to unlock the driver class (per agreement w/data direct, the drivers we have require code to unlock them so the drivers can't be mis-used)...
    The Web Server product team is working on releasing such a version as we speak, but I believe it won't be out for several months. But it's coming!
    v

  • Reg: changing of Crystal Report to Webi

    Hi Gurus,
    We are having many Reporting tools  .
    but.. Some (18)  templates are designed in Crystal Reports.
    Some (40) in Business Objects Web Intelligence.
    We would like to convert all of them to Web intelligence.
    Please suggest me the easiest way to change those Crystal Reports to Webi Reports.
    Quick Response is appreciated.
    Regards
    L K Vepuri

    You mean to say that.... We need to create from universe Level ...to Report Level....?
    Regards
    L K Vepuri

Maybe you are looking for