Give access for REPORTING application

hi gurus,
we have PLANNING, REPORTING AND RATE applications in our application set
one of my user able to access PLANNING application when he/she interface with excel
now I need to give access for REPORTING application
can anyone help what settings I have to set at SECURITY node
Thanks,
M.Munichandra babu

Hi,
You will have to go to the Member Access Profile that is related to that particular user and give access to the required application.
Karthik AJ

Similar Messages

  • How to give access to my application for my users

    I have created a report in APEX and i want to give access to users(not all) so that they can run the report.

    I created an access control page and i have created two end users to view the application. After that i try to login from end users credentials it is saying
    Access denied by Application security check but if i login in my account and click the run application and give end users credentials it is working.
    Thanks

  • Keychain: How to enable automatic access for certain applications?

    I have gotten really tired of Adium and Skype asking for the keychain password every time I reboot the machine, and Quicksilver neeing my system password all the time when installing updates.
    How do I enable automatic access to the keychain and system password for certain applications, but not all?
    PowerBook G4, 1.5 Ghz   Mac OS X (10.4.6)  

    Hi, Bjørn.
    A. You wrote: "I have gotten really tired of Adium and Skype asking for the keychain password every time I reboot the machine..."There are two things to check. You'll use Keychain Access — in the Macintosh HD > Applications > Utilities folder — for both.
    One key point to note before you begin: If the affected account was created under Jaguar, it's default keychain will have the same name as the account's short name. Accounts created under Panther or later have the default keychain name of "login." The user's default keychain is always highlighted in bold in the Keychains list in Keychain Access. All of the instructions in Mac Help regarding keychain assume the accounts were created under Tiger and always refer to keychain "login."
    Here are the two issues to check and correct:
    1. The affected account may have its keychain preferences set so that the keychain locks automatically after a period of inactivity or after sleep mode:1.1. Select the user's default keychain.
    1.2. Click Edit > Change Settings for Keychain "keychain_name."
    1.3. Deselect the checkbox next to "Lock after __ minutes of inactivity", if selected.
    1.4. Deselect the checkbox next to "Lock when sleeping", if selected.
    1.5. Click Save.2. The affected account's login password and keychain password are different. Set the keychain password on that account to be the same as the account's login password. See “Mac OS X 10.4 Help: Changing your keychain password.”
    Once those steps are taken, if an application requests access to the keychain, click Always Allow.
    Note that if you update applications, i.e. install later versions, you may be asked once to confirm the new version's access to your keychain. That's a standard security precaution.
    B. You wrote: "...Quicksilver neeing my system password all the time when installing updates."That cannot be prevented if that application is installed in the Macintosh HD > Applications folder using an installer, such as the Mac OS X Installer. Authentication is required if an installer will add or change files in either Applications or other System-related folders.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X

  • Wlc 5508 : guest users to be configured only give access for internal SAP application

    Hi,
    I have one new requirement with one of the client.
    I have wlc 5508 with 6.0 firmware. I need to have one guest wlan which will have access only for internal SAP application.
    I have gone through cisco document for internet guest users , where web page will be redirected with user name and password once it is authenticated , we can access internet.
    Provided if we have access list configured in wlc ...  for internet access only /
    what about this mentioned scenario ?
    can anybody suggest on the same ?

    Hi Vinod,
    Go for the ACL on any Router or the switch.. i prefer not on the WLC..
    http://www.cisco.com/en/US/products/sw/secursw/ps1018/products_tech_note09186a00800a5b9a.shtml
    Here is the link as well to do it on the WLC
    http://www.cisco.com/en/US/tech/tk722/tk809/technologies_configuration_example09186a00807810d1.shtml
    Lemme know if this answered ur question..
    Regards
    Surendra

  • How to configure simultanous access for 11i application

    Hi All
    We have one existing 11i application instance on node grid1.In which we start the servicess from apps user.
    In our same we want another node for the same application in which we will start the servicess from another user(merge)
    For that we perfrom the following steps
    1.Copy the APPL_TOP,COMMON_TOP,ORA_TOP(8.0.6,iAS) from node "GRID1" to diffrent node "GRID2"
    2 configure the GRID2 node using adcfgclone.pl utility(we have configure new node for WEB and FORM Server)
    3 We perfrom the modification in the following files ON GRID2 .
    i Identify 'FNDNAM=apps' statement in $FND_TOP/secure/<context>.dbc
    and replace with 'FNDNAME=merge' to connect to MERGE schema instaed of APPS.
    ii. Go to the last line of $APACHE_TOP/jserv/etc/zone.properties file
    and identify 'schema=APPS' statement and change it to 'schema=MERGE'
    iii. Identify below lines in $APACHE_TOP/modplsql/cfg/wdbsvr.app file
    password = apps
         username = apps
         document_table = APPS.fnd_lobs_document
    and replace with modified below lines
    password = merge
         username = merge
         document_table = MERGE.fnd_lobs_document
    6. For redirecting user's request to new Application Server server, we
    changed the following 4 system profile options with proper URL and port
    at responsibility level only for the responsibilities,
    which we use for Merge views.
    Profile Options
         Application Framework Agent
         Applications JSP Agent
         Applications Web Agent
         Apps Servlet Agent
    When we are able to start the services on GRID2 node,but at the time of login we are getting invalid user name/ passwd error
    Please let us know is there any way to access application other than apps user
    Regards
    Sohail

    well thank you very much .I know how to define a DataSource inside Weblogic Server.
    But i am confused over one issue
    When We are going to use Container Managed EntityManager inside the SessionBean the persistence.xml file looks like this
    *<persistence>*
    *     <persistence-unit name="RamsEJBPU" transaction-type="JTA">*
    *          <jta-data-source>myJtaDataSource</jta-data-source>*
    *     </persistence-unit>*
    *</persistence>*
    But in some cases it looks like as shown below :     <persistence-unit name="RamsEJBPU" transaction-type="resource-local">
         <provider>org.hibernate.ejb.HibernatePersistence</provider>
                        <properties>
                   <property name = "hibernate.connection.driver_class" value = "oracle.jdbc.driver.OracleDriver"/>
                   <property name = "hibernate.connection.url" value = "jdbc:oracle:thin:@localhost:1521:orcl"/>
                   <property name = "hibernate.connection.username" value = "CHENNAISPAT"/>
                   <property name = "hibernate.connection.password" value = "CHENNAISPAT"/>
                </properties>
         </persistence-unit>
    </persistence>Can you please tell me why is it so ??

  • Airport Extreme & Remote Access for database application

    Hi There,
    I have spent an entire week of my time between apple, apple consultants and networking experts trying to get a access remotely to a simple database program inside an wireless network. I have read the discussions on remote access thru the AEBS and port mapping.
    I'm hoping an user here can help me with a foolproof solution that the 'apple experts' can seem to design?
    All that is required to get this program up and running remotely is the ip address of my computer inside my wireless network. I have set that this computer to a static address but since my dsl provider uses dynamic IP's this doesn't seem to work (or it does for about 12 hours until the IP address of my AEBS is changed). Will port mapping work for me or is my only solution an up-charged static IP?
    Thanks in advance for any suggestions......the thought of spending another week on this is frightening!

    If your ISP is refreshing the dynamic host configuration of the public ip address assigned to the ISP provided router you will need to request a static ip address from your service provider.
    The addresses that are used "inside of your network" are private ip addresses. If you are using the (1) public address for your router (APE)(Apple airport extreme) from the ISP what you are trying to do will not work very well since your router (APE) will use the Public IP address to provide access to the public internet for your private network using the private ip addresses you have used to create your subnet and told your router (APE) about. Three private IP address schemes can be used for a private internet. One for each class. Class A 10.x.x.x/8, Class B 172.16.0.0/12 and Class C 192.168.0.0/24. Translated using dynamic NAT (network address translation with overload) making your LAN hosts using private IP addresses to seem as if they are using a public ip address allowing access to the public internet where only public ip addresses can be used.
    PAT (port address translation) is what you are trying to accomplish. For PAT you must have a valid public ip address from your ISP and a private address from your network assigned to interesting host. Use the private ip assigned to the interesting host in the port mapping panel of airport admin that you wish to allow access to via the global internet as well as the tcp or udp port number for the traffic to be directed. For example port 5003 for FileMakerPro or port 20 and 21 for ftp. You should also implement security policies to protect your network and hosts.
    Since you said that it works for 12 hours you must have the basics set up correctly. All you need now is to get a static ip address assigned to you from your ISP or use a service such as http://www.dyndns.com/
    Hope I didn't ramble on too much

  • I was on my mac when my charger stopped working. When I turned on my laptop again it was acting weird. Saying I needed to give permission for certain applications? Help!

    I was about to go on my computer as it was charging. My charger stopped working (it made a popping sound) and when i turned my computer on, it was acting a little strangely. The date was wrong and I had to "allow" or "deny" several applications. Why did this happen?

    From the menu bar, select
               ▹ System Preferences... ▹ Date & Time
    Select the Time Zone tab in the preference pane that opens and check that the time zone matches your location. Then select the Date & Time tab. Check that the data and time shown (including the year) are correct, and correct them if not.
    Check the box marked 
              Set date and time automatically
    if it's not already checked, and select one of the Apple time servers from the menu next to it.

  • Access to reports in OIM to NON ADMIN user

    HI all,
    I need to give access to reports to a NON SYSTEM ADMIN user.
    I created a group for him and gave access to the required menu items in the reports.
    When I run the report as an admin, I could see the results but when I run it as the other user I don't.
    Should I give him other permissions.
    Thanks,
    M

    I'll start from Scratch:
    Make User Group and Give menu item like Operational Reports and Historical Reports to that Group.
    Click manage group > Select your group and Select Allowed Reports.
    Select all those reports which you want to give permission to that user group.
    Now depending upon the Reports you can give other access to that group.
    Like There is a report group membership. For this you need extra permission to Organization. I mean to say you'll make that group as Administrative Group of that Organization for which you wanna give access.
    Member of that group can view all the users but will not be allowed to edit any user profile.
    Just to add one more thing:
    If you want to modify any existing code no need to modify any JSP, just go to REP Table and select your report. You'll see one column there REP_META_DATA somthing, just modify that column.
    Search for Clickable = "true" just make it "false"
    COMMIT;
    You are done. User will not see any hyperlink there.
    Edited by: Rajiv Dewan

  • What is the best practices recommended from microsoft to give access a intranet portal from internet externally

    Hi
    what is the best practices recommended from microsoft
    i have a intranet portal in my organization used by employees  and i want to give access for employees to access external from  internet also
    can i use same url  for employees access intranet portal from internally and externally or diffrent url?
    like ( https://extranet.xyz.com.in)  and (http://intranet.xyz.com.in)
    internal url access by employees is( http://intranet.xyz.com.in)
    and this portal configured with claims based authentication
    here i have a F5 for load blance and
     a request from external to F5 is https request and F5 to sharepoint server http request
    and sharepoint server to F5 is http request but F5 to external users it is https response so 
    when i change below settings in alternate access mapings   all links changed to https
    but only authentication link is still showing http and authentication page not opened.
    adil

    Hi,
    One of my clients has an environment similar to yours with an internal pair of F5s and a pair used for the access from the internet. 
    I am only going to focus on the method using an F5 Load Balancer and SSL Offloading. the setup of the F5 will not be covered in detail but a reference to the documentation to support SharePoint and SSL Offloading will be provided
    Since you arte going to be using SSL Offloading you do not need to extend your WebApps to use separate IIS WebSites with Unique IP Addresses
    Configure the F5 with SSL Offloading
    Configure a Internal AAM for SSL (HTTPS) for each WebApp that maps to the Public HTTP FQDN AAM Setting for each WebApp
    Our environment has an additional component we require RSA Authentication for all internet facing Sites. So we have the extra step of extending the WebApp to a separate IIS WebSite and configuring RSA for each extended WebSite.Reference:
    Reference SharePoint F5 Configuration:
    http://www.f5.com/featured/video/ssl-offloading/
    -Ivan

  • Access for Servers tab

    We need to give access for Instance manager and Server tab to a group in BOBJ CMC . Access for Instance manger is arranged . I tried to maintain user security for each server node in under Servers tab , but not able to view Servers tab under a specific login .
    Any Idea how it could be done ?

    Hi,
    this forum is for the SAP Integration Kit. I would suggest you post your question into the SAP BusinessObjects Enterprise forum.
    regards
    Ingo Hilgefort

  • Delete and unlock access for infotypes

    Hi All,
    Is there way to have only access to delete and unlock infotypes in HR?
    We need to give access for unlocking and delete access to few users
    Please suggest.
    Regards
    Manish

    HI Gaj,
    I have check E and D:
    E comes with package of delete,create and change records
    and D has auth to unlock records.
    But my req is just to have delete locked records and Unlock lock records.
    That is combination of E and D.
    please advise
    Regards
    Manish

  • Need to give access to users for report painter query without GR55

    Hi,
    I need to create a transaction code for a query created using report painter. We do  not want to give access to user for GR55.
    Please help us in achieveing this one or any other way to execute report without GR55 access.
    Regds,
    Servesh
    Moderator: Please, search before posting - it has been answered several times

    Hi,
    You can create the transaction the same using SE93 transaction code.
    Also see the below link for detailed rocess:-
    [http://home4sap.com/Blog/2009/08/how-to-create-a-transaction-code-for-report-painter-reports/]
    Regards,
    Gaurav

  • How can I give access to a new user for WebView Reporting Log In //IPCC Enterprise

    Hi All,
    How can I give access to a new user for the WebView Reporting Log In ?
    I have IPCC Enterpise 7
    Thanks
    Andres

    Two options: 1. In configuration manager on the AW, use the user list tool to add the users domain account and select Webview access permissions. 2. Using standard Microsoft Active Directory tools or the Cisco Domain Manager tool, add the desired AD user account into one of the "WebView" security groups created within the Cisco OU.

  • Give permission to access a report

    Hi,
    I'm having issues to give access to a report to a user.
    Here is what I've done:
    - I have created a user toto, and provisioned him as Dynamic viewer for Reporting and Analysis under Shared Services.
    - In workspace, I edited permissions of one of my report and added toto, I gave him full control.
    When I log in web analysis as toto, he cannot see that report.
    If I give him admin rights, he can see everything.
    Is dynamic viewer the correct role ?? I think so...
    What am I missing then ?
    Thanks for your help
    Cyril

    I love to be corrected when I go wrong.
    However, I don't know how Trusted Application role is relevant to Cyril's question. Because- the very description you scribbled for this role highlights that it's got to do with an IR report. And, we're talking about provisioning WA report. Anyways, let me not stretch any further :)
    Cyril: You didn't say- if you've externalized Essbase Security to Shared Services. If you've done so, as mentioned in the prev. post, you've to synchronize by- Go to EAS console -> (Navigate to) *<<Analytic Server>>* -> (Right-click on) Security -> (Select last option) Refresh Security from Shared Services
    If you've not externalized, check the native security if the intended cube is provisioned for toto, at least Read privilege. Also, what've you configured the WA database connection file with? I mean, with which user?

  • I have an Ipad 2 and here is what I am trying to accomplish.  On my laptop I connect to a remote desktop connection to access a shared program we use for reporting.  How do I set up my Ipad to access this remote server?  Thanks for the help.

    I have an Ipad 2 and here is what I am trying to accomplish.  On my laptop I connect to a remote desktop connection to access a shared program we use for reporting.  How do I set up my Ipad to access this remote server?  Thanks for the help.

    Close ... before going for a specific Cisco app ... lets find out some details:
    Host we need more details:
    What is your server environment (Windows Server, or Mac OS X Server, or Linux)?
    What security is implemented in your environment - as what is restricted (RDP for all or specifc credentials on all machines? Are you part of local admin group to the server you wish to connect)?
    Does your environment Support CISCO IPSec connection? If so use Settings> VPN and IPSec tab to enter VPN details, if not then go with above suggestion. IF your restricted to RSA then either built in VPN settings or 3rd party app for RSA would suffice.
    Finally, there are many RDP applications out there I use "Mocha RDP Light" (free minimal ads when launched not when connecting).

Maybe you are looking for