CMS Repository

Hello
I need one clarification.
Currenlty, in Development Enviroment we have hosted BO XI CMS Repository on Oracle 10g. Due to some infrastructure issues, in Production Environment we are planning to host BO XI CMS Repository on SQL Server 2005.
Could you please let me know that, will there be any issues if Devleopment Enviorment BO XI CMS repository on Oracle 10g and Production Environment BO XI CMS repository on SQL Server 2005??
And will there be any probelm when we move the contents that are stored in Oracle 10g to SQL Server 2005.
Thank you
Uday
Edited by: Uday Kumar Gunti on Aug 13, 2008 1:45 PM

hii
the CMS repository is just a schema for holding some tables and information related to the system
it doesnt matter the if its Oracle or SQL Server, and you will not have any problems if your Production in SQL server and Development in Oracle, or anything like this.
and it also it will not affect when you export objects from Development to production server.
and to move the Repository from one Datasource to another Datasource, i adive you to use the
"Repository Migration Wizard"
its too easy and simple , its already installed with the business objects software
good luck

Similar Messages

  • Retrieve Fullname, e-mail from CMS repository

    I have a simple challenge for anyone who has experience with querying the CMS repository.  I have been reviewing the SDK and am really confused on the factory design and instantiation of the BO Infoobject classes.
    I need to capture the Fullname and e-mail from the CMS repository and insert into a second database's table.  It will be used as a reference to users who have access to BO.   Currently we are only using CE logins (no LDAP or Windows logins.)  
    No user interface will be required, just simple database connections from the CMS repository to the history database.
    Any help?

    You will have to add CE references to your project, but here is the code.
    Imports System
    Imports System.Data
    Imports System.Math
    Imports Microsoft.SqlServer.Dts.Runtime
    Imports CrystalDecisions.Enterprise
    Imports CrystalDecisions.Enterprise.infostore
    Imports CrystalDecisions.Enterprise.Desktop
    Public Class ScriptMain
         ' The execution engine calls this method when the task executes.
         ' To access the object model, use the Dts object. Connections, variables, events,
         ' and logging features are available as static members of the Dts class.
         ' Before returning from this method, set the value of Dts.TaskResult to indicate success or failure.
         ' To open Code and Text Editor Help, press F1.
         ' To open Object Browser, press CtrlAltJ.
         Public Sub Main()
            Dim boSessionMgr As New SessionMgr
            Dim boEnterpriseSession As EnterpriseSession = boSessionMgr.Logon("ceuser", "cepassword", "server", "secEnterprise")
            Dim boInfostore As New InfoStore(boEnterpriseSession.GetService("InfoStore"))
            'Dim boInfoobjects As InfoObjects
            Dim Users As InfoObjects
            Dim UserItem As InfoObject
            Dim UserObject As User
            Dim Fullname As String
            Dim EEmail As String
            Dim cTitle As String
            Dim Counter As Integer = 1
            'This query will bring back all infoobjects that are recurring schedules
            Users = boInfostore.Query("SELECT TOP 1000000 SI_EMAIL_ADDRESS, SI_FORCE_PASSWORD_CHANGE, SI_NAME, SI_ID, SI_USERGROUPS, SI_USERFULLNAME, SI_ALIASES, SI_DESCRIPTION, SI_LASTLOGONTIME, SI_PASSWORDEXPIRE FROM CI_SYSTEMOBJECTS Where SI_KIND='User'")       
            For Each UserItem In Users
                UserObject = CType(UserItem, User)
                Fullname = UserObject.FullName
                EEmail = UserObject.EmailAddress
                cTitle = UserItem.Title
            Next UserItem
            Dts.TaskResult = Dts.Results.Success
        End Sub
    Edited by: Doug Moloney on Jul 28, 2008 10:01 PM

  • Point to a new cms repository

    Needing to point the cms repository from one oracle database located on server1 to another oracle database located on server 2.  We are using Business Objects XI R2 in a UNIX environment.  Located the following document as a reference and am wondering if the most of steps in the guide can be used in this case.
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a0536322-d13e-2b10-5095-bed93bccf902
    Thanks for your help in advance!
    LL
    Edited by: NBC-Laura on Jun 3, 2009 2:41 PM

    The document that you have can be used to move the CMS database from one Oracle server to another another.  The premise is the same just replace Mysql with Oracle so you shouldn't have a problem.  Make sure that you stop all the servers first and schedule downtime to perform this task.  The business objects servers should not be running while to migrate the Oracle database from one server to the other.  I hope that helps.

  • About CMS Repository Creation in Portal 8.1

    Hi all,
    I follow this link to create another cms repository using Portal Admin
    and successfully create the repository.
    http://216.148.48.158/news/ArticleFrame.jsp?server=newsgroups.beasys.com&group=weblogic.developer.interest.81beta.portal&article=<3e934fa8$[email protected]>
    But when I want to use workshop and using the campaign to display some
    content, the workshop has error saying:
    java.sql.SQLException: Connection has already been created in this tx
    context fo
    r pool named cgPool2. Illegal attempt to create connection from another
    pool: cg
    Pool
    java.sql.SQLException: Connection has already been created in this tx
    context fo
    r pool named cgPool2. Illegal attempt to create connection from another
    pool: cg
    Pool ...............
    Can anybody help in this case? Thanks.
    andy

    Even I have configured a documentum repository [ installed
    Content Services forBEA Weblogic from Documentum with WLP 8.1 SP4]
    when i try to login to the repository, I am getting the error in the server console.
    <Apr 12, 2005 5:03:53 PM IST> <Error> <HTTP> <BEA-101017> <[ServletContext(id=6597756,name=AvitekAdmin,context-path=/AvitekAdmin)] Root cause of ServletException.java.lang.InternalError: erroneous handlers at com.documentum.oca.docbase.DocbaseTicketImpl.<init>(Ljava.util.Proper
    ties;)V(DocbaseTicketImpl.java:???)
    In the content services log file,which i have cofigured, following error msg is displayed:
    <b>Unable to authenticate. Message: Docbase User not defined in the configuration.</b>
    Can any1 tell me what the problem is and if i hav missed out any configuration.
    Urgent help is needed.
    Thanks,
    Chhimi

  • CMS Repository Database Temp Tablespace Sizing

    1.  While running some large reports Business Objects (XI 3.1 FP2.7) received an ORA-01652 (Unable to extend temp segment in tablespace TEMP) error for the CMS repository.  The CMS database is running in an independent Oracle instance with the auditing database, so only the Business Objects engine would be using the temp tablespace.  All the report information is extracted from other database instances.  This tablespace was sized at 4GB when this error occurred.
    2.  What is Business Objects using the CMS repository temp tablespace for?  What are some sizing guidelines, should this tablespace be sized based on estimated report sizes, report rows, concurrent users, etc?

    I'd say this has nothing to do with Webi processing and has everything to do with your Auditing DB.
    Auding DB always growing and that's where that message comes.
    Audit guide has more info on managing Audit DB.

  • Unable to connect CMS repository using CMIS configuration for P6

    Hello All,
    After providing required configuration of CMIS, I am unable to connect to Documentum CMS repository using CMIS. Getting following error.
    Apr-14-2015 08:03:09 999
    [ACTIVE]       ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'
    ERROR
    com.primavera.infr.srvcs.cr.UniversalContentRepositoryImpl
    Unable to initialize repository
    com.primavera.ucr.UniversalContentRepositoryException: Unable to       retrieve repository dev_general
         at       com.primavera.ucr.cmis.CmisContentRepositoryImpl.init(Unknown Source)      
         at       com.primavera.infr.srvcs.cr.UniversalContentRepositoryImpl.init(Unknown       Source)
         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:597)      
         at       org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1414)      
         at       org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1375)      
         at       org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1335)      
         at       org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:473)      
         at       org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)      
         at       org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)      
         at       org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)      
         at       org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)      
         at       org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)      
         at       org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)      
         at       org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)      
         at       org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:429)      
         at       org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:729)      
         at       org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:380)      
         at       com.primavera.bre.SubSystemInitializerImpl.init(Unknown Source)      
         at       com.primavera.infr.db.SQLConnectionPoolMgrImpl.c(Unknown Source)      
         at       com.primavera.infr.db.SQLConnectionPoolMgrImpl.getDataSource(Unknown       Source)
         at       com.primavera.bo.services.helper.AutoStarterService.init(Unknown Source)      
         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:597)      
         at       org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1414)      
         at       org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1375)      
         at       org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1335)      
         at       org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:473)      
         at       org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)      
         at       org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)      
         at       org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)      
         at       org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)      
         at       org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)      
         at       org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)      
         at       org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)      
         at       org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:429)      
         at       org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:729)      
         at       org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:380)      
         at       com.primavera.bre.Initializer.start(Unknown Source)      
         at       com.primavera.bre.Application.start(Unknown Source)      
         at       com.primavera.pvweb.listeners.PVContextListener.contextInitialized(Unknown       Source)
         at       weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)      
         at       weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)      
         at       weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)      
         at       weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)      
         at       weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1870)      
         at       weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3155)      
         at       weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1518)      
         at       weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:487)      
         at       weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)      
         at       weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)      
         at       weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)      
         at       weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:201)      
         at       weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:249)      
         at       weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)      
         at       weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)      
         at       weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)      
         at       weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:28)      
         at       weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:672)      
         at       weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)      
         at       weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)      
         at       weblogic.application.internal.EarDeployment.activate(EarDeployment.java:59)      
         at       weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)      
         at       weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)      
         at       weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)      
         at       weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)      
         at       weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:52)      
         at       weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)      
         at       weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:31)      
         at       weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)      
         at       weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:170)      
         at       weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:124)      
         at       weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:181)      
         at       weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:97)      
         at       weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)      
         at       weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)      
         at       weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Apr-14-2015 08:03:55 172
    [ACTIVE]       ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'
    ERROR
    com.primavera.infr.srvcs.cr.UniversalContentRepositoryImpl
    Unable to login to content repository: null
    java.lang.NullPointerException
         at       com.primavera.ucr.cmis.CmisContentRepositoryImpl.login(Unknown Source)      
         at       com.primavera.infr.srvcs.cr.UniversalContentRepositoryImpl.login(Unknown       Source)
         at       com.primavera.bre.SubSystemFacadeImpl.login(Unknown Source)      
         at       com.primavera.bo.remotable.ContentManagement.login(Unknown Source)      
         at       com.primavera.bo.remotable.qproxy.ContentManagement.login(Unknown Source)      
         at       com.primavera.bo.DBContentManagement.login(Unknown Source)      
         at       com.primavera.bo.common.LoginHelper.login(Unknown Source)      
         at       com.primavera.bo.common.LoginHelper.login(Unknown Source)      
         at       com.primavera.bo.remotable.SessionLifetime.login(Unknown Source)      
         at       com.primavera.bo.remotable.qproxy.SessionLifetime.login(Unknown Source)      
         at       com.primavera.bo.DBSessionLifetime.login(Unknown Source)      
         at       com.primavera.pvweb.main.login.LoginDelegate.login(Unknown Source)      
         at       com.primavera.pvweb.main.login.LoginAction.login(Unknown Source)      
         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:597)      
         at       org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:270)      
         at       org.apache.struts.actions.DispatchAction.execute(DispatchAction.java:187)      
         at       org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)      
         at       com.primavera.pvweb.FrontRequestProcessor.processActionPerform(Unknown       Source)
         at       org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)      
         at       org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)      
         at       org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)      
         at       com.primavera.pvweb.servlet.FrontController.doPost(Unknown Source)      
         at       javax.servlet.http.HttpServlet.service(HttpServlet.java:727)      
         at       javax.servlet.http.HttpServlet.service(HttpServlet.java:820)      
         at       weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)      
         at       weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)      
         at       weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)      
         at       weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)      
         at       weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)      
         at       com.primavera.pvweb.GZIPFilter.doFilter(Unknown Source)      
         at       weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)      
         at       com.primavera.pvweb.XSSFilter.doFilter(Unknown Source)      
         at       weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)      
         at       com.primavera.pvweb.FrontFilter.doFilter(Unknown Source)      
         at       weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)      
         at       com.primavera.pvweb.filters.ApplicationContextInjector.doFilter(Unknown       Source)
         at       weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)      
         at       com.primavera.pvweb.DisableURLEncodingFilter.doFilter(Unknown Source)      
         at       weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)      
         at       weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)      
         at       weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)      
         at       weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)      
         at       weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)      
         at       weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)      
         at       weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)      
         at       weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)      
         at       weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)      
         at       weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)      
         at       weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)      
         at       weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

    please provide a screenshot from P6 administrator with the settings you set to integrate with a content repository

  • Migrating BO CMS Repository form MYSQL to ORACLE 9i

    Post Author: help_eachother
    CA Forum: Administration
    Hi,
    How can i migrate BO CMS repository from MYSQL to ORACLE 9i.
    Thanks

    Post Author: amr_foci
    CA Forum: Administration
    first verfiy the connection between your business objects server and you oracle server
    then go to the Centeral Configuration Manager and stop the CMS (Centeral Managment Server) and righ click - properties - configuration - go to the CMS data Source and click Specify - you will select your new data souce,, and once more you will copy the data source from ur previous one
    i didnt try it before,, but i think it can help
    good luck

  • Oracle 12C as CMS repository

    Hi Experts,
    We are in the process of installing BI 4.1 SP5 using Oracle 12 C (64bit) as our CMS System Database
    Can anyone with DBA exposure help me out with the following requisites and let me know if its acceptable for installation.
    - Character sets used (Default AL32UTF8)
    - Blocksize (Default 8k)
    - Tablespaces
    - Users and roles
    Please share any information for the above points.
    Regards,
    Diego

    Hi Diego,
    Here is  the information that I know -
    1. Database user  should have 'Owner' rights of the database.
         This KBA will also help you.
          KBA1705522 - What are the permissions needed for the CMS database - SAP BusinessObjects      Intelligence Platform 4.0? 
    2. We have to set the oracle table space to 'Auto Extend' .
          .Refer KBA 1262903 - How to increase table space for oracle repository ? 
    Hope this helps.
    Regards,
    Rukaiya

  • Switching hostname of CMS/Repository DB

    I have server01 that is configured through IPS and Data Services 4.1 to use CMS and repositories configured in server02.  We have set MySQL on server02 to replicate any changes to the database to a mysql instance on server01.  In case of failure of server02, what do I need to change on server01 to connect now to the mysql instance on server01?  I know I'll need to change the odbc.ini, however on Central Management Console Settings (web) I see "Data Source: SOME_CMS:server02:3306".  I know I must be missing other places to change it.  Any ideas?

    Refer the below notes to update the DB information
    1874399 - How to change Central Management Server Database User on Unix/Linux
    1759350 - How to update CMS Database information (Update Data Source Settings) BI 4.0 UNIX?

  • How can I create a universe with the BO repository tables?

    Hi. I need make a universe with the BO repository tables, in order to get user information .
    But, when I try to insert tables in designer, using a new conecction to BO repository. I can't see tables.
    Someone can help me?

    The CMS repository is organized into both physical and virtual tables. Only the CMS can access the virtual tables, therefore you cannot create a universe on the CMS repository. You can access the CMS repository information through the Enterprise SDK.
    https://www.sdn.sap.com/irj/boc/businessobjects-sdklibrary

  • New Operating System - Same BOXIR3.1 system (file store & repository)

    We have a memory limitation on our current BO server running BOXIR3.1 fixpack 1.7. The server is currently running Windows Server 2003 Standard Edition with 4 gig of memory. We need to add additional memory but are limited by our operating system. I understand we'll need to re-install the OS with Windows Server 2003 Enterprise Edition so we can add another 8 gig of memory.
    We'll do a full server backup prior to reinstalling the I'm not clear on how to re-install BOXIR3.1 service pack 1.7 and the file stores. I'm thinking I'll need to re-install BOXIR3.1 then the service pack. But then I'm not sure what to do. Some of the questions I can think of are:
    1. How do I re-install BO software without creating a new Oracle repository?
    2. How do I restore my file stores? And how do I make BO use these file stores?
    3. How do I point to my existing Oracle repository?
    4. Is there anything else I will need to do to restore my current BO system?
    I would appreciate any help you can provide.

    Hello,
    First of all take a Back up of CMS repository and Input and Output File repositories.
    1. How do I re-install BO software without creating a new Oracle repository?
    Install BO with new repository (mysql or Oracle). After installation completes you can re direct to your old repository using from CCM -- > SIA -> Configuration tab
    2. How do I restore my file stores? And how do I make BO use these file stores?
    Just copy all the files from back up, input and output repository files.
    3. How do I point to my existing Oracle repository?
    CCM -- > SIA -> Configuration tab
    4. Is there anything else I will need to do to restore my current BO system?
    copy tnsnames.ora file, input and output repository.
    If you get any issues when enabling servers or starting the CMS, then you need to delete old server entries from your CMS repositoies. Search with TYPE ID = 19, you will get all server entries in your oracle repository.
    Thanks,
    Anil

  • CMS Database Access Problem during installation BO XI 3.0

    Hi all,
    Very urgent question
    How can I install my CMS Repository in an Oracle Database and create a Service on the BO server as Oracle Client to the Oracle Database Server?
    I am not familiar with oracle and not be able to create an oracle service name.
    Regards
    Edited by: Love NDONGBOU on Oct 29, 2008 4:27 PM
    Edited by: Love NDONGBOU on Oct 29, 2008 4:27 PM
    Edited by: Love NDONGBOU on Oct 29, 2008 4:44 PM

    Note 852688 - "SSL Client PSE DFAULT does not exist" in Transaction SM59
    Please go through the above note. This is a program error. We implemented this note and it resolved our issue. But before implementing, make sure that SSL connection is set to H or G.
    Reward points if it helped.
    Thanks
    Subbu

  • Repository Login Issue

    Hello,
    I am trying to login into local repository configured newly after the data services installation. Once I entered the system and user details, I can see the list of repositories. But when I try to login to the repository it gives TNS time out error.
    Error Message: ORA-12170: TNS: Connect timeout occurred.
    I am thinking the oracle database is not accessible from my machine and hence I am getting the error
    But I have doubt on it. Here, CMS and local repository schemas are on the same oracle database. Since I can access designer with my user id and also see the list of repositories, CMS repository is accessible from my machine (hoping authentication details and local repository details are stored in CMS repository). In that case, I should be able to access local repository schema as well. Please let me know if my understanding is wrong.
    Data services version 4.2 is installed on Linux and teammate in different location can access the same local repository without any issue. Also, CMC and management console are also accessible without any issues.
    Can anyone let me know the reason for this issue and resolution.
    Thanks and Regards,
    Rajesh

    Check for firewall or user permissions to access the database.

  • Full export of the CMS from Production to Development

    Hello All,
    We have to export the reports and universes from Production to Development. In short we need to sync the Development CMS repository with Production CMS repository.
    What is the best way to do this. Is Import Wizard the only way to export the contents to Development?
    Because when I exported one report from Dev to Prod , we had to go and reset the scheduling properties again in Production. It did not maintain the properties which it was set to before. Is there a way to maintain the scheduling properties the way it was set to before. Or every time when we export a modified report to Production, we need to go and set properties back?
    We are using BO 3.1 version.
    Thanks,
    Naveen

    Hi NR,
    You will see both Development & Productions services when you go to the "Servers" in CMC once the development is up.
    For example,
    dev.pageserver
    dev.reportjobserver
    dev.cacheserver
    prod.pageserver
    prod.reportjobserver
    prod.cacheserver
    this happens b'cos of using the production schema for development. It will have a copy of the production services, so you need to delete the services once the CMC is up and running.

  • SQL/VBA SDK to view Universe Connection details from CMS

    Hi
    Am trying to find Database Name and User Name from Universe Connections. It looks like all these details are placed as a Property bag. So am looking for VBA code to view the Property bag or any direct Query Builder SQL to fetch these details.
    Please share your Inputs.
    Thanks.

    Hi Ted
    The MetaData DataConnection objects housed in the CMS repository don't have a public API associated with them.
    Thanks for your information. I found the below code from BOB forum which gets Database Name etc from CMS, but am not able to make it work this in VBA (Excel Macro).
    Imports System.Xml
    Public iStore As New CrystalInfoStoreLib.InfoStore
    Public Connections As CrystalInfoStoreLib.InfoObjects
    Public ConnectItem As CrystalInfoStoreLib.InfoObject
    Public ConnectObject As New CrystalConnectionPluginLib.Connection
    Dim QueryStr As String = ""
    Dim ElementStr As String = ""
    Dim NWLayer As String = ""
    Dim RDMS As String = ""
    QueryStr = "select SI_ID, SI_CREATION_TIME, SI_UPDATE_TS, SI_REVISIONNUM,SI_OWNER, SI_DESCRIPTION, SI_NAME, SI_CONNUNIVERSE, SI_METADATA_PROPERTIES from CI_APPOBJECTS where SI_KIND = 'MetaData.DataConnection' and SI_PARENTID=123 order by SI_NAME"
    Connections = iStore.Query(QueryStr)
    For Each ConnectItem In Connections
      Dim sr As New System.IO.StringReader(ConnectItem.Properties("SI_METADATA_PROPERTIES").Properties("SI_METADATA_BVCONN_ATTRIBUTES").Value)
      Dim doc As New Xml.XmlDocument
      doc.Load(sr)
      Dim reader As New Xml.XmlNodeReader(doc)
      While reader.Read()
        Select Case reader.NodeType
          Case Xml.XmlNodeType.Element
            If reader.Name = "Name" Then
              ElementStr = reader.ReadElementContentAsString
                If ElementStr = "NetworkLayer" Then
                  NWLayer = reader.ReadElementContentAsString
                End If
                If ElementStr = "RdmsName" Then
                  RDMS = reader.ReadElementContentAsString
                End If
            End If
        End Select
      End While
    Next
    MsgBox(ConnectItem.Title & vbCrLf & NWLayer & vbCrLf & RDMS)
    Thanks.

Maybe you are looking for

  • Updating to 11.1.4 iTunes on an iPhone 4 with iOS 7. Will iPhone 5 with iOS 6.1.4 still be able to use it?

    I just got an iPhone 4, but I updated to iOS 7. I need to edit the music on it, so I tried to sync it to my Windows laptop iTunes. It doesn't use the older version that is still on my laptop. My mom's iPhone 5 has iOS 6.1.4. If I update the iTunes on

  • Unmarking of Purchase Order deletion indicator

    Hi Purchase order deletion indicator was flaged for the line itme due to which not able to do the goods receipt Reset the deletion flag , still i am not able to do the GR It is giving the error message - PO has the deletion indication Could you pleas

  • IPhone 5 spontaneously turned off yesterday will not come back on

    Yesterday while charging my iPhone 5 it just turned off. No impact or anything it was just sitting there. Unplugging and re plugging the charger does nothing. Pressing and holding the home and power button does nothing. Trying to connect to iTunes do

  • Templates are blocking

    hi everyone, Some templates don't update anymore. If I make a change on a template and click "update the pages", then only a few pages will update, which takes quite a lot, and then dreaweaver is blocked. I then have to use the "ctr alt del" to close

  • Mail was unable to find your response

    In the message viewer window, when you have responded to a msg, there is a little arrow icon. When you click on that icon, it's suppose to bring up your response. I have five email accounts (I know, I know, simplify) 1 .mac acct., 2 pop accts., and 2