Migration from BusinessObjects Enterprise 6.x to SAP BusinessObjects XI 3.1

hi,
I am in a migration from 6.5 to XI 3.1. I have a question about it, when you do the migration with import wizard, first you have to have installed XI 3.1.
I was thinking that you could export the .BIAR file with Import Wizard connected to 6.5 and the next step could be import to XI 3.1.
I tell you that because I tried the migration. In the source I put the BusinessObjects Enterprise 6.x and in the destination environment the wizard asked me only for a BusinessObjects Enterprise XI 3.1.
Regards,
Paulina Villacis

Hi
  You can migrate from live 6.x system to live 3.1 system.
  For more details refer "Importing Information From BusinessObjects 5.x or 6.x" section(pa ge number 26) in http://help.sap.com/businessobject/product_guides/boexir31/en/xi3-1_bip_importwiz_en.pdf.
Regards
Ashwini

Similar Messages

  • Migration from Crystal Enterprise 10 to SAP Crystal Server 2011

    Hi all,
    We are currently using Crystal Enterprise 10 to schedule and view our reports and the designer is Crystal Reports 10 .
    we are planning to migrate to SAP Crystal Server 2011 with Crystal Reports 2011 as the designer.Can we do this migration directly or do we need to do the migration to an intermediate version before going to SAP Crystal Server 2011.
    Regards,
    Sreekanth S S

    1. So in this case, I need to migrate from Crystal Enterprise 10 to Crystal Reports Server XI R2/Crystal Reports Server 2008 or more using import wizard Then I will need to migrate from Crystal Reports Server XI R2/Crystal Reports Server 2008 to SAP Crystal Server 2011 using Upgrade Manager tool. Is my inference correct?
    That is correct. For XI R2, it would be XI R2 SP2 minimum. And you need to have a live installation of XI R2 SP2 as SAP does not have it in archieve download area.
    2.What is the potential risk if we try to migrate from Crystal Enterprise 10 to SAP Crystal Server 2011 using upgrade manager tool?
    I am not sure if that will work with success, If the reports migrated from CE10 do not work in CRS2011, it would be unsupported. You can however try it anyways.
    3.Can we open the reports developed using Crystal Reports 10 designer in Crystal Reports 2011 designer? .This is for another requirement of us where we have to just migrate the reports alone .
    Yes you can do that. Try opening and running them in CR2011, they should work but some of them can also result in some errors here and their, this is more specific to report design and what kind of grouping\ filtering\formulas you use.

  • Migrating from Crystal Enterprise 10 to Business Objects XI / Crystal Server XI

    Post Author: Karthik003
    CA Forum: Deployment
    Hi,
    Anyone please explain me which one is right,
    At present we are running on Crystal Enterprise10,which is advantages
    Migrating from Crystal Enterprise 10 to Business Objects XI
    or
    Migrating from Crystal Enterprise 10 to Crystal Server XI
    Please explain me the things that needs to be had in mind while going for the migration.
    Thanks
    kartik

    Post Author: TAZ
    CA Forum: Deployment
    CRS is limited to single server installs, it has less functionality such as no auditing. Enterprise can be clustered across many servers, has auditing and webi/deski from E6. So which one is best would depend on the size of your planned implementation and the features that you want.
    Regards,
    Tim

  • Help on Migration from Hyperion Enterprise 6.5.0 to HFM 11.1

    Hello All,
    We are planning to upgrade our system from Hyperion Enterprise 6.5.0 to HFM 11.1 and would be very grateful if you can help us in answering the below questions as I am novice in Hyperion.
    Current Environment:
    We have one Hyperion Enterprise 6.5.0 server and Hyperion 6.5 client is installed on two Citrix servers. We use Citrix servers to publish Hyperion client which users can use to access the Hyperion application. I have been planning the Citrix upgrade for Citrix servers and due Hyperion 6.5 incompatibility with Win2008 R2, we are also planning to do Hyperion upgrade to either 6.5.1 or to HFM.
    Having no knowledge on HFM, I found out that HFM is web-based application and users can access HFM application through browser unlike Hyperion 6.5 which is accessed by Hyperion client.
    I have following question if you can help me, please:
    1. Do we need any client to access HFM or all the feature are web based?
    2. If it is web-based, do we need any web-server or IIS can be used to provide access to HFM application to users?
    3. How many servers (application, web-server, database server etc) would be suffice for 270 users, any estimate?
    My questions might be very dumb for this forum but, I would really appreciate and thank any kind of help provided.
    Thanks,
    Rajneesh

    You should not proceed without expertise in HFM. The installation and configuration requires a much greater technical knowledge and support than Hyperion Enterprise does. Also, you should not perform a straight migration of Hyperion Enterprise to HFM since you have to consider the differences in dimensionality. I recommend you engage someone who has already done such a migration and has good experience with HFM.
    --Chris                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Data Migration from IDES to Vanilla open source SAP System

    Can any one help me as to what are the SD tables  that should be migrated between 2 SAP systems in order to operationalize a complete Sales Cycle . This information has to be provided to the Basis team . Where i should i start from and what should be my approach ?

    Tables in Sales and Distribution (SD) :
    Document Flow
    VBFA - Document flow (alg.)
    VTFA - Flow shipping documents
    Sales order :
    VBAK - Header data
    VBAP - Item data
    VBPA - Partners in sales order
    VBKD - Sales district data
    VBEP - Data related to line items, delivery lines
    Billing document :
    VBRK - header data
    VBRP - Item data
    Shipping :
    VTTK - Shipment header
    VTTP - Shipment item
    VTTS - Stage in transport
    VTSP - Stage in transport per shipment item
    VTPA - Shipment partners
    VEKP - Handling Unit - Header Table
    VEPO - Packing: Handling Unit Item (Contents)
    Delivery :
    LIKP - Delivery header
    LIPS - Delivery item
    Pricing :
    KONH - Conditions header
    KONP - Conditions items
    KONV - Procedure ( billing doc or sales order)
    KOND
    Contracts :
    VEDA - Contract data
    Regards,
    Rajesh Banka

  • JCA Issue with migration from EP 6.0 SP2 to SAP NW2004s (EP 7.00 SP7)

    We are currently using JCA on EP 6.0 SP2 platform to connect to SAP R/3 backend system for custom java iviews as shown below ...
    Context ctx = null;
    IConnectionFactory connectionFactory = null;
    IConnection client = null;
    IConnection aConnection = null;
    try
         //Obtain the initial JNDI context
         ctx = new InitialContext();
         //Perform JNDI lookup to obtain connection factory
         connectionFactory = (IConnectionFactory) ctx.lookup("EISConnections/SAPFactory");
         connectionFactory.setConnectionTimeOut( 900 );          
         IConnectionSpec spec = connectionFactory.getConnectionSpec();
         // FOR MiniP     
         ((Map) spec).put("client", "100");
         ((Map) spec).put("UserName", "USER_ID");
         ((Map) spec).put("Password", "password");
         ((Map) spec).put("logonmethod", "UIDPW");
         ((Map) spec).put("Language", "EN");
         ((Map) spec).put("ashost", "10.14.17.44");
         ((Map) spec).put("sysnr", "02");                              
         aConnection = connectionFactory.getConnectionEx(spec);
    catch (Throwable th)
         StringWriter sw = new StringWriter();
         th.printStackTrace( new PrintWriter( sw ) );
         log("Caught an exception (Throwable) : \n" + sw.toString() );                 
    When we migrated the code, the connection to SAP R/3 system is failing. Searching servicemarketplace for some solution, we found a note 820857 and made the necessary code change for JNDI lookup from "EISConnections/SAPFactory" to "deployedAdapters/SAPFactory/shareable/SAPFactory" but we are still getting the following connection failure errors ...
    (R3/BW) Failed to get connection. Please contact your admin.
    com.sapportals.connector.connection.ConnectionFailedException: Connection Failed: Nested Exception. Failed to get connection. Please contact your admin.
         at com.sapportals.connectors.SAPCFConnector.SAPConnectorException.getNewConnectionFailedException(SAPConnectorException.java:107)
    Also, the help link is not updated for any changes ...
    http://help.sap.com/saphelp_nw04s/helpdata/en/89/8a185c148e4f6582560a8d809210b4/content.htm
    I really appreciate any help being provided for solving the issue.

    Hello! Bhabesh,
    Could you please check your stack against mine, i am pasting that stack here.
    Please let me know if you are getting the same error or something else.
    FYI, i am pasting my code too. Please check if you are using the same way.
    Stack
    #1.5#00306EE9EE3A001A0000064F00003A28000422D070FB68FD#1164178553286#com.sap.portal.iView#sap.com/irj#com.sap.portal.iView#z10002722#42##asap86.symbol.com_NPQ_6376950#Guest#d2b1aed079f511db93d200306ee9ee3a#SAPEngine_Application_Thread[impl:3]_21##0#0#Error#1#/System/Server#Java###Connection Failed: Nested Exception. Failed to get connection. Please contact your admin. 
    [EXCEPTION]
    #1#com.sapportals.connector.connection.ConnectionFailedException: Connection Failed: Nested Exception. Failed to get connection. Please contact your admin.
         at com.sapportals.connectors.SAPCFConnector.SAPConnectorException.getNewConnectionFailedException(SAPConnectorException.java:137)
         at com.sapportals.connectors.SAPCFConnector.connection.SAPCFConnectorConnectionFactory.getConnectionEx(SAPCFConnectorConnectionFactory.java:184)
         at com.symbol.intr.cs.authcheck.beans.AuthorizationChecker.getConnection(AuthorizationChecker.java:182)
         at com.symbol.intr.cs.authcheck.beans.AuthorizationChecker.connectionOK(AuthorizationChecker.java:79)
         at com.symbol.intr.cs.authcheck.beans.AuthorizationChecker.isAuthorizedRunCheck(AuthorizationChecker.java:294)
         at com.symbol.intr.cs.authcheck.beans.AuthorizationChecker.isAuthorized(AuthorizationChecker.java:289)
         at com.symbol.intr.cs.authcheck.main.Controller$MyController.onCheckAuthorizations(Controller.java:68)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sapportals.htmlb.page.DynPage.doProcessCurrentEvent(DynPage.java:172)
         at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:115)
         at com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.java:134)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:646)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:545)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Code
         protected IConnection getConnection(StringBuffer sb)
              throws Exception {
              Hashtable env = null;
              Context initctx = new com.sapportals.portal.prt.jndisupport.InitialContext(env);
              IConnectionSpec spec = connectionFactory.getConnectionSpec();
              spec.setPropertyValue("client", "095");
              spec.setPropertyValue("user", "Z10002722");//CPICR3Q095 - Chandu's ID: Z10002434
              spec.setPropertyValue("passwd", "initpass");
              spec.setPropertyValue("lang", "EN");
              spec.setPropertyValue("ashost", "157.235.1.24");//157.235.1.24 asap84.symbol.com
              spec.setPropertyValue("sysnr", "02");
              IConnection connection = null;
              try {
                   connection = connectionFactory.getConnectionEx(spec);
              } catch (Exception e1) {
                   StringBuffer exceptionMessage = new StringBuffer();
                   exceptionMessage.append("<font color='red'>");
                   exceptionMessage.append(
                        "<br>A connection to SAP could not be achieved.  ");
                   exceptionMessage.append(
                        "The possible cause is a bad definition of the connection ");
                   exceptionMessage.append(
                        "as loaded from the connection_specs.properties file.  ");
                   exceptionMessage.append("Please check this file.  ");
                   exceptionMessage.append("Check the user ID shown above and the password.  ");
                   exceptionMessage.append("Also, check the host and system number as shown above.");
                   exceptionMessage.append("</font>");
                   ILogger logger =
                        PortalRuntime.getLogger(IPortalConstants.IVIEW_LOGGER);
                   logger.log(e1, e1.getMessage(), Level.SEVERE);
    //               throw new ConnectionFailedException(exceptionMessage.toString());
                   throw new Exception(exceptionMessage.toString());
              return connection;
    Thanks!
    Regards,
    Kishore

  • Migrating from Crystal Enterprise 8 to Crystal Reports Server 2008

    Hi,
    In our current CE8 setup, we have a web server with the web connector, which connects to the Web Component Server (WCS) running in the CE8 application server. Our reports (rpt) are 'unmanaged' and they simply reside in a directory on the application server, together with csp pages (for handling parameter passing, configuring ActiveX viewer settings, etc). The link-to-folder path mapping is specified in the web connector settings. Users view the reports by pointing the browser to the csp pages.
    Given the scenario, we would like to migrate to the new CRS2008 platform, while maintaining similar setup as above.  However, it is noted the web connector/WCS are no longer there in the new version. My questions are:
    Can Viewer/RAS SDK be the replacement for achieving the setup?
    What is the mechanism for web and application server communication?
    Any enlightenment on the above will be much appreciated.
    Thanks,
    John

    Post Author: TAZ
    CA Forum: Deployment
    CRS is limited to single server installs, it has less functionality such as no auditing. Enterprise can be clustered across many servers, has auditing and webi/deski from E6. So which one is best would depend on the size of your planned implementation and the features that you want.
    Regards,
    Tim

  • Migration from development to production environment for SAP Netweaver BI

    All,
    When I created a SAP Netweaver BI connection using BeX query in BW development environment, the system is defaulted to the BW development environment. Since the system textbox can't be modified to use a variable to point to production environment, can you share how you migrate your SWF file to production environment and ensure that it points to the BeX production query?
    Thanks for sharing ....

    After some more searching, I found this link: http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f005a4ca-d4fd-2c10-adb8-8ec24383cb97

  • Migrate from ISA 2006 SP1 Enterprise Edition to TMG

    Hi,
    I want to migrate the ISA 2006 SP1 Enterprise Edition to TMG but some of the posts are saying that it is not supported you can not do that? Is there some one who can help me regarding this that is it possible to migrate. I saw technet which only mensions
    the standard edition support and there is nothing about ISA 2006 enterprise edition even in isaserver.org i read that migration from ISA Enterprise edition is not supported. My ISA server is a standalone server.
    Regards,
    Salahuddin Khatri
    SKHATRI

    Hi All,
    Thank you for your replies, so following is what i have done
    I have ISA 2006 SP2 Enterprise Edition Standalone server but still you will see Array and Enterprise
    1. Export ISA configuration from top of the console do not export it from Enterprise neither from Array you have to export it from the top one.
    2. download and install EESingleServerConversionPack.exe, you can install it on your own machine then navigate to the directory where you have installed EESingleServerConversionPack.exe and run the command EESingleServerConversionPack.exe /s <path of
    the sourcefile> /t <path of the targetfile> Note: If you have named ISA configuration file with space in the command do not include space.
    3. Install TMG export certificates from ISA server and import them in to TMG Server
    4. In my scenario ISA was acting as a back end firewall but the template was selected as Edge firewall so i have to correct this template in TMG that is why before importing configuration run the getting started wizard for the network and select the back
    end firewall template once finished do not proceed further for more 2 optins click close
    5. Import ISA configuration in to TMG
    6. in my case ISA was having a network which was bound to DMZ NIC but once  you import you will also find the same named network in TMG which was in ISA. but it will not bind with any network card.
    7. in my case i have to use the same network range which i was using in ISA so once you import the ISA configuration in TMG you will get the error that IP already exists in TMG and rule can not be imported that is why first i had to use different network
    range in parameter network and import was successfull
    8. remove IPs from the network of TMG which was imported or came from ISA
    9. Give the same network range to the perameter network and same IP ISA IP to DMZ NIC but do not connect that NIC to DMZ switch connect it with your enterprise otherwise you will not be able to proceed and why enterprise network because you will change the
    network on web litseners and other rules from ISA network to TMG (Perameter network)
    10. change all web litseners and proxy or other rules which contains ISA network and replace it with parameter network.
    11. Delete the network from TMG which was imported or came from ISA if you will get error that means it is still being used in some rules
    12. compare each and every thing between ISA and TMG
    13. Shutdown ISA server and plug in the TMG DMZ NIC in to the DMZ switch test the rules from outside and inside.
    it worked for me like a charm.
    Regards,
    SKHATRI

  • Report Refresh error In SAP BusinessObjects 4.0

    Hello,
    We migrated the Universe and Reports from SAP BusinessObjects XI 3.1 to SAP BusinessObjects 4.0.
    Universes are working fine. When we try to refresh reports through the Info view. We are getting the bellow error.
    If I try to refresh data I gut following error.
    A database error occured. The database error text is: (CS) "DBDriver failed to load : D:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\dataAccess\connectionServer\dbd_oci.dll (%1 is not a valid Win32 application.
    )" . (WIS 10901)
    environment
    SAP BusinessObjects 4.0
    Oracle 11g 64 bit
    Windows server 2008 R2 64 bit
    Regards,
    Venkat

    Hello,
    Usually, you get this error when you are using 32bits drivers instead of 64bits for the connection.
    SAP BI4.0 client tools continue to be 32bit applications that require 32bit DB drivers whereas the server components are 64bit and require 64bit DB drivers.
    If you need to have on the server both 32 and 64bits installed on the server, then setup identical TNS names files for both 32b and 64b client installations.
    You can have Oracle 11g drivers in 32bit and 64bit versions on the same Windows box.
    Regards,
    Philippe

  • Unable to see SAP BusinessObjects Document Viewer template in 7.4 portal

    Hello Experts,
    We are looking to integrate dashboards created with BOBJ design studio into enterprise portal (NW 7.4). We have followed the steps mentioned in the blog Integration of BOBJ with SAP Portal.
    Namely:
    1. Taken the com.sap.businessobjects.iviews.par and com.sap.businessobjects.iviews.templates.epa files from the BI server
    2. Imported the EPA file into the portal
    3. Converted the com.sap.businessobjects.iviews.par file into EAR file and deployed it into the portal
    4. Created System alias for the BI system
    5. Configured SSO between portal and the BI server
    After doing these steps when trying to create the Business Objects iView we are unable to see the SAP BusinessObjects Document Viewer template in the portal. Can anyone let me know if we have missed some additional configuration that has to be done?
    Regards,
    Saurabh

    Hi Experts,
    Issue has been resolved. After importing the EPA file into the portal, we missed out restarting the portal. Once this was done I am now able to find the SAP BusinessObjects Document List and SAP BusinessObjects Document Viewer templates in the iView creation wizard.
    Regards,
    Saurabh

  • Recruitment open for Upcoming Ramp-Ups: SAP BusinessObjects GRC 10.0 Suite

    Recruitment open for Upcoming Ramp-Ups:
    SAP BusinessObjects Access Control 10.0
    SAP BusinessObjects Risk Management 10.0
    SAP BusinessObjects Global Trade Services 10.0
    SAP BusinessObjects Process Control 10.0
    Key Data
       * Target Release to customer: 13th December 2010
       * Target Completion date Ramp-Up: 15th June 2011
       * Contact Persons: Petra Beenk (EMEA); Jennifer Ingle (North America); Fabiana Pacheco (Latin America); Allen Xiao (APA) Sawako Watanabe (Japan)
       * SAP Ramp-Up project responsible: Sabine Schoeler
    http://service.sap.com/rampup
    Cheers,
    Vit
    Edited by: Vit Vesely on Oct 23, 2010 9:32 PM

    Hi Simon,
    I appreciate your help.
    It noticed by me that in the GRC 10 front end system, the component GRCFND_A_V1000 was not installed!!!
    How this was missed I dont know. Inspite of this, other component GRCPINW_V1000_700 was installed.
    Now I have figured out and installed the correct component and I can now activate the BC sets
    Thanks for your rhelp again
    Regards,
    Faisal

  • 'BusinessObjects.Enterprise.WCAManaged'

    Hi,
    We are getting following error message  while running CMSfrom this URL
    http://<servername>/businessobjects/Enterprise115/admin/en/admin.cwr?action=logoff&clgoff=true
    WCA startup failure
    Message:WCA startup failed with the following message: Access is denied: 'BusinessObjects.Enterprise.WCAManaged'.
    Stack Trace:
    Cause:
       at BusinessObjects.Enterprise.WebComponentAdapter.WebComponent.init()
       at BusinessObjects.Enterprise.WebComponentAdapter.WCAHandler..cctor()
    I have checked :
    1. Stopped and started CMS server and checked event log.
    - while starting up its coming up with error message transport error.
    2. Checked couple of articles on this site but none of them were related to our error message.
    3. Tried our Test website and it works fine.
    Any suggestions how to resolve this issue.
    Thanks,
    --Monic

    Post Author: bhupinder
    CA Forum: Deployment
    I couldn't get your question quite well !

  • Error: There was a problem logging on to SAP BusinessObjects Enterprise

    I am trying to use Crystal Reports Enterprise XI 4.0 with BusinessObjects Enterprise 4.0 using a Bex Query on an SAP NetWeaver 7.01 SPS 9 BW system. I have been using the SAP Press book u201CIntegrating SAP BusinessObjects BI Platform 4.x with SAP NetWeaveru201D as my guide, attempting to follow it step by step. Please bear with me as I have only started working with this set of products within the last month. (Very new at this and do not have a very good grounding of the way it all works together. Trying to learn as quickly as possible as I am expected to support this set of tools for our developers / users.)
    I have been trying to follow along with the book to get everything connected. At this point, I have BOE set up to attach to the SAP NetWeaver BW system. I have created a test Bex Query on the BW system. From within BOE, using CMC, I can configure the Bex Query as an OLAP connection. I have set it up for SSO. I have also exchanged certificates between the BOE and the SAP NetWeaver systems which I believe will allow the exchange of tokens.
    I then go into Crystal Reports for Enterprise XI 4.0 on my PC. (I am running Windows 7 64-bit on the PC. I installed the BOE 4.0 suite of client tools except for SAP BO Live Office and SAP BO Analysis for MS Office). I can attach to my BOE system and can browse to see the OLAP connections in the BOE. I then try to select one as the data source for a new report. I then get a pop-up window stating:
       Unable to Logon
         There was a problem logging on to SAP BusinessObjects Enterprise.
           Please check your logon credentials and make sure your network is properly configured before trying again. If the problem 
           persists please contact your Administrator.
    I cannot find a log / trace / error file on my PC, the BOE system or the BW system to indicate any additional information as to what the root problem is. Has anyone seen a similar error and might know where I can find more information, how to increase trace levels so that I get some additional information or provide hints as to what the root problem might be?
    I am also trying to figure out how the authentication works between the PC, BOE and SAP NetWeaver. If using a token, there has to be consistency with the username (or some value) and I am not certain that is happening. Right now, my BOE sources its UME from the SAP NetWeaver BW system. So its user accounts are in the form SID123/ACCOUNT where SID is the SID of the SAP NetWeaver system and the string u201C123u201D is the client on that SID. When I log into the BOE system from within Crystal Reports, I am using the account in that format whereas the account on the SAP NetWeaver BW system in actuality is only the string ACCOUNT. So is the token stripping the string u201CSID123/u201D from the account name when it is sent so that the accounts match? Or do I have to manually configure some kind of account alias (in the BOE system?) so that the two recognize each other? Or something else?
    Any hints or ideas around where I can find additional information or where I have gone wrong, would be greatly appreciated.
    Thank-you in advance,
    Deb Nugent.

    Henry,
    Many thanks and excellent suggestions. But I am still not able to get this to work and (once again) am stuck.
    RE: Server Connections: When I check my server connection, I have not ticked SSL and am using the non-secure server port for my BOE system. When I click on u201CTest connectionu201D, I can successfully log in using my username / password on the SAP NetWeaver BW system. If I tick the SSL box without changing the port, I get the error message u201CFailed to establish a connection. The cause was u201CCannot connect to SAP BusinessObjects Enterprise at this time. Please try again later.u201D If I tick the SSL box and change the port to use the secure server port for the BOE system, I get the same error.
    RE: Preferences: I am using the default settings under Preferences -> Network Settings. We do not manually configure proxy settings on our network so I have ticked u201CUse system proxy configurationu201D and under SSL settings, have ticked u201CUse system keystore / trust storeu201D. I have swapped keys between the BOE system and the SAP NetWeaver system but I have not swapped any keys between my PC and the BOE system or the SAP NetWeaver system (which I do not expect to do but am mentioning here in case I am wrong).
    RE: BILaunchPad: I do not have any references for BILaunchPad. Is this u201CWeb Intelligence Rich Clientu201D? If so, I tried starting it, it reported an error: u201CAn error occurred at session creation.u201D Details showed u201CSSL mode is being requested but the following argument(s) are not present: passphrase (FWM 01012)u201D I went into the CMC and checked my SAP connections under Authentications. On the tab u201COptionsu201D, there is the section u201CSAP SSO Serviceu201D where I typed in the KeyStore password. When I created the key store file, I only specified a keystore password and did not specify a private key. Originally, I had it set with the private key blank with the correct password on the keystore. I also tried entering the same password as the private keystore and saving it. I verified that the connection services for Web Intelligence had restarted but I still am getting that same message when I try to start the Web Intelligence Rich Client.
    At OS level on the BOE server, I logged in as my boe1 account and checked the parameters that can be entered for the PKCS12Tool.jar file that I used to create the ketstore file I had used. There does not appear to be an option for anything other than the keystore password. There is no private key password field listed.
    I searched for the FWM 01012 error and found the HTML and PDF help files form SAP explaining errors. However, it only states u201CEnsure that all SSL arguments are presentu201D but gives no details as to what, exactly needs to be checked.
    I will be talking with co-workers today to see if any of them can make sense of this (anoterh set of eyes sometimes helps). Any other suggestions about areas to look for addiitonal details / increased traces / logs?
    Deb Nugent.

  • How to Migrate from SAP BO XI 3.1 system to SAP BI 4.1

    Hello Gurus,
    I got a new project and I have to start Upgrade and Migration from BO XIR3.1 to BI 4.1. Please help me out here. More detail are given below. Appreciated in advance.
    1.1    Technical Scope
    Installation of only a production SAP BI 4.1 environment.
    Repository is currently on DB2 but will be on SQL Server for the BI 4.1 implementation.
    All VMware machines: The new architecture calls for 12 VM servers.
    Row-level Security in the universe for authorization of content and Enterprise for Authentication (no SSO). Matrix security model with custom level groups which gives Basic, Intermediate, and Advanced level users to pre-defined folders and content.
    Migrate content (objects, universe and instances) from SAP BO XI 3.1 to SAP BO BI 4.1 for the technical upgrade, the details are below:
    Universes will stay in the UNV format and will not be converted to UNX.
    Only WebI Documents
    All Controlled Folders - (~5600 documents)
    174 Total objects in Public Documents folders (All documents to upgrade & remediate)
    5,433 Total WebI reports in Corporate and other folders (All documents to upgrade, & remediate)
    User Folders – (~6,000 documents)
    6000 + Webi documents accessed in 2013 ( All 6000 + documents to upgrade, NO remediation)
    Inbox – None will migrate
    Total Documents to remediate: up to 5,607
    Migrate all universes and connections
    Migrate all Xcelsius and agnostic documents with no remediation.
    The estimated report count for remediation by complexity, Low-1525, Medium-150 and High-50.
    Assumes a 10% report remediation effort described earlier sections
    Report remediation: should it exceed the base assumptions made in this document, will be implemented as a Change Order. Effort for such change will be mutually agreed between parties. Price to project is determined using this effort and blended rates.
    Testing:
    Conduct planning and inventory analysis; Reusable templates for Migration Plan, Validation.
    Perform migration
    Use the Right Sized Testing framework to plan and conduct testing
    Use the automated Reports Compare tools to compare large volumes of excel / xml data
    Templates based remediation– ensures quality control
    Thanking you best regards.
    AK.
    Message was edited by: Simone Caneparo
    reduced title length

    Hello Mark,
    Thanks for your help. Appreciated.
    Do you know or some one know, how to create at report for Audit purpose of BO 3.1 Universes's Connection, Database type, Network Layer and so on... I want to pull all info in to Webi report which are you seeing in the pictures.
    Please see the attached file.

Maybe you are looking for

  • Daily report for system

    hi,    Actually we are configured SAPRouter and maintain service connection for all system in landscape.      Do we need prepare any daily system report through solution manager.    Plz suggest me Manoj

  • Error during the time of Goods Issue

    Dear, I facing a problem during the time of MIGO i.e. Goods Issue. Error Is :- Please enter relevant Profit center for Business area. Kindly help Thanks & regards Varun Bisaria

  • WebBrowser Control - Full Screen mode detection

    Hi there, I know that this is not the right place to ask, I read this also "Where to post your VB 6 questions", sorry about that... :( I already posted my question on VBForum, DreamInCode and StackOverflow about 1 months ago, but no one answered to m

  • Help with Bootcamp (Speakers and mighty mouse scroll wheel not working)

    So I just loaded bootcamp onto my macbook but I'm having some problems.  First, my scroll bar on my mighty mouse doesn't work when in Windows.  The only help I've seen online has been for those who haven't yet loaded windows.  Can I still download a

  • "Update All" Stuck -- Solved!

    No, you can't cancel it.  But you CAN make it work instead of waiting for three days and having it still not complete. My iPad was trying to update 200 apps (I collect a lot of free stuff I never use, so sue me).  Can't cancel.  Can't even delete 'em