How to find message key to  OBIEE11

We´d like to customize a couple of OBIEE11 msgs - I know where are the files, etc... OTH there are several msgs per file... so if I need to change a specific message.. it should be in some of the files...The issue is how to find it ? Is there a simple way ? other than opening each file...
Txs
Antonio

txs. for your comments... but the troube is to find the specific msg in one of those files... Isn´t there a way - lets say when you are in answer 'looking at the msg in the screen' to find some info about it ? like key ? which file it is in ?
txs

Similar Messages

  • How to find Primary Key for a particular SAP Databse Table?

    Hi Guys,
                  How to find Primary Key and foreign key  for Particular SAP Databse table ?for Ex : EKKO , EKPO , EKKN , EKBE , EKBEH  , EKET and EKETH.
    Thanks,
    Srinivas.

    Use transaction SE11 to display the table. Put the cursor on the field you want to display the check table and click 'Foreign key' push button (a key with an bottom point arrow), then it will show the check table of the foreign of a field.
    Or by just simple double click on the field, a pop-up window of all the attribute (including the foreign key and the check table if exists) will show too.
    <i><b>Please reward point for helpful answer.</b></i>
    Minami

  • How to find multiple keys in single cell using Numbers?

    I'm trying to add functionality to one of my Numbers tables where want to check a single cell for multiple keywords from a list. The hole thing works perfectly fine in Excel but it behaves differently in Numbers.
    The formula I am using is:
    =IF(ISERROR(LOOKUP(2^15;FIND($E$2:$E$11;A2)));"not found";"found")
    The following screenshots show that it correctly finds the keys in the cell when using Excel but not in Numbers. Although, it seems to work if the key is in the same row as the input cell.
    Excel table using the formula I posted in the C column:
    Numbers table using the formula I posted in the C column:
    Would be really happy if somebody knows how I could accomplish that!
    Cheers,
    Maik

    If you are working in Numbers you can do this efficiently with a small AppleScript without going back to Excel or clone. One click and you get the following result:
    This script works with Numbers 2.3, which your screenshot suggests you are using. If you are using Numbers 3 it needs a very small adjustment.
    This is the script:
    --https://discussions.apple.com/thread/6315365?tstart=30
    property inputCol : 1 --> col A, as in example
    property resultCol : 3 --> col C, as in example
    property keysCol : 5 --> col E, as in example
    property targDoc : 1 --> 1 is front document; can change to "MyDocName"
    property targSheet : 1 --> 1 is first sheet; can change to "MySheetName"
    property targTable : 1 --> 1 is first table; can change to "MyTableName"
    tell application "Numbers"
              set t to document targDoc's sheet targSheet's table targTable
              set keysList to t's column keysCol's cells's value
              repeat with i from 2 to t's row count -- assumes 1 Header Row
                        set inputVal to t's row i's cell inputCol's value
                        if inputVal is not 0 then --skip blank cells; Numbers 2 reads blanks as 0
                                  --check if Input matches a key:
                                  if inputVal is in keysList then
                                            set t's row i's cell resultCol's value to "found"
                                  else
                                            set t's row i's cell resultCol's value to "not found"
                                  end if
                                  --check if Input contains a key:
                                  repeat with aKey in keysList
                                            if inputVal contains aKey then set t's row i's cell resultCol's value to "found"
                                  end repeat
                        end if
              end repeat
    end tell
    --end of script
    To run, copy into AppleScript Editor, change the properties if needed, and click the green triangle 'Run' botton.
    SG

  • How to find foreign key in pl/sql

    Error starting at line 1 in command:
    DELETE FROM ZKET_SOLE WHERE IID_SOLA = 1
    Error report:
    SQL Error: ORA-02292: integrity constraint (IRCKIS.ZKETSTIP_ZKET_FK) violated - child record found
    02292. 00000 - "integrity constraint (%s.%s) violated - child record found"
    *Cause:    attempted to delete a parent key value that had a foreign
    dependency.
    *Action:   delete dependencies first then parent or disable constraint.
    i need to find foreign key but i do not know how. I know that it must be in dictionary but i can not find it. I do not have access to ER model.
    Thx

    You could use a query similar to this:
    SELECT ucc.constraint_name,ucc.table_name,ucc.column_name
    FROM user_cons_columns ucc
    JOIN user_constraints uc on uc.constraint_name=ucc.constraint_name
    WHERE CONSTRAINT_TYPE='R'You could also use the ALL_CONSTRAINTS / ALL_CONS_COLUMNS views.
    Hope this helps!

  • How to find scrollLock key state

    How to find the scrollLock key state in actionacript3.0.
    Like Caps Lock and num Lock on/off state.

    am I right, that you don't want to know, that the KEY-COMMIT or KEY-DELREC or something else is pressed,
    what you want is : which trigger can be used, so that in the trigger-code can be detected, which KEY has fired. And the answer should then be "F10" and not "KEY-COMMIT"
    it that your question ?
    Gerd

  • How to find message type by using message number and application area

    Hi abapers,
    I know the message number and application area , how to find messagwe type.
    i.e weather it is error message or warning message.
    MESSAGE NUMBER IS    :219.
    APLLICATION AREA IS    : FS.
    in which table i had to check.
    i checked in t100 table , but i am unable  to find message type.
    please help me to solve this.
    regards

    hi,
    go to se91
    enter area and message number.
    then click on display.
    then go to utilities tab >> where used list or press shift + ctrl +f3
    there list of program will show .
    choose your program name
    then u will get ur mesage infoemation by double click on ur program name
    thanks
    sachin

  • NEED HR KEY(HOW TO FIND THIS KEY)

    HI,
    I am working with EE 4.7 version, can i use this version for HR module.. will it be possible. DO i need to install any other softwares with this package.. I aslosa looking for the HR module key.. Could u please tel me where  to find this key in my PC.
                                          thanking you,

    Hello Jijay
    If the <i>software component</i> <b>SAP_HR</b> is installed on your SAP system then you have the HR module available. The dependencies between software components can be seen using transaction <b>SPAM</b>.
    For example, on ECC 5.0 SAPKE50004 (SP 04 for SAP_HR 5.0) requires
    - SAPKA64009 (SP 09 for SAP_ABA)
    - SAPKB64009 (SP 09 for SAP_BASIS)
    - SAPKE50003 (SP 03 for SAP_HR 5.0)
    - SAPKW35009 (SP 09 for SAP_BW 3.5)
    Regards
      Uwe

  • How to find Assertion key value?

    Hi, 
    I am referring MSDN article for Management Libraries for .NET to access my Azure AD account.
    I followed all steps from article, but when my application execution starts it gives an error
    "An unhandled exception of type 'Microsoft.IdentityModel.Clients.ActiveDirectory.AdalServiceException' occurred in Microsoft.IdentityModel.Clients.ActiveDirectory.dll
    Additional information: AADSTS90014: The request body must contain the following parameter: 'client_secret or client_assertion'."
    c# block where I caught in error-- 
     AuthenticationResult result = context.AcquireToken(
                          ConfigurationManager.AppSettings["apiEndpoint"],
                             ConfigurationManager.AppSettings["clientId"],
                            new Uri(ConfigurationManager.AppSettings["redirectUri"]));
    my context variable as below
    var context = new AuthenticationContext(string.Format(
                      ConfigurationManager.AppSettings["login"],
                      ConfigurationManager.AppSettings["tenantId"]));
    and when I am trying to add client_secrete key to code 
     AuthenticationResult  result = context.AcquireToken(
                          ConfigurationManager.AppSettings["apiEndpoint"],
                           new ClientCredential("*******", "******"),
                             new UserAssertion("*****", "client_credentials", "*****"));
    throws an error
    An unhandled exception of type 'Microsoft.IdentityModel.Clients.ActiveDirectory.AdalServiceException' occurred in Microsoft.IdentityModel.Clients.ActiveDirectory.dll
    Additional information: AADSTS50027: Invalid JWT token. AADSTS50027: Invalid JWT token. Token format not valid.
    please tell me proper solution where I making mistake and also help to find Assertion key value for application which are added on Azure AD portal.
    thanks,
    Yogesh
     

    Hello Yogesh,
    Since this issue is related with window azure AD, i move it to the azure ad forum, there are AD experts who will hlep you. The current forum you posted to is used to discuss and ask questions about .NET Framework Base Classes (BCL) such as Collections, I/O,
    Regigistry, Globalization, Reflection.
    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.

  • PT 8.51 Upgrade - How to find duplicate keys for Portal Registry Structure?

    I am upgrading peopletools for two applications (CRM 9.00 and FDM 9.00) from the 8.48.10 to 8.51.11 versions.
    For CRM, Task 4-15-9 Completing the Peopletools Conversion ran app engine PTUPGCONVERT ran smoothly.
    For FDM, I have the following error messages:
    The Navigation Pagelet does not exist. Portal = EMPLOYEE. Object = PT_SC_PGT_MAIN_MENU. Collection = PT_PTPP_PORTAL_ROOT (219,2083)
    Message Set Number: 219
    Message Number: 2083
    Message Reason: The Navigation Pagelet does not exist. Portal = EMPLOYEE. Object = PT_SC_PGT_MAIN_MENU. Collection = PT_PTPP_PORTAL_ROOT (219,2083)
    Duplicate key. Portal: EMPLOYEE, Obj Name: PT_SC_PGT_MAIN_MENU, Nodename: LOCAL_NODE, URL: s/WEBLIB_PTPP_SC.HOMEPAGE.FieldFormula.IScript_SCP (133,4)
    PT_SC_PGT_MAIN_MENU already exists. (96,3)
    Copy of the Main Menu Pagelet From PS_SITETEMPLATE to Portal: EMPLOYEE failed. (219,2111)
    Message Set Number: 219
    Message Number: 2111
    Message Reason: Copy of the Main Menu Pagelet From PS_SITETEMPLATE to Portal: EMPLOYEE failed. (219,2111)
    I checked table PSPRSMDEFN which does not have an entry for PT_SC_PGT_MAIN_MENU, under the Employee Portal. I tried to migrate the missing Portal Registry object using App Designer but again receive the "duplicate key" error.
    So it seems that I have to find the duplicate key and resolve it before I can migrate the missing object.
    Anyone know a quick way to figure out what the duplicate keys are?
    Thanks

    I tried several things to find the duplicates with no success.
    A couple of workarounds were attempted that resulted in the same "duplicate key" error, including:
    a) Re-copying file project PPLTLS84CUR
    b) Copy object 'PT_SC_PGT_MAIN_MENU" from Demo
    After opening an SR, the successful workaround was to use Data Mover to export from Demo the "EMPLOYEE" portal entries for "PT_SC_PGT_MAIN_MENU" from tables PSPRSMDEFN, PSPRSMSYSATTR and PSPRSMSYSATTRVL. The import to the target upgrade environment was successful. A re-run of PTUPGCONVERT finished successfully.
    The upgrade is progressing but where the duplicate keys are is still a mystery.
    Cheers

  • How to find product key for Microsoft Office 2010?

    I purchased an HP Pavilion dv6 a couple of years ago. At the time of purchase I also ordered a license for Microsoft Office 2010. The laptop came with Office already installed, and everything worked great for years.
    Earlier this week I had to do a full system restore to get my laptop back in working order. I backed up all of my user files, found installers or original installation media for all of my software except for Office, and proceeded with the system restore.
    I just got everything running again this morning. The system restore put a clean copy of the OS on my laptop, but Microsoft Office is gone. I've just about finished re-installing all of the other software, but I need some help with Office.
    Since my laptop didn't come with installation media for Microsoft Office 2010 I'm trying to donwload it from here:
    https://www2.downloadoffice2010.microsoft.com/usa/registerkey.aspx?culture=en-US&ref=pkc
    It asks for a product key for Office 2010 in order to start the download. The product key for Microsoft Windows is on the bottom of my computer, but I can't find a product key for Office. (Before anyone asks, yes, this is the full version of Office 2010, and yes, I paid for it at the time of purchase of the laptop.) I kept all of the paperwork that came with the computer, but I can't find the Office product key anywhere in that packet. Is there somewhere else I should be looking for my product key?
    Better yet, does HP still have a copy of my original purchase order for this laptop, and do they store product keys for the products they sell? 
    Thanks,
    Tom

    Neither HP nor Microsoft keep a record of the key that was issued.  If you cannot find it in your documentation or emails I'm afraid you are out of luck and would have to purchase another key. 
    Please mark my post as SOLVED if it has resolved your problem. It helps others with similar situations.

  • How to find messages sent to you when your phone was broken

    So my iphone 4s running ios7 was having trouble for about a week. Whenever I plugged it into iTunes it said it was in recovery mode and had to be backed up, which I did and would never complete because it would say error. During this time my iphone would just keep restarting itself over and over and would show the icon with the charger at the bottom and the itunes logo in the middle when it would restart and would loop through this process until the battery ran out. I since replaced my iphone with a replacement and backed it up, but the text messages that I should have received during this week have not come through. I know that pictures were sent to me through imessage and none of the text messages that I got during this time are showing up.
    Is there a way for me to see all of my imessages? or to find these lost texts?

    SMS messages are not guaranteed to be delivered, so any which you have not received are most likely gone forever (unless you can get the NSA to give you copies they have).  As for iMessage, the message history should populate to your new device when you use it with the same Apple ID and send/receive iMessages with the same contacts.  My iPad Air uses the same Apple ID as my iPhone 5, and when I actually send or recieve an iMessage with a contact since signing into the iPad Air it has pulled the history of the conversation to that device as well.

  • How to find Rec key though FICO  document?

    Hi
    Eexperts
    I posted payment document Fica to fico,now i want to know recon key through taht doc no how it is possible?
    abasha

    Hi,
    To further clarify Harsha's point about the reference key, the Recon Key is part of the the Reference Key, i..e. it is embedded in the Reference Key, the first 12 characters of the Reference Key is the recon Key.
    IS-U transaction FPG1 shows the linkage between the the FI-CA documents and the GL Documents (for a different view).
    Ivor Martin.

  • How to find messages and some of phone numbers after updated iphone4?

    I updated my mom's iPhone 4. Before updated, I copied the whole content of her iPhone to the PC. But after updated, I cannot find any messages and some of the phone numbers. Can someone help me with this problem?

    Hi,
    Depending if you are using Buddy Lists or not then this setting is supposed to be fro the Budfdy lists but will effect the Main Window display
    This item lower in the same View Menu is supposed to be the one fro the main Messages window (it has to be the "Front" window)
    As you can see it also controls what Messages style is used.
    7:54 pm      Tuesday; June 24, 2014
    ​  iMac 2.5Ghz i5 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • How to Find Product Key

    I recently took over as a Tech Coordinator at a K-12 school. I have group licensing for Adobe Captivate 3. My predecessor wrote the product key on the outside of the case with pen and now it is smudged. I sent an Email to Adobe support but they said that they cannot find the serial number in the registration database. Is there any way to find the product key? Perhaps through the registry? Thanks in advance for the help.

    If your notebook came with the English version of W8 64 bit you can download the correct W8 ISO file and use this tool to make a bootable flash drive to install it, and it should work just fine.  You need a 4 GB flash drive.
    http://download.cnet.com/Windows-7-USB-DVD-Download-Tool/3000-18513_4-10972600.html
    Below is the link to get the W8 ISO file you need.  See Huffer's post.
    http://h30434.www3.hp.com/t5/Notebook-Hardware-e-g-Windows-8/Need-Product-key/m-p/2592907#M96681
    If you do not have the English version of W8, then you will either need to buy recovery disks for your specific model or purchase W8 OEM for the language your OS came in or buy Windows 7 and we can probably try and find the drivers you need as W7 is not supported by HP in W8.
    Recovery disks from another model will not work. Has nothing to do with the product key.
    The product key is there.

  • How to find primary key?

    I am trying to impliment a load using JDBC wherein I read the table name, some column names, and associated
    column data from a file (delimited or XML). The primary key columns are in the column names / data BUT I don't
    know which columns they are (based on the file I'm reading). Even if this information was in the file, I would need to
    verify the table I'm targeting does in fact have that primary key. I can insert the records fine BUT to use the records
    to update I need to determine from the database which are the primary key columns (by name).
    Essentially I'm trying to do the following:
    insert record into table
    if fails because of duplicate primary key
    determine the primary key of the current table
    retrieve the already existing record
    modify the retrieved record using my load data
    update the already existing record in the database
    My primary concern, now, is Oracle although I'm hoping to impliment this in as portable a fashion as possible.
    Thanks.
    R.Parr
    TemporalArts
    608.833.4578
    null

    You can check the DBA_CONSTRAINTS view for that: http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14237/statviews_1037.htm#i1576022

Maybe you are looking for

  • AS2 Error 403 Forbidden

    Hello, We have a change in IP at our end and hence asked our partners to adjust the same at their end. They have confirmed that they are using the new IP now (URL is same) and it is activated on their firewall.(Only one partner has this problem,other

  • Duplicating images in referenced library ?

    hi, i have my whole library managed by me, meaning i always import images leaving them in the filestructure i created and not letting aperture copying them into the big aperture library. my usual workflow is that i do simple adjustements in aperture

  • 10.5.6 Update on Mac Pro

    I tried to install the Combined Update on my new Mac Pro (4 days old) but it has been stuck on the same screen for the last 8 hours. It says: "Installing 2 items. Configuring Installation." It doesn't seem right that it is on the same screen for that

  • HT4759 If I have OS X 10.6.8 operating system can I upgrade to be able to use iCloud?

    If I have OS X 10.6.8 operating system can I upgrade to be able to use iCloud?

  • Creating autostart DVD in kiosk mode?

    I need to create a DVD or video file that will run in kiosk mode for an exhibit we have up. Since I've never done this before I have a few questions. 1. The video has already been created by our local cable TV folks and they said they can save it in