Plannin Application Access

Hi All,
I have created a user, and provided Planner acccess to the application. And I login with the provisoned user , user able to see the forms according according to the access he has. Now I provisoned access Financial Reports, when the user trying to access the FR which he has access the following error is coming "Local////Error(1051293) Login fails due to invalid login credentials".
And immidiately Database Connection Propertie window opening with the user name and password, if I click "ok", the message displaying "Local////Error(1051293) Login fails due to invalid login credentials"
I have tried to login with the user name into EAS console, its logging successfully but unable to expand Essbase Serrver list. Even I have tried to login Maxl, the meassage displaying " ERROR - 103 - Unexpected Essbase error 1051293. ERROR - 1051293 - Login fails due to invalid login credentials." But the same user able to access Business Rules what he has access.
What might be the reason?
Thanks & Regards,
Sravan Kumar.

Issue resolved. I have refreshed the Essbase security from the EAS Console.
Thanks,
Sravan Kumar.

Similar Messages

  • Error - Creating a Web Dynpro Application Accessing ABAP Functions

    Dear All,
    we are trying to implement a web dynpro application with accessing ABAP functions.
    Previous tasks:
    -     insert the ABAP system into the SLD from the NWDI System (Transaction RZ70; the ABAP system is correctly insert into the SLD => technical systems)
    -     equipped the JCO connections with the web dynpro content manager (ping and test = OK)
    It’s the standard tutorial out of the SDN called “Creating a Web Dynpro Application Accessing ABAP Functions”.
    Some hints:
    -     There are no errors after the implementation and the “rebuild” of the project in the NWDS
    -     The auto deployment works fine to the development runtime system. The application is shown in the Web Dynpro content manager
    -     The In the build log I found these entries:
    System.err] [Invoked from  com.sap.s2x.tools.GUID.getnodeaddress(GUID.java:585)]
    [System.err] java.net.UnknownHostException: FRASAPP562: FRASAPP562
    [System.err]      at java.net.InetAddress.getLocalHost(InetAddress.java:1191)
    [System.err]      at com.sap.s2x.tools.GUID.getnodeaddress(GUID.java:575)
    [System.err]      at com.sap.s2x.tools.GUID.<clinit>(GUID.java:179)
    [System.err]      at com.sap.s2x.tools.S2XGUID.getGUID(S2XGUID.java:19)
    [System.err]      at com.sap.ide.metamodel.core.i18n.LanguageState.createS2XID(LanguageState.java:191)
    [System.err]      at com.sap.ide.metamodel.core.i18n.S2XLanguageUnmarshaller.unmarshal(S2XLanguageUnmarshaller.java:52)
    [System.err]      at com.sap.ide.metamodel.core.i18n.TextPoolProxy.loadLanguageState(TextPoolProxy.java:703)
    [System.err]      at com.sap.ide.metamodel.core.i18n.TextPoolProxy.prepareLanguageForRead(TextPoolProxy.java:646)
    [System.err]      at com.sap.ide.metamodel.core.i18n.TextPoolProxy.isEmpty(TextPoolProxy.java:222)
    [System.err]      at com.sap.ide.webdynpro.checklayer.MDOChecker.check(MDOChecker.java:23)
    [System.err]      at com.sap.ide.webdynpro.checklayer.view.ViewChecker.check(ViewChecker.java:52)
    [System.err]      at com.sap.ide.webdynpro.checklayer.controller.ViewControllerChecker.check(ViewControllerChecker.java:96)
    [System.err]      at com.sap.ide.webdynpro.checklayer.controller.ControllerChecker.check(ControllerChecker.java:119)
    [System.err]      at com.sap.ide.webdynpro.checklayer.controller.ControllerChecker.check(ControllerChecker.java:56)
    [System.err]      at com.sap.ide.webdynpro.checklayer.component.ComponentChecker.check(ComponentChecker.java:181)
    [System.err]      at com.sap.ide.webdynpro.checklayer.component.ComponentChecker.check(ComponentChecker.java:56)
    [System.err]      at com.sap.ide.webdynpro.generation.Generation.check(Generation.java:2039)
    [System.err]      at com.sap.ide.webdynpro.generation.Generation.generatePersistentComponent(Generation.java:1296)
    [System.err]      at com.sap.ide.webdynpro.generation.console.GenerationConsole.generate(GenerationConsole.java:175)
    [System.err]      at com.sap.webdynpro.generation.ant.GenerationAnt.main(GenerationAnt.java:50)
    [System.err]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [System.err]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [System.err]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [System.err]      at java.lang.reflect.Method.invoke(Method.java:324)
    [System.err]      at com.sap.webdynpro.generation.ant.WDGenAntTask.execute(WDGenAntTask.java:219)
    [System.err]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [System.err]      at org.apache.tools.ant.Task.perform(Task.java:364)
    [System.err]      at org.apache.tools.ant.Target.execute(Target.java:341)
    [System.err]      at org.apache.tools.ant.Target.performTasks(Target.java:369)
    [System.err]      at org.apache.tools.ant.Project.executeTarget(Project.java:1214)
    [System.err]      at com.sap.tc.buildplugin.techdev.ant.util.AntRunner.run(AntRunner.java:112)
    [System.err]      at com.sap.tc.buildplugin.DefaultAntBuildAction.execute(DefaultAntBuildAction.java:61)
    [System.err]      at com.sap.tc.buildplugin.DefaultPlugin.handleBuildStepSequence(DefaultPlugin.java:213)
    [System.err]      at com.sap.tc.buildplugin.DefaultPlugin.performBuild(DefaultPlugin.java:190)
    [System.err]      at com.sap.tc.buildplugin.DefaultPluginV3Delegate$BuildRequestHandler.handle(DefaultPluginV3Delegate.java:66)
    [System.err]      at com.sap.tc.buildplugin.DefaultPluginV3Delegate.requestV3(DefaultPluginV3Delegate.java:48)
    [System.err]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [System.err]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [System.err]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [System.err]      at java.lang.reflect.Method.invoke(Method.java:324)
    [System.err]      at com.sap.tc.buildtool.v2.impl.PluginHandler2.maybeInvoke(PluginHandler2.java:350)
    [System.err]      at com.sap.tc.buildtool.v2.impl.PluginHandler2.request(PluginHandler2.java:102)
    [System.err]      at com.sap.tc.buildtool.v2.impl.PluginHandler2.build(PluginHandler2.java:76)
    [System.err]      at com.sap.tc.buildtool.PluginHandler2Wrapper.execute(PluginHandler2Wrapper.java:58)
    [System.err]      at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1723)
    [System.err]      at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1495)
    [System.err]      at com.sap.tc.buildcontroller.CBSBuildController.build(CBSBuildController.java:727)
    [System.err]      at com.sap.tc.buildcontroller.CBSBuildController.execCommand(CBSBuildController.java:503)
    [System.err]      at com.sap.tc.buildcontroller.CBSBuildController.evalCmdLine(CBSBuildController.java:442)
    [System.err]      at com.sap.tc.buildcontroller.CBSBuildController.run(CBSBuildController.java:314)
    [System.err]      at com.sap.tc.buildcontroller.CBSBuildController.exec(CBSBuildController.java:252)
    [System.err]      at com.sap.tc.buildcontroller.CBSBuildController.mainLoop(CBSBuildController.java:207)
    -     I’m able to start the application out of the Web Dynpro content manager with “run” => only the user interface is displayed without any functionality
    -     The “normal” start over the NWDS fails => error text
    “com.sap.tc.webdynpro.services.sal.core.DispatcherException: The requested deployable object 'local/J08_Flugdat_Daventdcflight~xxx.com' and application 'FlightListApp' are not deployed on the server. Please check the used URL for typos.”
    There two different URLs in use.
    Start via NWDS:
    http://frasapp562:50000/webdynpro/dispatcher/J08_Flugdat_Daventdcflight~xxx.com/FlightListApp
    Start via web dynpro content manager:
    http://frasapp562:50000/webdynpro/dispatcher/xxx.com/aventdc~flight/FlightListApp
    For test purposes, we started the BAPI (BAPI_Flight_Getlist) on the ABAP system directly. It works.
    Any ideas about the system behaviours (different URLs and missing functionality)?
    Thanks a lot in advanced!
    Best regards
    Christoph

    The Error has been solved – The implementation of a method was missing....
    Thx
    Christoph

  • Deny application access to oid user

    Hi
    I'm developing an application that implements sso. The user that tries to access the application ( through any page ) is automatically redirected to the sso login page... so far, so good!
    What I want to implement is the application access denial when an user, even existing in the OID, shouldn't access the application.
    How can I accomplish such task using ADF UIX in JDeveloper 9.0.5.1. ?
    Thanks in advanced
    Vitor Cardoso

    Thanks for reploy,
    The way you have defined is better to avoide this issue,could you please tell me one thing,is there any request in application to disconnect all the user forcely on the spot who are connected and allow again to login in application only thoes user who have System Administator Responsibility,
    --thanks                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How a J2EE web application access CR reports stored on the CR Server XI?

    Hi,
    I'll be working on some crystal report templates that will eventually be hosted/publish on the CR Server XI.
    My questions are:
    1. How my J2EE web application access those reports?
    2. Do my web application uses some CR API for the connectivity and integration?
    3. What will happen to the database connectivity of the report template? since the report are created locally.
    4. Can the report template be edited/updated on the server?
    5. How the CR XI login functionality be involve in the integration (web application ---> CR Server XI)?
    6. Is the J2EE web application be deployed on similar web/application server where the CR Server XI resides?
    7. What is the role of RAS, Universe, Business View Manager to this whole CR integration?
    I hope you can provide some guidance on this journey to Crystal Report world
    Regards,
    Rulix Batistil
    Genesis Networks Pte Ltd
    www.gen-net.com.sg

    1) Your application connects via the Java SDK using the appropriate JAR files.
    2) It can.  You can set the database information at runtime or use the already populated information from Enterprise.
    3) Same as 2.   Typically when you save the report to Enterprise you set up the database information there so that it runs against the database you want without prompting.  You can change this via code to hit whatever equivalent database you want.
    4) Yes.  You would have to use RAS and the RCAPI to accomplish this via code.  You can also make changes in the designer and overwrite the existing report template.
    5) You will log in via code. The information on how to do so is in the SDK documentation, which I will link.
    6) It can be deployed to the same machine as CR Server, though we recommend against that.  Typically you will want to deploy it to a seperate web server and allow it to connect to the CR Server across the network.
    7) RAS can be used to run reports, as well as the page server.  The universe and business view manager are not directly used in code.  If a report runs against a universe or business view then it will use them for data, but you wouldnt do anything with them directly.
    [BOE Developer Library|http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/devsuite.htm]
    You will find the Java SDK information under the BusinessObjects Enterprise SDK section.
    Best Regards,
    Jason

  • Web Dynpro Application Accessing ABAP Functions

    I wrote the example application for Web Dynpro Application Accessing ABAP Functions, as described in the tutorials for NWDS. But when I run, it only show me a blank blue page nothing else, how to fix this issue?
    Thanks,
    Jawed Ali

    Hi Jawed,
    Again, I'll insist you to please check if your view is embeded in the Window.
    write some output message in the view to ensure that not only gui's, even the messages in the view are not coming.
    if there is another issue, Please share with us.
    Thank & Regards,
    Namrta Mahajan

  • Creating a Web Dynpro Application Accessing ABAP Functions

    Hi all,
                I implemented Creating a Web Dynpro Application Accessing ABAP Functions .But recently i heared a new word BW query.Is it not wat i did in the above application or is this a new backend sytem , does  it have a new procedure to create model for BW Query in webdynpro rather than what i did in the above app
    Regards
    Padma N

    The Error has been solved – The implementation of a method was missing....
    Thx
    Christoph

  • How to set application access type for list of users

    Hi everybody,
    I've an requirement to automise the application access type setting in shared services.
    When i searhed to do with MaxL scripts.I'm able to set the application access type for a single user using
    alter user 'username' add application access type essbase
    alter user 'username' add application access type planning
    But,i've to perform this as a daily activity updating for list of users.Is there away to do it..??..i want to pass the list of users to the above alter user command.??
    Please help me.
    Cheers
    Saran
    Edited by: user11396937 on Aug 27, 2010 2:09 AM

    I discovered that changing "Image interpolation" optioon in general preferences of Photoshop has direct influence on smart object interpolation type. You can even reinterpolate smart object after changing image interpolation in preference. Just click ctrl + t and enter.

  • 5610 T-Mobile doesn't allow applications access to...

    The exact error I get is, "application access set to not allowed". I downloaded a third party application that attempts to access the internet for information, but my T-Mobile branded phone does not allow it.
    What do I need to change in order to fix this problem?

    I did try your suggestion and yes the 5610 will start without a sim inserted. Without the sim my browser is still labeled T-Zones, and certain T-Mobile files still existed and couldn't be deleted. I also got the same error when starting a couple of the same applications. No I didn't expect them to work, but I expected an error along the lines of no connection not the same application access not allowed. Honestly I had no doubt that they made changes which is why i have been giving them such a hard time, I was pretty sure I am being lied to. What this definetly tells me is that I could not just take this phone to another network and have it work correctly because that was an option. What it doesn't tell me is if I get a vanilla phone would I still have problems because of what is or perhaps isn't on the sim card? As far as I am concerned though my phone is defective since it does not work as it should, there is a big difference between cosmetic changes for branding and functional changes that alter the way the equipment works. If third party network applications do work on this phone then I would expect them to work on mine, Ya ok I could see T-Mobile disabling them through the sim so that those features can not be used on thier network (stupid but ok they have that right) but not breaking the phone to disable them after all this is now my phone and should I chose to move to a network that permits them (again an option I am considering) they should work since they are supported by the phone. 

  • Requested Application access not granted (even if ...

    Now that OpenSign online has gone what can we do to install new apps to S60v3FP2 phones?
    quoting   http://my-nokia-cell.blogspot.it/2011/09/common-error-messages-when-installing.html  
    Error Message: Requested application access not granted
    Check that your certificate can be used to sign all necessary resources for its implementation. For example, if you use self-signed certificate, you can only sign basic set capabilities, ie, network services, ReadUserData, WriteUserData, LocalService and UserEnvironment. If your application requires one of the extended features, such SwEvent, you can not sign it with self-signed certificate. In this case, request developer certificates from Symbian Signed.

    Check in user buffer in SU56 transaction. Search each S_TCODE against all the profile assugned to him...
    However you also need to consider there are lot of bug present for various SUIM reports..
    Arpan

  • How to identify the application accessing the ESB service?

    Hi All,
    We have few applications accessing a single service deployed on ESB server.
    ESB server is a Linux server with the complete SOA Suite Installation done.
    Where on the ESB or the server can we locate or if there are any logs which could help us identify which application is accessing the service.
    Any direction on this would be really very helpful.
    Thanks & Regards,
    Shilpa

    Well, you haven't disclosed too much information. How would you like to identify an application? What protocol is in use? Is there any authentication involved? Is it possible for you to send a unique application id with each request on your own?
    It all depends on what you have and what you need. In many cases, I would be happy with client IP address in my HTTP access.log ...

  • Utility to keep track of what files a selected application accesses?

    Hi there!
    I’m hoping to find a troubleshooting utility (or maybe set of command line instructions?) that I’ve not yet run across ...
    Basically, it would allow me to +log or track what files a selected application accesses on disk+ (and perhaps when each access occurs (date/time), whether read/write, etc.).
    Seems to me it could be very useful to have.
    Has anyone run across anything like this?
    Many thanks!

    Nevermind I found it. turns out I needed to add a "title" to that selectedCell

  • The user has denied all applications access to their media

    OK, so I have had this problem before and solved it unknowingly and now it is reoccurring!
    "error:
    Error Domain=ALAssetsLibraryErrorDomain Code=-3312 "Global denied access" UserInfo=0x169aa0
    {NSLocalizedFailureReason=The user has denied all applications access to their media.,
    NSLocalizedRecoverySuggestion=This setting can be changed in Preferences.,
    NSLocalizedDescription=Global denied access}"
    Please NOTE://I do not get this issue in the simulator - my code for iterating assets works perfectly on the simulator.
    Surely this is an easy fix but be damned if I can find anything under 'Preferences' anywhere that assists.
    Please halp!

    - Location services must be enabled for the application...
    I realise that there is geotagging involved but what a joke!

  • Application access

    hello.
    i just recently bought a nokia 5610 xpress music phone and i downloaded a game on it.... nothing fancy just solitare and its a java file.....anyway when i try to open it, i get the message saying "application access set to not allowed"...
    I tried tweaking every setting i can see and still cant get it to work, i did a soft reset, and still doesnt work..
    and its not just that app,, anything i download will not let me access it.
    if you can help please do i would greatly appreciate it.
    Thank you

    Hi I have been searching hi and low for a solution on this topic but to no avail.
    I too own a Nokia 5310 music express with what seems to have some kind of restriction or block on it when it comes to downloading applications that are not pre authorized by my service provider (T-mobile)
    these are the apps that I have tried downloading and the error i receive in response
    app. Yahoo go
    Response= Certificate not on phone or SIM
    app. Google Maps does download but when I try access it i get
    Response= Application access set to not allowed
    app. Bodog Mobile does download but when I try access it i get
    Response: There was a problem creating the the HTTP connection.{ex=java.lang.SecurityException: Permission Denied}
    I have tried manually to allow or give permission for each app. but that option is not highlighted or accessible in the option menu for either app.
    Ive contacted my service provider and after having to go threw ridiculous trouble shooting procedure like "is your battery in place? is your phone switched on? is your battery fully charged?" etc etc. and educating there tech person, I was directed to nokia.com and told to download the "security settings and updates" specifically for my "nokia 5310 Express music" so I did but to no avail...
    I have also contacted Yahoo Mobile about this issue and received a reply asking me if I have either one of these two certificates on my phone
    GlobalSign Root CA
    Owner: Root CA
    Issuer: Root CA
    Valid from: 09/01/1998
    Valid until: 01/28/2014:
    Fingerprint: 2F:17:3F:7D:E9:96:67:AF:A5:7A:F8:0A:A21:B1:2F:AC:83:03:38
    Serial number: 02:00:00:00:00:006:78:B7:94:05
    Thawte Premium Server CA
    Owner: Certification Services Division
    Issuer: Certification Services Division
    Valid from: 08/01/1996
    Valid until: 12/31/2020
    Fingerprint: 62:7F:8D:78:27:65:63:992:7D:7F:90:44:C9:FE:B3:F3:3E:FA:9A
    Serial number: 01
    and yes I have both of them, just waiting on a response from them now....
    is there any hope?

  • Multiple Application Access on PCI-6503

    I have two applications which would like to use a PCI-6503 card through the
    NI-DAQ API. One of these applications runs as an NT service, the other as a
    desktop application.
    If the service application begins using the card first, the desktop
    application fails miserably. If the desktop application accesses the card
    first, everything works fine. I have experienced similar problems sharing
    memory between service and desktop applications and had to change the
    service application so it would use an empty DACL in the security descriptor
    when it allocated the shared memory. Does the NI-DAQ software have a
    similar problem?
    Thanks,
    Neal Stublen

    Another guess, but information that might help.
    I'm assuming the service starts as the local system account. Some driver
    inherits credentials from the service running as the local system
    account. These credentials are inadequate for the interactive user. But
    when the interactive user launches the driver, the credentials are
    adequate for the local system account.
    My guess is that if you change the configuration of the service to start
    w/ specific user credentials, then the problem disappears. Goto Control
    Panel | Services | {service name} | Startup and change the user from
    local system account to the interactive user. Don't check interact w/
    desktop, rather change to a specific user and specify the user that will
    log on to the system.
    Randy Charles Morin [M
    VP] - http://www.kbcafe.com/
    Author of "Programming Windows Services"
    http://www.kbcafe.com/047138576X
    In article <[email protected]>,
    "Neal Stublen" wrote:
    > I have two applications which would like to use a PCI-6503 card
    through the
    > NI-DAQ API. One of these applications runs as an NT service, the
    other as a
    > desktop application.
    >
    > If the service application begins using the card first, the desktop
    > application fails miserably. If the desktop application accesses the
    card
    > first, everything works fine. I have experienced similar problems
    sharing
    > memory between service and desktop applications and had to change the
    > service application so it would use an empty DACL in the security
    descriptor
    > when it allocated the shared memory. Does the NI-DAQ software have a
    > similar problem?
    >
    > Thanks,
    > Neal Stublen
    >
    >
    Sent via Deja.com http://www.deja.com/
    Before you buy.

  • "Application access" menu item is grey: how to ena...

    Hi,
    Can any one Please help me know why the "Application access" is grey ?
    How to enable "Application access" menu item ?
     NOKIA 5610 Xpress music v 08.23 RM-359 variant 33.26
    Thanks,
    Sri

    Hi,
    Thank you for this link, this solution is working well with "SendKeys %ft" <=> "File > Page Setup..."
    I have also found a way to invoke menu item Tag but it just don't do anything with "APP_PRINTER_SETUP" <=> "Page Setup..." !!!
    http://forums.lavag.org/Two-small-tools-and-one-question-about-copy-and-paste-t5829.html&pid=36824&m...
    Best Regards,
    Emmanuel

Maybe you are looking for