Certification Details on SAP Business Objects

Hi SAP Gurus,
                     I would like to write the certification on SAP Business Objects ,particularly on Web Intelligence ::
                                1.QAWI201V3.0 
                                 2.QAWI301V3.0
                        After Completing certification of above 2 papers ,I would like to know if i am issued with a certificate from SAP or Business Objects.
Can I call myself as a SAP certified in BO.
Please reply asap.
Regards,
LAKSHMAN

HI Vepuri,
I've been using BO for the last 2 years now and I've been looking at doing the certification exams, I believe there are 3 specifically in SAP BO.
I cant seem to find any material for the Web Intelligence paper and would really appreciate if you can recommend me some materials, a book or anything that you used to prepare for certification.
Thanks,
Hope to hear from you soon,
Best regards,
Inderaj.

Similar Messages

  • Error while connecting microsoft Excel to sap business objects

    Hi,
    I am trying to connect sap business objects to Microsoft Excel using Power Query add in but i am getting  Proxy time out connection error  when adding
    Credentials, As per the SAP documents i am using SAP Restful Web service URL when connecting to Business objects
    Details are as follows:
    Opearting System-:Windows 7
    SAP BO Platform-:BO 4.0 SP 6 (OS-Windows server 2008 R2)
    Excel Version-:Microsoft Excel 2013
    ADD IN-:Power Query
    Please check attach  Error Screen-Shot for Detail information
    Regards,
    Rupesh

    Hi,
    please be aware that you need SAP BI 4.1 SP2 at least for using Power Query
    So maybe this error results in a non suported Environment.
    Regards
    -Seb.

  • Query on SAP Business Object and Content shipment..

    I know about SAP Business Suite... & SAP Business One... But what is :
    1. SAP Business Object and
    2. Content Shipment
    The definitions on the SAP Release & Maintenance Strategy and other docs on SDN were not too clear for my understanding. I want to know why are they used / where are they applied ? E.g: if you have a SAP BW system.. why would you need SAP BW Content ? where does it fit in the picture and what purpose does it serve...
    (PS: it would be great if someone can share the product / functionality details of their landscape where these systems are used, how does it benefit the business operations and any other purpose of having them... )
    Thanks,

    Hi Ashim,
    If your client want it to be done in one database, then the answer is no if you do not have any add-on or SDK codes.  Most difficult part is authorization since I believe what you mean project here is not the same as project center in B1,
    If your client allow more than one database, then the configuration will be easy.
    Thanks,
    Gordon

  • SAP Business Objects and IBM i White Paper available

    The "SAP Business Objects and IBM i" White Paper is available on IBM Techdocs under the follwing URL:
    [http://www.ibm.com/support/techdocs/atsmastr.nsf/WebIndex/WP101947]
    The SAP Business Objects and IBM i white paper describes how the SAP Business Objects Enterprise XI server fits into an SAP on IBM i landscape. The paper provides detailed instructions showing how to integrate data sources located on an IBM i server with SAP Business Objects.
    Feel free to post your feedback and comments.
    Thanks and Regards,
    Mirco
    Edited by: Mirco Malessa on Jul 14, 2011 1:11 PM

    Hi ,
       Please find these blogs by Ingo. This should help you.
    BusinessObjects and SAP - Installation and Configuration Part 1 of 4
    Install Part #1
    BusinessObjects and SAP - Installation and Configuration Part 2 of 4
    Install Part #2
    BusinessObjects and SAP - Installation and Configuration Part 3 of 4
    Install Part #3
    BusinessObjects and SAP - Installation and Configuration Part 4 of 4
    Install Part #4
    BusinessObjects and SAP - Configure SAP Authentication
    SAP Authentication
    BusinessObjects Integration with SAP NetWeaver BI - Technical Material
    Thanks,
    Gopi

  • Regarding the SAP Business objects Server configuration

    Hi Experts ,
    I was newly entered in to SAP Business Objects .Kindly i am requesting can you please let me know the follwing details .
    1) Latest server configuration of the SAP Business Objects .
    2) Latest version of the Crystal reporting / Desktop Intelligance / Web Intelligance / Universe.
    3) And also if do you have any document releated to the server configuration of the SAP Business objects kindly can you aatch the mail.
    Thanks and Regards,
    Vijay.

    The latest available version of the BO Server/Web Intelliggence /Dekstop Intelligence is XI 3.1 SP3 with FP 3.4.
    The latest available version of CR is CR 2008 SP3 with FP 3.4.
    You can find the latest documentation for Business Objects here:
    http://help.sap.com
    Regards,
    Stratos

  • Please only post SAP Business Objects products related questions here

    Hi
    Thanks for reading.
    Unfortunately many people get confused with the term BI which was used for SAP BW at one time. With the acquisition of Business Objects some product names have changed.
    SAP BW is still SAP BW, please post in the respective forums: /community [original link is broken]
    Business Intelligence in this forum refers to the these SAP Business Objects products:
    SAP Business Objects Enterprise
    SAP Business Objects 4.0
    SAP Business Objects Intelligence Platform 4.0
    For more information and great articles and videos please see:
    http://www.sdn.sap.com/irj/boc/bi
    Kind Regards
    Roland Hoeller

    >
    Suresh Babu Aluri wrote:
    > Hi,
    >
    > You can create All prompt in lovs of reuired object as
    >
    > do the following steps for all prompt creation.
    >
    > 1. Go to Object to which the lovs are mapped. -> select object -> properties -> advanced (not sure) -> edit lovs -> then a query panel will display and it will have query like
    >
    > select distinct(..........) from ......................
    >
    > change the above query to
    >
    > select distinct(..........) from ......................
    > union
    > select 'all' from dual -> dual is temporary table in oracle (you define a temporary table w.r.to database)
    >
    > 2. In designer go to the object on which prompt is defined.
    > i.e.
    >
    > may be in selecor where clause you might defined prompt as
    >
    > .............. @prompt('Member Name')
    >
    > so change that to
    >
    > .................. .............. @prompt('..Member name')
    > or
    > 'all' in @prompt('Member name')
    >
    > 2. For your second requirement the max no lov values are changed in prm files. For that go to programs -> BO -> BO ii.5 or ur version -> dataaccess->win32_x86-> based on ur back end select required folder -> search in *.prm files to change the max no lovs.
    >
    > Cheers,
    > Suresh Aluri.
    Hi Suresh
    Thank you for the detailed response.  I tried your suggestions and neither works.
    LOV issue:
    Within the Business View manager, i right-click on the LOV object and click "Edit List of Values..." and i get a dialog box that only shows me Available fields, List of Value Fields used, description field, and Referenced objects. Along with buttons for Clear Instance & Refersh Status.
    I have read similar posts to what you suggested but never get to the same place as described.
    Please advise....
    as for _Max Number LOV _
    I have researched this as well and found the same suggestion you made. But the PRM file does not have that value, and the file contains all XML code
    Now what???
    Thanks
    Mike

  • I know abap, want to know details on BO(Business Objects). please help me!!

    hi, I know abap, want to know details on BO(Business Objects) & its relationships with ABAP.
    i may learn BO or CRM. want ur ideas. please help me!!
    Thanks!
    -Parthi

    Please try to Post in Proper Thread
    If u  r trying to Learn SAP Bo Means
    Help.sap.com
    is the Best Sites for
    and Below Links it will become an Expert in Bo
    Assign Points if it Useful
    http://help.sap.com/businessobject/product_guides/
    http://www.sdn.sap.com/irj/scn/businessobjects-elearning
    Thank u

  • Migration of SAP Business Objects BI Platform 4.1 from Windows(OS), SQL Server(DB) to AIX(OS) and Oracle(DB).

    Dear All,
    I have SAP Business Objects BI Platform 4.1  running on window servers and sql server database. We want to migrate this to  AIX and oracle.
    Can you please share what should be the best approach to carry on this migration?
    Regards,
    Asleh

    Hi Mohammed,
    Regarding your Query below is the suggestion:
    Step I: Preparing for moving BOBJ application from Windows to AIX
    There are some tasks that you need to perform:
    To configure the existing deployment
    Perform inventory and cleanup, to ensure that only the required content is moved.
    Run the Repository Diagnostic Tool to detect any inconsistencies between the File Repository and the CMS repository. The upgrade management tool will not run successfully if there are inconsistencies between the File Repository and the CMS repository.
    Identify any content that the upgrade management tool can't upgrade, along with the process required to upgrade that content. There is some content like Voyager Workspaces or Desktop Intelligence documents that require manual intervention before running the upgrade management tool.
    Back up existing repositories, including the system database and the Input and Output File Repository Servers.
    Back up custom web applications, HTML pages, and scripts in your existing deployment.
    To configure the planned BI 4.x deployment
    Setup and configure the Middleware and ODBC connections.
    Ensure that your machines meet the deployment system's requirements, you can find information about the supported platforms in the Platform Availability Matrix (PAM) http://service.sap.com/support -> Help and Support -> SAP BusinessObjects Support -> Documentation -> Supported Platform s/PARs -> SAP BusinessObjects BI 4.x
    Step II:
    You can use database backup & FRS backup (Offline) in new environment (AIX) to deploy BOBJ 4.x Version
    Take the help of DBA to move CMS & AUDIT database backup from SQL Server (Windows) to Oracle (AIX)
    Test the Universe,reports, Check the rights
    Step III:
    If you are configured any SSO then make sure that same configuration is deployed in new environment (AIX).
    Test the user SSO in new environment (AIX).
    Or
    You can also use Promotion manager to move the contenet from Windows (Business Objects Application) to UNIX (Business Objects Application)
    Only prerequisite is Business Objects Application version should be same.
    You can copy content only 50 Object at a time in One Job
    FRS Offline backup is required.
    Necessary files regarding custom web applications, HTML pages, and scripts in your existing deployment.
    Please refer the below KBA for more details
    BOBJ Deployment Link:
    http://wiki.scn.sap.com/wiki/display/BOBJ/Application+Server
    BIP on Linux with Tomcat and Sybase ASE Pattern Book
    http://wiki.scn.sap.com/wiki/display/BOBJ/BIP+on+Linux+with+Tomcat+and+Sybase+ASE+Pattern+Book
    Installing SAP BI 4.1 SP01 on Red Hat Enterprise Linux 6.x Step-by-step
    http://scn.sap.com/community/bi-platform/blog/2013/11/06/installing-sap-bi-41-sp01-on-red-hat-enterprise-linux-6x-step-by-step
    Promotion Manager KBA:
    http://wiki.scn.sap.com/wiki/display/BOBJ/BI4+Upgrade+and+Promotion+Management+KBAs
    Hope this will help!!!!
    Thanks,
    Daya

  • Sec SAP R3 security plugin is not enabled, SAP BUSINESS OBJECTS INTEGRATION

    hi
    i am integrating SAP- BUSINESS OBJECTS, WHEN I TRIED TO  "ROLE IMPORT" USING sap installation integration kit i got the message "the secSAPR3 security plugin is not enabled.Contact your system administrator for details.(FWB OOOO2).
    PLEASE HELP ME
    SRIDHAR

    Hi Sridhar,
    did you deploy the SAP Integration Kit on the BusinessObjects server ?
    You should be able to follow these blog entries to get the SAP Authentication going:
    Install Part #1
    /people/ingo.hilgefort/blog/2008/09/17/businessobjects-and-sap--installation-and-configuration-part-1-of-4
    Install Part #2
    /people/ingo.hilgefort/blog/2008/09/17/businessobjects-and-sap--installation-and-configuration-part-2-of-4
    Install Part #3
    /people/ingo.hilgefort/blog/2008/09/17/businessobjects-and-sap--installation-and-configuration-part-3-of-4
    Install Part #4
    /people/ingo.hilgefort/blog/2008/09/17/businessobjects-and-sap--installation-and-configuration-part-4-of-4
    SAP Authentication
    /people/ingo.hilgefort/blog/2008/09/19/businessobjects-and-sap--configure-sap-authentication
    Ingo

  • I have error while testing the system created from a sap business objects template in SAP portal

    I have error while testing the system created from a sap business objects template in SAP portal. Error text:
    com.sapportals.connector.connection.ConnectionFailedException: Connection Failed: A nested exception occurred. Could not initialize physical connection. Connection Failed: A nested exception occurred. Could not initialize physical connection. Connection Failed: A nested exception occurred. Could not create JCO connection. 'mshost' missing
    I configure integration SAP portal and SAP BW system. All system requirements are complied.
    Environment
    SAP Business Objects 4.0
    SAP BW 7.31
    1.     I configure SSSO between SAP BW and SAP Business Objects Enterprise 4.0
    2.     Next I setting integration SAP PORTAL with SAP BW system
    3.     I download certificate from portal. Select Certificates and key (http://sapserver:port/nwa) – See scren_
    4.     In next window selected Ticketkeystore and Saplogonticketpair-cert( near part window form)
    5. Select Export entry button and binary format file certificate for download. Press download.
    6.     Save certificate file in local PC folder
    In next step need export certificate file to SAP system. Sequence of step:
    1.       Run STRUSTSS02 transaction .
    2.       Chose certificate ->import.
    3.       Select downloaded certificate file
    4.       Select Add to certificate list button and Add to ACL button
    5.       Inter System ID and Client(000)
    6.       In next I download iview sap business objects template into sap portal: System administration->transport->Import. And select and download sap business Objects iview template in .epa format into sap portal.
    7.       Result – downloaded iview.
    8.       In next step I create system from template. System administration->system landscape.
    9. In next step I input parameters for my system in Connector category, Sap business objects and user management categories: See screen _2
    10.   When I created the system and test the connection error occurred: See screen_3
    This issue is important enough. I would be grateful for opinions and ideas. Thanks in advance.

    Did you find a solution?

  • BI Accelerator used in combination with SAP Business Objects Explorer

    Hi ,
    If you use SAP Netweaver BWA and SAP Business Objects Explorer Blade, do you only get the full benefit with using SAP BO Explorer, or will the same queries ran in BEx 7 Anaylser also benefit from the in memory OLAP processing?
    I'm guessing that the SAP BOE Blade will only benefit SAP BOE.
    It would be great if the current BWA had the ability to in-memory the OLAP part of the processing, as then it might be worth the hassle of getting it installed.
    Thanks,
    Jamie

    Hi
    May be the note : 1384526, could give you an insight.
    Regards, Hyma
    Edited by: Hymavathi Yanamadala on Feb 25, 2010 5:13 AM

  • SAP Business Objects Analysis for Office 1.4 on Microfost Office 64-Bit Version

    Hello,
    Has anyone installed SAP Business Objects Analysis for Office 1.4 SP6 on Microsoft Office (Excel) 64-Bit Version. I am getting message "The launcher was not able to connect Analysis Add-In. Make sure that Analysis Add-In is not disabled by Office Application".
    When I activated the Analysis Add-In, I am getting below Error: "Excel experienced a serious problem with the 'analysis' add-in." and it is forcing to disable the add-in and asking to check for if any update is available. It was working fine on 32-bit Excel version.
    Thanks,
    Ram

    Hi Tammy,
    Thanks for the response. It is working fine on 32-bit Office version (with OS 64-bit). I checked the compatibility (OSS 1466118 ) and it supports Microsoft 64-bit office version. Just wanted to see if anyone had successful installation.
    Thanks,
    Ram

  • SAP Business Objects and SAP Business Objects PCM

    Hi all
    We want to know if is recommendable to have Business Objects and SAP Business Objects PCM installed in the same server, and if is necessary to have a special configuration of the services for both applications?
    Thanks in advance

    Hi,
    You can refer the below link for PCM Install guide:
    http://service.sap.com/~sapidb/011000358700000225772009E/FPM75_PCM_InstallGuide_en.pdf
    If you are looking for more info related to specific requirements then from the below link select BusinessObjects tab and select PCM category for more guides.
    http://help.sap.com
    -Noor.

  • SAP Business Objects Data Services 3.2 - Homogenous System Copy

    Hi All,
    We have a SAP Business Objects Data Services 3.2.
    I wanted to know if it is possible do a homogenous system copy or any alternate procedure. I just need to perform this on a Development system and move all its content to a new Sandbox installation.
    Any info on this will be much useful.
    Thanks
    Jaianandh V

    Hi,
    you could extract an ATL File from DEV and import it to Sandbox.
    This can be done via the DS DEsigner. Please Check the DS Designer User Guide for more information.
    Regards
    -Seb.

  • SAP Business Objects Data Services (free) Trail version!

    Hello guys,
    I am trying to learn SAP Business Objects Data Services.
    After a long search, i couldn't find any (free) trail versions in sap website.
    Are there any free trail versions available for Data Services!!, if so please post the link!!
    Your help would be appreciated!
    Thanks,
    Dhee

    hmmm... maybe 'recently' was back in Summer 2010 ? 
    if you are a small to medium enterprise, and are looking to buy,  take a look at our offerings over here: http://www54.sap.com/solutions/sme/software/overview.html
    Else, if you are an existing customer, with an active support/maintenance agreement and license, please download your software from the marketplace here: www.service.sap.com/swdc
    Regards,
    H

Maybe you are looking for

  • Windows 7 will not allow me to recovery to factory settings

    MY  DVD's will not work to recover system setup.   F11 does not work at all .. I still have the recover partition on my hard drive... Should I reformt my hard drive and use my recovery disks to get back Vista ??? This is a good one... Can someone ple

  • How do I export addresses stored in a word document to my MacBook Address Book?

    I have all my mailing addresses stored in a Word Doc and want to export them to my MacBook address book.

  • Export Error in Lightroom 4

    Hi there I recently set up a graphic watermark to use when exporting.  Without realising I move this file to another drive.  Once I updated the watermark location in LR4, I keep getting an error when I use the Export function. It says Unable to Expor

  • Render a trending line chart that tracks 5 values over 13 weeks

    I want to create a line chart that display a trend for 5 categories over 13 weeks. Can someone give me an idea of how the view context would be designed for this at design time? I'm new to web dynpro so i hope this makes sense. Would the view context

  • I have a big problem, please I need your help

    Hi I was typing a message to send and my laptop off the sending page, and I received a message from Hp allowing me to stop my machine because on a system error. after five minutes I try to re-start my laptop but no way! How could I do as it refuse to