Business Objects XI 3.1 Administrator rights

Hi:
Could someone tell me or point in the right direction for determining if any, or which Business Objects desktop application may require the user to be part of the sytem administrator group?  Currently running BO 6.5 Supervisor and Recipient Manager modules, among others but we will soon be upgrading to Business Objects XI 3.1 - I know we need administrator rights to install so I'm onl asking about running the applications - thanks

Hi Darlynn,
administrator rights (on OS side) are not required in order to run most BOBJ dekstop applications (e.g Universe Designer, rich WebI client, DeskI client). Still you have to take care eventually of firewall issues if you have a firewall between your server and your clients.
Please make also sure that the users have write access to the temp directories used by the tools e.g. Universe designer.
You may have some issues with the Import Wizard though since it requires write access to it's installation directory (this is where its temp directory resides). That was at least the case in XI R2.
The Import Wizard is not every user's tool though.
Regards,
Stratos

Similar Messages

  • Installation of SAP Business One client and required administration rights

    Dear community,
    I would like to kindly ask you for your feedback on the installation of SAP Business One client and its patches on end-user computers.
    The pain points I have heard so far are the following:
    - The installation of SAP Business One client and its patches has to be started by a user with administrator rights.  As far as I know (and please correct me if I am wrong), this is also required in case of installation of any other software.
    - End users usually do not have administrator rights and therefore the SAP Business One clients have to be manually upgraded by administrator.  This is time consuming (and therefore costly) activity.
    We are considering to design a new solution which would overcome the above limitations.
    I would like to confirm with you if my understanding is correct:
    Question 1:
    Is it a common situation that the end-users of SAP Business One client do not have administrator rights and therefore cannot install the patches of SAP Business One client by themselves?
    If yes, how do you resolve this currently?
    Question 2:
    Do you use Microsoft System Center Configuration Manager or Active Directory (or any other 3rd party solution) to automatically distribute software packages and updates to client PCs at your customers?
    Question 3:
    If the SAP Business One client installation (and its patches) is delivered as MSI package with silent installation capability, would you be able to automate the deployment of B1 client updates to client PC using the abovementioned technologies? Or can you still see some obstacles?
    Thank you
    Best regards
    Jan Ruzarovsky
    SAP Business One Product Management

    Dear all,
    Thank you very much for your comments, very helpful!
    @Marco - SAP Business One 8.8 client currently does not support the silent installation / upgrade. However we are currently considering this requirement and we would like to deliver it as soon as possible.
    We are currently considering several possible designs. One of them is as follows:
    1. A new SAP Business One Updater Service will be installed on each client workstation.
    It will be a windows service installed and running under a local system account.
    2. The updater service will check regularly if there are any new patches of SAP Business One client or add-ons uploaded to a configured shared directory.
    3. If a new patch is found in the shared directory, the updater service will SILENTLY install the new patch (add-ons, SAP Business One) on the client workstation.
    The service would be able to install patches even if nobody is logged in.
    Questions:
    If we consider the above design, there are a few open topics:
    1. During the upgrade of the SAP Business One server, the client patches (and SAP add-on patches, partner add-ons) would be placed to a SHARED directory instead of into SBO-Common (as it is implemented currently).
    - Does this have any impact on your tools, processes or add-ons?
    2. SAP Business One upgrade wizard will put the latest patch of SAP Business One client into a configured shared directory. The shared directory will have to be read-only for everybody in the network to avoid that the valid installation files are replaced by malware or virus infected files
    - Can you configure such a shared directory? 
    From customer perspective, if a new patch is put into the shared directory, the updater service can behave as follows:
    1. Manually initiated upgrade of the client
    Example: Customer starts the old (not upgraded) SAP Business One client. The client will inform him/her that a new patch has been found and it has to be installed in order to continue working with the client. After customer clicks "Yes", the upgrader service starts the silent installation of the client and informs customer about the progress. Once the upgrade is finished, the upgraded SAP Business One client will be started automatically.
    2. Automatic update:
       - Update the client automatically (e.g. overnight) if customer is not working with SAP Business One
       - If SAP Business One client is running, ask customer if he/she wishes to upgrade the client now or to delay the upgrade by X minutes.
    Question: Which of the above two scenarios would you and your customers prefer?
    If the upgrade is fully silent, automated and handled by the upgrader service, Is it acceptable for customers to trigger the installation manually and wait till the client is upgraded? Or would they prefer to have the client updated for them e.g. overnight so they can immediately start to work?
    Best regards
    Jan
    Edited by: Jan Ruzarovsky on Sep 29, 2010 9:37 AM

  • Unable to view Business areas even after giving administrator rights

    Hi All,
    I have been given permission as administrator i.e all privileges are given. All roles have been selected for that particular user. When I tried to access the userid I get a message 'Does not have access to any EULs ...' . But when my administrator logs in with my user id he did not get any error.
    The only difference I am able to find is the EUL version. The EUL version from his administrator edition is 4.1.37.00.0. Whereas when I log in with my administrator edition the EUL version is 5i. Will the EUL version make the difference. Or will there be any other reason. If so what is the step to overcome?
    thanks in advance.
    Prabhu

    Hi,
    When you can't access to a business area is due to the user hasn't permission for Database tables. You can have two identical Discoverer users and one can access to a business area and the other no.
    If you want to access to a business area first you must check if you have select and create session permission for the database tables. If so, is when you must check rights in Discoverer.
    Alex.

  • Business ByDesign UI: find Business Objects and UI definitions involved

    Hello,
    I am new to SAP Business ByDesign sdk development. The most difficult part is to identify the right Standard SAP Business Objects and use them the right way.
    As I understood from another sdk developer, he has seen on an SAP sdk training that there exists functionality to see/determine in the ByDesign UI the Business Objects and UI definitions involved in a specific UI.
    In a test tennant for a customer this functionality is unavailable.
    - is this functionality released for customer use?
    - how can I activate this functionality myself?
    - what are the prerequisites to be able to use this functionality?
    thank you for your answers in advance,
    Roelof Jan Bouwknegt

    Hi Alexandre,
    have a look at the Web Dynpro component WDR_TEST_EVENTS, view BG_SIMPLE_IN_MPANE, method WDDOMODIFYVIEW.
    Here is a snippet for setting additional customizing or data for a business graphics view-element. Call this from method WDDOMODIFYVIEW.
    DATA lr_bg TYPE REF TO cl_wd_business_graphics.
    DATA lr_bg_method_handler TYPE REF TO if_wd_busin_graphics_mtd_hndl.
    DATA lr_add_cust_xml TYPE REF TO if_ixml_document.
    lr_bg ?= ir_view->get_element(  <your viewid of business graphic>  ).
    lr_bg_method_handler ?= lr_bg->_method_handler.
    lr_add_cust_xml =  get_<your additional customizing/data>.
    lr_bg_method_handler->add_direct_customizing(
    i_customizing = lr_add_cust_xml
    Kind regards,
    Silke

  • Universe not found. See your Business Objects administrator (Error: WS 0050

    Hi guys,
    After assigning the user authorisation in BO the user receive the following error when running the Webi reports. Please assist.
    Other users with different authorisations do not receive this error.
    universe not found. See your Business Objects administrator (Error: WS 00501)

    Hi,
    looks like the user doesnt have the right for the universe. Did you set the right on universe level or on folder level where the universe is stored in?
    Regards
    -Seb.

  • Reg:-10901: Database error: [Microsoft][ODBC SQL Server Driver][DBNETLIB]General network error. Check your network documentation.. Contact your Business Objects administrator or database supplier for more information. (Error: WIS 10901)

    Hi Friends,
    When i schedule the report in infoview ,i am getting this error, could you please let me know how to solve this error.
    10901: Database error: [Microsoft][ODBC SQL Server Driver][DBNETLIB]General network error. Check your network documentation.. Contact your Business Objects administrator or database supplier for more information. (Error: WIS 10901)
    Thanks
    sreedhar

    Hi,
    I am able to refresh the report in Infoview and data is dispalying , but when i schedule the report in infoview i am getting that error.
    I am not clear on below one could you please elaborate on this
    You need to create ODBC for SQL server.Check your BO server is able to connect SQL Server.
    Thanks
    sreedhar

  • What are Business Objects in the Portal Content of Content Administration?

    Hi Friends,
    Can anybody tell me what are the Business Objects, which are under _Content Administration-->Portal Content_ and How are they useful?
    Thanks in advance,
    Ravi

    Hi,
    It is used for storing the DQE's for the respective system.
    DQE is Distirbuted Query Engine Name.
    HTH
    Regards,
    Dhruv Shah

  • Business Objects Enterprise Administrator's guide

    Hi
    A lot of Business Object guides refer to the "Business Objects Enterprise Administrator's guide", which I have not been able to find at SAP's support portal nor SDN. Anyone who knows how to find this guide?
    BR
    Tom

    Hi,
    Version 3.1
    [http://help.sap.com/businessobject/product_guides/boexir31/en/xi3-1_bip_admin_en.pdf]
    Version 3.0
    [http://help.sap.com/businessobject/product_guides/boexir3/en/xi3_bip_admin_en.pdf]
    Further versions are available here [http://help.sap.com]
    Regards,
    Stratos

  • SQL generation failed see your business objects administrator (Error:WIS 00

    I have a user who in WEBI has refreshes report frequently.
    :stupid: . After 5-10 minutes of inactivity it will toss out this error:
    SQL generation failed. See your business objects administrator. Error: WIS 00013 Error: INF

    Hi Rohit,
    could you please test the following settings to resolve the issue.
    1. CORBA
    -requestTimeout
    This is the default CORBA timeout which can be set on any BOE services through command lines in CCM. And this switch is in millisecond.
    Registry CORBA Timeout
    This is a default hard coded 10 mins timeout for CORBA. WebI and DeskI did get integrated into this regkey:
    (1) Go to HEKY_LOCAL_MACHINE -> SOFTWARE -> Business Objects -> Suite 11.5 -> CER.
    (2) Modify ConnectionTomeout from 600000 to higher value.
    (3) Restart all services in CCM.
    2. Infoview Java Application (For example, Tomcat) Session Timeout If a user idles in Infoview for longer than this timeout, the session will be killed automatically. The default session timeout is 20 mins. To change the default session time out for InfoView:
    (1) Go to u201Cu2026\Tomcat\webapps\businessobjects\enterprise115\desktoplaunch\WEB-INF\web.xmlu201D
    (2) Modify web.xml. Scroll to the following section:
    <session-config>
    <session-timeout>20</session-timeout>
    </session-config>
    (3) Edit the <session-timeout> value to the desired value. Save the web.xml file.
    (4) Restart Tomcat.
    If you meet their sessions are not getting released when they log out, here are two things to check in web.xml:
    (1) If the below configuration was set by true, that means they will have another session allocated to them once they begin to move around in Infoview after the user times out. If it was
    set by false, the user have to re-logon after they times out.
    <context-param>
    <param-name>logontoken.enabled</param-name >
    <param-value>true</param-value >
    </context-param>
    (2) All sessions will be cleanup after they times out if uncommented the below configuration. If you are having issues with sessions staying in CMS, try to uncomment the below line and
    restart tomcat.
    <listener>
    <listener-class>com.businessobjects.sdk.ceutils.SessionCleanupListener
    </listener-class>
    3. Tomcat
    ConnectionTimeout
    The default value is 20000 milliseconds. To disable it, try to set the value to -1 as below:
    (1) Go to u201Cu2026\Tomcat\conf\server.xmlu201D.
    (2) Find line u201CConnector on port 8080u201D.
    (3) Modify connectiontomeout = u201C20000u201D to ConnectionTimeout = u201C-1u201D.
    4. Universes
    Execution Timeout
    (1) Go to Universe Designer -> File -> Parameters -> Controls.
    (2) Check the value of u201CLimit execution time tou201D.
    5. WebI
    Connection Timeout
    The number of minutes before an idle connection to the WebI Report Server will be closed. When Java Report Panel, it is now controlled by this timeout switch:
    (1) Log into CMC
    (2) Go to Servers -> WebI Report Server
    (3) Set Connection Timeout
    WebI Report Timeout
    WebI designers have the ability to set a limit on how long a query can be run on a database before the query is stopped:
    (1) Edit/Create a new WebI report using Java Report Panel.
    (2) Choose Edit Query -> Properties.
    (3) Now deselect/increase the "max retrieval time" value.
    Swap Timeout
    In Java Report Panel and you leave it idle for more than 5 minutes (Default), you will notice that you will no longer be able to save your WebI report into CMS or your report will take longer
    to generate. This is because SwapTimeOut setting which controls the flushing interval of WebI temp files:
    (1) HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects\Suite 11.5\default\WebIntelligence\Server\Admin\SwapTimeOut
    Regards,
    Sarbhjeet Kaur

  • Business Objects User Rights

    Hi, We are runnign a rather old version of BO 5.1...
    Does anyone know what user rights are needed to run the application, it seems unless you put the user in the Power users or Administrators group on Windows XP you cannot get the app to run.
    Surley you do not need to have a user with such elevated rights just to run an app?
    If anyone could answer i'd be most grateful
    Thanks,

    Hello BRACBRAC,
    Please post this query to the [Legacy Products|SAP BusinessObjects BI Legacy Products;  forum.
    That forum is dedicated to topics related to legacy products such as Business Objects Enterprise 5.x and 6.x.
    The forum is monitored by qualified technicians and you will get a faster response there.
    Also, all Legacy Product queries remain in one place and thus can be easily searched in one place.
    Thanks a lot,
    Falk

  • Error while generating the Business Object in Mobile Sales

    Hi,
    I made changes to the Business Object BOCAPGEN.
    Now I am trying to generate the business object but it is giving out the error saying
    Error intializing RT Generator !.RT Generator Failed for ".Error arsrep.dat is in use so Generation cannot be done
    I am not a MSA Developer and have no clue regarding MAS(Mobile Application Studio)
    So any one can please give me a clue regarding the issue
    I have solved it by closng all other application other than client console
    Thanks Guys
    Message was edited by: zack taylor

    Hi !
    1 year later, I am facing the same problem.
    I want to build MSA 4.0 SP8, everything runs fines until the end of the generation of the Tiles, the next step fails :
    Error intializing RT Generator !.RT Generator Failed for ".Error arsrep.dat is in use so Generation cannot be done
    Then around 10 thousands of error messages of that kind follow in the output window ; howeverin the end it says "Generation End" without telling whether it was successful or not (the first time the output window was too small, I thought all was OK )
    Anyways, the Mobile Sales icon appeared on the desktop and when I try to launch it I get the error "Starting MobileSalesfailed".
    During another attempt, I check with "Unlocker" the 2 arsrep.dat files I found under the BOL directory, it reported that none was used and locked at that moment.
    Also I killed the vbagen.exe process before starting the build, but it was automatically launched after. (first build was launched after a reboot, the 2nd after the 1st failed + vbagen.exe process killed)
    Does anyone have any clue ?
    Another question is : what are the rights required ? I am a local administrator but I do not have full admin rights (the only thing I saw at the moment is I cannot access to Add/Delete Programs in the Control Panel)
    Thanks & Regards,
    François
    -edit-
    thanks to the one who moved it to the right forum
    Message was edited by:
            Francois Feugier

  • Report Writer - Converting from MS Access to Business Objects Tools

    In 2008, my company migrated to SAP.  Security has forced all report writing to use business objects (specifically WEBI); however, WEBI is very very difficult to use.  The data in the universe doesn't always match what SAP has and the tool itself doesn't give the robust manipulation that Access does.  I have tried to tell the company I need access to the universes through MS Access in order to create the reports automatically and allow interactive databases; however they refuse to give me ODBC access (against policy).  Right now I have no alternative but to do daily downloads from SAP in order to feed my robust databases.
    Can anyone suggest what business object tool I should use that will replicate what MS Access does for me?
    Easy report writing with robust design (including charts)
    Easy front-end tool for end users
    One to many relationships needed
    Efficient/Automatic (no need for daily downloads)
    End users can interact with reports (enter data for later analysis)
    What about Crystal Reports?  What are the limitations and can it do what MS Access does for me today?
    Should I be posting this question in another forum?

    Hi Amy,
    CR 2008 is the complimentary version of CR Designer when connecting to BOE 3.1. You can get an update to Service Pack 3 and then possible SP 4:
    https://smpdl.sap-ag.de/~sapidp/012002523100007123572010E/cr2008_sp3.exe
    https://smpdl.sap-ag.de/~sapidp/012002523100008782452011E/cr2008sp4.exe
    But before you do that check with the BOE admin, SP's should match also but not required.
    They should work together, When you use the Report Wizard you'll see an option to connect to Enterprise and then log in using your User account and then the Repository will have the Universes available. Remember this is all set up by the Administrator so you will need the Admin person to grant you access to the Repository as well as anything else you need access to. Once you create the report then you can Publish them to your folder or a common folder and the Admin can then share your reports.
    WEBI is what the name implies, it's a WEB interface to allow you to create reports using it's Report Wizard. It does take some getting used to and you should have training available, check with your admin group again. Same as CRD, it tool allows you to create reports but is much more flexible than WEBI is in a few ways but once you understand how WEBI works it has some very powerful tools also.
    CR allows you to access any database field you have permission to see, it fully supports database permissions. So if you can't see them again you have to ask your DBA to grant you permissions. You can then link tables including your late entry table if it is separate or simply hitting the refresh button in the viewer will requery the DB for new rows of data. All depends on how it's set up.
    As for security, this is a decision your company has made. SAP is just a tool that allows you to be secure. With today's security threats and other privacy laws and hackers abilities to get to and cause personal harm to those affected it's just the way things are these days. Take this up with your Management, it's not something we can decide for you and certainly can't provide you with ways to circumvent the security.....
    There is training available for both WEBI and CR as well as third party Help for books available. Downloading the sample reports is a great place to start, you can switch between Design and preview mode and see what happens when you make changes....
    Thanks again
    Don

  • Local Administration rights for Xcelcius and Crystal Reports

    Hello Customercare,
        I am currently compiling a list of software that does and does not require local administrator rights to install and run.  
    I was wondering if you would be able to assist me, we currently use Crystal Reports version 8.5 and Crystal Xcelsius 4.5. I need to find out if these programs require local administrator rights on the computer they are to be used on to a) Install properly and B) run from that computer by a user without local administrative rights for that machine.
    Please let me know or point me in the right direction of a resource who would be able to help me with the above information.
    Many thanks for your time,
    Phil Booth
    GroupM
    Technical Support Engineer

    Hi Joseph,
    Download [Product guide/end userdocument|https://websmp103.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000713358&_SCENARIO=01100035870000000202&] select your product.
    For Business objects Integration kit for SAP click [here|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a00ee3b2-5283-2b10-f1bf-8c6413e0898f]
    Regards,
    Shweta

  • Business Object Creation for OBN:

    Hi
    I am a very new user of the SAP EP.
    I believe i have EP 6.0 on my machine.(How do i find out which release of EP I am using ?)
    As part of my first step towards learning OBN, I tried to create a folder under "Business Objects". But, I do not get any screen/message, when I right click on the Business Objects and say New Folder.
    What authorizations / permissions are required for the same ?
    Thanks for the help.
    Best Regards
    Prasad

    Hi Prasad,
    To see the version of portal click on
    System administration->support->version.In Version you can see the portal version ,J2ee details and KM details.
    <b>Plz don forget points, if it helped.</b>
    Thanks,
    Harish.

  • Business Objects Enterprise SDK application.

    Hi All,
    I am planning to develop a custom web application using BOE 3.1 java SDK's.
    I would like to create only application level users, these users would be mapped with a single BO user account to create enterprise session.
    That means, My application "A" will have say 10 users (i.e. 10 userid and passwords). All these users will their different sets of userid's and passwords (custom application users), they can login into the application using application level credentials,  however to login into the enterprise the application will internally use only one BO user credential (i.e. only one named user acount info.)
    eg:
    user1-login -> application>logins using BO userX userid and password>BO Enterprise session created
    user2-login -> application>logins using BO userX userid and password>BO Enterprise session created
    user3-login -> application>logins using BO userX userid and password>BO Enterprise session created
    and so on.
    The idea is to purchase only one named user licence and create many application level users to login into BOE; but using the same BO user account.
    Is this approach legal in-terms of licensing?
    Would appreciate any help on this.
    Regards,
    Jon

    Hello Adam,
    Thank you very much.
    Please see the following post:
    Business Objects Enterprise 3.1 Licensing
    Tim says:
    names means you can have five users created, any amount logged on concurently (i.e the administrator could have 10 sessions, usera 20 etc no limit) But you can only create 5 different users names
    that means 1 Named user eg: 'A'  can login into the enterprise using his credentials and create any amount of enterprise sessions concurrently for self right??
    Each named user is for a specific user and not to be shared. If you were using concurrent user licensing, than this would be ok to use one enterprise user account.
    5 Concurrent linceses means one user account created in enterprise but, account info can be shared with 5 users, so they can login using same credentials and create five different enterprise sessions?? right?
    so, I can purchase one- 5 concurrent user license and share it with 5 users? OR purchase 5 named user licences and share it with 5 users?
    Either ways my understanding is number of users=number or linceses available (named or concurrent). please correct me if I am wrong.
    Now, which one is cost effective named user lincenses or concurrent?
    Awaiting your response.
    Regards,
    Jon

Maybe you are looking for

  • Process number

    Hi Sometimes, the number of processes ( select count(*) from v$process) anormally increase. How can I find which session or user or sql have the most process?

  • Ipad2 not picking up emails

    I wonder if anyone can help please?  I have Ipad 2 and have been getting my emails ok, until a week or so ago.  One email address would receive emails but not my other one.  I have checked all the details in settings and they are correct.  Any ideas

  • OBIEE 11.1.1.6.4 XMLViewService Assertions error ACIOA5LN on soaphelpers

    Hi, We use webservices to download the report data in xml format, we used the OBIEE webservices XMLViewService.executeXMLQuery. The code worked just fine till 11.1.1.5 version of OBIEE , recently when we upgraded to 11.1.1.6.4, we faced the issue <so

  • A weird thing in changing UDF setting

    Hi All, I had a weird thing in UDF setting. Previously I set some valid values for an UDF, now I removed them so there is no limitation for this UDF. At least I don't see any setting in valid values in UDF management tools. But the problem is when i

  • JPanel highlight cells in a grid

    i would like to know how to highlight a particular cell when a user clicks on it? Basically i have code to choose a specific cell but i dont know how to highlight them(like a border highlight, much like in Ms excel)