Deleting Application & Log Question

We had a consultant come and do training on location. I now have 3 training applications that I need to delete. They where created by three different people and when I log in as the admin to delete them, I am receiving the following message:
" An error occurred while processing this page. Check the log for details. "
* Which log is it referring too? I cannot find a log in planning that has details to this.
* Could I be having issues because the admin account is not the creator of this application?
* One of the applications does not have an essbase cube, what do I do with it?
Any and all information would be greatly appreciated.
Lace

Hi,
The error logging in planning has never been the best, especially if you are using Tomcat.
If you run planning server in the foreground from the start menu and not as a server you get receive a lot more information (that is if you are on windows)
If you check the datasource details for the applications created you should be able to see the user account they were created with.
You also find out find out the sql repository tables which user is the application owner (HSP_USERS or HSP_OBJECT usually with id 50001)
Are you saying one of the planning applications does not have a cube or an essbase application, it is alright if it does not have any cubes a create might not have been run. If there is no essbase application you can always create one with the correct name so when you run the delete application it runs through without any problems.
Hope this helps
John

Similar Messages

  • How to delete application log in Nokia E5 ?

    Hi,
    I am having one nokia E5. I have updated it to the latest firmware 042.007. I can install and uninstall new applications and everything is coming in application log. But i cannot delete the  details in application log. Pls help.
    damu777

    thank you!!! I hate Nokia's software. When you open an image from the file manager or a MMS, it opens in the image editor, which you can zoom with the * and # keys. When you open from the gallery, this shortcut completely changed. Then, if you open the image in the editor, the zoom keys are 0 and 5 like on the gallery in the e71.
    Not only are these shortcuts inconsistant, but they fail to document them 90% of the time. I would have never thought to use the volume keys.
    I dislike the gallery on this phone. It's dumb that ''images'' also shows videos. It's dumb that images open don't open up in the same image editor they do when you open from gallery/sms. Its also dumb that videos don't open in real player through the gallery. I much preferred the more simple gallery on the e71.
    Thanks for this tip though

  • Application Logging questions, SLG0

    Hello all,
    I have a couple of generic questions I would like to ask the users of this forum.
    1.  The people that are using application logging, in what types of situations do you use this functionality, interface programming, updating custom tables, etc.?
    2.  People that are aware of this functionality and are not using it, why are you not using it?
    SAP help documentation has pretty good information about the different function modules that are part of this product. 
    Thanks
    Bruce

    Hi Bruce;
       As part of the SAP's AII (Auto-ID) production, we use SLG1 extensively because that is where all of the application errors are stored by the system when it processes inbound or outbound messages.
       The biggest pro is that it consolidates all of the logging information; the biggest con is that it is hard to search through all that information for a particular message, unless the document number is part of the message.  It can be a challenge to find a particular log entry when there can be upwards of 2,500 in one day.
    Cheers,
    John

  • SLG2 Deleting application logs

    Hi All,
    I used tc SLG2 to delete a huge number of logs from the db. Before and after i did this I checked the free space in DB02. I was expecting that the free space would increase after SLG2 but I found out htat the free space became less. Can someone explain me how this is possible and what I have to do to get the free space?
    Thanks,
    Michel

    The answer will depend on your database. In case of Oracle a starting point could be
    Note 592393 - FAQ: Oracle
    30. Why is the database still occupied to the same extent after extensive data archiving?
    If data is deleted from the database, the blocks of the affected objects are cleared, but the amount of space the affected objects occupy is not reduced. To make the space that is no longer occupied available for general use again, you must reorganize the objects concerned. See Notes 572060 and 541538 for more information.

  • Delete essbase log file daily

    Hi
    I would like essbase to delete application log file each day,
    how can I do it?
    Thx

    How about the CLEARLOGFILE Essbase.cfg file setting?
    Setting it to TRUE will overwrite the Essbase server and application logs whenever Essbase is restarted.
    Also, there's a EXCEPTIONLOGOVERWRITE setting that allows the overwrite of .xcp files.
    Both of these can be found in the Technical Reference guide.
    Regards,
    Cameron Lackpour

  • Limit application LOg?

    Is there any setting i can limit the size of application log size?i knew we can backup application log by copying & delete appliation log. Instead of this , any other setting we can do , it will delete application log automatically after reaching some size?

    Mike, There is no functionality to limit the logfile size. but there are some other options.. 1.CLEARLOGFILE TRUE/FALSE - With this configuration file setting you can set the log file to clear whenever OLAP server is re-started. 2. Run MaxL script to periodically clear log file <alter system> command. hope this helps -Maneesh Hari

  • Deleting expired application logs is key to improving mass activity performance issues

    During mass activity runs reference is made to the system's application logs during the process of line item selection. Performance based issues can be overcome by deleting old/expired application logs from the system, and rebuilding the affected table index. Based on my analysis on these issues, there has been a significant observation of 90% improvement in performance.

    Dear Astrid,
    Depending on the performance trace observed using transaction ST12, if for instance the SELECT on a particular table takes the most time, deleting all expired application logs and rebuilding the table index will result in a significant performance improvement.
    Yes 90% improvement will be observed across the entire mass activity run. In my example below I use table BALHDR.
    1. Run report SBAL_DELETE to delete all expired
    application logs from table BALHDR
        1.1. At the selection screen of report
    SBAL_DELETE, set the radio button for the expiry date to 'Only logs which have
    reached their expiry date’
        1.2. Under the tab for 'Selection
    conditions', enter the affected transaction code. e.g FPVA
        1.3. To delete the entries, set the radio
    button under the Options tab to 'Delete immediately'
        1.4. Finally, execute or use shortcut F8 to
    delete logs
    2. Rebuild index 1 on table BALHDR (create a
    secondary index on the table).
    I hope this helps.
    Kind Regards,
    Adrian

  • Application Logging in Standalone weblogic - quick questions

    Hi
    In JDeveloper, we could write our application logging to logs for debugging and viewable from JDeveloper.
    When we deploy to Standalone weblogic server, we cant find our logging.
    Of the 3 loggers (Msg Catalog, nonCatalog, Commons log API),
    Which logging mechanism is the best practice used logging for development environment ? Does it print to AdminServer.log ? If not, how can we accomplish that printing app log to AdminServer.log ?
    Which logging mechanism is the best practice used logging for production environment ? Does it print to AdminServer.log ? If not, how can we accomplish that printing app log to AdminServer.log ?
    Thanks

    hi,
    people commonly Log4J for their logging,Like Commons Logging, SLF4J, or the default Java Logging API. But if you're working with Oracle's Application Development Framework, there is another option as well: ADF Logging.
    ADF Logging is a logging mechanism, embedded in the ADF framework. It wraps the Java Logging API, but throws in a few extra methods and some JDeveloper and (Weblogic) Enterprise Manager features.
    the following one demo video from oracle site its very useful.
    http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/ADF_Insider_Essentials/debug_part1/debug_part1.html
    regards
    siva

  • What are F. M's used for creating application log in application server

    Hello
    plz suggest which F.M's i have to use to create application log
    Regards
    Kanth

    Hi Kanth,
    You can go through the following Function Modules :
    Application Log Maintenance
    (i)APPL_LOG_DELETE With this function module you delete logs in the database according to specified selection conditions
    (ii)APPL_LOG_DISPLAY With this function module you can analyze logs in the database.
    (iii)APPL_LOG_DISPLAY_INTERN With this function module you can analyze logs in local memory, e.g. when you have only collected log records at runtime and do not want to write to the database.
    (iv)APPL_LOG_INIT This function module checks whether the specified object or sub-object exists and deletes all existing associated data in local memory.
    (v)APPL_LOG_READ_DB With this function module you read the log data in the database for an object or sub-object according to specified selection conditions.
    (vi)APPL_LOG_READ_INTERN With this function module you read all log data whose log class has at least the specified value, from local memory, for the specified object or sub-object.
    (vii)APPL_LOG_SET_OBJECT With this function module, you create a new object or sub-object for writing in local memory. With a flag you can control whether the
    (viii)APPL_LOG_WRITE_u2026 messages are written in local memory or are output on the screen.
    (ix)APPL_LOG_WRITE_DB With this function module you write all data for the specified object or sub-object in local memory to the database. If the log for the object or sub-object in question is new, the log number is returned to the calling program.
    (x)APPL_LOG_WRITE_HEADER With this function module, you write the log header data in local memory.
    (xi)APPL_LOG_WRITE_LOG_PARAMETERS With this function module, you write the name of the log parameters and the associated values for the specified object or sub-object in local memory. If this function module is called repeatedly for the same object or sub-object, the existing parameters are updated accordingly. If you do not specify an object or sub-object with the call, the most recently used is assumed.
    (xii)APPL_LOG_WRITE_MESSAGE_PARAMS With this function module you write a single message, with parameters, in local memory. Otherwise the function module works like
    (xiv)APPL_LOG_WRITE_SINGLE_MESSAGE.
    (xv)APPL_LOG_WRITE_MESSAGES With this function module you write one or more messages, without parameters, in local memory.
    (xvi)APPL_LOG_WRITE_SINGLE_MESSAGE With this function module you write a single message, without parameters, in local memory. If no header entry has yet been written for the object or sub-object, it is created. If you do not specify an object or sub-object with the call, the most recently used is assumed.
    Regards,
    Swapna.

  • How to delete old logs in ise

    When doing show logging ion ise i get logs from 2 years ago. I need to delete old logs entries.do have any idea?
    Sent from Cisco Technical Support iPad App

    Khaled,
    The show logging command through CLI will show you the logging of the ADE-OS, not the ISE Application.  This shows all logged entries from the installation of the ISE.  to see what other operations are available through the show logging command, type sh logging ?:
    To delete the local logs, you must log in through the WebGUI and navigate to Administration > System > Logging.  Click Local Log Settings in the left menu.  You can then set the duration to keep the logs and can even click on Delete Local Logs Now if you want to completely purge the local logs.  NOTE that this will only delete the logs local to the ISE and NOT on any remote logging server.
    ISE 1.1.x:
    ISE 1.2:
    Please Rate Helpful posts and mark this question as answered if, in fact, this does answer your question.  Otherwise, feel free to post follow-up questions.
    Charles Moreton

  • Is there any way to automate purging Application Logging in azure storage account tables

    is there any way to automate purging Application Logging in azure storage account tables
    Rohit Pasrija

    hi Rohit,
    If you want to delete old data automatically, I think you need develop this feature by yourself. You could code the logic methods on your project, and set a timer to execute the methods to delete old data. Please refer to this thread (http://stackoverflow.com/questions/13602629/is-it-possible-to-acces-a-table-storage-in-azure-from-an-azure-web-site
    ), you could operate table storage data using azure sdk or REST API.
    Please try it.
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Application logging in weblogic 7.0

    Just wanted to put a question out there as to how everyone else is doing application
    logging. I want to provide a standardized error level logging capability to my
    application developers, and I DO NOT want to use the weblogic logging as it appears
    that it only can write to the server log - I worry about apps filling this filespace.
    I tried ServletContext logging, and contrary to other implementations, it also
    goes to the server log. According to the specs, it should go to a file that matches
    up with the context name.
    Is log4j the way to go?

    Thanks for the feedback, anyone else that ones to chime in on log4j shoot.
    Were looking now at how to leverage/intergate/avaliablate log4j within WLS.
    Cheers
    mbg
    "Jon Mountjoy" <[email protected]> wrote in message
    news:[email protected]..
    Hi Mark,
    I am curious about how log4j didn't work in a cluster, and what about
    weblogic's logging was superior to log4j?Well, I didn't exactly say that it didn't work in a cluster ;-) I
    implied that it didn't work beautifully in a cluster :-)
    These are the advantages that I see to WebLogic's logging:
    a) Distributed logging is a no-brainer
    b) Integration with WebLogic's own notifications
    WL:If you want to log in a cluster, then using WebLogic's logging is
    simple and effective - it all works out of the box. You get a nice
    domain log and all the underlying distribution is done for you.
    Log4J: If you want to log in a cluster using Log4J, then as far as I
    know you have to do some work (not much, just some) - which you don't
    have to do using WL. AFAIK, to get the same functionality you have to
    use SocketAppenders, and then have your administration server (or
    whichever server you want to hold the domain log) run a socketnode.
    Advantages: You have lots of nifty log4j features, more portable.
    Disadvantages: More setup, more administration, no integration with WL
    notifications.
    To me the greatest advantage is the integration with WebLogic's own
    notifications. Logging is not just about debugging info, but also
    manageability. I want to see all important information consolidated.
    Of course, I can write code to get this - perhaps writinng a
    notification listener for WL messages and converting them to Log4J
    messages. Hmm, perhaps if WL let me write my own 'appender' instead of
    their default 'send a JMX event' I could get nice clean integration.
    The nice thing about Log4J is that it's feature set is far richer, and
    its more 'portable' if you are willing to do the integration work with
    each app server.
    Regards,
    Jon

  • 9.3.1- Not able to see more than 1 errors in application.log file

    Hi,
    In 9.3.1. version, I am not able to see more than 1 errors in application.log file during dataload without rules files.
    If anybody has faced this solution, pls let me know the cause.
    Thanks
    jazz

    Hey Jazz,
    in the first row add a rule file with no load file change the path to what you want. then insert a new row add your load file here. it should have the path from the previous row in the error file. Then delete the first row and run. I had to do this for a level zero load and was the only thing I could figure out so far

  • Can I rotate application log in OC4J_Portal_default_island_1?

    My application.log file in %oracle_home%\j2ee\oc4j_portal\application-deployments\portal\oc4j_portal_default_island_1 grows quickly. Can I configure it to rotate every day or when it reaches a certain size? If yes, how?
    TIA
    Edited by: Angrydot on Aug 25, 2008 9:51 PM - what happens if I edit an old post in the new forum?
    Edited by: Angrydot on Aug 25, 2008 9:52 PM - nothing

    To rotate the OC4J log files under $ORACLE_HOME/opmn/logs, there are few parameters you can modify that are not documented in Oracle 9.0.4/10.1.2 documentation.
    [New JVM parameters]
    "stdstream.filesize"
    Max file size limit of each archive. Unit is megabyte.
    "stdstream.filenumber"
    Max number of files that oc4j can keep as archives. The oldest file will be automatically deleted if the limit is exceeded.
    [Usage]
    ex 1: rotate stdout/stderr when the file size is reached to 2.5M byte.
    java -Dstdstream.filesize=2.5 -jar oc4j.jar -out std.out -err std.err
    OraHome\opmn\conf\opmn.xml
    In order to get these parameters in opmn.xml you need to define it as follows:
    <category id="start-parameters">
    <data id="java-options" value="-server -Djava.security.policy=$ORACLE_HOME/j2ee/home/config/java2.policy -Djava.awt.headless =true -Dstdstream.filesize=0.2 -Dstdstream.filenumber=5"/>
    <data id="oc4j-options" value="-out std.out -err std.err"/>
    </category>
    The new log files will be created under:$ORACLE_HOME\j2ee\home\home_default_island_1\
    The file naming will be like:
    std_2006_02_22_14_01_17.out
    std_2006_02_22_14_16_25.out
    Important notes:
    1. Backup opmn.xml file before any modification.
    2. Modify opmn.xml file to specify stdstream.filesize and stdstream.filenumber. See the example above.
    3. Test and validate this solution in your test system first before implementing in Production.

  • Is there any chance to recover deleted application data ?

    i deleted  application called evernote , and i re install it than i realized the activity log in that application lost ? but i really need to know activity of 7 th june in my computer regarding to that program :/ because that day my friend was in my house and hes used the computer for long time and there was private things in that application and application wasnt logged out

    Since you post in iPhone 4S tag, I guess you deleted application in your iPhone 4S. You may have a try some iPhone data recovery software or similar programs. Many apps claims to be able to recover data from iPhone as long as the deleted data are not erased by new data.

Maybe you are looking for

  • Clashing Events in iCal

    I have recently converted to Mac (yay!) and have created all of my calendars in iCal. I'm wondering if anyone can help me with iCal and appointment clashing? My problem is that sometimes I have meetings which are fortnightly and some which are weekly

  • Sapscript and Standard Text - Polish Characters not printing

    Hi, I have created an English Sapscript and translated it to Polish via transaction SE76. Changing my PC Region and Language settings to Polish allowed me to enter Polish Characters into Hardcoded text in the Sapscript and Standard Text via s010. I h

  • TS2756 i am loosing the connection of hotspot between mky iPad and my iPhone 5. why?

    i am loosing the hotspot connection between my iPhne5 and my iPad afetr closing the smart cover. i should go to the hotspot settings and turn off and then on again to restore the hotspot connection between the two. i got fed-up to do so whenever i cl

  • ADAPTER STATUS

    where to check the adapter status..whetther it is active or inactive....

  • Bb z3 in high level service center

    many issues with my bb z3 like disconnecting wifi itself, Wi-Fi direct not working, blootuth tethering, deleting contects automatically. I sent my mobile to RIM ( a higher level service center ) to Bangalore. One month passed but i have no info regar