Where are EAS 11.1.2.3 user settings stored?

Where are the EAS 11.1.2.3 user settings, Essbase servers, etc., stored. I have some users who are telling me that sometimes when they login all of their settings are gone and they have to set everything up again. We have EAS on 3 servers in a clustered environment so when you login to one EAS and set up servers, those servers are available if you login to EAS on a different server. This led me to guess that they're stored in the Foundation Services repository but I can't find anything in any of those tables.
Thanks.
Jerry

Well, more digging and more information. Not quite to the detail I was hoping to find, but getting closer.
I found instructions on using the orapki utility to display the contents of cwallet.sso. This doesn't really show much though. I can tell there are 6 EAS users but not any more than that.
I found a java program that displays more of the information contained in cwallet.sso including passwords. It's a bit disconcerting that it's so easy to display encrypted passwords. Other than the passwords, this didn't give me any more information.
I got the most information from Enterprise Manager. Viewing the credentials for the EPMSystem, I can actually find who the users are. If the users have saved custom views, I can see those. I still can't see what servers are defined for each user if they aren't in custom views. I think this can help me determine what changes are happening and if custom views are getting lost. I will need to take a snapshot before and after each time I restart EAS to see if there are any differences.
Jerry

Similar Messages

  • I found the manuals.  Where are the tutorials for newer Mac Users.

    Where are the tutorials for the various Mac Products.  I found the manuals but not the tutorials.  Thanks..

    And if you're coming to the Mac from a PC then this will also help:
    http://www.apple.com/support/switch101/

  • Where are the references for a Website in VS2012 stored?

    Hi all,
    I have a Visual Studio 2012 solution which contains a few Class library projects and an IIS website. I can add references to the projects, to the website (add reference > solution). But where are the references stored. If you add a reference to a project,
    you can open the csproj file and see the path to the project. How can I see the same for a website (not a webapplication, but a website)
    Sorry for the messy explanation, and thanks in advance.
    Kind regards
    Sincerely, Brecht

    Hi Brecht,
    As far as I know, when we create a website solution, the website project will saved to two places in default in
    VS.
    For example, when I create a website solution and then location the path like:
    E:\WebSite1 in VS IDE.
    One website.sln file is default save into the C:\Users\username\Documents\Visual Studio 2013\Projects\WebSite1\
    WebSite.sln
    In the WebSite1 folder, it includes some Class library projects you created and the website.sln file.
    Another website project is saved into the E:\WebSite1 you located path.
    So if you want to know find
    the references’ store path for a Website in VS2012, I know that after you right click the website project ->Add-> Reference->Solution->Projects, the references will be added into the website.
    And then you can right-click the website project->Build web site, the VS will create a Bin folder default to save the references. So you will see the references
    in the Bin folder under the web site project. As the same time, it is default that you will find the references like the path: E:\WebSite5\Bin.
    Hope it help you!
    Best Regards,
    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.

  • Where are Hyperion Reports 7.2 e-mails addresses stored?

    In Hyperion Reports 7.2, where are the e-mail addresses that you select to send output stored?<BR>Is there a way to export/import a list?<BR><BR>We just upgraded from Reports 2.6 and the users are complaining that the list has been wiped out.<BR><BR>Regards,<BR>Tom M.<BR>[email protected]<BR>Essbase 6.5.7<BR>

    Will,<BR><BR>Go to \\Hyperion\HyperionReports\lib\hr_global.properties on your report server. Open the file in a text editor and look for the SMTP settings section. There you should put the name or IP Address of the SMTP server. Restart your report services and you should be set to go. As far as the sending email account, from the Hyperion client, go into Preferences and input the email address you want to send with in the "Your email address" field. Now that will take care of sending emails from the client. If you plan to send reports via email from a batch file, it will default to a system account for the email, most email systems will not allow this so you will have to code the sending email address into your XML file used to send the batch. This is not overly obvious as the SENDER tag is not one of the defaults (don't ask me why) you need to go through the doc for an example or if you need one, send me an email and I can forward a sample to you.<BR><BR>HTH

  • Where are the Cosmos/Beach etc. Screensaver Pictures stored?

    That's it ! Where can I find the original pictures that feature in the default Screensavers?
    I'm using OSX 10.3.9 and did a "Find" search which resulted in zero!
    Ian.

    Hi Again Ian!
    I did some investigating, since my last post. Here are my results.
    You can open the Screen Savers folder
    Control click on one, say Cosmos
    Select Show Package Contents
    Open Contents folder
    Open Resources folder
    The window that opens, will have the 10 jpg files that comprise the Cosmos slide sow/screen saver
    It seems they can't be duplicated from within that folder though.
    But if you open them in Preview, they can be exported, which will make a copy.
    Using the copies, you could create your own slide show.
    If you need help with that, let me know.
    Good Luck!
    ali b

  • Where are all the UME actions and UME roles stored?

    Hi there,
    I had a look at the SAP<SID>DB.UME* tables, it seems to me that they are not stored there.
    What I wanted to achieve is to build a list of all user, user to role assignment, all UME actions, and role to action assignment so that we can do some analysis of the data.
    Another related question is about the SPML based java API for user management in UME. It only allows you to list all the UME roles. What about the J2EE security roles? It seems to me that by using this API, you can not get a complete picture of user authorization, which includes both UME role and J2EE security role. Any comments?
    Thanks in advance
    GG

    Hi,
    I would suggest to use [UME Java API|http://help.sap.com/javadocs/NW04S/SPS09/se/com/sap/security/api/package-summary.html] instead of reading from the DB tables. You can get all users using methods of the class IUserFactory. The class IRoleFactory has method getRolesOfUser which gives you all roles for each user. Don't forget about roles assigned to user groups. Have a look also at package com.sap.security.api.acl. You should be able to get all ACL entries using [IAclManager|http://help.sap.com/javadocs/NW04S/SPS09/se/com/sap/security/api/acl/IAclManager.html]. Especially, check the code example. I've never done this but from reading javadocs it looks like it should be possible.
    Have a look also at this [document|http://help.sap.com/saphelp_nwce711core/helpdata/en/a4/d39b3e09cdf313e10000000a114084/frameset.htm]. It describes the authorization concept of the AS Java.
    Cheers

  • Where are the .java files compiled from .jsp files stored?

              hi,
              I'm new to weblogic server. When I use Tomcat as the jsp server, it compiles .jsp
              files to .java files and then .class files. So when an error reported I can track
              it in the .java file.
              But what should I do with weblogic? It only saves the .class files in the work
              dir. Or is there a better way to trace errors in jsp files?
              Thanks!
              

    This should give you the information you need to set the keepgenerated flag:
              http://e-docs.bea.com/wls/docs60/jsp/admin.html#53346
              Also, the .java files will be right next to the .class files with are under
              a tmp directory in the /WEB-INF directory under the WEB-INF if it is an open
              directory or in the
              config/mydomain/applications/.wl_temp_do_note_delete/WEB-INF directory if it
              is .war file.
              Sam
              "Raymond" <[email protected]> wrote in message
              news:3b931619$[email protected]..
              >
              > Thanks, but can you tell me more about it? where to set this flag? I'm
              using WLS
              > 6.0sp1.
              >
              > "Sam Pullara" <[email protected]> wrote:
              > >You can turn on the keepgenerated flag if you want to keep the .java
              > >files.
              > >How you do this depends on what version you are using.
              > >
              > >Sam
              > >
              

  • Where are the web templetes, web items and queries stored?

    Hi,
    I have created many reports using Web Application Designer and Query Designer, Now I want to get these reports and querys in my webDypro program, so i think first i must find out where can i find them, anybody know which table store the web templetes ,web items and queries?

    hi Jacky,
    query
    RSRREPDIR, RSZCOMPDIR
    (other tables : RSRREPDIR, RSZRANGE, RSZELTXREF, RSZELTTXT, RSZSELECT, RSZCOMPDIR, RSZELTDIR
    RSZCOMPIC, RSZELTPRIO, RSZELTPROP, RSZELTATTR, RSZELTTXT, RSZCALC, RSZCEL, RSZGLOBV)
    webtemplates
    RSZWTEMPLATE
    web items
    RSZWITEM                       Header Table for BW Web Items
    RSZWMDITEM                     BW Web Metadata: Template Item
    hope this helps.

  • Where are the icons used for Audio/Midi Setup Stored

    I have OS X 10.8.5 installed on My 2009 Macbook Pro.I also have Pro Tools 8 And Digital Performer 7.2.4 installed. I appear to have multiple copies of the generic Folder Instlled as well. How do I create another folder with my custom icons and where should it be placed.
    Regards
    Charlie Parker

    Steve B5 wrote:
    what is the proper setting for Hz?
    44100
    And should the 2ch be 16bit, 20bit or 24 bit?
    16 is standard, 24-bit (new to GB4) is the highest resolution

  • Where are my old email aliases for Mobile Me stored in iCloud?

    I need to see what alias email addresses iCloud is using. How can I do that?

    Thanks for your reply. I do not see my email address for my website janetiversen.com
    When I try to add it to Mail, it says my certificate is not verified. (I thought I had added it as an alias in MobileMe before it closed.)
    Any suggestions as to how to get it into Mail?
    My web host is A2. And my email address is set up through them.
    I simply want to access it from Mail.

  • Where are playlist prefs contained?

    I am migrating my library from a G5 to a Mac Pro. Where are all my playlist, iPod sync & other preferences stored, so that I may move them over.
    Thanks

    Thanks. The other comp is running on the network and they are not connected via firewire or the like. I didn't know this Migration Assistant existed. I'd still prefer to pick and choose what I bring over, maybe this tool does it. What I don't want to do is bring over all the old clutter - just the exact files I need.
    Thanks, I'll check it out though!

  • Reset ALV User settings

    Hi,
    I have defined an ALV dynamicly. When I add a new column to the ALV it is not displayed. Doing right click and going to 'user settings' I see that the column is added to 'Hide column'. Changing this manually shows that the new column is presented in the ALV.
    This only happend if I had once clicked the user settings and did some things and SAVED. So somewhere my user settings are stored.
    My question:
    - How can I reset my ALV user settings in webdynpro  in a way that new defined columns are directly presented ?
    - Where are these ALV user settings stored ?
    Hope you can help.
    Cheers, John

    HI John,
    As sarbjeeth suggested, get the variant(personalisation info) details from the WD application wd_analyze_config_user.
    Run this application and search for the variants of the component SALV_WD_TABLE(ALv component), identify your variant and note the details like config name,config variant, config type etc.
    Then in the WDDOINIT , you can try deleting like this.
    DATA lo_api_controller TYPE REF TO if_wd_controller.
      DATA lo_pers_manager   TYPE REF TO if_wd_personalization.
      data lv_variants       type WDR_PERS_VARIANTS.
      data lv_config_key     type WDY_CONFIG_KEY.
      data lv_bool           type wdy_boolean.
    *   get personalization manager
      lo_api_controller = wd_this->wd_get_api( ).
      lo_pers_manager = lo_api_controller->get_personalization_manager( ).
    lv_config_key-CONFIG_ID = '29A71D1A8C9565ED7315B87A8CC21C94'. "These details are got from     the wd_analyze_config_user application
    lv_config_key-CONFIG_TYPE = 07.
    lv_config_key-CONFIG_VAR = 'ENX0N9'.
    CALL METHOD lo_pers_manager->delete
      EXPORTING
    *    scope                     = 1
        config_key                = lv_config_key
    *    transport_personalization =
    *    trkorr                    =
      receiving
        success                   = lv_bool.
    Thanks,
    Aditya.

  • Where are user FONTS stored in sap

    Hi All,
    I would like to know where are the user fonts stored in sap gui? Actually the user is having issues with changing fonts size. Please let me know if FONTS are stored under the below mdb file.
    C:\Users\User ID\AppData\Roaming\SAP\SAP GUI/saphistory%username%.mdb
    What data is stored in this .mdb file?
    Please help.
    Thanks in Advance.

    Hi Rahul,
    SAP GUI for Windows takes the font settings for the title bar, menu bar, and menu options from the
    Windows operating system
    Refer SAP help for more details
    Settings in SAP�GUI for Windows for Users with Visual Impairment (SAP Library - Getting Started - Using SAP Software)Imp…
    For Managing fonts on Windows platform, refer to below links
    http://support.microsoft.com/kb/314960
    How to Install Fonts on Windows 7: 4 Steps - wikiHow
    http://www.sevenforums.com/tutorials/1076-fonts-delete.html
    Hope this helps
    Regards,
    Deepak Kori

  • Where are the user images located in finder?

    hi
    i am looking for the location on disk of the images that can be associated with your user image (System Preferences/Users & Groups).
    the images are the apple supplied user images like the baseball, snowflake, etc.
    where are these images found on disk?
    thanks

    /Library/User Pictures
    Regards.

  • User Decision with Note - Where are comments stored?

    We are interested in using the "UserDecisionNote" property in our XML file for a User Decision workitem.  (This allows a comments text box when a user clicks accept/reject for example)
    How and where are these commens stored?  As an attachment?
    Thanks,
    Matt

    Sorry, I should have stated what our goals were.  We currently capture comments with an activity step right after a user decision step.  This happens as an immediate popup/dialog because of synchronous dialog chains in SBWP.  We may then put the comments in a subsequent email step, subsequent workitem text, or custom table. 
    You cannot do synchronous dialog in Universal Worklist.  So, we were investigating UserDecisionWithNote property of XML file for task.  However, it appears the comments are stored as an attachment and not passed as text back to Task/WF (which I'm hoping someone on this forum can confirm).  If they cannot be passed back as text and are indeed stored as an attachment, then in theory we need a way to get the comments out of the attachment.   I'm not aware if anything allows us to parse attachments, etc.
    Matt

Maybe you are looking for

  • What's happening? Please help!

    I have a ipod and ipod nano, at the beginning, I install the itunes by the dise with the ipod. It's work, and every things go well. 2nd time, after recovered my PC, install the itunes once again. It dosen't work! Whatever using the dise with the nano

  • Why do i have more than one "Sites" cert after updateing and expired cert.Can i delete the expired cert?????

    Hi After getting the below message i updated my cert but now have 3 of the same certs? Can i delete the expired cert????? There is no valid SMTP Transport Layer Security (TLS) certificate for the FQDN of SERVER.domainname.local. The existing certific

  • File names for photos on iPad?

    How do find the file name for photos in iPhoto on the iPad?

  • Idoc debugging problem

    Hi Experts, I have created FM "Z_OV_GIS_UPDATE", which is having only 3 table parameters of type EDIDC, EDIDD and BDIDOCSTAT. I found some of idocs in WE05. I made use of one Idoc and try to debug by tcode WE19 and by the FM Z_OV_GIS_UPDATE, tcode is

  • LOAD_PROGRAM_CLASS_MISMATCH

    Hello, We have a problem when we launch the BAPI BAPI_SALESORDER_CREATEFROMDAT2, we have a dump LOAD_PROGRAM_CLASS_MISMATCH in BADI : The section "PUBLIC" of the interface of the class "BADI_SD_SALES_ITEM" was   changed during program flow, which cau