Crystal Enterprise 8.5 - Processor Restrictions?

Post Author: qstone
CA Forum: Upgrading and Licensing
Hi, I currently have CR8.5 Developer installed on a single processor server that has had a good run, but needs replacing. We have a new dual processor server that I'm trying to move our application over to.
Crystal Reports installs fine, but when I try to install Crystal Enterprise, the Enterprise key code is tagged as invalid.
I saw in another post that a later version of Crystal Enterprise has a processor limitation. If I try the Key Code in the web registration page, it comes up invalid there, too, which makes me wonder "What the heck?"
Does anyone know if 8.5 Enterprise has the same processor limitations built into the key code, and that is what is causing my problem? Any other suggestions?
Thanks!

Hi Tim,
Thanks for the reply.
I searched the forum and found the link to [url|http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/en/BOE_SDK/boesdk_java_dg_doc/doc/boesdk_java_dg/URLreporting_new.html] which specifies the process to use URL Reporting for Crystal Reports . But to implement this we have to change the architecture of our existing application as presently we are directly accessing the report in URL to run the report. I was not able to found any solution that implements this architecture.
Does Business Object Enterprise 11.5 still supports this architecture?
If we use the architecture specified in the above URL for URL Reporting for Crystal Reports  then how we can migrate all our reports to BOE 11.5? We have to use the Publish Wizard for that, to get the ids for our reports?
There was a parameter APSTOKEN how can we get a token. Can it be a static token that can be used by all the users to access the reports?
Thanks!

Similar Messages

  • SSO to Crystal enterprise eportfolio with SAPLOGONTICKET

    Hi
    We have setup Crystal Enterprise V10 to SAP Authentication and we are able to connect to Crystal eportfolio with SSO from EP6SP2 app integrator based iview without any problem, by giving R/3 userid, password via usermapping.
    We have loaded verify.der from EP6SP2 in SAP R/3 and SAPLOGONTICKETS are working fine with other ESS iviews.
    However for the Crystal eportfolio app integrator based iview if we change the logon method from UIDPW to SAPLOGONTICKET we are  getting the login screen from Crystal eportfolio prompting for userid/password. 
    We have loaded verify.der in SAP R/3 and SAPLOGONTICKETS are working fine with other ESS iviews.
    These are our settings on the app integrator based iview in EP6SP2:
    URL template:
    <System.protocol>://<System.server><System.uri>?<Authentication>
    URL template fraction for SSO2:
    MYSAPSSO2=<Request.SSO2Ticket>
    URL template fraction for usermapping:
    usr=<MappedUser>&pwd=<MappedPassword>&aut=secSAPR3
    Required instance profile parameters on R/3 were set correctly, and all servers are referred with their FQDN.
    Did we miss anything else that is specific to Crystal eportfolio? Has anyone successfully connected to Crystal eportfolio V10 from EP6SP2 using SAPLOGONTICKETS ? Appreciate if someone can share their experience.
    Thanks
    Nagesh

    Hi Ingo
    Thanks for your response.
    1. URL that I am calling from inside the 'App Integrator' iview to access Crystal eportfolio is:
    Name of the server:
    <hostname>.<domain>.com
    Protocol of target system:
    HTTP
    URI of Web Application:
    /crystal/enterprise10/sap/ePortfolio/en/logon.csp
    URL template fraction for Single Sign-on (SSO2):
    MYSAPSSO2=<Request.SSO2Ticket>
    2. URL of the Portal:
    http://<portal_hostname>.<domain>.com
    In both the above URLs, the <DNS domain> is same.
    3. Log on to standalone eportfolio works perfect with 'SAP' Authentication.  SAP User can logon to eportfolio directly from the browser using SAP userid/password.
    For the above iview when SYSTEM is changed to UIDPW logon method it works perfect, and Portal user can get into crystal eportfolio from the app integrator based iview without any problem.
    Once the logon method ( SYSTEM property) for the above iview is changed to SAPLOGONMETHOD single sign-on is not working anymore and the user receives Crystal eportfolio login screen.
    Question is:
    a)  Can logon.csp file from Crystal handle SSO cookie coming from Portals and authenticate the user against SAP R/3, and let the user login successfully ??
    b) Is the URL template fraction for single sign-on (SSO2) given above is corrrect/complete?
    c) On support.businessobjects.com website I found that  this is a known problem for Crystal 8.5 with Track/Problem ID: ADAPT00094464 and fix was given via CE8.5 Service Pack-I.  Since we are running Crystal V10 I assume that this has been taken care of in the new release.  Is it not true? or is there seperate service pack for V10 too..?  Please let me know.
    Thanks in advance.
    Nagesh Seemakurty

  • Simple sample code to display a Crystal Report from Crystal Enterprise?

    I am looking for a sample application that will "simply" view a report stored on our Crystal Enterprise server. I have looked at "boesdk_net_samples_12.zip", but that isn't really what I am looking for. And, the "CrystalReportViewer" and "CrystalReportSource" add ins for Visual Studio seem to only work with a "local" file (instead of one Managed or UnManaged on our Crystal Enterprise server).
    Can anyone point me to the right place? (Navigating the SAP site is so damn confusing!)

    Hi Shayne,
    You are not clear on how you will know which report you want and for which user? You can query the CMS database for the user and get all of their reports but without knowing which report object ID to get you will need to have the user select one. Unless you simply assume you want the last one, but if you don't give them a choice and they miss one day, or what ever your parameter is to select, there will be no way to get back to that report.
    For sample code on how to query the BOE Server look in the Enterpise SDK samples. You do need to use managed code. I don't suggest going into the FRS\output folder to use unmanaged reporting. There are a lot of folders created and it's easier to simply query the CMS database to get the latest instance.
    Since you have BOE you should also have a support contract. I suggest you log a case on line in Service Market Place and get a dedicated Engineer to assist you.
    This may be simply easier for you to use the Personal Favorites folder of the user so they can browse all report instances belonging to them. I suggest you talk to the BOE Administrator for more info on what BOE is capable of doing. what you want is fairly easy to manage with Enterprise itself.
    Thank you
    Don

  • Crystal Enterprise 9 and VS2002

    Good night staff, 
    I have a problem with Crystal Enterprise 9 
    I'm using a server for the Reporting of Crystal and a client machine to receive the reports generated. 
    Server: Windows Server 2000 
    Client: Windows XP 2002 Service Pack 3 
    The problem is as follows: 
    - Inside the Debug page that prompts the generation of reports have the following block of code to log into the Crystal APS. 
    SessionMgr ceSessionmgr = new SessionMgr();
    ceSession = ceSessionmgr.Logon(userid, password, aps, auth);
    EnterpriseService ceEnterpriseService = ceSession.GetService("InfoStore");;
    InfoStore ceInfoStore = new InfoStore(ceEnterpriseService) ;
    Report rpt2;
    - In line EnterpriseSession ceSession ceSessionmgr.Logon = (userid, password, aps, auth); and a logon between the server and the client but if I enter "QuickWatch" option in variable "ceSession"
    right after logging all elements of variable'll go fading as updating the "QuickWatch" 
    Anyone have any idea what it might be? 
    thank you

    Hi,
    According to your description, I am afraid your problem is out of support in C# forum. But I do not know where you should post your thread. Seems you use the Enterprise Framework Library in the link:
    http://devlibrary.businessobjects.com/businessobjectsxi/en/en/BOE_SDK/boesdk_com_doc/doc/boesdk_com_doc/CrystalEnterpriseFrameworkLibrary2.html
    May be you can look for help in there.
    Best Wishes!
    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.
    Click
    HERE to participate the survey. Thanks<br/> MSDN Community Support<br/> <br/> Please remember to &quot;Mark as Answer&quot; the responses that resolved your issue. It is a common way to recognize those who have helped you, and
    makes it easier for other visitors to find the resolution later.

  • Report crashes while formatting refreshed Report in Crystal Enterprise

    Hi,
    I have created a report on Crystal Enterprise 4 based on IDT universe.
    Thereafter I had refreshed report data for viewing layout to get an idea of further formatting improvements.
    While doing subtle changes report gets crashed frequently returning the following error:
    Grid row too large to fit in the page. - [JRC00002186]
    Any idea why this error occurs frequenly and how this can be handled ?
    Regards,
    Ray

    What kind of objects are there on the Report Header?
    Could you try suppressing it to make sure it's one of the objects on this section that's causing the issue?
    -Abhilash

  • How To Run a Parameterized Report Stored in Crystal Enterprise on demand

    I have been integrating into Crystal Enterprise 10 for  many years now with no problem.  We use .net to schedule and run reports as well some administration tasks.  Users can view reports through our asp.net web application using the crystal viewers.
    However, I now have a task that requires us to run a report that is stored in CE on demand.  This can NOT be done through the viewer because it will not have direct user interaction.  The crystal report has to be bundled with other documents and then displayed to the user in a single PDF.  I have everything working right now if the report has already been scheduled and ran through CE.
    What I can't figure out to do is how to actually run the report in CE on demand and immediately get the results back.  I can't schedule it (even for immediate running) because I can't have it backed up in the job server queue.  If the report was local on the machine that Integerate with CE, I think it is as simple as loading document, setting parameters, and calling refresh.  However, I need this to happen in CE with the RAS or PageServer server.  In other words, the execution of the report needs to occur on server and I need the end results.
    I have scoured the Net looking for an example but everything either talks about scheduling through Job server or on demand through the viewer.
    Hopefully someone can help.

    Thanks for the answer Elaine, but I am still not quite there.
    We already had interactive on-demand report viewing working through our web app.
    The problem is that I need non-interactive on-deman report running.  Let me explain the process a little more to help paint the picture of the process we have.
    1.  While working in our application, the user selects an "information dump" on the selected the employee.  This dump is information from a number of different places and document types.
    2.  The application then goes to each of these different information areas and converts the information to PDF format.
    3.  Application stitches all the individual PDF files into a single PDF which is what is returned to the user via the web application.  The delivery mechanism cannot change due to requirement limitations.
    Currently, the information is coming from multiple MS Word mailmerge documents merged "on-the-fly" with data for the employee and a stored HTML worksheet that is also converted to PDF.
    We now have to add a PDF version of 2 reports that are ran when the user requests the information dump. 
    I already have the code to connect to CE and get a reference to the RASReportFactory.  We do this today using the interactive viewer.  However, we use the viewer to display reports that have already been scheduled and ran.  This means we simply make a call to RASReportFactory.OpenReportSource to get the source for the viewer.
    We now can't have a viewer in this process.  I found the call to the method OpenDocument on RASReportFactory to get a handle to a ReportClientDocument.
    I know how to properly set the values for the report arguments as well as the database information.
    What I don't see is a method to tell it to run the report.  I see Save and SaveAs but this simply saves the document by to CE or to a local file with the changes I made to parms and db info. 
    What do I call to tell it to execute the report so I can turn around and export it to PDF?  Thats the million dollar question.
    Edited by: Stephen Barrett on Aug 20, 2008 12:11 AM

  • Migrating reports from Crystal Enterprise 8.5 to BO Enterprise 11.5

    Hi,
    We have an application configured on Crystal Enterprise 8.5 that uses unmanaged url reports method. Now we have to migrate the application to Business Object Enterprise 11.5. We are done with the installation of Business Object Enterprise 11.5 and configured the application on the new server, but the reports are not working. When we access these reports using URL http://HOST_NAME/VirtualDirectory/Report_Name.rpt?Init=ACTX:Connect we get the message "The page cannot be displayed".
    I am are not able to find the exact reason behind this behavior. We have also checked the mapping of extensions in IIS and found that the every extension (i.e. .rpt, .csp ect) of crystal  is mapped to aspnet_isapi.dll, where as in Crystal Enterprise 8.5 these are mapped to wcsinsapi.dll. Is there is some issue with the installation?
    Thanks!

    Hi Tim,
    Thanks for the reply.
    I searched the forum and found the link to [url|http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/en/BOE_SDK/boesdk_java_dg_doc/doc/boesdk_java_dg/URLreporting_new.html] which specifies the process to use URL Reporting for Crystal Reports . But to implement this we have to change the architecture of our existing application as presently we are directly accessing the report in URL to run the report. I was not able to found any solution that implements this architecture.
    Does Business Object Enterprise 11.5 still supports this architecture?
    If we use the architecture specified in the above URL for URL Reporting for Crystal Reports  then how we can migrate all our reports to BOE 11.5? We have to use the Publish Wizard for that, to get the ids for our reports?
    There was a parameter APSTOKEN how can we get a token. Can it be a static token that can be used by all the users to access the reports?
    Thanks!

  • Exporting to fixed length text using Crystal Enterprise 10

    Post Author: adamsueryan
    CA Forum: Deployment
    I would like to know if it is possible to export from Crystal Enterprise 10 to a fixed length text file similar to the text exporting option using Crystal Reports 8.5.  From Enterprise 10 I see you can export to Rich Text Format but that is not really the same.
    Adam

    Post Author: hamish_sco
    CA Forum: Exporting
    I normally use these settings, which work pretty well; Excel Format:  CustomOptions:  Column width based on - Detailsthen the following boxes ticked;Export Object FormattingMaintain Relative Object PositionMaintain Column AlignmentExport Page Header and Footer CheersHamish

  • Can Crystal Enterprise be configured so that  it does not create files in the FileStore - Output

    Post Author: christof
    CA Forum: Administration
    We are using the API to create pdf files using Crystal Enterprise but the problem is that now files are create in duplicate.We have one file which is stored in the filestore/output and another file which is stored as requested true the API. Is their a setting, configuration which could make it possible that no files are added in the filestore/output when the API is used. (when a onther filenam/path is given true the API)  For now we should use a bat that removes those files every month.

    Post Author: TAZ
    CA Forum: Administration
    Hi Christof,
    If instances are being generated in the output FRS that would indicate reports with saved data as opposed to the input FRS which contains the report without saved data. I think this is needed for the conversion to PDF but you can post this question in the DEV forum and posibly find out for sure.
    Regards,
    Tim

  • Upgrading from Crystal Enterprise 10 to Business Objects Enterprise 11

    Here's the situation:
    We decided to upgrade from Crystal Enterprise 10 on server A to Business Objects Enterprise 11 on server B. We went with the method of importing all the objects and users from Crystal Enterprise 10 to Business Objects Enterprise 11. The import also brought in all the DB connection settings that were set in Crystal Enterprise 10. I also brought over all the ODBC System DSNs so that those can be consisten with the old server.
    The problem we are having is that the reports are failing due to the connections to the database. I thought importing the database connection settings from Crystal Enterprise 10 along with bringing over the ODBC System DSNs would not make this an issue but it hasn't.
    I checked the server logs in SQL and it's telling me that it's trying to log into the server as NT AUTHORITY\ANONYMOUS LOGON. Shouldn't it try to log under whatever I define in the report's database settings or ODBC System DSNs?
    These same reports work fine in Crystal Reports and Crystal Enterprise 10.
    Edited by: Gingerbread Man on Feb 9, 2010 10:41 AM

    go into the properties of the report and verify that the Database Login values are still set.  I found that it doesn't always transfer those when doing the import.

  • How to add crystal enterprise server in portal?

    Hello, I am not familiar with SAP Portal, I am a little bit confused with the following direction from point 5. I don't know how to add the system in the landscape. I don't see the Edit list. The netweaver version is 2004.
    To configure the BusinessObjects Enterprise server
    1. From the top-level navigation bar, choose System Administration; then
    choose System Configuration.
    2. From the Detailed Navigation iView, choose System Landscape.
    3. In the Portal Catalog, expand Portal Content.
    4. In the folder containing the systems, right-click a system and choose
    Open, and then choose Object.
    5. In the System Landscape Editor, from the Edit list, select Crystal
    Enterprise Server.
    6. In the BusinessObjects Enterprise Editor, enter the following parameters:
    u2022 Host Name of Crystal Enterprise Server:
    Here you need to enter the BusinessObjects Enterprise server as fully
    qualified host name (including the port).
    For example: BusinessObjects001.business.net:1080
    u2022 Path of BusinessObjects Enterprise Server:
    Here you need to enter the path to the viewer application you want to
    use for this system.

    Hi,
    the steps are under the assumption that you have a system already configured in the portal.
    the values for the BusinessObjects server are just properties. If you don't have a system configured you would have to create a system first - otherwise you can set these properties for an exisitng system
    ingo

  • Ad Hoc query storeage in Crystal Enterprise

    Apologies to all for a 'newbie' question. I was just handed control of our company's Crystal Enterprise server.
    How and where does Crystal Enterprise store user defined ad hoc queries?
    Are they stored in the database? or a local folder? If it's a folder, where is the default location?
    Thanks.

    Here is the scenario.
    UserA creates an adhoc reports and saves it. (Using the Web interface.
    1st. Issue. Where is the actual report physically saved? A blob in the db? A local folder? I want to double check our environment to make sure anything from our Active Directory rules aren't affecting this.
    UserB wants to access UserA's report because he/she finds it useful but wants to modify a parameter.
    2nd issue. UserB is unable to do so. I can access UserA's folder via CMS and copy the desired report to UserB because I am the adminitrator.
    We would like to eliminate this by allowing any user to access and copy ad hoc reports, modify them as needed them save them to their personal space.
    Again, I apologize if these are apparently simple issues. I backed into the project and am trying to get up to speed as quickly as possible.
    Any assistance and recommendations would be appreciated.
    Thanks,

  • How to Convert Crystal Enterprise v10.0 Business Views to BOE XI?

    Hi,
    It took a long time, but my company FINALLY upgraded from Crystal Enterpise and Crystal Reports v10.0.  We just purchased BusinessObjects Edge XI and Crystal Reports 2011.  I went to the training class a few months ago, but due to the delay in our actually getting the applications, I feel as though I've forgotten most of what I was taught!
    With the old version, we built all our reports off Business Views (using Business View Manager - which was an add-on component of Crystal Enterprise) that are sourced from an Oracle database.  I have over 420 report files that are built against these business views.
    I have tried to open a report in Crystal Reports 2011, and I'm prompted to log in to BusinessObjects Enterprise to load the business view.  When I enter the credentials for the NEW system that I just installed (a brand new install on a new server), I get an error "Access Denied:  You cannot log into an older version of the CMS."  So obviously the stored business views that are trying to load have the old system information associated with them.  Understandable.
    I cannot find Business View Manager in the new BOE XI.  Is it an add-on?  Where can I get it?  Can I even convert my old business views?  If not, am I going to have to rebuild all my data sources? 
    I don't know what a "Universe" is - and I've never used them - but is that similar to a Business View? 
    The problem I get is that if I try to associate a new data source (I tried direct Oracle connection), all the fields in my report disappear when the old (unloadable) business view is removed.  Essentially this would require me to rebuild all my reports! 
    I'm not sure what to do here.  I have 420+ reports to convert so we can load them on this new server, and I have only about 2 weeks to do it.  If I have to rebuild them all, there is no way I can complete this in time for our cutover.
    ANY HELP WOULD BE GREATLY APPRECIATED!!  (I'm new to this "forum" thing, too - so if I'm not doing this right or if there is some other place I should be putting this, please let me know)
    Thanks,
    Amber Smith

    Hi Amber,
    Thank you for the reply.
    Well if you can logon to Business Objects Server then you can see the Business View Manager from Start menu-> All Programs-> Business Objects Enterprise XI 3.1-> Business View Manager
    or else you can look for business view manager executable file in c:\program files\business objects\business objects enterprise 12.0\win32_x86\CrystalBVM.exe
    When you open Crystal reports, there is an option to change the datasource of an existing report to any other datasource. The only condition that should be met is that the structure of new datasource should be similar to the existing one.
    I have not changed the business view datasource to universe, but i will try it and let you know.
    Thanks,
    Kuldeep G

  • Upgrading from Crystal Enterprise 10 to Business Objects XI R3

    Hi Guys,
    I am upgrading from Crystal Enterprise 10 to Business Objects XI R3.  The server which have Crystal Enterprise 10 is not on the network, please let me know to copy CMS database from CRE10 (Not on the network) to BOXIR3.
    Burhan
    Thanks

    you will need access to the CMS DB and FRS from CE10 in order to migrate to XI 3.x, typically this is accomplished via network. If you can restore them to the same computer a side by side (install CE10 and XI 3.x on the same server) may work as well.
    Regards,
    Tim

  • Upgrade from Crystal Enterprise 9 to Crystal Server 2011

    As I know, the latest version is Crystal Server 2011 which is a part of the Business Intelligence platform 4.0.  Is it correct ?
    The manual says that Crystal Enterprise 9 CANNOT upgrade to Crystal Server 2011 directly.  It needs 2 steps.
    Crystal Enterprise 9  -
    >  Business Object XI R2  -
    >  Crystal Server 2011
    But I cannot find any trial version of Business Object XI R2.  How can I test the upgrade?
    Is there other method to upgrade?  E.g. transfer the oracle database to the new system?
    Regards,
    Kelvin

    If you are paying maintenance, you should be able to ask for a key for XIR2 version.

Maybe you are looking for

  • Context Menu in BW Report Iview not opening after upgrade to Portal 7.3

    Hi All, We have a unusual problem that, the Context menu of the BW reports for options like filtering is not opening post Upgrade to Portal 7.3 for End users. However, with Super Admin role, the Context menu opens for the BW report Iview. I have trie

  • Connecting my ipod to my laptop - playlist problem

    When I connect my ipod to the laptop, it loses the position in the playlist I was listening to. Is there a way to stop this from happening? I hate getting half way through an audiobook, recharging the ipod and loosing my position in the playlist. Tha

  • Problems embedding keynote slideshow on my website

    I have uploaded a keynote presentation from my iPad to iWork.com.  I would like to embed this presentation on my website but there is no "show embed code" option under the "show public link" option when I am signed into iWork.com.  I do not see anyon

  • Login is looked

    Hello My login is looked a couple of days and won't more enabled. I opened a new login because my email address changed. Unfortunately I choosed the same Login name in uppercase. So, my old (u05430) and new login(U05430) (with me new email address) d

  • Libraries - Creating or Swtiching between

    Imagine if you had to do THIS in Microsoft Word: 1. To open a document, start Word... 2. As Word opens, press and hold the Alt key... 3. Choose the document you wish to open. 4. To create a new document, close Word and re-start it... 5. As Word opens