Use of MYSQL when installing Business Objects Enterprise XI 3.1

Hello Team,
I am quite new Business Objects and right now I am using Business Objects Enterprise XI 3.1.
when installing BO XI 3.1, I was prompted to select the database server to be created. I chose MySQL.
Now, I am curious to know the pupose/involvement of a database server for BO. I understand that the database is being managed/used by CMS and it has four main functions:
Maintains security (users)
Manages objects (folders, reports, and program objects)
Manages servers (services)
Manages auditing (system auditor).
Is there any better explanation to the database and its purpose?
what does the database schema/user holds (any database objects,tables,etc..,)?
Does repository and database schema the same?
Are all the report objects, users and universe being stored in the database schema?
Thanks in advance for the reply.
Regards,
Kathir

CMS handles security and routes the request to other services.
Yes, CMS also maintains the BOE repository.
CMS is responsible for authenticating users and groups, and keeping track of the availability of the other BusinessObjects Enterprise services. If CMS is down then users wont be able to log into BOE.
Report Objects, Universe are stored in the Input File Repository and the instances are stored in Output File Repository server.
In simple words, CMS is like heart of BOE.

Similar Messages

  • Error when install Business Object Engage Server

    Dear all,
    I have some problem when i was install BO Engage server on my Server. How to resolve this error : "The Central Management Server has failed to start. Press 'Retry' to attempt to start it again or 'Cancel' to skip any actions dependent on the Central Management Server. STW00213"

    Hi,
    check SAP Note -   1292722
    Regards
    -Seb.

  • Business Objects Enterprise - domain user

    As mentioned in blog at /people/ingo.hilgefort/blog/2009/07/03/businessobjects-enterprise-and-client-side-snc-part-1-of-2 the SNC interface can be used to provide SSO with Business Objects Enterprise.
    The SSO works if the Windows services are started using a domain account, because the SNC session between BO server and SAP server is initiated using these domain credentials. We have found though, after 1 week the users credentials expire (due to ticket lifetime configuration in Active Directory) so BO server needs to be restarted every week. To solve this we are aware that SAP RFC library requires an SNC_MYNAME parameter, and we have put domain credentials on BO server in a key table file. I am wondering if you know how we can configure the SNC_MYNAME parameter in the RFC connection string used by BO software ?

    Ingo,
    I am referring to client side SNC, as described in part 1 of your blog. As you know, a domain account is needed and the Windows services need to be changed to start as this domain account, instead of as system. When this change is made, and the WIndows services are started, they will request a Kerberos TGT from the domain, which has a lifetime associated with it - all domain users tickets have liftetime, determined by a domain policy. The liftetime of a TGT is normally about 8 hours.
    When an RFC request is made by one of the Windows services, and the SNC library is invoked, it will get a service ticket from domain and store in same credentials cache that holds the TGT (inside LSA on Windows). This service ticket will expire at same time as the TGT used to request it.
    If the SNC library gets a Kerberos service ticket, and the TGT has expired, but is still within the Renew Until period (normally 1 week after TGT was issued because of policy configuration) then a new TGT is issued, and the service ticket will be issued with the new TGT.
    So, from above you can see that using SNC with Kerberos, means that the tickets only last for 1 week because of domain policy configuraiton of Kerberos ticket lifetime and because of renew period for tickets issued by AD. The only way that the Kerberos tickets could be used for longer, is if:
    a) The service is restarted, thereby causing it to get a new TGT and the renew until date/time for this new TGT will be 1 week after the TGT was issued.
    b) The TGT could be issued when an RFC call is made, and this TGT cached in a separate memory cache, instead of in MS LSA cache normally used by Windows.
    Our product supports opiton b) but to make it work we need to understand how the BO software constructs the RFC connection string, and we need to add SNC_MYNAME parameter to this string. I can explain how this works in more detail if you like, but all I need is to know where the RFC parameters are stored. For example, is there an saprfc.ini file which we can edit and add the SNC_MYNAME parameter to this file ?

  • Business Object Enterprise XI 3.1 installation on Flexframe 4.0

    Hi,
    Is it possible to install Business Object Enterprise XI 3.1 installation on Flexframe 4.0?
    Operating system SUSE Linux Enterprise Server 9 SP3 is running on this FlexFrame 4.0 environment.
    If anybody has any experience to install Business Object Enterprise XI 3.1 on this kind of environment then please help me to give some guide and installation documentation.
    Thanks
    Manoj

    If anybody has done, please help me....

  • Business Objects Enterprise 4.0 SP9 - Where is the crystalreportviewers folder

    I have installed Business Objects Enterprise 4.0 SP9 for unmanaged report testing.  I am setting up a small jsp to test connectivity and was setting up the web.xml file.  But I am unable to find the location of the srystalreportviewers folder.  If version 3.1 it was in the "business objects\common\4.0" folder.  Where is it in BOE 4.0?
    Thanks
    Jason

    Hi Jason,
    Please refer the below location for the location of crystalreportviewers folder location in SAP BI 4.x:
    C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports (in windows).
    If you have other platform try the below location:
    <BuinessObjects-Installation-directory>\Crystal Reports.
    Hope it helps.
    Thanks,
    Shailendra

  • Business Objects Enterprise 11.5 FTP Transfer Problem

    Hello,
    Hopefully someone out there will be familiar with the issue I'm having and be able to provide a solution.
    We are running Business Objects Enterprise 11.5 on our Windows 2003 server.  I've created and scheduled a job on the server that creates an XLS file containing loan portfolio data that is to be transmitted to a third party client on a monthly basis.
    The problem centers around the method of transfer, which is via FTP to a secure site hosted by the client.  When executed through Crystal, the FTP actually does achieve a successful login using the credentials the client provided (we have verified this repeatedly by looking at the logs), but the client's server "kicks out" when we attempt any operation on it.
    A similar result was produced when we attempted to FTP to the site via the Windows command line.  The login was successful, but even a simple command to view the directory "dir" resulted in the connection being rejected.   To make a long story short, after reviewing the issue extensively with the client's technical department, our conclusion was that the problem was the result of the FTP sending in "active" mode instead of "passive".  We confirmed this by installing a freeware FileZilla on the same server, and switching between active and passive modes (active failed, passive did not).
    Their tech people recommended that we contact SAP to get answers to two questions, which I'm hoping someone out there may know:
    1)  How does Business Objects Enterprise 11.5 execute the FTP process?  Is it using its own native logic or simply invoking the command line?
    2)  Is there any setting with the console that would enable us to modify the FTP settings to send force it to send in passive mode?
    Thanks.

    Hi,
    This is a known limitation. BO only supports active mode for FTP. Refer 1782115 - Which FTP mode is supported as a schedule or publication destination for reference.
    If you are able to write a batch file or a program object to transfer a file from a file location to Client FTP, you can try the below workaround.
    1. Add the script\batch file as a program object in BO. In the script make sure you include the code to delete the instance after it is successfully transmitted through FTP.
    2. Create a File event pointing to the location along with the name of the instance.
    3. Schedule the report to the file location with the specific instance name.
    4. Schedule the program object based on the file event you created in step 2.
    Hope this helps.
    Regards
    Chinmaya

  • Business Objects Enterprise Licensing for Crystal Reports

    I am new to Business Objects & Crystal Reports. I have recently been given the repsonsibility of supporting our BO XI R2 environment. This system is not in production yet, but initial use has shown an inability to create a crystal report.
    If I select Crystal Reports Explorer in Business Objects Enterprise Applications, I get the following error:
    "You do not have the correct keycode installed to use this option. Please contact your support office for further details."
    I informed my boss who provided me with a "Crystal Reports Explorer Windows XI R2 License CPU English" keycode.
    I entered this keycode in the License keys correctly. The license reflects "BusinessObjects Crystal Reports Explorer" but does not show any licenses - just dashes for named users, concurrent users, processors, expires...
    I still get the same error when accessing the Crystal Reports Explorer.
    Am I missing something here? Is there more that I need to do, or is there a problem with the keycode?

    Please post this query to the Business Objects Enterprise Administration forum:
    BI Platform
    That forum is monitored by qualified technicians and you will get a faster response there. Also, all BOE queries remain in one place and thus can be easily searched in one place.
    Thank you for your understanding,
    Ludek

  • Crystal Reports published on Business Objects Enterprise Server

    Hi all,
    I am having a few difficulties after i save my crystal report to the Business Objects Enterprise Server XI 3.1.
    1) for the reports with static parameters the "Crystal Reports Print Control" doesbnot work. It gets stuck and i guess cannot load the print function. Don't know what exactly causes it but i made two similar one field reports and saved them to the server. One with a dynamic parameter and the other with a static parameter.
    The report with static parameter could not be printed.
    This happens when i use the HTML viewer for crystal reports. I cannot use the activeX or Java viewers as they mess up the formatting of my Arabic reports.
    2) For some reports i get one type of parameter screen (like we get while running through the designer) while for other reports i get a different type of Parameter Entry Screen. Sometimes when i view the report first time i get the former type of parameter screen and when i refresh the report i get the later screen.
    3) Also my dynamic parameters are not showing all the values when the reports are saved to the above mentioned server. On my desktop i made the LOV registry tweak and it works fine. I did the same tweak on server registry but it is not working.
    Thanks a lot even if u read it

    Moved to BOE forum

  • Business Objects Enterprise vs Crystal Reports Server for Central Reporting

    A question for all the Architects and Administrators out thereu2026
    I have a vision of centrally managing operational reporting (reporting directly against applications and/or ODS databases).  The main reasons:
    - Management of Security
    - Management of Report Inventory
    - More efficient use of server resources and capacity (clustering/sharable)
    This will be Crystal Reports only.
    Is Business Objects Enterprise a feasible solution for this or is a series of Crystal Reports Servers?
    My understanding is that the server version does not cluster or scale and a series of them operates independently from each other.  Is there a concern of the over-kill or magnitude of Business Objects Enterprise for just Crystal Reports?
    What are everyoneu2019s thoughts?
    Thanks Much
    Ryan Shaw
    Enterprise Architect

    Hi Ryan,
    It really depends what meets your business needs.  If you require to scale and expand your BOE XI environment then BOE is what you'll need.  BOE will allow you to have clustered CMS' and have multiple processing servers that reside on remote servers.
    If your deployment does not require a lot resource and one server can handle the amount of reporting requests and logons,  then CR Server would be the better choice.  You are correct,  CR Server is not scalable and is a single server install only.  You cannot expand or add additional BOE servers on remote servers if you use CR Server.
    Regards,
    Wallie
    Edited by: Wallie Cheng on Aug 23, 2008 12:31 AM
    If you want to centralize this,  a series of CR Servers will not work as each installation will be its entity.

  • Desktop Intelligence support in Business Object Enterprise XI 3.1 version

    Hi,
    We are using Business Object Enterprise XI 3.1 software in our product. But I heard from SAP sales person that this version of Businesss Objects doesn't Desktop Intelligence. But this version of Business Object is installing Desktop Intelligence version 12.1.0.882 and I'm able to access all the features of Desktop Intelligence.
    So please any one confirm me whether the version of Business Object Enterprise XI 3.1 software support Desktop Intelligence or not ?
    Thanks in Advance,
    Arun

    Ramu,
    Thanks for your Quick response.
    I'm having one mre doubt. As you mentioned I'm able to see the following content in page no: 3 in the document
    Products
    Desktop
     widgets for SAP BusinessObjects Enterprise XI 3.1
     SAP BusinessObjects Desktop Intelligence XI
     SAP BusinessObjects Web Intelligence Rich Client XI
     SAP BusinessObjects Enterprise XI (Win32 clients)
     SAP BusinessObjects Live Office XI (2)
     BusinessObjectsu2122 Set Architect XI
     BusinessObjectsu2122 Set Analyzer XI
     Crystal Reports 2008
     SAP BusinessObjects XI, integration option for Microsoft SharePoint software (3)
     Universe Builder BusinessObjectsu2122 Data Integrator plug-in
     Universe Builder CWM OLAP plug-in
     Universe Builder CWM Relational plug-in
     Universe Builder DB2 Cube Views plug-in
     Universe Builder DB2 Data Warehouse Center plug-in
     Universe Builder Oracle Data Warehouse plug-in
     Universe Builder Oracle OLAP plug-in
     Query as a Web Service (Win32 client) (1) (2)
    (1) Query as a Web Service is available in English only.
    (2) .Net Framework 2.0 is a necessary minimum requirement.
    (3) Refer to the Platforms support document for u201CSAP BusinessObjects XI, integration option for Microsoft SharePoint softwareu201D. Please visit SAP BusinessObjects Articles.
    Server
     SAP BusinessObjects Enterprise XI
     BusinessObjectsu2122 Performance Manager XI
     BusinessObjectsu2122 Predictive Analysis XI
     BusinessObjectsu2122 Process Analysis XI
     BusinessObjectsu2122 Set Analysis XI (server components)
     SAP BusinessObjects Voyager XI
     SAP BusinessObjects Web Intelligence XI
     BusinessObjectsu2122 Xcelsius XI (2)
     Crystal Reports 2008 (server components)
     SAP BusinessObjects Dashboard Builder XI
    Is this mean the listed products are installed along with the installation of Business Object XI 3.1 ? Please confirm it.
    Regards,
    Arun V.

  • Business Objects Enterprise XI  3.1 Compatability

    Hi,
    We are currently using Business Objects Enterprise XI  3.1 and are migrating to a new server. The new build is running Windwos server 2012 with SQL Server 2008 R2. Will BO be compatible with the new build since we want to install it on the new server and not just point all the ties to the new server.
    Thanks!

    the version you have appear to be XI3.1 RTM, which will not be compatible with Win2012.
    You can see what's compatible with what in the PAM (Platfroms Support guide) here :
    SAP BusinessObjects Enterprise XI - Supported Platforms
    p.s.
    please do search before posting.

  • Install Business Objects XI R2 on Windows Server 2008

    Hi,
    I want to install Business Objects on Windows Server 2008 using IIS7 however i cannot select the IIS ASP.Net option when I get to the "Choose Web Component Adapter Type" screen.

    Ok,
    After not having much like with installing on IIS7.0 i opted to do an install with the TomCat Server.
    This was also not successful, It seems that TomCat relies on a service called NTLMSSP
    this has been removed in both Vista and Server 2008.. (I guess this is why ive been having so many issues!)...
    After doing some reading on the above mentioned service it is quite possible that IIS 7 could also be using it.
    Thanks for all your responses, but i guess this is a definate thing now (just in case some one else comes looking for this information)
    Edited by: Adam M on Sep 16, 2008 7:45 AM

  • Problem Installing Business Objects XI 3.1 SP2 on AIX 5.3

    Hi,
    We installed Business Objects XI 3.1 first on AIX 5.3  and everything worked fine.
    Once we apply BO XI 3.1 SP2 patch (by running the install.sh script from the
    BO XI 3.1 SP2 install bits) onto the Business Objects XI 3.1instance, the following error
    [error] Errcode 1: gzip -dc "/apps/truecomp/boXI31-temp/xi31_sp2/pkg/jdk00000.tar.gz" | /bin/tar xvfb - 1  
    during the installation ( when we checked, the package "jdk00000.tar.gz" contained mostly some libraries
    that are already existing under the installed java/bin directory, the error is likely due to tar command can't
    overwrite the existing files there), and it seems that the library files in "jdk00000.tar.gz" package are same as
    the existing files under java/bin directory. So this error may not matter (just our guess).
    The real problem for us after installing BO XI 3.1 SP2 is that, the tomcat log (file name "catalina.out")  throws
    the following exception and tomcat can't start up, so we can't log onto CMC anymore.  Anyone know if this is
    a known issue or any solution or  workaround?  The frustrating thing is that, SP2 can't be uninstalled (
    it likely thinks SP2 was not installed successfully), and this whole BO XI 3.1 instance is not usable anymore,
    we have to remove the whole thing altogether (no way to remove just SP2 part).
    =============Tomcat error log from ""catalina.out" after installing BO XI 3.1 SP2============
    New org.apache.struts.action.ActionMapping
    10-07-10 17:28:19:306 - session.ManagerBase Thread [main];  IOException while saving persisted sessions: java.io.FileNotFound
    Exception: /apps/truecomp/BOXI31/bobje/tomcat/work/Catalina/localhost/BusinessProcessBI/SESSIONS.ser (A file or directory in the path name does not exist.)
    java.io.FileNotFoundException: /apps/truecomp/BOXI31/bobje/tomcat/work/Catalina/localhost/BusinessProcessBI/SESSIONS.ser (A file or directory in the path name does not exist.)
            at java.io.FileOutputStream.<init>(FileOutputStream.java:205)
            at java.io.FileOutputStream.<init>(FileOutputStream.java:96)
            at org.apache.catalina.session.StandardManager.doUnload(StandardManager.java:488)
            at org.apache.catalina.session.StandardManager.unload(StandardManager.java:462)
            at org.apache.catalina.session.StandardManager.stop(StandardManager.java:666)
            at org.apache.catalina.core.StandardContext.stop(StandardContext.java:4358)
            at org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:892)
            at org.apache.catalina.startup.HostConfig.undeployApps(HostConfig.java:1164)
            at org.apache.catalina.startup.HostConfig.stop(HostConfig.java:1135)
            at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:312)
            at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
            at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1054)
            at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1066)
            at org.apache.catalina.core.StandardEngine.stop(StandardEngine.java:447)
            at org.apache.catalina.core.StandardService.stop(StandardService.java:512)
            at org.apache.catalina.core.StandardServer.stop(StandardServer.java:743)
            at org.apache.catalina.startup.Catalina.stop(Catalina.java:601)
            at org.apache.catalina.startup.Catalina.start(Catalina.java:576)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
            at java.lang.reflect.Method.invoke(Method.java:618)
            at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
            at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
    10-07-10 17:28:19:311 - session.ManagerBase Thread [main];  Exception unloading sessions to persistent storage
    java.io.FileNotFoundException: /apps/truecomp/BOXI31/bobje/tomcat/work/Catalina/localhost/BusinessProcessBI/SESSIONS.ser (A file or d
    irectory in the path name does not exist.)
    =============================

    Just want to add to the original question that:
    the directory (in the error stack from tomcat)
    /apps/truecomp/BOXI31/bobje/tomcat/work/Catalina/localhost  is NOT even existing on the
    AIX server which installed BO XI 3.1 SP2.
    Would really appreciate any  comments on this problem, especially from SAP support team.
    We are really stuck here.
    Thanks.

  • Upgrading from Crystal Enterprise 10 to Business Objects Enterprise 11

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

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

  • Crystal Reports Server XI - A subset of Business Objects Enterprise?

    Post Author: RVM
    CA Forum: General
    I'm evaluating Crystal Reports Server XI with a view to fulfilling the reporting requirements of my Client. I've identified Crystal Reports Server XI as the ideal solution and have been looking for documentation that describes the constituents of CRS XI and the architecture of the product from a technical perspective. I haven't been able to locate an administrators guide for CRS XI similar to the one available for crystal Enterprise 10 and Business Objects Enterprise XI R2. I've read that CRS XI is a subset of Business Objects Enterprise XI and as such has the same arichitecture. COuld some please clarify what constituents of BO Enterprise XI also reside within CRS XI?
    Thanks in advance,
    RVM

    Post Author: yangster
    CA Forum: General
    It is kind of annoying that they didn't bother to create any documentation for Crystal Server XI.I've used both products and the key difference is that Crystal Server XI is limited to 20 user licenses (combination of either named or concurrent types) so if you have a very large user environment then your only choice may be BO XI.In terms of development and deployment the key difference between the 2 is that BO XI allows you to create universes.  Which in terms allows you to use the Webi functionality.  You can still use webi in Crystal Server but that's kind of pointless as the only universes you will be able to report off are sample universes.  Within Crystal Server you will still have all the functionality that exist in BO XI with the exception of the universes so you can still build business views, list of values, schedule reports, create custom calenders, etc.  So if you were to just snip out everything that deals with universes in the BO XI admin guide you'd have the Crystal Server admin guide.

Maybe you are looking for

  • PR Creation from Main Order based on Material Availability Check

    Hi Experts. I have activated material check for maintenance order, and system is checking material availability. But system is not generating purchase requisition if material not available. PR creation from main order is feasible in case I will selec

  • Background image on iweb site not showing

    I created a web site using iWeb sometime ago. I used all of the templates provided with the app. Since "me" has come along, all the content on my page displays, BUT the background image on ALL of the pages no longer shows. I republished the site to s

  • Initialize record type constant in package header

    I am creating a package to hold application constants in Oracle 8.1.7.4. I want one of my constants to be a programmer-defined record type. A constant table type of that record type will then hold multiple records. I'm new to using record data types

  • Job Pricing Market Data

    Hi Experts, I have a requirement to report out on the internal jobs and how we match up to the external survey providers. My question is, where on the backend is the survey market data stored so we can develop some reports out of it? Much appreciated

  • Can i restore back iCloud contacts?

    After trying to get 3 macs and 2 iPhones up to speed and sync'ed with Lion/iOS 5, I find that my contacts have been mutilated (approx. 500 of them, 1/3 of total) deleted. This mangled set is now consistent across all devices.  I would back up my phon