Xcelsius, Live Office, and Crystal Reports Migration Problem

Hi Experts,
I have a problem when migrating Xcelsius dashboards from dev environment to production environment. In my dev environment, I have Crystal Reports which are published from BW dev environment and Xcelsius dashboards consuming the data in these Crystal Reports.
When I try to migrate from dev environment to production environment, I first transport Crystal Reports from BW dev environment to BW production environment and publish them to BOE production environment from BW production environment. Then I use Import Wizard to migrate Xcelsius dashboards from BOE dev environment to BOE production environment. But this way, the live office connections inside the Xcelsius dashboards break because the underlying Crystal Reports cannot be found.
The other option I can think of is migrating Crystal Reports using Import Wizard rather than transporting them to BW production environment and publishing them to BOE production environment from there. After the migration using Import Wizard, modify the database connection of these reports in CMC. I usually do this for Crystal Reports connecting other data source than BW. I haven't tried this with BW reports yet, because I think publishing is the right way to do it.
I'm on BO Edge 3.0, Crystal Reports 2008 V0, and Xcelisus 2008 SP1. And I don't have much upgrade options. Currently, I can only upgrade to BO Edge 3.1 and I don't think that makes any difference.
So how do you migrating Xcelsius dashboards, connecting to BW Crystal Reports via Live Office connection?
Thanks,
Robin

Edge 3.1 has quite a few bug fixes over 3.0 and then I believe you would want CR2008 SP1. But without upgrading anything BO products usually link information via unique identifiers such as the SI_CUID, If you use the IW for everything this is sure to be preserved. If not then I do not know but a good possibility from your symptoms is the CR SI_CUID may have been changed by the way you migrated it. If you are unable to make progress you may consider opening an incident with the BO deployment team but if it's a bug you will need to upgrade to 3.1.
Regards,
Tim

Similar Messages

  • Can't connect SAP BW via Live Office and Crystal Report

    Hi all,
    I got error when I tried to refreh with connection refresh button in below environment.
    Does anyone know the cause of this problem?
    <System Configuration in my environment>
    SAP BI Bex Query(Data Source) --> Crystal Report(in Infoview) --> Live Office --> Xcelsius
    <Error>
    LO 26608 (under Enterprise Authentication)
    LO 02010 (under SAP Authentication *1)
    *1 I followed the instruction of below blog.
    /people/ingo.hilgefort/blog/2008/10/07/businessobjects-and-sap-part-2-of-4--creating-a-xcelsius-dashboard-on-top-of-sap-bi
    <Environment>
    Xcelsius 2008 SP1 Fix Pack 3
    Crystal Report 2008
    Live Office XI 3.1 Version 12.1.0.882
    SAP BI 7.0 (SAPKW 70016)
    Regards,
    Hiroyasu

    Hi,
    Thanks for your response. Please see below answers to your question:
    When you say that you are not able to connect from Word Live office to server - in this are you able to see Live Office tab in word document?
    Yes, I can see the Live Office tab. When I try to connect to the server to insert a crystal report I get the message "constructor exception (error: WSE 99999) Unknown error "-1""
    Did the installation process was done properly?
    As far as I am aware, yes.
    Which version of Live office you are using? because it will help to proceed further.
    LIVE OFFICE XI 3.1 (version 12.1.0.882)
    Where exactly you are not getting the Crystal Reports Options? Are you facing any error message?If Yes then what is the error message.
    Please see above
    Are you able to login to server successfully?
    I can in Excel in Live office but not in Word. As per the first message, I cannot see an option in Crystal to publish a crystal report. Do you know how I can do this? As I understand I need to publish it to the server and then Live Office will be able to see it.
    Regards
    Asha.

  • Live Office and Webi reports images..

    Hi All,
    I have one webi reportrs and put the imgaes in the webi report.when i am pulling this report in the word or PPT via live office these images are not coming  in the word or PPT.
    Can any one please tell me to this is possible or not in the word or ppt via live office?
    any workaround to get webi reports images in the live office.

    alex1234
    Did you check OnDemand option in Object/Application properties??
    Which will show on the fly, all Prompts defined @ WebI report/query level.
    I'm Back

  • Migration between SharePoint07 and Crystal Reports - please Help !

    I downloaded trial ver. of CR XI R2 with SP3 ( version 11.5.9.1076) 
    so we could use the integration kit to MOSS 2007 (new upgrade).
    What do I need in order to install the Portal integration kit on Microsoft SharePoint 2007 server ?
    We have Crystal Reports v10 with license but I want to try migrating SharePoint with Crystal reports
    and if it will be OK we will purchase the new version.
    My purpose is to install the integration kit (keep asking for SP3 in installation menu)
    Do I need to Install Business Objects XI 3.1  in order to install the integration kit to SharePoint 07 ?
    Where can I download it  (trial) ? SAP site keep deny me.
    thanks..
    BTW, Does Crystal Reports 2008 will work fine with SharePoint server 07 ?

    Hi Raj,
    Please have a look at the below documents for ECC and Crystal Reports integration.
    http://help.sap.com/content/bobj/bobj/index.htm
    BusinessObjects and SAP Part 4
    Hope it helps.
    Regards,
    Raghu

  • Crystal Report Login Problem

    I am using Visual studio 2008 and crystal report 2008 in a web application.
    I have problem in logging to the database from crystal report by applying the connection info for the runtime (Connect to ODBC DSN).
    I got this error: System.Runtime.InteropServices.COMException: Logon failed.Error
    Dim CrystalReport1 As New ReportDocument*
    CrystalReportSource1.Load(path)*
    Dim conn As ConnectionInfo = New ConnectionInfo*
    conn.UserID = "UserID"*
    conn.Password = "Password"*
    conn.ServerName = "DSN Name"*
    conn.DatabaseName = ""*
    For Each crTable As Table In CrystalReport1.Database.Tables*
    Dim tblLocation As String = crTable.Location*
    Dim tloi As TableLogOnInfo = crTable.LogOnInfo*
    tloi.ConnectionInfo = conn*
    crTable.ApplyLogOnInfo(tloi)*
    crTable.Location = tblLocation*
    Next*
    For i = 0 To fieldName.Count - 1*
    CrystalReport1.SetParameterValue(fieldName(i), Fieldval(i))*
    Next*
    CrystalReportViewer1.ReportSource = CrystalReport1*
    CrystalReportViewer1.DataBind()*
    I am using oracle providers for ASP.net
    *+<membership defaultProvider="MyOracleMembershipProvider">+*
    *+<providers>+*
    *+<add name="MyOracleMembershipProvider" type="Oracle.Web.Security.OracleMembershipProvider,Oracle.Web,Version=2.111.6.20, Culture=neutral,PublicKeyToken=89b483f429c47342" connectionStringName="conn_string" applicationName="AppName" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="false" requiresUniqueEmail="true" passwordFormat="Hashed" maxInvalidPasswordAttempts="4" minRequiredPasswordLength="6" passwordAttemptWindow="8"/>+*
    *+</providers>+*
    *+</membership>+*
    *+<roleManager enabled="true" defaultProvider="MyOracleRoleProvider">+*
    *+<providers>+*
    *<add name="MyOracleRoleProvider" type="Oracle.Web.Security.OracleRoleProvider,                Oracle.Web, Version=2.111.6.20, Culture=neutral,                PublicKeyToken=89b483f429c47342" connectionStringName="conn_string" applicationName="AppName"/>*
    *+</providers>+*
    *+</roleManager>+*
    I noticed that when I disable the provider from my project, the reports works fine
    Anybody knows how to solve this?

    If you are looking for a reporting solution that's easy-to-use including connecting with Oracle databases just install the ADO.NET Oracle connector), that's why we created the Windward Report Engine. Companies need a powerful, secure enterprise-level .NET reporting engine to back their critical reporting and document generation systems.
    The Windward Engine installs easily, runs on one or more servers as part of your server-based application, and can easily produce hundreds of thousands of reports per day on a single server. The server is a pure .NET product (and also is available as Java/J2EE).
    Even better news for you guys: When combined with the Windward report design tools AutoTag and AutoTag Max, users design, schedule and run reports from within Microsoft Office. That means you can turn over reporting to the business group and get back to more interesting work.
    You don't have to take my word for it. Check out our [robust .NET reporting engine|http://www.windwardreports.com/dot_net.htm?source=pday909&campaign=pday909&utm_source=everyr&utm_medium=post&utm_campaign=pday909&id=304] for yourself.

  • Difference between Crsytal Report 2011 and Crystal Report for Enterprise 4

    difference between Crystal Report 2011 and Crystal Report for Enterprise 4.0?
    I think Crystl Reprt 2011 has more function, is it right?

    Hi,
    I recently attended a SAP Virtual trianing on SAP Business Objects BI 4.0.
    Here are few extracts from that which probably shows some light to you:
    SAP Crystal Reports 2011
    1. UI and associated processing servers remain the same as CR 2008
    2. Incremental update to CR 2008 with a few new features*
    3. Continue to provide current CR 2008 functionality as-is for existing customers
    SAP Crystal Reports for Enterprise 4.0
    1. Major update & redesign of the Crystal Reports Designer and associated processing servers
    2. Focus on streamlined report design, reporting against BI 4.0 Universe, & reporting against SAP BW data
    3. Provide the foundation for all future releases of Crystal Reports
    Differences between these two releases:
    Data Source & Usage Type                                       General Recommendation
    1. SAP BusinessObjects BI 4.0                                        SAP Crystal Reports Relational Universe (UNX) for Enterprise
    OLAP Universe (UNX)
    2. SAP NetWeaver BW 7 BEx Query (BICS)                    SAP Crystal Reports for Enterprise
    3. SAP NetWeaver BW 3.5 BEx Query                             SAP Crystal Reports 2011
    4. SAP Profitability Cost Management                              SAP Crystal Reports for Enterprise through Analysis View
    SAP Strategy Management
    SAP Budget, Planning and Consolidation
    SAP Extended Analytics
    5. Platform Driven Alerting                                                SAP Crystal Reports for Enterprise
    6. Business Views                                                           SAP Crystal Reports 2011
    7. Direct RDBMS or OLAP access                                    SAP Crystal Reports 2011
        SAP ERP/ Live Office Content/
        Enterprise search content
    Regards
    Gowtham

  • VS2008/VS2005 and Crystal Reports 2008 Developer

    Hi,
    1.) I am using VS2008 and Crystal Reports 2008 Developer. Are there any issues I need to consider when developing using both of the above? (or with VS2005)
    2.) The confusion for me is in regards to the SDK. From what I understand from articles etc is that using CR 2008 dev we can use the .NET SDK or RAS SDK for development purposes?
    3.) So downloaded the sample code for RAS .NET from [here|https://www.sdn.sap.com/irj/boc/businessobjects-samples?rid=/webcontent/uuid/80774579-b086-2b10-db91-ed58c4dda375] and tried "DatabaseLogon_CS" example, as the option. It automatically opened in VS2005 (no problem) however it would not run.
    I would get an error :
    Failed to connect to server "localhost".
    Error returned from Windows Sockets API : 0.
    and line causing this is >>> rcd.Open(ref path, 0);
    Code below:
            string sampleReportPath = @"C:\Program Files\Business Objects\BusinessObjects Enterprise 12.0\Samples\en\Reports\Demonstration\World Sales Report.rpt";
            object path = (object)sampleReportPath;
            // Create an instance of the ReportClientDocument.
            ReportClientDocument rcd = new ReportClientDocumentClass();
            // Set the location of the RAS server.
            rcd.ReportAppServer = "localhost";
            // Use the Open() method of the ReportClientDocument to open the report.
            rcd.Open(ref path, 0);
    I have been able to open the RPT file by itself. So it does 'see' the database.
    Reason why it would not run?
    Any help would be appreciated. Thanks

    If you're using the sample code from our website, make sure you have uncommented the InprocRAS option in the ConfigureCrystalReports method (see below). From your error description it seems like you're using the unmanaged RAS option, which requires a RAS server.
    private void ConfigureCrystalReports()
            /* The following methods implement the same sample functionality in three different RAS
             * scenarios. Uncomment the method you would like to use.
             * - inprocRAS() logs onto a databse using RAS and SQL authentication.
             * - managedRAS() logs onto a database using RAS and SQL authentication from a managed RAS server.
             * - unmanagedRAS () logs onto a database using RAS and SQL authentication from an unmanaged RAS server.
             * Undocument the call to the method which applies to your appropriate RAS settings.
            DatabaseLogon_inprocRAS();
            //DatabaseLogon_managedRAS();
            //DatabaseLogon_unmanagedRAS();

  • Crystal report printing problem in Malayalam

    Hi,
    I have a printing problem in Malayalam in crystal report.The viewer displays the correct font but the printed output displays the square boxes.I have installed the font.I am using Visual studio 2010 and crystal report 13.0 version.what could be the problem???
    please help me...!!!

    Hi priyashekar,
    I’m afraid that it is not the correct forum about this issue, since this forum is to discuss Visual C#. You can post your question in the
    Crystal report forum: http://scn.sap.com/community/crystal-reports-for-visual-studio/content?filterID=content~objecttype~objecttype[thread]
    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.

  • Empty report returned from WEBI and Crystal report when using external hier

    Hi,
    WEBI and Crystal report build from BEX query returned empty report when we used external hierarchy 0PROFIT_CTR.  In BEX we don't have any problems with it.
    No authority check is perfomed on the hierarchy when we start the report in WEBI/Crystal. Only check on the hierarchy is performed when the root authorization is assigned to the user

    We using BO4  SP12

  • Vb6 deployment and Crystal Report 8.5

    Hi,
    I tried to deploy a Visual Basic 6 on a client pc that use Crystal Report 8.5.
    Because no merge files exist for this version of Crystal Report I tried to added all the necessary dll in the deploy package (using visual basic 6 tools deployment).
    I read the file Runtime.hlp so I added every dll wriiten in this file.
    When I run my setup I always have this error :
    The program can't start because CRPE32.dll is missing from your computer.
    It's strange because I added this dll to my deployment package.
    So I don't no what to do anymore.
    Need some help to solve this problem because I know it's easier with more recent version of Crystal Report because of the merge file but right now this software need CR 8.5.
    Regards,
    Hugo

    Hi,
    Ok here what I'm trying to do.
    I have an application Visual Basic 6 that use crystal report 8.5 to export the report in pdf using the dll cradxt.dll by programming.
    On the dev pc I have Visual Studio 6.0 and Crystal Report 8.5 installed.
    I want to install this software on another PC so I created a deployment package, automatically the pakage added the "necessary" dlls.
    But is not enough I need to added more on the client pc so it's hard even if I read the Runtime.hlp that come with Crystal Report 8.5 and I added all the dll it always seems to miss somes.
    So I was wondering if a merge module or something exist like the other version of Crystal Reports to install the necessary dlls on a clients pc.
    Otherwise what is the best way to do it ?
    Regards.

  • Crystal Reports setup problem (?)

    Hello,
    I have recently taken over the role of creating/updating our Crystal Reports and have of course installed the software on my PC just as is explained in the installation guide and have set up the ODBC datalink.
    I decided to leave it installed on the old user's PC until I got it working properly just in case I had any problems. Good job I did.
    The reports we create are used by a bespoke software called Access Supply Chain.
    When I create/modify a report on this newly installed instance, save it to our reports folder and reference it in Supply Chain, the report only blinks on-screen for a fraction of a second and then vanishes.
    If I then go to the old machine and open the report there and re-save, it works fine.
    I've checked settings between both machines and can't find anything that differs.; I'm possibly missing something very simple.
    Could anyone give me any clues as to what the problem is?
    Many thanks
    - Chris

    Chris,
    The forum that you have posted your question in is for questions related to the SAP Business One SDK.  Your question is related to the Crystal Report Writer.  You should post these types of questions in the Business Objects Forum here on SDN at
    https://www.sdn.sap.com/irj/boc
    or possibly here ...
    All about Printing & Reporting using ALD, PLD, XLR and Crystal Reports
    These two areas may get you better and faster results.
    Eddy

  • Crystal reports and crystal report viewer

    Hi.
    I have up to recently used crystal report version 11.5 and reports have been made available for users in the organisation via Crystal report viewer.2010 ver 11.2.1.3.
    The reports have been saved without data, and the different parameters have been available for the users for them to select approriate dataset,.
    I have now upgraded Crystal reports to version 2013 ver 14.1 and crystal report viewer to same version.
    The problem now is that the parameters are no longer available for the users, and it is also a requirement to save the reports incl a dataset to even open the report in the new report viewer.
    What have I missed? Anyone that can help me ?
    brgds Torunn

    Hi Torunn
    An alternative may be to create a web app using either the Crystal Reports .NET or Java SDK. Depending on what development software you already have, this may be cheaper than CR Server or "BO server". E.g.; both the .NET SDK and the Java SDK are free:
    SAP Crystal Reports, developer version for Microsoft Visual Studio: Updates & Runtime Downloads
    SAP BusinessObjects - SAP Crystal Reports, Version For Eclipse Download
    The above would be predicated on the assumption  that your org has some developer experience (or is willing to acquire it) and that you have the development software (e.g.; VS 2010, or 2012, or 2013 for the CR SDK for .NET).
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Xcelsius+Live office

    I am getting a Cross tab from Webi to  Xcelsius using Live office and Embed into a spread sheet..
    Intially there were 4 rows in the spreadsheet which change dynamically according to the parameter which I pass..
    When my parameter value changes I got 2 new rows and additional 2 rows from existing spreadsheet..I mean its Overwriting the spreadsheet with out removing the Previous valus..
    Please Provide workaround for this..

    What I am trying to say is that
    Intially When I give certain Parameter I have total 4 rows embarded to the spreadsheet.
    When I Change the Parameter in the dashboard...I should get total 2 rows ,But I am getting total 4 rows i.e. 2 from Existing spreadsheet and 2 rows accroding to new parameter..
    So when I change Parameter its overwring two rows and Leaves the rest two rows as it was with our removing it.
    Thanks,

  • Windows 2008 Web Server and Crystal Reports Runtime 10 comptability

    We have migrated a website that was previoulsy on a Wndows 2003 server using IIS6 and Crystal Reports Runtime v 10 on ASP.NET 2.0
    After migrating the website, and installing the Crytal Reports runtime, we are getting application errors related to Crystal Reports Runtime in event viewer and the browser.
    For one is Crystal Reports Runtime v10 compatible with Windows 2008 Server, IIS 7 ?

    No it is not. You're looking for about a 5 year forward compatibility. At this time, only CR 2008 (12.x) and Crystal Reports Basic for Visual Studio 2008 (10.5) are supported on WIN 2008. See [this|https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=56787567] blog for more details.
    Ludek

  • Embedding WebI and Crystal reports on a web page

    Hi,
    I'm new to BO, so please bear with me. I've also posted this to the .NET-side, so sorry if you've seen this post before.
    We have a project where we will need to embed WebI and Crystal reports on a web page, i.e. we want the people who access the web page to get the reports (mainly graphs) as embedded content on the web page without any controls and other clutter.
    Is this possible and what's the correct way of doing this?
    Thanks,
    Carl

    Hi,
    Thanks for the help!
    We still face the original problem, though. I.e. with openDocoument we get the report, controls, tab selections, scroll bars etc. What we actually would like is to get just the contents of a report.
    Is there any way of doing it? We're not afraid of coding, we have good developers. Or do we need to schedule report creation to some format (e.g. PDF) and then load the PDF to the web page?
    Basicaly it's more important to get this working for WebI reports as we can redo almost all reports from Crystal to WebI. Of course we are happy to find a resolution for both cases.
    Br,
    Carl-Gustaf

Maybe you are looking for

  • My Macbook Pro OS 10.7.5 will not recognize toshiba hard drive.  I will register on an iMac running the same OS.  Any ideas?

    I have a Toshiba external hard drive that i used with MacBook.  I now have a MacBook Pro running OS 10.7.5.  It does not register that the Toshiba hard drive is plugged in, yet if I plug it into an iMac running the same OS it does work.

  • New user account is empty

    This morning I wanted to create a new user account for some tests. When I logged in to that new account there was a long pause before the desktop appeared, but when it showed up it looked like it should - except that its user folder was completely em

  • HD clips not playing smoothly in viewer

    Hi all, I'm having some issues where all the HD clips I captured (using a blackmagic DeckLink HD card) are playing a little blurry, and won't let me play at higher than 1x speed without the audio getting choppy. The clips play very smoothly in QuickT

  • Pull down menus with hot spots

    Can I create pull down menus if I used hotspots in dreamweaver?

  • Fireworks Install Error  Exit Code 7

    When attempting to install Fireworks from the WebPremium disk image I get an install error.  Any ideas on how to resolve this? Exit Code: 7 -------------------------------------- Summary -------------------------------------- - 1 fatal error(s), 3 er