Cannot able to see the database in EAS Console

I Created a BSO Application "ABC" in EAS CONSOLE , But after i refreshed the applications and also signed out and signed in ...
i could not see the Application...
When i created a same database again it says "Error: 1051031 Application ABC already exists" but it is not visible in EAS CONSOLE......
But when i go to arbor path... i.e ( c:/hyperion/product/essbase/apps) i can see the application folder "ABC"
can any one tell me why can i not able to see the application ABC in the EAS Console...

Hi,
You have created this application through native admin user or any other user.
I think user donot have access to your application.
Thanks,
Avneet

Similar Messages

  • User cannot able to see the responsibilities

    hi
    One of the user cannot able to get the login home with responsibilities.While the user logins its directly initializing the jvm and loading the formsession.Its happening for specific user from any pc.Its on 11.5.10 and db 9.2.0.6 on linux.The specific user cannot get the home page(html page).
    rgds
    rajesh

    If you suspect something from the application (i.e. the user reach the Username/Password window), then login as SYSADMIN, revoke all the responsibilities and grant it back one by one.
    I understand it is from the application, but sometimes when the same user cannot access the application then re-creating the user profile would resolve the issue (I assume here that the login window does not appear to that specific user).

  • Cannot able to see the class in custom tag for WASD4.0

    I am using an simple custom tag to print name
    my .tld file
    <?xml version="1.0" encoding="ISO-8859-1" ?>
    <!DOCTYPE taglib
    PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN"
    "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd">
    <taglib>
    <tlibversion>1.0</tlibversion>
    <jspversion>1.1</jspversion>
    <shortname>ST</shortname>
    <uri></uri>
    <tag>
    <name>sortTag</name>
    <tagclass>com.abcea.pos.jspTags.sort.SortTag </tagclass>
    <bodycontent>EMPTY</bodycontent>
    </tag>
    </taglib>
    and my tag class
    package com.abcea.pos.jspTags.sort;
    import javax.servlet.jsp.*;
    import javax.servlet.jsp.tagext.*;
    public class SortTag extends TagSupport {
         String Name="Hai";
    public int doStartTag() throws JspException {
              return EVAL_BODY_INCLUDE;
    public int doEndTag() throws JspException {
         try {
              pageContext.getOut().write("Hello Name:praveen");
         } catch (IOException e) {
    return     EVAL_PAGE;
    I am getting an error
    JSPG0058E: Unable to load class com.abcea.pos.jspTags.sort.SortTag : org.apache.jasper.JasperException: JSPG0058E: Unable to load class com.abcea.pos.jspTags.sort.SortTag
    You guys might have came across this error ,
    please help me in solving this.

    yap!
    I could see the compiled class in WEB-INF/classes/com/abcea/pos/jspTags/sort/SortTag.class
    in jsp i am calling
    <%@taglib uri="/WEB-INF/lib/SortTag.tld" prefix="ST"%>
    <ST:sortTag/>
    in web.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
    <web-app id="WebApp">
         <display-name>POSWeb</display-name>
         <servlet>
              <servlet-name>LogoutServlet</servlet-name>
              <display-name>LogoutServlet</display-name>
              <servlet-class>com.abcea.pos.role.servlet.LogoutServlet</servlet-class>
         </servlet>
         <servlet-mapping>
              <servlet-name>LogoutServlet</servlet-name>
              <url-pattern>/Logout</url-pattern>
         </servlet-mapping>
         <taglib>
    <taglib-uri>/WEB-INF/lib/SortTag.tld</taglib-uri>
    <taglib-location>/WEB-INF/lib/SortTag.tld</taglib-location>
    </taglib>
    </web-app>
    I don't know what i am skipping?

  • My location service is not working from the day one the response is that (cannot able to determine the location) .What can i need to do to see my location in maps and other application even the location services is enabled in the settings?

    From the day one the response is that (cannot able to determine the location) while using ios5.1 .What can i need to do to see my location in maps and other application even the location services is enabled in the settings?.Which means that is there is any problem in my ipad ? currently running on IOS 6.

    Your location is determined from a location database which contains the MAC addresses of routers and their physical location. A MAC address is a unique number which is built-in to all network devices when manufactured. The database is built and updated by actually driving around and mapping router locations.
    Since you just moved the location of your router has not been updated in the database and when you use Maps you will see your old location.
    If you go outside your house you can be correctly located because your iPod sees other routers which are in the location database. Note that you do not need to be connected to a router for your iPod to see it and obtain its MAC address.

  • I tried to send a mail message to too many addees. when the rejection came back "cannot send message using the server..." the window is too long to be able to see the choices at the bottom of it. how can i see the choices at the bottom of that window?

    I tried to send a mail message to too many addees. when the rejection came back "cannot send message using the server..." the window is too long to be able to see the choices at the bottom of it. how can I see the choices at the bottom of that window?

    I tried to send it through gmail and the acct is  a POP acct
    I'm not concerned about sending to the long address list. I just can't get the email and window that says "cannot send emai using the server..." to go away. The default must be "retry", because although I cannot see the choices at the bottom of the window if I hit return it trys again... and then of course comes back with the very long pop up window that I cannot see the bottom of so I can tell it to quit trying...

  • I have windows 8.1 operating system and I purchased and downloaded the Acrobat Professional XI. I am able to see the download but cannot locate how to pin it to my taskbar.

    I have windows 8.1 operating system and I purchased and downloaded the Acrobat Professional XI. I am able to see the download but cannot locate how to pin it to my taskbar.

    Hello,
    Please refer to following article:
    http://windows.microsoft.com/en-us/windows7/pin-a-program-to-the-taskbar
    Regards,
    Anoop

  • The transaction log for database 'mydatabase' is full. To find out why space in the log cannot be reused, see the log_reuse_wait

    Every time I get this error, at different points of testing inserts and deletions on my table:
    The transaction log for database 'mydatabase' is full. To find out why space in the log cannot be reused, see the log_reuse_wait_desc column in sys.databases
    Why do I keep getting this?  All I'm doing is deleting several hundred thousand records and inserting them into a couple of tables.  i shouldn't have to truncate my log every time or my application bombs out!
    sys.databases only gives me this info for log_reuse_wait_desc which does nothing for me:
    LOG_BACKUP

    sp_helpdb BizTalkDTADb
    ALTER DATABASE BiztalkDTADb
    SET RECOVERY SIMPLE;
    GO
    DBCC SHRINKFILE (BiztalkDTADb_log, 1);
    GO
    sp_helpdb BizTalkDTADb
    GO
    ALTER DATABASE BiztalkDTADb
    SET RECOVERY FULL
    GO

  • The transaction log for database 'WSS_Content' is full. To find out why space in the log cannot be reused, see the log_reuse_wait_desc column in sys.databases

    Hi all,
    Observing the below error in event logs once in every day at 3:30 AM on the on SQL Server Machine, it is being used for TFS 2010.
    The transaction log for database 'WSS_Content' is full. To find out why space in the log cannot be reused, see the log_reuse_wait_desc column in sys.databases
    Kindly advice me here on what to do?
    Thanks in advance

    First thing to check is, what is happening at 3:30am to cause the log to fill up?  Is there any maintenance tasks being run against the DB, such as index re-organizations or rebuilds?  If so, take a look at what the job is doing, maybe it could
    be tuned (ex:  A Maintenance Plan with a rebuild indexes task will rebuild *every* index whether it needs it or not.  Look at using something that checks how fragmented an index is, and then intelligently determines what, if anything, to do to that
    index.)
    Basically, the error is telling you that SQL is trying to do something in the DB, and has filled up the log (either because it's not getting backed up often enough, or the transaction in question is running *very* long, or your log is set to not auto-grow)
    So, a couple possible solutions:
    Increase the frequency of Transaction Log backups of WSS_Content (only works if the DB is in Full Recovery)
    If you've got the disk space, turn on auto-growth for the TLog (or just manually grow it larger) {This will work for both Full and Simple Recovery}
    It would be nice to know what's causing the space to not be re-used, but with this occuring at 3:30am, you'll either need to set up an Agent job to run around that time and record its results, or manually run something like "select log_reuse_wait_desc from
    sys.databases where name = 'WSS_Content';"  Me, I prefer to be soundly sleeping at 3:30am and would set up an Agent job to run from say about 3:00am to 3:45am once per minute (maybe even more frequently.)
    DON'T shrink the log, though.  SQL will idealy grow the log as large as it needs it (if autogrowth is enabled) and no more.  If you shrink the file, SQL will just have to re-grow it later again, which can affect performance.
    Jason A.

  • Since upgrading to Mountain Lion, I cannot restore emails with time machine. In Lion TM created a folder in Mail called recovered emails(or similar) No such folder is created since ML. I am able to see the email I want to restore, but it then disappears

    Since upgrading to Mountain Lion, I cannot restore emails with time machine. In Lion TM created a folder in Mail called recovered emails(or similar) No such folder is created since ML. I am able to see the email I want to restore, but it then disappears

    I am inside Mail, waiting for the TM 'recovered mail' folder to appear - which it doen't.
    I only looked in my home folder after trying several times from within my Main app.
    Marion

  • Not able to see the PSA

    Dear Experts,
    I have enhanced the extract structure of  2lis_13_vdkon in R/3 with 5 fields which are exist in transfer structure.
    I have replicated the data source in BI but unfortunately i have not deleted the data in the PSA.
    After replication when i try to activate the data source the system is giving Dump and im not able to see the PSA also.
    Please help me out.
    When i manage on the data source to c PSA, its giving error like this
    Invalid DataStore object name 2LIS_13_VDKON_BB: Reason: No valid entry in table RSTS
    The Dump when activating the data source is :
    Runtime Errors         SAPSQL_ARRAY_INSERT_DUPREC
    Exception              CX_SY_OPEN_SQL_DB
    Date and Time          03.06.2009 09:46:55
    How to correct the error
         Use an ABAP/4 Open SQL array insert only if you are sure that none of
         the records passed already exists in the database.
         If the error occures in a non-modified SAP program, you may be able to
         find an interim solution in an SAP Note.
         If you have access to SAP Notes, carry out a search with the following
         keywords:
         "SAPSQL_ARRAY_INSERT_DUPREC" "CX_SY_OPEN_SQL_DB"
         "CL_RSAR_PSA===================CP" or "CL_RSAR_PSA===================CM006"
         "_UPDATE_DIRECTORY_TABLES"
         If you cannot solve the problem yourself and want to send an error
         notification to SAP, include the following information:
         1. The description of the current problem (short dump)
            To save the description, choose "System->List->Save->Local File
         (Unconverted)".
         2. Corresponding system log
            Display the system log by calling transaction SM21.
            Restrict the time interval to 10 minutes before and five minutes
         after the short dump. Then choose "System->List->Save->Local File
         (Unconverted)".
         3. If the problem occurs in a problem of your own or a modified SAP
         program: The source code of the program
    Regards
    venu

    Hi Venu,
    The issue I think is the PSA was not deleted cleanly. If you try and activate the PSA you will get the dump again.
    ..Probably if you go through the ABAP dump you will notice it is pointing to the following code;-
       75 * Put the fields of PSA to database without check, otherwise error by
       76 * activation of table
       77
       78   IF p_psa_exists EQ rs_c_false OR
       79      i_new_version     EQ rs_c_true.
    >>>>>     INSERT rstsodsfield FROM TABLE l_t_odsfield.
       81   ELSE.
       82     DELETE FROM rstsodsfield
       83       WHERE odsname = l_s_odsfield-odsname
       84       AND  version = l_s_odsfield-version.
       85     MODIFY rstsodsfield FROM TABLE l_t_odsfield.
    Put a breakpoint in the code in line 78. and activate the DS..the program should stop in 78...change the value of variable rc_c_false so that line 82 gets executed. This will clean up the PSA entries in table rstsodsfield. Now activate the DS and delete the PSA entries in the PSA table.
    We faced the same issue and resolved it this way.
    Thanks
    -Saif

  • Report exection problem for one user - not able to see the data.

    Hello Friends ,
    Need some help . I have got the one ticket from bussniess side about the report execution .
    Unfortunately , I am also not having authorisation of that report due to sensible data.
    Problem - User is executing the report but some how he is not ABLE TO see the data for one company code Hierachy .
    I executed the same report through RSSMQ via his user id , and I got the  below message.
    All value were selected . Hierachy Authorisation cannot be used.
    A displayed hierachy requier a hierachy authorisation .
    But when i checked his authorisation , I am able to see that he should have authorisation to all the hireachy .
    could you please let me know , how can I check more ?
    Regards,

    after accessing the report , u go to su53 tcode and check the authorization and u can see what is problem in authorization for the that user and u can send the details to secuity team to rectify the issue ,

  • Not able to see the generated chart image

    I'm using Oracle 6i Reports and Oracle 9i dtabase to generate a report with graphs embedded. I'm able to view the tables populated with exact values but cannot see the graph. The chart image and html generated are placed correctly in the directory pointed to cahedir, but yet I'm not able to see the image. Can you tell me how to congifure the Html output from the server. The server is introducing a base tag pointing to a different location. Can I change the location.

    HI
    It is still not showing image. Messsage coming is "Right Click Here to Download Pictures. To help protect your privacy. Outlook prevented automatic download to this picture from the internet."
    Thanks & Regards,
    Ravi Grover

  • ESB Console - not able to see the processes deployed.

    Hi
    I have installed SOA Suite 10.1.3.4 MLR#5.
    I had created some Systems in the ESB system and deployed many processes in them.
    Then i changed the <SOA_HOME>/integration/esb/config/pc.properties to:
    oracle.tip.pc.services.notification.smtp.transport.cache.size = 10
    oracle.tip.pc.services.hw.worklist.SessionTimeoutInMinutes=60
    oracle.tip.pc.services.owf.callback.quartz_interval=1.0
    oracle.tip.adapter.file.numProcessorThreads=1
    oracle.tip.adapter.file.controldirpath=
    oracle.tip.adapter.ic.repoConnMode=RMI
    Then restarted the suite.
    While starting the server i got an error:
    oracle.tip.esb.monitor.MonitorException: An unhandled exception has been thrown in the ESB system. The exception reported is: "java.lang.NullPointerException
         at oracle.tip.esb.console.CacheManager.loadCache(CacheManager.java:298)
         at oracle.tip.esb.console.CacheManager.init(CacheManager.java:213)
         at oracle.tip.esb.console.CacheManager.bootstrap(CacheManager.java:178)
         at oracle.tip.esb.monitor.manager.ActivityMessageManager.initialize(ActivityMessageManager.java:192)
         at oracle.tip.esb.server.bootstrap.DesignTimeResourceAdapter.startControlListener(DesignTimeResourceAdapter.java:126)
         at oracle.tip.esb.server.bootstrap.DesignTimeResourceAdapter.startListeners(DesignTimeResourceAdapter.java:100)
         at oracle.tip.esb.server.bootstrap.ESBBaseResourceAdapter.startESBListeners(ESBBaseResourceAdapter.java:649)
         at oracle.tip.esb.server.bootstrap.ESBBaseResourceAdapter.setupRuntime(ESBBaseResourceAdapter.java:412)
         at oracle.tip.esb.server.bootstrap.ESBBaseResourceAdapter.initializeESB(ESBBaseResourceAdapter.java:361)
         at oracle.tip.esb.server.bootstrap.ESBBaseResourceAdapter$PingTester.run(ESBBaseResourceAdapter.java:986)
         at oracle.j2ee.connector.work.WorkWrapper.runTargetWork(WorkWrapper.java:242)
         at oracle.j2ee.connector.work.WorkWrapper.doWork(WorkWrapper.java:215)
         at oracle.j2ee.connector.work.WorkWrapper.run(WorkWrapper.java:190)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:825)
         at java.lang.Thread.run(Thread.java:595)
    Now everything else is ok, except the ESB.
    When i open the ESB console, i am able to see the ESB Systems which i created but not the ESB processes which were deployed.
    When i try to redeploy the ESB processes through JDev, i get error:
    error code: 2006: 5
    summary: ESB DT Cache is not initialized. Maybe ESB bootstrap failed.
    Fix: Please review ESB parameters for their correctness
    Let me know if anyone has already solved this... Thanks
    Inder

    Could be a few things.
    When you upgraded to 10.1.3.4 did you run the ESB SQL script? If not run it. I believe there is also one for the MLR patch, run this after.
    In the console is the right server port, and host name specified in the Default System.
    Make sure the dehydration store is up.
    Is your database able to accept new connections, try login via SQL plus when you get this error. If you are running XE the processes, and sessions are set low. Increase in the init.ora
    Also check the log.xml and see if it provides any more information, does it mention something like open_cursors exceeded. If so increase parameter in init.ora.
    cheers
    James

  • Not able to see the TPZ files

    Hi,
    Please help.
    I am facing a problem while transporting a request to Production environment. I am using File Level Transport. When I create a transport file, it is successfully created in development system's /export location. Basis team moves the file production system's /import directory.
    But here I am not able to see the imported  tpzfile via Tool->import design objects , in Production environment.

    Hi,
    Please find below from sap help.
    After a successful import, the Integration Builder moves the imported TPZ files into the directory <systemDir>/xi/repository_server/importedFiles. The support package stack of imported software component versions is displayed on the Details tab page for the relevant software component version in the Integration Builder. If an error occurs, this information is important for support. Take one of the following precautions to retain the overview of the imported XI content:
    ●      If the release and the support package stack are clear from the file name of the TPZ file, simply leave the files in the directory importedFiles (see above).
    If a file with the same file name already exists in the directory importedFiles, the Integration Builder adds the date and time of the import to the file name of the imported export file. This enables you to check which file was imported last.
    ●      After a successful import, you can keep the packed files, from whose naming convention you can derive the support package stack. Move them into the directory importedFiles, for example.
    If version conflicts occur during the import, you can process and resolve them in the Enterprise Services Builder. In the case of corrupt export objects, you can force the import and skip objects that cannot be imported. The import is then incomplete and references to objects that are not imported are lost.
    Regards,
    Venkata S Pagolu

  • I am not able to shutdown the database by using stopsap

    Dear all,
    As mentioned in the subject "I am not able to shutdown the database by using stopsap". I am getting the following errors:
    exec(): 0509-036 Cannot load program oracle<SID> because of the following errors:
            0509-150   Dependent module libjox9.a(shr.o) could not be loaded.      
            0509-022 Cannot load module libjox9.a(shr.o).                          
            0509-026 System error: A file or directory in the path name does not exist
    R3 is terminated correctly by using the command stopsap and also I am able to shutdown the database normally by using the SQL command.
    Thanks for your cooperation.
    Maher

    Thank you Nick for your care.
    I will test start/stop manually later; because the system is active and used by the users for testing purpose (not production).
    Yes, LIBPATH is the same for both users.
    The ownership/permisssion for the both files is
    -rwxr-xr-x   1 <SID>adm   sapsys    stopdb
    -rwxr-xr-x   1 <SID>adm   sapsys    startdb
    I compared with production, it seems ok.
    I started DBCheck by using the transaction DB13 and also it failed due to same errors.
    Job started
    Step 001 started (program RSDBAJOB, variant &0000000000272, user name ****)
    No application server found on database host
    Execute logical command BRCONNECT On host *******
    Parameters: -u / -c -f check
    BR801I BRCONNECT 6.20 (113)
    exec(): 0509-036 Cannot load program oracle<SID>because of the following errors:
    #0509-150   Dependent module libjox9.a(shr.o) could not be loaded.
    #0509-022 Cannot load module libjox9.a(shr.o).
    #0509-026 System error: A file or directory in the path name does not exist.
    BR805I Start of BRCONNECT processing: cdnybrme.chk 2004-08-11 08.27.04
    exec(): 0509-036 Cannot load program oracle<SID> because of the following errors:
    #0509-150   Dependent module libjox9.a(shr.o) could not be loaded.
    #0509-022 Cannot load module libjox9.a(shr.o).
    #0509-026 System error: A file or directory in the path name does not exist.
    BR280I Time stamp 2004-08-11 08.27.07
    BR301E SQL error -12547 at location db_connect-2
    ORA-12547: TNS:lost contact
    BR310E Connect to database instance <SID> failed
    exec(): 0509-036 Cannot load program oracle<SID> because of the following errors:
    #0509-150   Dependent module libjox9.a(shr.o) could not be loaded.
    #0509-022 Cannot load module libjox9.a(shr.o).
    #0509-026 System error: A file or directory in the path name does not exist.
    BR280I Time stamp 2004-08-11 08.27.07
    BR301E SQL error -12547 at location thr_db_connect-4
    ORA-12547: TNS:lost contact
    BR310E Connect to database instance <SID> failed
    BR806I End of BRCONNECT processing: cdnybrme.chk 2004-08-11 08.27.07
    BR280I Time stamp 2004-08-11 08.27.07
    BR804I BRCONNECT terminated with errors
    External program terminated with exit code 3
    BRCONNECT returned error status E
    Job finished
    Do you think that we need to rebuild the Oracle Software ?
    Thank in advance for your cooperation.
    Maher.
    Message was edited by: Maher M.

Maybe you are looking for

  • SharePoint 2013 permissions on the sub-site/list/library level

    Hello, I would like to understand how access works on SP 2013 restricted sub-sites and the restricted list/libraries (by permissions) stored on the restricted (by permisssions) sub-sites. I've created a teamsite in SP 2013, with the sub-sites and lib

  • Adding a Pager field in contact information in 5.2

    When I try to enter pager info into BP addresses tab (SAP GUI) in 5.2, I get a prompt to enter some kind of information about the service?? how do I get it to accept info as I want to add that field in the web ui In trying to customize as well under

  • Hello Evrybody, u guys r doing really really wonderful job. BDC links

    Hello Evrybody, u guys r doing really really wonderful job. I mus appreciate it. Now coming to my requiremnt, im a newbie to ABAP, I want to abt BDC,couple of days ago while surfing net i found a study material on BDC. it was really cool,awseome tht

  • Error In Depreciation Run in the period 08  the following is the error

    Dear all While executing the Deperciation run in the bacground in the period 8 system througing a error message that the Object ORD 600020 has system status CRTD (Created).  According to this status, transaction 'FI: Postings' is not allowed. how do

  • Safari 5 crashes with fullscreen video

    Safari 5 in my Macbook Pro crashes whenever I play any video in fullscreen and the video plays till the end. I am mentioning this because if I come out of the fullscreen before the video ends, it doesn't crash. I am pasting the crash report here. Ple