Correct rights in LaunchPad for DesignStudio Application

Hello,
we have a DS application published on LaunchPad and the problem, that normal users get an error opening it. If we set th users in the Administrators group, the application is running correctly.
We tried to isolate the issue and gave their group "Full Control" access to the followeing objects, but without success:
CMC->OLAP Connection [of the DS app] (everything granted)
CMC->Applications->DesignStudio (everything granted)
CMC->Applications->Analysis edition for OLAP (everything granted)
CMC->Folder [of the DS app] (everything granted)
CMC->Folder->the DS app (everything granted)
We activated on ALL running AdaptiveProcessingServers the Analysis Services.
What right we forgot to give the group?
SAP BI 4.1 SP5  64bit on AIX
DesignStudio 1.4 SP 1
Thanks a lot in advance

Hello,
thanks for the answers!
But we gave just these rights for the user group , but it do not work the same ..
Thank you

Similar Messages

  • Correct permissions and owner for restored Applications

    Hello everyone.
    I have re-installed some applications from a backup (those which don't require an installer) and some from a previous Time Machine backup of the same unit.
    So, to recap, a fresh installation of Snow Leopard, updated to 10.6.5 via Combo update and then re-installed and restored some applications.
    However, when checking in Terminal, I now find a mixture of permissions and owner settings, like some applications are owned by root:wheel, some by root:admin and some other by username:admin.
    All seem to be chmod'd as 755.
    I have run a Permission Repair from Disk Utility, but this still has left the owner of Applications as just described above.
    I have tried to search here but I couldn't find anything or perhaps I didn't input the right search string.
    Which settings would you recommend?
    I'd appreciate your help and/or any link that could clarify this.
    Thank you.

    There is no single set of permissions right for every app. Owner, Group, & Other permissions will vary depending on how they are installed, by whom, & the level of system & user access they require.
    If you are not having any issues running the apps, I suggest that you leave things as they are. If you are, it would help a lot if you listed the apps giving you problems, & what those problems are. Also let us know if you have multiple user accounts, more than one admin account, & so on.

  • What is the correct device to use for content/application routing/switching?

    We currently have 2 data centres and traffic from anywhere is sent from our customers to a Windows cluster IP and TCP port number. Its old and unreliable and unwieldy.
    What i am looking for is a device that sits one network hop up from our 2 data centres that can support our internet facing IP address and make routing decisions based on a combination of source/destination address and source/destination port as to which data centre and ultimately which server the traffic is forwarded to. This will then allow me to direct all traffic to one DC whilst hardware in the other is upgraded.
    In the old days I would have looked at things like ACE or even CSS but those are gone or going and there does not seem to be a clear replacement path with Cisco unless someone knows different.
    Thanks in anticipation of replies

    Hi Matthew, the load balancing that was with the CIsco ACE has been reintegrated into the IOS of most ISR routers now a days. This would be the type of appliance you would be looking into to direct and control the traffic from the 2 data centers. so I can give you a recommendation on the best appliance to look into please send me an email at [email protected]
    Regards,
    Ferdz

  • How to choose the right processor speed for application

    Hi,
    Can any one help me to identify the right cRIO model.
    I want to choose the cRIO processor for an application. The cRIO- 9025, has processor of 800 MHz speed. Where as there is another cRIO model which comes with 400 MHz of the processor.
    How do I decide which model to choose?
    The mathematical calculations will help me to reach at a conclusion. I am not sure how to go ahead with the mathematical calculations.
    Can any one advise me on this.
    ThanX

    I don't think you will get any mathematical calculations telling you witch cRIO you have to use based on the level of information you have given.
    I don't think there are any mathematical calculations to decide witch cRIO a user can use. 
    You need to give a lot more information about what you are going to use cRIO for, before anyone can give you an advice.
    What does you setup look like ?
    Wwitch modules are going in the cRIO ?
    What are they doing ( input/output )?
    Are the cRIO interacting witch external systems?
    Are the cRIO only collecting data ? How fast ?
    What operation are the cRIO going to do ?
    Just a fewe of the questions you need to ask yourself. 

  • Whether JavaFX is the right choice for my application??

    Hi,
    I am interested in creating a graphics application. I have bunch of sensors on a table and I want to create different images on the table through a projector hung on ceiling facing down. I am have some values for a gray scale. Say for example I have 250 values then I want the screen to be divided into equal 250 rectangles and each of them will be given a color based on the gray scale value I have. If I have 800 X 600 values then I will have that much resolution of the gray scale image. after certain time the values change and I have to change the image as well.
    I thought of using JavaFX but I am not sure should I go with this or there is some other language or tool which will be very helpful in creating application at pixel level?
    Samip

    Pixel level manipulations is not the strong point of JavaFX.
    For the application you describe, I recommend instead using Processing, lot of people use it for shows and exhibitions. And it interfaces well to hardware.

  • APEX 3.0 with Single Sign On for single application

    Hi All,
    I have been playing around with SSO (IAS 10.1.2) and an APEX application for the past couple of days and am still having problems.
    I have followed the instructions word for word in the various how to documents named in this forum and am now at the point where I successfully redirect to SSO login page > login using a username created in OID (which is the same username/password in my application) > then get redirected back to "http://<MY_SSO_HOST>:7777/sso/auth"..
    Some things about my instance:
    1. Oracle DB > 10g 10.1.2
    2. Oracle IAS > 10g 10.1.2 (different server to above)
    3. APEX 3.0 > trying to run SSO authentication against a single application rather than the whole APEX instance.
    4. I have (after a lot of grief - figured out that the DAD MUST be /pls/somedad and that the port number 80 must be defined in the SSO token regardless - those two little gems got me as far as I am..
    Now I know very little about SSO and am trying to evaluate it for my application (which uses a DB login/password and has to continue to do so for other reasons which I do not control). I am assuming there is some method of synchronizing the OID/SSO repository with my db accounts but haven't yet figured that one out.
    I cannot for the life of me see what's wrong here. Any ideas??

    Thanks Scott..
    Okay let me go through the responses here..
    ...login using a username created in OID (which is the same username/password in my application)
    My application overlays another Oracle application (old client server) which relies on physical database user accounts to perform its own internal grants etc. i.e. it uses where USER = blah all over the place.
    Therefore my application is currently using the internal authentication scheme DATABASE (using DAD to resolve the credentials). In attempting to use SSO I am assuming that SSO must in some way be synched with my database (otherwise how does it pass any password changes applied in SSO to the database?)
    Given that it's a base install (SSO) the only login I have there is the default orcladmin account. So I am trying to figure out how to get SSO to pass an acceptable login name/password to my application. My first attempt has been to create a user in OID that matches the DB login to see if SSO passes these on login - maybe I'm completely missing the point here??
    ...After login you get redirected to "http://<MY_SSO_HOST>:7777/sso/auth"? That's not right..
    I have created/registered the application as per the how to guide using <my app name>.<my host>:<port> and setting the success URL to http://<my host>:<port>/pls/<mydad>/<my schema>.<custom success proc>
    When I fire up my browser and go to http://<my host>/pls/<mydad>/f?p=9900:1 it sends me to the SSO login page. After entering my username and password I then end up with a HTTP 404 - not found page with the URL "http://<MY_SSO_HOST>:7777/sso/auth".
    ..You should think about getting to 10.2 at least, ..
    Agreed but when I tried to upgrade the other day it fell in a big heap - so I backed it out to 10.1 again.
    ..I think I know what you mean. You installed the SSO SDK in a schema local to one workspace..
    That is correct - had to do it as my instance has multiple applications and I want to check it works on this one before breaking anything else!
    ..No, that's not always the case. If you find that putting '80' in works in your configuration and leaving it out doesn't work then put it in..
    I tried initially without the 80 but it threw errors whenever I tried to connect (these errors were APEX ones not SSO). On an off chance I put the 80 in there and presto it worked (in the sense that it redirected me to SSO anyway).
    ..Your application's use of a DB login/password is incongruous with using a different authentication method -- SSO or any other...
    Given the constraints mentioned earlier (answer to first question above) I don't really have much choice. I have an Oracle application that uses DB accounts to authenticate users and authorize thier use of the app modules. What I need to do is 'wrap' and APEX application around this Oracle application to make it SOX compliant (it does not currently enforce password aging/structure etc.) So.. I was thinking that SSO might be the answer.
    If SSO (used with OID) can enforce password aging and policies my intent is to have SSO 'manage' the user passwords for my APEX app (and it's underlying Oracle application). Hence the question about synching SSO with the underlying DB accounts. I thought the whole point of SSO/OID was to allow various enterprise apps to have thier authentication layers 'managed' by SSO - again maybe I'm misinterpreting this..
    ..if your application is working now with a non-SSO authentication scheme, then it should continue to work the same with SSO because after authentication, APP_USER is FRED in both cases..
    Agreed - but how does SSO "know" to let a given user have access to that particular application?
    Paul

  • Flex 2 configuration for Struts application

    Hello everyone,
    Good afternoon.
    I have some questions regarding the Flex 2 and Struts. I use
    struts for long time already but just touch the Flex 2 since last
    week. As I know, we can use Flex 2 to build our front end and
    Struts for the Control and the back-end process for
    Web-Application. I already read the article "Flex 2 Tag Library for
    JSP" but still cannot get it correctly. Can anyone kindly help me
    to setup and make it works.
    I already downloaded and installed the following:
    1. Struts 1.2.7 (I am using the struts-blank as my base
    application)
    2. Flex Builder 2 (With Flex SDK)
    3. Flex Data Service 2.0.1
    I followed what is writen in the web-site. But cannot make it
    right. Please help me.
    Thank you and Good day,

    Hi,
    You may go through this link to get the overview of the database level requirements for Siebel 8.1 database:
    http://download.oracle.com/docs/cd/E11886_01/V8/CORE/SRSP_81/SRSP_81_DBPlatforms2.html#wp1013211
    The Siebel Bookshelf available at edelivery.oracle.com will give you a complete and in depth picture.
    For Development instance, ensure that you have binary sort order set.
    It is recommended to use AL32UTF8 as the codepage for Dev enviornment multi lingual enviornment.
    Thanks and Regards,
    Tanmay Jain

  • Landscape component for ERP6 Application Server Java

    Hi All,
    I have installed the server using the option as below:
    SAP ERP 6.0 EHP4 Ready - SR1 >> Application Server Java
    The server will be used for ESS/MSS and E-Recruiting usage.
    Question:
    May I know how should I correctly classify it under the "Landscape Components"?
    I have tried categorizing it under "SAP ERP" and marked ECC Server and EP core as relevant. Is that correct?
    I'm a bit confused on the assignment for the Application Server Java.
    Thanks for your advice.
    Thanks,
    KayJay

    Did you register the system in SLD?
    Cause it should automatically choose the right component.

  • Licensing for Forms Application (Database and Application Server)

    I was going to give Oracle a call, but I wanted to run this buy you guys before I did so.
    I am a developer trying to find a niche creating a custom software application. I have two ideas (partially developed), but before I continue, I want to determine the costs to my target customer/audience.
    The application is Forms and Reports based (Oracle 6i). I can deploy the application as the 6i runtime clients, or I can migrate the application to Oracle Forms 10g. In both of those deployments, what would be the cost to me? From what I understand, please correct me if I am wrong, but it appears that I will have the following costs:
    Product (quantity) = Cost / ALS
    Oracle Developer license (1) = $460 / $102
    Oracle Database - standard edition one (5 users) = $900 / $200
    If web deployment:
    Oracle Application Server - standard edition one (5 users) = $900 / $200
    So $2260 for web deployment (5 users) and $1360 for client/server (5 user) application - Is that correct? I am trying to write customized applications for the mom and pop shops in my area. There is no way they will even consider paying that kind of money for my application (the above prices does not include any profit for me, either - ugh!).
    What options do I have (if any)?
    Thanks in advance for your feedback,
    Mike
    Edited by: user639843 on Oct 27, 2008 12:56 PM

    Hi Mike,
    Please call up the Oracle Embedded Business Unit or the associated rep in your area. They will help you with the right licensing options.
    If you let me know which country you are in, I can point you to the right person too.
    Regards
    BALAJI T

  • Hardware requirements for Fusion Applications Setup

    Hi,
    I want to provision Oracle Fusion Applications CRM domain as a reference implementation to understand the CRM functionality and for other R&D purposes.
    For such an implementation with no high traffic, no load balancing/high availability and just setting up just an FA CRM product offering-- Please help me in understanding the minimum hardware requirements for provisioning this set up.
    (Raising this thread in this forum in reference to few other FA threads being addressed in this forum.
    Please suggest me the most appropriate forum if this is not the right place)
    Thanks,
    Srikanth.

    Hi!
    I hope all the things are ok with you, well i have a trouble, i'm installing Oracle Applications 11i (Oracle DB 10g) on RHEL4, i have all the requirements to install and i followed the steps to install on
    the manual r115102ins-1, i begin the installation with the displays screen but one of this check progress bars (Monitor Installation Progress), during the installation, Rapid Install displays a main progress bar and an individual progress bar.
    When i enter the correct path for Oracle Applications Rapid Install -RDBMS Disk3, the porcentage stops in 86% and not go on, why? Is there a solution?
    Is there anyone for help me!!
    Best Regards!!

  • Saposcol "not set to [Maximize Throughput for Network Application]" W2008

    Hi experts, I have sent a customer message to SAP asking "saposcol
    show not set to [Maximize Throughput for Network Application" in
    Windows 2008. But the answer is really strange. Is he correct?
    ========
    26.06.2009 - 09:28:37 CET -  by SAP     
    Dear Customer,
    Installation guides clearly specify that configuring this memory
    management option is not required for systems in Windows 2008.
    Also, if you check note 65761, you will see that the note was last
    modified on 20.04.2007, and the current version of sapntchk was not
    modified since then (version 5.0.0.13). This obviously means that
    sapntchk checks the memory management settings of your system as if
    your operating system was a Windows 2000 or 2003, as Windows 2008
    still did not exist.
    Taking into account both considerations, you can disregard this message
    raised by sapntchk and keep calm at the same time.
    Right away, I send you back this message so you can close it at your
    earliest convenience.
    Best Regards,
    <name removed>

    Hello Dennis,
    Here is the way to find if the Maximize Throughput is enabled or not on windows 2008.
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters\size
    Your choices for this registry key are 1,2 and 3.
    1 = Minimize Memory Used
    2 = Balance
    3 = Maximize Throughput for File Sharing and Maximize Throughput for Network Applications
    Be sure to set this to (3). By default it is configured to 1.
    Best Regards
    Kiran Kumar

  • Microsoft Office can't find your license for this application - multiple copies of Office 2013 x32 failing to start, Software Protection Service timing out

    We're experiencing a growing problem with our users in several different domains running in to Microsoft Office 2013 x32 'activation' issues.  We use KMS for licensing, which works properly, but some of the machines (~20-30 out of 1000+) sporadically
    throw the following error:
    'Microsoft Office can't find your license for this application.  Microsoft Office will now exit.'
    We know it's not an issue with the licenses per se, since they work on and off and we can force KMS activation correctly / talk to the KMS servers.
    It appears to be an issue with the Software Protection service not starting properly.  In Event Viewer, we see the following:
    'Software protection service failed to start due to the following error- the service did not respond in a timely fashion.
    Event 7000'
    This is occurring on a variety of machines in a variety of environments, all fully patched with the latest Office updates.  It's inconsistent, and the 'manually restart the Software Protection Service' solution is not viable as it's occurring on many
    different workstations.  Office repairs have also been unsuccessful.  
    Has anyone else come across this? Or have any idea why the Software Protection Service might be sporadically failing?  Maybe an Office update in the last 2-3 months?
    Thanks for any info.

    We're experiencing a growing problem with our users in several different domains running in to Microsoft Office 2013 x32 'activation' issues.  We use KMS for licensing, which works properly, but some of the machines (~20-30 out of 1000+) sporadically
    throw the following error:
    'Microsoft Office can't find your license for this application.  Microsoft Office will now exit.'
    We know it's not an issue with the licenses per se, since they work on and off and we can force KMS activation correctly / talk to the KMS servers.
    It appears to be an issue with the Software Protection service not starting properly.  In Event Viewer, we see the following:
    'Software protection service failed to start due to the following error- the service did not respond in a timely fashion.
    Event 7000'
    This is occurring on a variety of machines in a variety of environments, all fully patched with the latest Office updates.  It's inconsistent, and the 'manually restart the Software Protection Service' solution is not viable as it's occurring on many
    different workstations.  Office repairs have also been unsuccessful.  
    Has anyone else come across this? Or have any idea why the Software Protection Service might be sporadically failing?  Maybe an Office update in the last 2-3 months?
    Thanks for any info.

  • Separate CSS files for Differenct Applications in the Same Workspace

    I am working in APEX 4.0, using Theme 4 (Topaz), primarily with the region template "Top Bar." The application I am working on has gotten so large that I decided to break it into two applications. So I copied the original application and then deleted the pages that I did not want in the second application. I then modified the authentication for a single login. One of the nice things about the Top Bar template is that you can color the background. I had a blue background in the first application and wanted to use a differenct color in the other. So I created a second CSS file and uploaded it to the Cascading Style Sheets area of the Shared Components file for the second application. Turns out that both it and the style sheet for the first application now show up in the CSS file area. The CSS file for the second application has no effect. Here is the CSS code:
    .rc-content-main
          background-color: #E5E5AA;
         }I also tried giving the region on each page in the second application a static id and then identifying them in the CSS file by the id. That didn't work either, at least not yet. Sometimes it takes the server a while to refresh.
    Question: For two applications in the same workspace, can there be separate CSS files? If so, how do I set them up so that each responds only to one of the applications?
    Edited by: Doug on Nov 14, 2012 4:54 AM
    Edited by: Doug on Nov 14, 2012 7:16 AM

    Hello,
    If you upload your file to Shared Components >> Cascading Style Sheetst then:
    edit your page template in the header section and just before +*</head>*+ tag  add :
    <link rel="stylesheet" src="#WORKSPACE_IMAGES#MY_FILE.css" type="text/css" />And that will be applied for all pages that have the same Page Template.
    You can edit a page and put this in the header section to be applied only for a that page:
    <style>
    <link rel="stylesheet" src="#WORKSPACE_IMAGES#MY_FILE.css" type="text/css" />
    <style>If the file is on your web server then replace #WORKSPACE_IMAGES# with #IMAGE_PREFIX#
    This should be helpful to you:
    http://docs.oracle.com/cd/E23903_01/doc/doc.41/e21674/concept_sub.htm
    Best Regards,
    Fateh
    If you believe that my answer is correct or helpful to you, then please mark it as helpful or correct...

  • I have an old (first generation) iMac that I still use sometimes for the applications that are on it. I was using it yesterday and unfortunately had a power cut. I went to turn it on today, and nothing at all happens. It's as though no power is getting to

    I have an old (first generation) iMac that I still use sometimes for the applications that are on it. I was using it yesterday and unfortunately had a power cut. I went to turn it on today, and nothing at all happens. It's as though no power is getting to it. I've checked the obvious things, changed the fuse, tried different cables, poked paperclips in reset holes, but nothing doing. I wonder if there is anyone who knows what might be wrong. I was hoping to get some of its content transferred soon, but I'm guessing that can't be done if it can't be started up. Many thanks, if you can help

    Hello,
    >It's as though no power is getting to it.
    Would it be correct to assume that no sounds at all can be heard? Also, no lights, not even green or amber at the power button?
    >unfortunately had a power cut.
    Was it possibly a power cut in connection with a thunderstorm? Any other evidence of higher than normal voltages (light bulbs, et cetera)? Has the line voltage been checked (measured with an appropriate voltmeter/multimeter)?
    If necessary, it would be possible to remove the hard drive, and then connect it to an external IDE/ATA to USB adapter (example below). That way you could gain access to files on the hard disk from another computer.
    http://www.newertech.com/products/usb3_universaldriveadap.php
    Jan

  • How can i use this color for my Application Background ?? Screen Shot Attached

    Hi ,
    I can find only plain colors on to Color Picker , but this is line mixed color
    How can use this attached Color for my Applications Background Color .
    Please find the Screen Shot attached .
    please see the background  color

    Are you trying to apply a gradient background?
    In Flex 3 in Application tag:
    <?xml version="1.0"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
      backgroundColor="#666666"
      backgroundGradientColors="[#333333, #666666]">
    </mx:Application>
    In Flex 4 you need to set the backgroundColor and apply a skin for the gradient:
    -------------- mySkins/MyAppSkin.mxml -------------
    <?xml version="1.0" encoding="utf-8"?>
    <!-- containers\application\mySkins\MyAppSkin.mxml -->
    <s:Skin xmlns:fx="http://ns.adobe.com/mxml/2009"
            xmlns:mx="library://ns.adobe.com/flex/mx"
            xmlns:s="library://ns.adobe.com/flex/spark">
      <fx:Metadata>
        [HostComponent("spark.components.Application")]
      </fx:Metadata>
      <s:states>
        <s:State name="normal" />
        <s:State name="disabled" />
      </s:states>
      <!-- fill -->
      <s:Rect id="backgroundRect" left="0" right="0" top="0" bottom="0">
        <s:fill>
          <s:LinearGradient rotation="90">
            <s:entries>
              <s:GradientEntry color="0x333333" ratio="0" alpha="1"/>
              <s:GradientEntry color="0x666666" ratio=".66" alpha="1"/>
            </s:entries>
          </s:LinearGradient>      
        </s:fill>
      </s:Rect>
      <s:Group id="contentGroup" left="10" right="10" top="10" bottom="10">
        <s:layout>
          <s:VerticalLayout/>
        </s:layout>
      </s:Group> 
    </s:Skin>
    -------------- test.mxml -------------
    <?xml version="1.0"?>
    <!-- controls\button\PopUpButtonMenu.mxml -->
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                   xmlns:s="library://ns.adobe.com/flex/spark"
                   xmlns:mx="library://ns.adobe.com/flex/mx"
                   height="100%" width="100%">
      <s:SkinnableContainer skinClass="mySkins.MyAppSkin"
        width="100%" height="100%"/>
    </s:Application>
    If this post answers your question or helps, please mark it as such. Thanks!
    http://www.chikaradev.com
    Adobe Flex Development and Support Services

Maybe you are looking for

  • Classification Mandatory in Material Master

    Dear All, I have multiple characteristics in a class attached to one of the material. I want to make some of these characteristics mandatory in material master itself, how can this be done. I know we can make 'entry required' in the characteristic bu

  • How do I get Microsoft Office unto my new MacBook Air?

    I recently purchased a new MacBook Air to be able to complete my online courses, and soon after I noticed that I don't have Microsoft Office pre-installed. Is that standard that Mac computers don't have Microsoft Office already installed? How can I g

  • Delete overlapping/duplicate records from cube

    Hi All, Kindly let me know how to delete overlapping requests from a cube. Actually the cube is getting loaded from varuous infosources, but there are records which get duplicated and the are not wanted , then hiow to delete the duplicate records fro

  • Why My E75 can't edit picture (jpg file, etc.)

    My previous N73, 6110Navigator can edit picture, why E75 remove this function? Thanks. Could next firmware version add this functionality?

  • Error Entry into Tables?

    I am trying to capture errors that occur on pages throughout the application, and enter the data into the table below. The first 3 columns constitute the primary key. I need to grab the errors that occur and the necessary information, and ensure that