BOXI3.0: How to start the Universe Designer

Greetings to all. I am Alias.
I am one of the BOXI3.0 universe designer in my organization and actually I am new for it.
In my team System Development, we seperated into 2 groups which is 1-System Development and 2-ERP & B.I Support. I am in ERP & B.I Support.
System Development group develop our own In-House System using foxpro, VB6, VB.net, Java and the database is SQL.
For ERP & B.I group, we shall create the universe once the system is completed.
I really need your guys expertise to give me an opinion and suggestion how should I start to develop a universe by referring to the System Development group. What should I need to make a good universe?
Thank you very much.
Best regards,
Alias

you can find the universe desginer guide
http://help.sap.com/content/bobj/overview/index.htm
it will help you much

Similar Messages

  • How to start the IR part in XI

    Hi All,
    How to Start the Design part in XI while Converting the PDF file into Text file using Module Processor?
    Pls let me know.......
    Regards,
    Govindu.

    Govind,
    If you want some changes to be done to the file like mapping etc then you need to have the IR setting done too.
    But if you are going to use XI as an FTP service you need no configuration on the IR except creating the Datatype , message type and message Interfaces .
    Take a look at this blog,
    <a href="/people/shabarish.vijayakumar/blog/2006/04/03/xi-in-the-role-of-a-ftp">XI in the role of FTP</a>
    Regards,
    Bhavesh

  • How to get the universe metadata information (class , tables...)  through JSP coding ?

    Hi,
         I am new to BO. I am developing tool which will extract the metadat information of report and universe using JSP (java ) in BO XI R2 . My problem is how to get universe metadata ? i listed the universe name by quering the CI_APPOBJECTS table. i couldn't get other information (Class and objects in the universe ).. I need the advice or idea or code to complete work... Please help to resolve my problem..
    Thanks Advance

    There's three ways to get the Universe Class/Object info:
    1. Use the Universe Designer SDK.  This is COM-based, so you'd write VBScript, VBA or VB6 code.
    2. Use the ReportEngine Java (REBean) API.  Programmatically create a Web Intelligence document, specify the Universe as DataProvider, then get the DataSource, which holds the Classes/Objects hierarchy.
    3. Use the QueryService Service in the BusinessObjects Web Service (via Java or .NET Consumer API) to do something similar to 2.
    Sincerely,
    Ted Ueda

  • Unable to start the Universal Connection Pool error

    Hi,
    I am trying to deploy two instances of one and the same web application on Tomcat 6. I have application test.war, I have copied and renamed it to test2.war and moved both wars in Tomcat' webapps folder. One of those (which Tomcat decides to start first) correctly gets connection from PoolDataSourceFactory.getPoolDataSource() and works fine, but the second throws this exception while trying to get database connection.
    Please help,
    Thanks
    java.sql.SQLException: Unable to start the Universal Connection Pool: java.sql.SQLException: Unable to start the Universal Connection Pool: oracle.ucp.UniversalConnectionPoolException: MBean exception occurred while registering or unregistering the MBean
    at oracle.ucp.util.UCPErrorHandler.newSQLException(UCPErrorHandler.java:541)
    at oracle.ucp.jdbc.PoolDataSourceImpl.throwSQLException(PoolDataSourceImpl.java:587)
    at oracle.ucp.jdbc.PoolDataSourceImpl.startPool(PoolDataSourceImpl.java:276)
    at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:646)
    at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:613)
    at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:607)
    at com.avalonsql.core.db.connection.ConnectionWrapper.<init>(ConnectionWrapper.java:26)
    ... 31 more
    Caused by: java.sql.SQLException: Unable to start the Universal Connection Pool: oracle.ucp.UniversalConnectionPoolException: MBean exception occurred while registering or unregistering the MBean
    at oracle.ucp.util.UCPErrorHandler.newSQLException(UCPErrorHandler.java:541)
    at oracle.ucp.jdbc.PoolDataSourceImpl.throwSQLException(PoolDataSourceImpl.java:587)
    at oracle.ucp.jdbc.PoolDataSourceImpl.startPool(PoolDataSourceImpl.java:247)
    ... 35 more
    Caused by: oracle.ucp.UniversalConnectionPoolException: MBean exception occurred while registering or unregistering the MBean
    at oracle.ucp.util.UCPErrorHandler.newUniversalConnectionPoolException(UCPErrorHandler.java:421)
    at oracle.ucp.util.UCPErrorHandler.newUniversalConnectionPoolException(UCPErrorHandler.java:389)
    at oracle.ucp.admin.UniversalConnectionPoolManagerMBeanImpl.getUniversalConnectionPoolManagerMBean(UniversalConnectionPoolManagerMBeanImpl.java:149)
    at oracle.ucp.jdbc.PoolDataSourceImpl.startPool(PoolDataSourceImpl.java:242)
    ... 35 more
    Caused by: java.security.PrivilegedActionException: javax.management.InstanceAlreadyExistsException: oracle.ucp.admin:name=UniversalConnectionPoolManagerMBean
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.ucp.admin.UniversalConnectionPoolManagerMBeanImpl.getUniversalConnectionPoolManagerMBean(UniversalConnectionPoolManagerMBeanImpl.java:136)
    ... 36 more
    Caused by: javax.management.InstanceAlreadyExistsException: oracle.ucp.admin:name=UniversalConnectionPoolManagerMBean
    at com.sun.jmx.mbeanserver.Repository.addMBean(Repository.java:453)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.internal_addObject(DefaultMBeanServerInterceptor.java:1484)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerDynamicMBean(DefaultMBeanServerInterceptor.java:963)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerObject(DefaultMBeanServerInterceptor.java:917)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerMBean(DefaultMBeanServerInterceptor.java:312)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.registerMBean(JmxMBeanServer.java:482)
    at oracle.ucp.admin.UniversalConnectionPoolManagerMBeanImpl$2.run(UniversalConnectionPoolManagerMBeanImpl.java:142)
    ... 38 more

    I was getting the following exception.. However after setting the property ConnectionFactoryClassName, it went off..
    Caused by: java.sql.SQLException: Invalid Universal Connection Pool configuration: java.sql.SQLException: Unable to create factory class instance with provided factory class name: java.lang.ClassNotFoundException:
         at oracle.ucp.util.UCPErrorHandler.newSQLException(UCPErrorHandler.java:541)
         at oracle.ucp.jdbc.PoolDataSourceImpl.throwSQLException(PoolDataSourceImpl.java:587)
         at oracle.ucp.jdbc.PoolDataSourceImpl.createUniversalConnectionPool(PoolDataSourceImpl.java:523)
         at oracle.ucp.admin.UniversalConnectionPoolManagerBase.createConnectionPool(UniversalConnectionPoolManagerBase.java:554)
         ... 92 more
    Caused by: java.sql.SQLException: Unable to create factory class instance with provided factory class name: java.lang.ClassNotFoundException:
         at oracle.ucp.util.UCPErrorHandler.newSQLException(UCPErrorHandler.java:541)
         at oracle.ucp.jdbc.PoolDataSourceImpl.throwSQLException(PoolDataSourceImpl.java:587)
         at oracle.ucp.jdbc.PoolDataSourceImpl.initConnectionFactory(PoolDataSourceImpl.java:2457)
         at oracle.ucp.jdbc.PoolDataSourceImpl.createUniversalConnectionPool(PoolDataSourceImpl.java:386)
         ... 93 more
    Caused by: java.lang.ClassNotFoundException:
         at java.lang.Class.forNameImpl(Native Method)
         at java.lang.Class.forName(Class.java:169)
         at oracle.ucp.jdbc.PoolDataSourceImpl.initConnectionFactory(PoolDataSourceImpl.java:2444)
         ... 94 more
    Edited by: user7953709 on Aug 26, 2011 1:08 AM

  • How to start the netweaver portal to publish the reports

    Hi gurus,
                    could any one body tell me how to start the netweaver portal, I am in the SAP management  console screen.
    I need to publish the SAP 3.5 query reports in to netweaver portal
    PLease help me

    Logon the portal as  system admin
    Create a SAP system, connect to the BW
    then create a BW 3.x query iview  in the Portal Content studio.

  • TS1538 How to starting the  '' Apple mobile device '' on my iphone to connect on itunes?

    How to starting the  '' Apple mobile device '' on my iphone to connect on itunes?

    Refer here:
    How to restart the Apple Mobile Device Service (AMDS) on Windows
    http://support.apple.com/kb/TS1567

  • How to start the Oracle 8i client in redhat 7.2?

    I have installed properly oracle 81 client and server properly.
    I wanna access anothe linux server. But I don't know how to
    start the clent ?..And what are should be done to access the
    remote oracle server?
    Thanks

    apusumit wrote:
    please provide me details steps of start/stop oracle 9i database . we have four nodes .So i would like to know the steps of shutting down database including all nodes & also starting up and any prerequisite?
    Edited by: apusumit on Jun 10, 2011 5:32 AMrefer the link:-
    http://www.puschitz.com/InstallingOracle9iRAC.shtml#StartingAndStoppingOracle9iClusterManager
    also,
    please post the question in
    Forum Home » Grid Computing » Real Application Clusters
    Good Luck.

  • How to start the Message Server?

    Hi,
    I wish to start the J2EE engine and for the same it is mandatory to start the Message Server first.
    In order to start the message server, I run the following command:
    <i><b>D:\usr\sap\J2E\SYS\exe\uc\NTI386>msg_server start
    msg_server=>sapparam(1c): No Profile used.
    msg_server=>sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    [Thr 7972] Wed Jul 25 23:39:18 2007
    [Thr 7972] *** ERROR => MsSetWorkDir: chdir D:\usr\sap
    D00\work [msntserv.c   170]
    [Thr 7972] *** ERROR => MsSPrvInit: MsSetWorkDir [msntserv.c   87]
    [Thr 7972] *** ERROR => mainU: MsSPrvInit [msxxserv.c   1634]</b></i>
    I gave my best time to search for Profile configuration details. But I could not do that.
    <b>Can  somebody tell me how to start the Message Server?</b>
    regards,
    Anand

    Hi Anand,
    Will be good to know what OS are you using...
    If you're tryng to start an instance use <prompt>: startsap pf=<profile of the system you want to start>
    If you logon as <sid>adm just type startsap
    If for some reason you need to start only the message server try  <prompt>: msg_server start pf=<profile of the system you want to start>
    Regards
    Juan
    Please reward with points if helpful

  • How to start the server. Urgent.

    I mistakenly deleted the icon from the Start menu, to start the SAP IDES server in my laptop. How to start the server from any other path.
    I installed it in E drive (2003 server). Database path is F drive.

    Hi,
    Check the following path
    E:\Program Files\SAP\FrontEnd\SapGui
    Here the actual Logon Pad file would be stored with name "SAPLOGON" or "SAPLGPAD".
    Create another shortcut for above file on your desktop.
    Best regards,
    Prashant

  • How to start the oc4j server

    I install oracle 9ias 9.0.3,but i don't know how to start the oc4j server.
    thanks for any help?

    hi
    Refer "Starting and Stopping OC4J" from
    http://otn.oracle.com/tech/java/oc4j/doc_library/902/A95880_01/html/toc.htm
    hope this helps.
    shrini

  • How can start the free trial of adobe captivate 8

    how can start the free trial of adobe captivate 8

    Hello,
    Welcome to Adobe Forums !
    You may simply download using the link below
    https://www.adobe.com/cfusion/tdrc/index.cfm?product=captivate
    If you need any help while doing this you may Contact Customer Care .
    Thanks
    Himanshu

  • How to start the datasocket in VC++ ?

    How to start the data socket in VC++? In my application, i need to link to pc , so in order for me to start running the data socket, is it mean this two pc have to install with measurement studio software? after that, how can i code the server side so that the server pc can get the text file from client's pc?

    Hi,
    The DataSocket server is an executable, so you can just lunch it as any other executable. You can use the system commmand or any other way.
    Once the server is running you can just use the connect method to start up the communication. You don't need measurement studio in the client machine, all you need is to create create an installer that includes the DataSocket component as any other MStudio controls.
    Hope that helps.
    Regards,
    Juan Carlos
    N.I.

  • Removing attributes of a characteristic in the Universe designer

    We are using a SAP delivered characteristic (e.g., 0CUSTOMER), it has a lot of attributes associated with it and when we use that characetistic in the Bex query (into the Free characteristics section). We built a universe on top of this Bex query and we could see all the attributes of that particular characteristic in the Designer as well. Is there any way to remove the ones which we are not using for BO reports.
    if it is not possible to remove those objects from the universe designer, will it impact the performance of the Webi reports (or any other BO reports)??

    Delete them from the universe - click on it, press the Delete key.
    You may be better off hiding them first though - right-click, choose Hide, just in case they are used and you aren't aware that they are.
    Regards,
    Mark

  • How to change the universe at the Webi report

    In BO 3.1 , I can select a new universe. useing the button to the right of the Universe field of Query Properties  at the query panel .
    But at the BO4.0 , I can not find the button at the same place . How can I  change the report's universe to new one ??
    Anybody can answear me ? Thanks !!!

    Greetings,
    When you go to the Query Panel in Design Mode:
    Click on the tab 'Data Access'
    Click on the tab 'Tools'
    click on 'change data source'
    If you have multiple Queries than you can select which query you want to change the datasource.
    Regards,
    Rico Michaud.

  • How to start the emulator from eclipse

    Hello everybody, i've just installed Java_ME_platform_SDK_3.0 on my XP machine and i use eclipse helios with the eclipseme plugin for developing midlets. now, when i start a simple midlet with the emulator for my nokia device (S60_3rd_FP2_SDK_v1.1) the nokia emulator comes up and start the midlet. but when i choose the Java_ME_platform_SDK_3.0 as emulator i got the following output:
    -Xdebug Use a remote debugger
    -Xrunjdwp:[transport=<transport>,address=<address>,server=<y/n>
    suspend=<y/n>]
    Debugging options
    -Xdevice:<device> Select a device skin for the emulator
    -Xdomain:<domain_name>
    Set the MIDlet suite's security domain
    -Xquery Print device information
    -Xjam[:install=<JAD file url> | force | list | storageNames |
    run=[<storage name> | <storage number>] |
    remove=[<storage name> | <storage number> | all]]
    Java Application Manager and support
    for Over The Air provisioning (OTA)
    -Xautotest:<JAD file url>
    Run in autotest mode
    -Xdescriptor:<JAD file name>
    The JAD file to be executed
    any ideas how i can start the emulator directly from inside eclipse?

    Thank you Diane and Lynn.
    Diane what you said would be the obvious choice if i was using motor angles to calculate the distance i have to run. I am using Motor run block sets. that make the robot move a specific distance. then a combination of different blocks completes the square trajectory. I am refering to the NXT motor blocksets. so there are two states. the swerve around routine is working fine. However in the search mode. i have lets say three blocks. one makes the robot go 1.5 meter straight. then another block steers it. then it again moves 1.5 meter. Now when my mine is in between these 1.5 meter runs. i want it to start from the same point where it swtiched states. and then move onto the next two block. or atleast move to the next two blocks rather than start from beginning. i was wondering if there is some sort of flag that can be used to tell that this where the states were switched and when the flow comes back it starts from that flag rather than from beginning.
    Regards
    Asad Tirmizi
    Design Engineer
    Institute of Avionics and Aeronautics
    " Its never too late to be, what u want to be"
    Using LabVIEW 8.2

Maybe you are looking for