Crystal 10 Embedded Edition

Post Author: weskinzett
CA Forum: Upgrading and Licensing
We supply this (purchased with Advanced Developer) to supply with our web application. What is the equivalent product in Crystal 11? The Crystal Server sounds too costly for a lot of the users we sell to. Is there a version of the unmanaged RAS?

Hello SG,
A common issue that arises when migrating from Crystal Enterprise 10 Embedded to Crystal Reports Server XI applications that use the Report Application Server (RAS) SDK.
The RAS supports two modes of operation - "Unmanaged" and "Managed" reporting.
With CE10Embedded, you'd be using Unmanaged Reporting, where you'd copy the Crystal Report rpt file to the RAS server, and reference it by path when opening it in the ReportClientDocument class instance.
With Crystal Reports Server XI, you can use either Unmanaged Reporting, or Managed Reporting.  Managed means you'd publish the rpt file to be "managed" by the CR Server Central Management Server (CMS).  In code, you'd log onto the CR Server, retrieve the ReportAppFactory from the CMS, retrieve the report from the InfoStore, and pass it into the ReportAppFactory to create the ReportClientDocument.
I'm assuming you're still using "Unmanaged Reporting" with Crystal Reports Server.
If so, each report request will be authenticated in the CMS using the "Guest" account, and each request will use up a Concurrent Access License (CAL).
If you're getting the exception on the first report request, then that likely means you have the complimentary copy of CR Server XI, that comes with zero CALs and five Named User Licenses.
You won't be able to use unmanaged reporting with the complimentary version.  You may want to modify your code to use managed reporting.
If you're getting the exception on the sixth or subsequent request, then that likely means you've purchased CR Server XI, and the base edition comes with 5 CALs.
If you contact sales, you can inform them of the number of users you have, and how frequently they request reports, and sales can recommend a license to match your requirements.
Sincerely,
Ted Ueda

Similar Messages

  • Upgrading from CR 10 Embedded Edition to Crystal Reports (server) xi

    We recently upgraded from CR10 Embedded edition to Crystal Reports Server Xi. In our application the users access the reports via a web page (where they enter the paratemeters) and the report is displayed using the Crystal Reports viewer. The CR server xi was recently installed and all the SDK references have been as mentioned in this document: https://boc.sdn.sap.com/node/724. But now when the reports are accessed via the web page we are encountering the error 'All of your system's 0 Concurrent Access Licenses are in use at this time or your system's license key has expired. Try again later or contact your administrator to obtain additional licenses.---- Error code:-2147217397 Error code name:enterpriseLogonFailed'
    Can anyone share your thoughts or provide suggestions?
    Thanks,
    in advance!
    SG.
    Edited by: Shekhar Gorthy on Aug 4, 2008 10:58 PM
    Edited by: Shekhar Gorthy on Aug 4, 2008 10:59 PM

    Hello SG,
    A common issue that arises when migrating from Crystal Enterprise 10 Embedded to Crystal Reports Server XI applications that use the Report Application Server (RAS) SDK.
    The RAS supports two modes of operation - "Unmanaged" and "Managed" reporting.
    With CE10Embedded, you'd be using Unmanaged Reporting, where you'd copy the Crystal Report rpt file to the RAS server, and reference it by path when opening it in the ReportClientDocument class instance.
    With Crystal Reports Server XI, you can use either Unmanaged Reporting, or Managed Reporting.  Managed means you'd publish the rpt file to be "managed" by the CR Server Central Management Server (CMS).  In code, you'd log onto the CR Server, retrieve the ReportAppFactory from the CMS, retrieve the report from the InfoStore, and pass it into the ReportAppFactory to create the ReportClientDocument.
    I'm assuming you're still using "Unmanaged Reporting" with Crystal Reports Server.
    If so, each report request will be authenticated in the CMS using the "Guest" account, and each request will use up a Concurrent Access License (CAL).
    If you're getting the exception on the first report request, then that likely means you have the complimentary copy of CR Server XI, that comes with zero CALs and five Named User Licenses.
    You won't be able to use unmanaged reporting with the complimentary version.  You may want to modify your code to use managed reporting.
    If you're getting the exception on the sixth or subsequent request, then that likely means you've purchased CR Server XI, and the base edition comes with 5 CALs.
    If you contact sales, you can inform them of the number of users you have, and how frequently they request reports, and sales can recommend a license to match your requirements.
    Sincerely,
    Ted Ueda

  • BOE XI R1 & CE10 Embedded Edition on same server OK?

    We're (still) on BOE XI R1 and a vendor claims that their app can't use that RAS but instead requires the Crystal Enterprise v10 Embedded Edition. 
    (...this next ? may be a separate question altogether...)
    Can you install multiple RAS servers on the same server?
    Thanks!
    Mark
    new system administrator

    We're (still) on BOE XI R1 and a vendor claims that their app can't use that RAS but instead requires the Crystal Enterprise v10 Embedded Edition. 
    (...this next ? may be a separate question altogether...)
    Can you install multiple RAS servers on the same server?
    Thanks!
    Mark
    new system administrator

  • LabView Embedded edition + Blackfin

    Hello! My aim is to use LabView to generate applications and get C code as output, which I can alter before downloading to a Blackfin. It appears that the Blackfin Test addon, which I have on LabView 8, can only control Visual DSP++ and is not for developing applications; for one, I cannot see any special Blackfin Instrument Panel, as is claimed on the ADI website, where they use LabView embedded edition. Also, instrument drivers are not available for Blackfins, as such.
    I want to know whether the full Blackfin instrument set is available for the standard LabView as well, or is it exclusively for the Embedded edition.
    Thanks.
    Kumar

    For now, the BlackFin module only works with the special LabVIEW 7.1 Embedded edition.
    Ed
    Ed Dickens - Certified LabVIEW Architect - DISTek Integration, Inc. - NI Certified Alliance Partner
    Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.

  • Crystal Reports Editions

    We are using Crystal Report XI - Professional
    I am looking to find if there a edition where formulas created once and could be used in different reports (globally) like reporsitory, i thought that is enterprise version but there seem to be no enterprise version.  Could anybody suggest what version or edition of crystal reports would give me this access.
    Appreciate your time.
    Thank you,
    padie.

    Padie,
    The repository is a part of the Crystal Reports Server (CRS) & Business Objects Enterprise (BOE). 
    Even then formulas are report specific and cannot be used globally... at least not in the way that you are talking about. You can however create Custom Functions that can be stored in the repository and used globally my multiple reports.
    HTH,
    Jason

  • Crystal Reports with Java in Unix Environment

    We have Crystal Enterprise Professional Edition and Embedded Edition v10 with us.We want to use them for generating reports in our development project.
    We have to generate reports as batch jobs ( scheduled jobs) for which we will have a Java Application running in Z/OS (Unix zSeries). This Java Application will connect to our database(DB2) and retrieve data which should be filled in the report design(template).
    1.Can the .rpt file have the design alone(without the data from database).?
    2.Can we fill the data from the database using the .rpt file in a Java Application using an API ?
    3.Can we export this file(report with data) to a text file with a specific character encoding.?
    All the above has to be done using a Java Application that will run in a Z/OS(Unix Environment).
    4.Is Java API for the above operations available as a .jar file that can be included in our classpath in UNIX Environment ?
    I request you all to help me with these queries as soon as possible.
    Million Thanks in Advance.

    Hi,
    It seems that you are having issue with Crystal reports Java SDK's.
    Post your question in Java Development - Crystal Reports forum.
    That forum is monitored by qualified technicians and you will get a faster response there. Also, all Java Development queries remain in one place and thus can be easily searched in one place.
    Thank you for your understanding
    Amit
    Edited by: Amit Singh on Dec 2, 2008 2:55 PM

  • Cannot Activate Crystal Reports 10

    Hi. I need help activating Crystal Reports 10. The key I am using is the key that came with the package. It gives an error saying key invalid.
    Situation:
    Server crashed last week. When re-installing Crystal reports10 Embedded Edition, the server gives an error, KEY INVALID.
    This is a huge issue. I suspect the key just needs to be reactivated on BO side/ reset.
    Please Assist:
    Crystal Enterprise 10 Embedded English
    AW864-G0182WK-0ZPF03K

    Our server crashed. So the whole machine was formatted and re-done. I suspect that the key just needs to be re-set/re-activated.
    We need to find a resolution for this problem as this is actualy one of our clients that are experiencing the problem and they need to be able to view reports. Which then reflects on our company as un-reliable.
    I am personally very displeased at the "New support system" in place. In the past the proceedures we followed for support worked 100%. I would even go as far to say that service was outstanding!!
    I have been through 4 companys for help, and have been directed to these portals/forums. This move has not been for the best. We are very fast losing interest in these products.
    Regards

  • UPC fonts in crystal runtime reset after fresh logging into SAP B1 desktop client?

    Dear Experts,
    I have a client who has SAP version: Business One 8.82 (8.82.069) PL: 06 Hotfix2 and Crystal Reports version: 12.1.0.892 Product Type: Full.
    They have a shipping report that is printed from production module. They needed UPC barcodes on the report. The achieved that through IDAutomation Fonts. The crystal report uses the IDAutomation Function that takes the field and converts and the font is IDAutomation Font that shows the fields are barcodes.
    This repeated works when logged into SAP server using specific id.
    IDAutionation is installed on SAP Server.
    Here is the problem?
    The shipping users have a desktop which has SAP B1 client. That desktop also has IDAutomation fonts installed.
    Shipping personnel logs into SAP B1 with the same id that worked on SAP Server, the report prints okay just the first time after it was saved in SAP Server through crystal report edit and save. Next time they log out of SAP client and log back in with same shipper ID, the report does not pick up the UPC IDAutionation fonts. It comes out as some stange text.
    The fonts are present in control panel fonts on both server and desktop.
    I called IDAutiomation support, they could not help besides saying, put the fonts on both server and client, which I have already done. He also said, there were crystal report runtime issues with fonts?
    Could someone help me out here. What am I missing? I even tried installing full crystal report on the desktop and it did not get resolved. Customer is quite desperate to get this resolved.
    Thank you,
    Syed

    After removing every xf86-video-* package except  xf86-video-nouveau, xf86-video-vesa and  xf86-video-nv plus installing nouveau-dri and rebooting, it works. Thanks karol!

  • Crystal Report Error Message

    I searched first for this error and did not see anything...
    One (very useful) Crystal Report I've created work well then one day I'll get:
    Failed to open rowset.
    Details: S0000(ProvideX)(ODBC Driver)(FileIO)No data dictionary found for specified database
    (Parentheses are actually brackets but don't "Preview" as such.)
    I've tried re-establishing the database in Database Source and still nothing.  I can re-create it
    from scratch and it works fine again, then bang - the above error.  I first use the BI Reporter to
    setup the report, then switch to Crystal to edit and format it.  This works fine for many other
    reports created.
    Any help or direction is greatly appreciated.
    Thanks,
    Dave

    1.Exactly at what stage or step do you get the error.
    2.Does is point to a specific formula/object at this stage.
    2.What is the crystal reports version(Help>>About Crystal Reports)
    3.Database type and version.Database driver name and version.
    4.What happens if a new report is created using the same odbc connection.
    5. Has anything changed at the databse end.

  • Where can I find manual Crystal 11.0 viewer activex control for download?

    Hello,
    Where can I find manual Crystal 11.0 viewer activex control for download?
    I'm having a heck of a time installing the control on a client machine.
    Thanks,
    -Drew
    Moved to Crystal Forums Edited by: Marilyn Pratt on Apr 20, 2010 1:58 AM

    The ActiveXViewer is not downloadable from our SAP site. The file is hosted on your web server, and also installed on the system where you have Crystal Reports XI installed.
    Look here, C:Program FilesBusiness ObjectsCommon3.0crystalreportviewers11ActiveXControls for ActiveXViewer.cab. Extract the contents and right click crviewer.inf, then select Install.
    Also see knowledge base article 1218519 here, http://www.sdn.sap.com/irj/sdn/crystal-xcelsius-notes.

  • Crystal 11 in VB6 - Distributing runtimes....

    Post Author: Tonst
    CA Forum: Deployment
    Using Crystal Developer Edition 11.0 SP4 (I think, about screen shows 11.0.0.2495)Using VB6, have crviewer.dll and craxdrt.dll referenced in my project. Using the CrystalActiveXReportViewer control on one of my forms. And am defineing objects of types:CRAXDRT.ApplicationCRAXDRT.ReportCRAXDRT.SectionsCRAXDRT.SectionCRAXDRT.ReportI can create a redistributable msi with the merge modules provided on the website (Licence/Runtime/Engine) but this totals 50mb!!!!!! When I was working with Crystal 6.5 (doing the same thing though the 6.5 OCX) that was a fraction of the size.I tried manually registering:atl.dllcraxdrt.dllcrviewer.dllcslubu-2-0-0.dllusp.dllBut got as far as getting an "Invalid TLV Record" error when trying to run my app.Whats the slimline solution, my apps setup program is currently 40mb, I don't want to double it for Crystal which is a very minor part of the app!!!!!!

    Post Author: ejthunder
    CA Forum: Deployment
    Hello,
    Crystal no longer support building deployment packages manually with the package and deployment wizard. The package and deployment wizard does not support using merge modules.  In order to deploy the RDC runtime files you will need to use the RDC merge modules that you can download from the Crystal website.  We have a kbase article discussing our runtime deployment support.  You can find it at this link:
    <http://technicalsupport.businessobjects.com/KanisaSupportSite/search.do?cmd=displayKC&docType=kc&externalId=c2017252&sliceId=&dialogID=360384&stateId=1%200%20356275>  This link may break if it word wraps.
    These documents were written for CR XI (v11.0), but apply to CR XI R2 (v11.5) as well.
    In order to use the merge modules you will have to use a packaging software that supports merge modules - like the Visual Studios Installer, InstallShield, or Wise Installer.  Licensed owners of VB6 are entitled to download the Visual Studios Installer from Microsoft for free.
    There are documents that will help you walk through how to build a simple setup package using the VS Installer.  You can find it at this link on their website:
    http://support.businessobjects.com/communityCS/TechnicalPapers/rdcXI_deployment.pdf.asp
    You can download the merge modules from these links:
    For CR XI - http://support.businessobjects.com/downloads/runtime.asp#05
    For CR XI R2 - http://support.businessobjects.com/downloads/runtime.asp#06.
    if you use the free VS Installer please note that this tool does not support adding the CR XI/XI R2 keycode to the license.msm.  In order to add the keycode to the license.msm file you will need to download the ORCA tool in order "open" the merge module and enter the keycode.  This is discussed in the RDC XI Deployment PDF.
    The merge modules are a "one size fits all" solution, but they work.
    I hope this helps.
    EJ

  • I can't leave comments on embedded pages on Blogger.

    When using Firefox, I cannot leave comments on embedded pages on Blogger. It won't let me use my Google account or openID. This is ONLY happening in Firefox. It also won't acknowledge that I'm logged into my blog when I need to do embedded editing, but continuously bounces me back to my dashboard. This is NOT a blogger problem. Again, it is only happening in Firefox.
    Other pages where I'm having problems is when I'm asked if I want to sign into a page using an existing account like my Facebook account. Firefox just won't keep the information long enough to allow a connection. ALL other sites, passwords, and cookies appear to be working.
    I've cleared out cookies, caches, updated Facebook, etc. I don't know what else to try.

    The way I get around it is to view it in IE tab. You can dl from mozilla. https://addons.mozilla.org/en-US/firefox/addon/92382/

  • CRVS2010 Beta - Crystal Report does not work with VS 2010

    After having installed vs 2010, as mentioned, I dowloaded crsytal report . But when trying to create a new crystal report object, I have a html page displayed but crystal report does not start. I would like to know how to make crystal report start to create new report ?
    Thanks
    Patrick
    Subject modified as per the sticky post at the top of this forum; [Crystal Reports for Visual Studio 2010 Beta - read before posting|Crystal Reports for Visual Studio 2010 Beta - read before posting;
    Thread moved to NET Development - Crystal Reports
    Edited by: Ludek Uher on Aug 27, 2010 6:48 AM

    My OS is windows XP. Visual studio 2010 Professional version 10.0.30319.1.rtm rel. Visual basic is 01018-532-2002102-70383. dot net framework is 4.0.30319 rtm rel. When I add a new crystal report object to my project a file named CrystalReport1.mht. Its content is :
    From: <Saved by Windows Internet Explorer 8>
    Subject: Crystal Reports for Visual Studio 2010
    Date: Fri, 2 Oct 2009 17:24:34 -0700
    MIME-Version: 1.0
    Content-Type: multipart/related;
         type="text/html";
         boundary="----=_NextPart_000_0000_01CA4385.35B07AB0"
    X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579
    This is a multi-part message in MIME format.
    =_NextPart_000_0000_01CA4385.35B07AB0
    Content-Type: text/html;
         charset="utf-8"
    Content-Transfer-Encoding: quoted-printable
    Content-Location: file://C:\_Working\Projects\Cortez\Stub Templates\RTM\EN\CR for VS 2010 HTML\CRforVS2010.html
    =EF=BB=BF<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    then followed by characters whch are not readable.
    Thank you for your help
    Patrick

  • Patching of Embedded OS WIM Files

    Hi Guys,
    I currently have a System Centre Configuration Manager 2012 R2 installation and I have just added the wim file for our HP Thin Clients that run Windows Embedded Standard 7 (WES7).
    When I tried to apply updates to this WIM, it would only pick up on Windows 7 updates and not the Embedded ones. I can see the Software Update groups for both and can see the patches that should be applied, but it looks like it is not seeing the wim as the
    Embedded edition of the OS, but the full version instead.
    Has anyone else had this issue or been able to get it to work?
    When I do a dism /Get-WimInfo, the responses do indicate that it is Embedded for both the Edition and Installation. The only thing I can think of, is that when it looks for updates, it is only looking at the Version number and Architecture which is the same
    between Embedded and Full.
    Any help is appreciated.
    Regards,
    Byron

    Hi,
    Please refer to the link below:
    Add Updates to an Image (Standard 7 SP1)
    http://msdn.microsoft.com/en-US/library/ff794120(v=winembedded.60).aspx
    Also, I suggest you ask it to Windows Embedded Standard forum.
    http://social.msdn.microsoft.com/Forums/en-US/category/embeddedwindows/
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • How to Show Different set of  Blob images in every page

    Hi i am using Crystal Report Server XI RAS Embedded Edition to built Dynamic Reports.
    Now i  have two datasets
    1. Main query with imageid field
    2. list of image blobs.
    this two datasets are linked with imageid  field and binded to ReportClientDocument.
    i have to show different image fields in every page of the report.  this images are differ in width and heights.
    i am able to show a single constant image field object from blob database field.
    but i could not able to find the solution to show different set of multiple images in different pages of the report.
    is there any formulas can be written or kindy give me a solution to achieve this.
    Regards,
    Padmanaban V
    Edited by: Padmanaban Viswanathan on Mar 15, 2010 11:59 AM

    See RAS samples [here|https://wiki.sdn.sap.com/wiki/display/BOBJ/NETRASSDK+Samples]. Look for "NET-CS2003_RAS-Managed_BE115_Add_Image" or "NET-VB2003_RAS-Managed_BE115_Add_Image-From-File".
    Ludek

Maybe you are looking for