Business Objects - Lifecyle Management Services

Is there anyone who knows about BOE LCM?  We are planning to install a 3-tier (Dev/QA/Prod) Business Objects environments.  Our desire is to develop in Dev, move to QA for testing and Prod.  We would prefer not to have end users develop Xcelsius dashboards in production.  Just looking for anyone with experience or additional SAP documentation I can not find.
Thanks,
John

Hi John,
SAP BusinessObjects has develpoed its own integrated version control solution product named "LifeCycleManager (LCM)"
Please find the relavant documents below -
- [Release Notes|http://help.sap.com/businessobject/product_guides/boexir31/en/xi31_LCM_ReleaseNotes_en.pdf]
- [User Guide|http://help.sap.com/businessobject/product_guides/boexir31/en/xi31_LCM_User_en.pdf]
- [Install Guide|http://help.sap.com/businessobject/product_guides/boexir31/en/xi31_LCM_Install_en.pdf]
Hope this helps.
Cheers,
Subhodeep

Similar Messages

  • Business Objects and Data Services on VMWare

    My company has a requirement to deploy Business Objects 4.0 as well as Data Services.
    We are going to be deploying them on Windows Server 2008 R2, hosted on a VMWare cluster.  I have reviewed the PAM, but my question is:
    Will these run using SQL Server 2008 R2 as a database? I see "SQL Server 2008" and I am just curious whether R2 is also supported?
    Thanks.

    Hi,
    SQL Server 2008 R2 is listed in the PAM for DS as Repo DB. For BI4 it is also working and supported. I installed it already on it.
    Regards
    -Seb.

  • Exposing Business Object as Web Service

    Hi,
    I've designed a Business Object and would like to expose its findAll Operation as a web service. The wizard tells that the operation has “Improper operation message cardinality". While browsing through saphelp I found this: http://help.sap.com/saphelp_nwce10/helpdata/en/44/24128b347c1c9fe10000000a11466f/content.htm
    That’s nice to know but doesn't solve my problem. How do I create a web service that returns ALL objects?
    Thanks in advance for your help.
    Bastian
    edit:
    this on solved it:
    CE/CAF: Expose service as Webservice

    Hi,
    you need to create wrapper method of findAll,
    The reason you are not able to expose it as service because findAll resturning array of values instead of one response (or candinality of return is 0..n). So create one wrapper complex type add your BO as datatype of that complex type with multiple cardinality,
    In new method add this complex type as response (with cardinality 0..1) and within code call standard findAll and mapp return value to complext type.
    It will work.
    Regards,
    Gourav

  • Business OBjects Metadata Management Installation

    Hi everyone,
    I'm trying to install Business Objects MetadataManagement on WIndows Server 2003 and we have BOE 3.1. When the wizard is installing BOMM I get the following error:
    [E-3026031] 2009-05-22 16:23:18.734 Argument C:\Program Files\Business Objects
    MetadataManagement\Integrators was provided without a value, or C:\Program Files\Business Objects
    MetadataManagement\Integrators is a value without an argument name.
    [E-3026015] 2009-05-22 16:23:18.749 Arg[17]: C:\Program Files\Business Objects
    MetadataManagement\Integrators = No value provided.
    Could you help me to fix this problem?
    Thanks
    Octavio Reyes

    Hi John,
    SAP BusinessObjects has develpoed its own integrated version control solution product named "LifeCycleManager (LCM)"
    Please find the relavant documents below -
    - [Release Notes|http://help.sap.com/businessobject/product_guides/boexir31/en/xi31_LCM_ReleaseNotes_en.pdf]
    - [User Guide|http://help.sap.com/businessobject/product_guides/boexir31/en/xi31_LCM_User_en.pdf]
    - [Install Guide|http://help.sap.com/businessobject/product_guides/boexir31/en/xi31_LCM_Install_en.pdf]
    Hope this helps.
    Cheers,
    Subhodeep

  • SAP Business Objects Metadata Management 3.1 support on BI 4.0 Platform

    Dear all Experts,
    Since MM is no longer found in BI 4.0, we would like to know, is that possible to install MM 3.1 and connect to BI 4.0 platform? (we are currently going to launch a Platform upgrade project, from XIR2 ( BO and Data Integrator) to  BI 4.0.)
    As far as I know, Information Steward is introduced in 4.0 to replace MM, however, it seems that IS requires extra license to be purchased. Therefore, we would like to know, can we install MM 3.1 instead and integrate with BI 4.0 and DS 4.0 (as the latest PAM of MM 3.1 is released years ago, we dont know if there is anything new is not updated).
    Thanks very much for your help.

    Hi,
    yes - the CMS has to run during the setup. Starting and Stopping mechanisms are in the setup included.
    Regards
    -Seb.

  • Business Objects Data Services Incremental Load Help

    Hi this my first time creating a incremental load for a batch job. My batch job consists of a try - initialization script - data flow - catch. When I validate my initialization script I am getting an error could you review and identify the error with the script. My data flow consists of the data store table I imported with a query then table comparison then key generation then the the table I am updating.
    # Set Todays Date
    $SYSDATE = cast ( sysdate (), 'date' );
    print ('Today\' date:' || cast($SYSDATE, 'varchar(10)'));
    # SET CDC DATE
    $CDC_DATE = nvl (cast(sql('Target', 'SELECT MAX(BATCH_END_DATE) FROM BATCH_CONTROL WHERE BATCH_NAME = {$BATCH_NAME}
    AND BATCH_STATUS = \'SUCESS\' '), 'date'), cast(to_date('1900-01-01', 'YYYY-MM-DD'), 'date'));
    #Mark an entry in Batch_Control
    # Batch_Name    BATCH_STATUS   BATCH_START_DATE   BATCH_END_DATE Load_DATE
    sql('Target', 'INSERT INTO BATCH_CONTROL VALUES ( {BATCH_NAME}, \'STARTED', {to_char ($CDC_DATE, \'YYYY-MM-DD\')}, NULL, {to_char ($SYSDATE, \'YYYY-MM-DD\')};

    So I resolved the first error now I am receiving this long error any ideas?
    13388
    15908
    SYS-170101
    5/22/2014 10:39:54 AM
    |Session Table_Incramental_Load
    13388
    15908
    SYS-170101
    5/22/2014 10:39:54 AM
    System Exception <ACCESS_VIOLATION> occurred. Process dump is written to <C:\Program Files (x86)\Business
    13388
    15908
    SYS-170101
    5/22/2014 10:39:54 AM
    Objects\BusinessObjects Data Services\log\BODI_MINI20140522103951_13388.DMP> and <C:\Program Files (x86)\Business
    13388
    15908
    SYS-170101
    5/22/2014 10:39:54 AM
    Objects\BusinessObjects Data Services\log\BODI_FULL20140522103951_13388.DMP>
    13388
    15908
    SYS-170101
    5/22/2014 10:39:54 AM
    Process dump is written to <C:\Program Files (x86)\Business Objects\BusinessObjects Data
    13388
    15908
    SYS-170101
    5/22/2014 10:39:54 AM
    Services\log\BODI_MINI20140522103951_13388.DMP> and <C:\Program Files (x86)\Business Objects\BusinessObjects Data
    13388
    15908
    SYS-170101
    5/22/2014 10:39:54 AM
    Services\log\BODI_FULL20140522103951_13388.DMP>
    13388
    15908
    SYS-170101
    5/22/2014 10:39:54 AM
    Call stack:
    13388
    15908
    SYS-170101
    5/22/2014 10:39:54 AM
    0023:00D305BA, TrCallStatement::process_dbdiff_xform_new()+6666 byte(s), x:\src\parser\process_predef_xform.cpp, line 7281
    13388
    15908
    SYS-170101
    5/22/2014 10:39:54 AM
    0023:00D3128E, TrCallStatement::process_diff_xform()+1422 byte(s), x:\src\parser\process_predef_xform.cpp, line 0432
    13388
    15908
    SYS-170101
    5/22/2014 10:39:54 AM
    0023:00D356EE, TrCallStatement::process_predef_xform_options()+0286 byte(s), x:\src\parser\process_predef_xform.cpp, line
    13388
    15908
    SYS-170101
    5/22/2014 10:39:54 AM
    0067+0017 byte(s)
    13388
    15908
    SYS-170101
    5/22/2014 10:39:54 AM
    0023:00C313A5, TrCallStatement::processStatement()+0789 byte(s), x:\src\parser\dataflowstm.cpp, line 3307
    13388
    15908
    SYS-170101
    5/22/2014 10:39:54 AM
    0023:00C310FC, TrCallStatement::processStatement()+0108 byte(s), x:\src\parser\dataflowstm.cpp, line 3201+0012 byte(s)
    13388
    15908
    SYS-170101
    5/22/2014 10:39:54 AM
    0023:00C0FB55, DataFlowDef::processStatements()+0101 byte(s), x:\src\parser\dataflow.cpp, line 2331+0014 byte(s)
    13388
    15908
    SYS-170101
    5/22/2014 10:39:54 AM
    0023:00C110D5, DataFlowDef::buildGraph()+1621 byte(s), x:\src\parser\dataflow.cpp, line 1723
    13388
    15908
    SYS-170101
    5/22/2014 10:39:54 AM
    0023:00C12D99, DataFlowDef::processObjectDef()+2793 byte(s), x:\src\parser\dataflow.cpp, line 1290
    13388
    15908
    SYS-170101
    5/22/2014 10:39:54 AM
    0023:00CB9DC5, CallStep::processStep()+2037 byte(s), x:\src\parser\planstep.cpp, line 1050
    13388
    15908
    SYS-170101
    5/22/2014 10:39:54 AM
    0023:FFFFFFFF, NsiAllocateAndGetPersistentDataWithMaskTable()+-1997676757 byte(s)
    13388
    15908
    SYS-170101
    5/22/2014 10:39:54 AM
    0023:00CB443C, CompoundStep::processStep()+0044 byte(s), x:\src\parser\planstep.cpp, line 4460+0044 byte(s)
    13388
    15908
    SYS-170101
    5/22/2014 10:39:54 AM
    0023:00CB406F, TryStep::processStep()+0335 byte(s), x:\src\parser\planstep.cpp, line 3634
    13388
    15908
    SYS-170101
    5/22/2014 10:39:54 AM
    0023:00CB33A6, Step::processStepBlock()+0134 byte(s), x:\src\parser\planstep.cpp, line 0377+0018 byte(s)
    13388
    15908
    SYS-170101
    5/22/2014 10:39:54 AM
    0023:00CB443C, CompoundStep::processStep()+0044 byte(s), x:\src\parser\planstep.cpp, line 4460+0044 byte(s)
    13388
    15908
    SYS-170101
    5/22/2014 10:39:54 AM
    0023:00C8A78E, PlanDef::processObjectDef()+2718 byte(s), x:\src\parser\plandef.cpp, line 0689
    13388
    15908
    SYS-170101
    5/22/2014 10:39:54 AM
    0023:00ABB806, AE_Main_Process_Options()+32534 byte(s), x:\src\xterniface\actamainexp.cpp, line 3622
    13388
    15908
    SYS-170101
    5/22/2014 10:39:54 AM
    0023:00ABFAB1, AE_Main()+1505 byte(s), x:\src\xterniface\actamainexp.cpp, line 0830+0030 byte(s)
    13388
    15908
    SYS-170101
    5/22/2014 10:39:54 AM
    0023:00402AE9
    13388
    15908
    SYS-170101
    5/22/2014 10:39:54 AM
    Registers:
    13388
    15908
    SYS-170101
    5/22/2014 10:39:54 AM
    EAX=056E85F0  EBX=00000000  ECX=00000010  EDX=02250048  ESI=056E85F0
    13388
    15908
    SYS-170101
    5/22/2014 10:39:54 AM
    EDI=056E85A8  EBP=04A7C590  ESP=002700F0  EIP=00D305BA  FLG=00010206
    13388
    15908
    SYS-170101
    5/22/2014 10:39:54 AM
    CS=0023   DS=002B  SS=002B  ES=002B   FS=0053  GS=002B
    13388
    15908
    SYS-170101
    5/22/2014 10:39:54 AM
    Exception code: C0000005 ACCESS_VIOLATION
    13388
    15908
    SYS-170101
    5/22/2014 10:39:54 AM
    Fault address:  00D305BA 01:0029A5BA C:\Program Files (x86)\Business Objects\BusinessObjects Data Services\bin\acta.dll

  • Business object web service

    Does anyone know a reason why you cannot select certain operations like "findall" when trying to expose a business object as a webservice?
    Regards
    Dan

    Hi,
    There is a excerpt in the CE 7.1 Doc that says:
    Some of the operations cannot be exposed as Web service. For example, the query operations of the business objects cannot be exposed as Web services because they have output with multiple cardinality. All changes of input or output parameters of the business object or application service operations you expose as Web services reflect to the generated WSDL.
    The page is:
    http://help.sap.com/saphelp_nwce10/helpdata/en/44/24128b347c1c9fe10000000a11466f/frameset.htm
    I don´t understand the reason quite well.
    Best regards,
    Vera

  • How to deploy business objects web services on tomcat

    Hi everyone can anyone tell how i need to deploy business objects web services on tomcat, i installed business objects on unix server.what r the steps i need to follow in order to deploy web services on business objects. this web services must be called by a java program externally, that the reason i am deploying web services.
    i downloaded business objects web services portal sample zip file. the wssdkj2eeportal directory is created with ant_scripts,src, dsws.config and wsportalassemblyscripts.bat.
    i am trying to configure the dsws.config, by modifying it to
    <configuration version="1.0">
       <WebService Name="BusinessObjects Enterprise XI 3.1 sp3" Icon="image/java.gif">
          XI 3.1 Web Services
          <Connection URL="http://169.111.33.61:8080/dswsbobje/services/session" Proxy="0" Timeout="120000" />
       </WebService>
       <Proxy Name="Outside" URL="http://http-cache.mycompany.com:3667" />
    </configuration>
    what i need to do in order to deploy
    i am using bo xi 3.1 sp3

    Hi,
    You deploy all the web applications provided by BOE with the use of Wdeploy tool installed with BOE installation, for details please reffer the following document
    [BusinessObjects Enterprise XI 3.1 Web Application Deployment Guide for UNIX*|http://service.sap.com/~form/sapnet?_SHORTKEY=01100035870000715844%26_SCENARIO=01100035870000000202]
    Regards,
    Ramu.
    Edited by: Gowda Timma Ramu on Nov 9, 2010 8:39 PM

  • Business Objects Universes generation

    Hi everyone,
    We wish to install and use Web Intelligence (Business Objects Enterprise Premium). I understand that Web Intelligence requires universes and that they can be generated via Universe Designer or Universe Builder. With these tools, we can generate a universe using the metadata from the source (BW from example).
    1. Is having the metadata available at the source a requirement to generate a universe? If not, what are the other options available? Best practices?
    2. Is there an integration with Metadata Management? If yes, what's SAP's flagship product for metadata management? Where can I get more info on the subject?
    Thank you very much for all your help,
    Nathalie

    A lot of your questions about SAP Business Objects tools and applications can be found at
    1) Go to the [SAP Help Portal|http://help.sap.com].
    2) On the top light gray navigation bar, select SAP BusinessObjects.
    3) On the top dark gray navigation bar, select All Products.
    4) Select the product and version from the dropdown boxes.
    Web Intelligence and Universe Designer have separate documentation, even though they're part of the SAP Business Objects Enterprise suite of products.
    1. Is having the metadata available at the source a requirement to generate a universe? If not, what are the other options available? Best practices?
    In order to create/maintain a Universe in Universe Designer, you have to have a connection to the database or infrastructure where the data being used for reporting resides (e.g. SAP BW or SAP Business Objects Rapid Marts), thereby exposing the source tables for use in a Universe. Metadata isn't required for creating/maintaining Universes in Universe Designer. For Universe Builder, however, metadata or Oracle Analytic Services are required to create Universes.
    [Universe Designer XI 3.1 Guide|http://help.sap.com/businessobject/product_guides/boexir31/en/xi3-1_designer_en.pdf]
    [Universe Builder XI 3.1 Reference Guide|http://help.sap.com/businessobject/product_guides/boexir31/en/xi3-1_universe_builder_guide_en.pdf]
    2. Is there an integration with Metadata Management? If yes, what's SAP's flagship product for metadata management? Where can I get more info on the subject?
    SAP Business Objects Metadata Management XI 3.1 supports metadata sourcing from SAP SAP BW 7.0. This is now considered the "flagship" metadata management tool for SAP.
    [SAP Business Objects Metadata Management XI 3.1 Release Notes|https://websmp203.sap-ag.de/~sapidb/011000358700000985952009E/xi31_bomm_relnotes_en.pdf]

  • Linking External Business objects of ECC to Case in Webclient

    Hi guys,
    i have a requirement where i need to link external business object like BUS2080(Service Order),BUS2088(Service Notification) in record of UI component CRMCMP_CMG(CRMCMP_CMG/RecordTree ).
    I have done the below  configuarions:
    1) where i have created registry entry for the external object types.Defined the element types for the external objects.
    2) then i have done " Assign Element Types and Business Object Types to a Process'.
    3)Also implemented the BADI  CRM_CMG_ADD_OBJECT to link the external  business objects.
    Now i want to see these external business objects in the wbclient component  view CRMCMP_CMG/RecordTree.
    But couldn't get the objects there  only i can find the standard record model with CRM Business objects only.
    If any one  has worked in case management in webclient to link the objects please share your inputs .Also if anybody have any idea please share.
    Regards
    Snehasish

    Hi, did you find a solution already to your problem? We are facing the same problem.
    In the backend transaction (CRM in Sapgui) it's working fine, but in the CRM_UI transaction the reference object cannot be selected from the dropdown menu...
    Please let me know if you have a solution.
    Best regards,
    Marcel

  • Looking for a Business Objects Universe built for OIM

    My company has Business Objects and Management prefers to do reporting using the BO product. Also adding reports to OIM requires several database changes and a redeploy to push out the label changes, and that causes the skitters with Management. We have a team that is looking at creating a BO Universe for the OIM database, but as you know, a lot of display transformation work is done in the Java WebApp and that would need to be modeled in the SELECTs in the Universe.
    Does anyone have a BO Universe already built for OIM?

    Rick,
    I'm the Internet Technologies Practice Manager for one of Oracle's Managed Partners.
    That means I have Collaboration Suite and iAS product stacks under my practice. Responsible for everything from planning through go-live.
    You can email me at [email protected] - send some specifics and a phone #. We'll talk.
    Thanks,
    Dennis

  • Business objects

    Hi,
    I have no idea about business objects.What are business objects and as a functional consultant what I can do with business objects meaning can I give some additional things with very little efforts to my client or may be some convinience in use of SAP using business objects ?
    WHat and where business objects can be useful ?
    Please suggest.
    Thanks in advance
    Regards,
    manOO

    Hi,
    <b>What are business objects and as a functional consultant what I can do with business objects?</b></b>
    http://help.sap.com/saphelp_46c/helpdata/en/59/ae4484488f11d189490000e829fbbd/frameset.htm
    <b>Business objects</b> are real world entities modeled as objects in an information system.
    Business objects encapsulate both data structures and the functions applied to the data, but hide their full complexity from other objects. This encapsulation of data and functions makes it easier to modify program components, because you can program with the relevant entities without having to know all the implementation details. You can also reuse existing functions.
    <b>WHat and where business objects can be useful ?</b>
    Client programs access business objects by reading their attributes, or by calling the methods that make up the object’s interface:
    Attributes
    Attributes describe the data stored in an object through a set of properties. They provide direct read access to the data structures of objects, but client programs cannot change them from outside.
    Methods
    Methods provide a way to encapsulate the data structures of business objects, and to process them. When accessing an object, the client program calls a method with parameters and gets back return parameters.
    Interface
    The interface is the set of methods associated with a business object, and determines how an object interacts with the outside world.
    The client program defines the object types to be used and, at runtime, creates object instances of those object types.
    SAP business objects are managed in R/3's Business Object Repository (BOR).
    Regards,
    Naveen.

  • Implementation Business Objects in CAF and developing WDJ application

    Hi Experts,
    I've read some articles about SAP CE CAF from SDN and I'm making some exercises according those guidence. Right now I have a problem and want to get suggestion from you. 
    As you know, from CE 7.1.1, the CAF support importing the Business Object through EJB model. So when develop a WDJ application using caf, we can using these procedures:
    (Implementing business objects in CAF and developing WebDynpro application)
    1) Create business objects or application service.
    2) Generate EJB Implementation class for business objects or app service.
    3) Create a WebDynpro application
    4) Importing the EJB model using the template.
    5) Create the UI for the app.
    My problem is: In the business object or application serivice, if the operation parameter type is integer, after we generate the EJB class, the type will changed to String. After the WDJ UI is created, the application test failed. The integer field could not passed to the BO successfully.
    If all the parameters type are string in the operation, there's no problem.  But when I use Integer or Date, the EJB class will change the type and the WDJ app will failed.
    I've also test the scenario in CE enviroment including 7.3 also failed. So I'm a little confused which step was wrong. I don't know whether you've seen such problem before, if you could give any suggestion, it'll be very appreciated!

    Hi, Winters.
       I got the same program, try to parse into the type which you want in AS operation.
    BR.
    Louis Huang.

  • Business Object Repository (BOR) in CAF

    Hi,
    The Business Object Repository (BOR) is the object-oriented repository in the R/3 System. It contains the SAP business object types and SAP interface types as well as their components, such as methods, attributes and events.
    Is there something similar in CAF for custom developed business objects / entities.
    Thanks.
    Dick

    Hi Richard,
    Currently, the only way to view all of the deployed CAF services and related attributes is through the Service Browser.  There is nothing like the BOR.
    In Netweaver 2007, you will be able to publish CAF services to the Enterprise Service Repository (ESR) which will also contain all of the SAP Enterprise Services.  The ESR will be the single place to view all business objects and related services for an entire IT landscape.
    Best Regards,
    Austin.

  • Business Objects + COM Call

    Hello forum members,
       I have been involved with Business Objects and its Unified web services for the last two weeks for our project and I must say, it is very frustrating if you are not using  Java or .NET.
       We have a business need to generate crystal reports from our PHP based application and for the last one week I have been banging my head against the wall and hitting dead ends. I searched almost all the forums, this forum and exhausted google search but no luck.
       I have found out from few sample codes that you can make a COM call using PHP for Crystal Reports 11.5 The problem is that the sample codes explains to run the PHP application and Crystal Reports on the same machine. For us, it is not the case. We will be running a PHP application on different box and our BO/Crystal Reports is installed on another machine.
       I tried to use the PHP COM function with remote server/username/password information but I am getting 'Failed to create COM object `CrystalReports11.ObjectFactory.1': The RPC server is unavailable. error.  Now is there anything anyone can help me with here??
    I would really appreciate some kind of guidance here

    What are you using and trying to do?
    In your post, you mention the following technologies:
    Business Objects Unified Web Services
    Report Application Server XI Release 1 COM SDK - CrystalReports11.ObjectFactory.1
    The former uses HTTP SOAP stack via the dsws web service deployed with Enterprise XI Release 1.
    The latter uses CORBA TCP/IP to communicate directly with the Report Application Server.
    They're different channels, that use different services on BusinessObjects Enterprise.
    So it's not clear what you're trying to do, or whether you're starting off in the right direction using the right technology and SDK for your task.
    Sincerely,
    Ted Ueda

Maybe you are looking for

  • I live in India, I recently bought a new iMac ( 21.5 Inch, Late 2013 ) but I cannot find it on Apple's iMac Identifying webpage?

    Here in India, and here when someone decides to buy a new Apple product ( Mac Series ) our dreams are partially killed by the folks at Apple India, Why you ask? Well we don't get to build our own computer! Yes, they have ( Apple India ) preconfigured

  • Consolidation - f.01

    Hi gurus, When i run the b/s and p&l with special evaluation- ECCS ticked, I am getting a abap run time error. We are having problem only in one company codes. Have run it successfully for all the other company codes and for this company code untill

  • When I'm in a playlist, how can I search for a song within it

    I can only search my entire library whereas I used to be able to search within the playlist. I'm sure it can still be done.

  • How to call a Workflow task in Portal

    Hi Guys,               I am developing a workflow which has to display the task in UWL in Portal. How to achieve this. I can call PROCESS_DIALOG from WEBSERVICE BO. But I am not sure, how the task is connected. If its a ABAP-WebDynpro Application inv

  • RFC1 To RFC2 Scenario Issue

    Hi, I am doing a RFC1-Async to RFC 2-Async scenario. I don’t have Business systems instead I am using business services.From SAP r/3 system RFC1 is executed and RFC1.response is sent to XI server. RFC1.response is mapped to RFC2.request.RFC2.response