How to find the DB schema of XI DB tables to operate on the XI DB table

Hi all,
I have to execute some queries on internal XI DB. For this I need the schema name of the DB table where the data about the message is available. Can anyone tell, how to find the DB schema-name of the DB table? I have PI 7.1 system with internalDB.
How to access the DB of the PI 7.1 system using NWA?
Regards,
Soorya

Hi,
The PI 7.1 Server shall definitely posses a Database. This Database shall have the ABAP and Java Dictionary tables in 2 different database schemas.You sholud be getting the names of the schema from the basis team supporting your server.
I hope your are referring to the Java DB Schema for access. In order to get the schema name for the Java Dictionary, you should have access to the NetWeaver Adminstrator (NWA) of the PI Server.
Logon to NWA, navigate to Configuration Management --> Infrastructure --> Application Resources. Select the Resurce Type to show as JDBC Drivers. Select the system driver and click on Dependent JDBC Datasources. This table should give you the schema name of the Java Table Storage of the PI 7.1 server.
Regards,
Alka.

Similar Messages

  • HT1391 Hi can anyone tell me how to find out what and when my last purchases were made from the App Store ? I think my kids used all my credit

    Hi can anyone tell me how to find out what and when my last purchases were made from the App Store ? I think my kids used all my credit

    .from iTunes, go to View > Show sidebar
    From sidebar > Itunes Store > Click top left on your Apple ID email address > Account > ...scroll down > Purchase History > View All

  • JPS-00080: Credential store schema version 12.1.2.0.0 is less than the latest schema version 12.1.3.0.0, upgrade the Credential store schema to latest version.

    JPS-00080: Credential store schema version 12.1.2.0.0 is less than the latest schema version 12.1.3.0.0, upgrade the Credential store schema to latest version.
    Hi All,
    When trying to extend my domain, it fails with above error.
    any suggestions on fix?
    is this related to Fusion Infrastructure ADF RCU utility?
    thanks

    Hi JCGO,
    The Schema installed on your DB is 12.1.2.0.0 but the Domain Extension requires 12.1.3.0.0.
    One solution is to run the 12.1.3.0.0 RCU,  drop the existing schema on your DB, followed by installation 12.1.3.0.0 schema on the DB, so that the Domain extension gets the 12.1.3.0.0 schema
    One more solution is to open the template on which you are extending the domain. The templates are present in ${MW_HOME}/oracle_common/common/templates/wls , explore to the required configuration inside yourtemplate.jar and comment out the Credential store schema version pre-requisite. This is not a good approach, but still it'll be a good workaround since 12.1.2.0.0 and 12.1.3.0.0 schema wont have much difference.
    Thanks,
    Shiva Shankar  B N

  • How to find out which schema(time and payroll) is being used for which empl

    Hi,
      Can anyone tell me if there is any way we can find out which schema is relevant for which group of employees, for example in a system which has employees from different countries and for each country there is a diffrerent schema being used ?
    Is there any feature which defaults the schema names according to groups of employees ? If so what is the name of the feature?
    Regards
    QB

    hai
    generally  the schemas are named X000  which stands for common schema  nomination
    x replaced by respective country like for india it is IN00  for US  U000etc
    it is not given according to the group of emplyees but according to the country grouping for your org units
    time schemas are country independent they work for all the countries
    regards
    nalla

  • How to find what carrier my iPhone 4 is with (if stuck at the welcome screen), and can I activate a it with a borrowed SIM card.

    OK. My friend had bought an iPhone 4 online, second hand. He does not have the SIM card. He had recently changed his passcode and FORGOT IT, and we had to restore it. The problem is that, after we restored, it askes for the SIM activation. And none of us have a MICRO SIM Card. So my question is how can I find out what carrier the iPhone is with if it is stuck on the welcome screen and if I can borrow someone elses SIM card to activate the phone so he can use it.
    (we could not contact the person he bought the iPhone from to find out what carrier it is with.)

    Go to the apple store and they will figure out what sim card it is.

  • How to find a specific word (from a list) in a sentence located in a different table, and build a column that contains the name

    Hi all, 
    I have 2 tables:
    1) Lookup table- "Names"- which contains ID# and product description (~100 names that can change).
    2) Data table- "Data"- which contains a column with sentences and within lies also the description. In addition, there is a quantity column.
    Example:
    Names table-
    ID
    Name
    1 Glass
    2 Paper
    3 Alum'
    4 Metal for construction
    100 Hydro therapy products
    And Data table-
    Description
    Qty
    Someone went to use the machine. 1.80 cm, Alum', for the rest of the day
    6
    Metal for construction is the major component in our system
    7
    <gs class="GINGER_SOFTWARE_mark" ginger_software_uiphraseguid="ba668f16-4de8-41d9-af39-d1b17422d6fe" id="ae5b76e8-6897-46c8-823b-86a382087f83">Kandoo</gs>, Delgado,
    Glass 17
    Greece needs more paper, 200 ft.
     45
    *there is no order where the lookup value can be found in the sentence*
    My purpose is to import the Data table while performing a calculation, that <gs class="GINGER_SOFTWARE_mark" ginger_software_uiphraseguid="1941bde7-1595-40eb-9d64-c2e3b9fabdef" id="b60549fc-5b92-46ea-abc6-72cc8c4c093b">checks</gs>
    for each row what is the suitable lookup value and then add it to a new column "Name". 
    Meaning, this table should be the new data after import:
    <gs class="GINGER_SOFTWARE_mark" ginger_software_uiphraseguid="f5d9da98-3ff6-4022-920d-8965a15730ee" id="580f945f-7822-4035-9b5b-542c74eff605">Description</gs>
    Qty                        
    Name
    Someone went to use the machine. 1.80 cm, Alum', for the rest of the day
    6 Alum'
    Metal for construction is the major component in our system
    7 Metal for construction
    <gs class="GINGER_SOFTWARE_mark" ginger_software_uiphraseguid="365dd7f8-7ffc-4ef3-95bf-9bf03421c90d" id="c9ba8515-3dba-4a6b-929e-650510f70844">Kandoo</gs>, Delgado, Glass
    17 Glass
    Greece needs more Paper, 200 ft.
     45 Paper
    Appreciate all support! 
    I lost hope and I want to avoid macros as much as possible.
    Thanks!
    עמית

    Hi Amit,
    I updated the file. The solution uses the following query formula:
    let
    Source = Excel.CurrentWorkbook(){[Name="DataTbl"]}[Content],
    #"Added Custom" = Table.AddColumn(Source, "Custom", each IndexTbl),
    #"Expand Custom" = Table.ExpandTableColumn(#"Added Custom", "Custom", {"Scope"}, {"Scope"}),
    #"Filtered Rows" = Table.SelectRows(#"Expand Custom", each Text.Contains([Description], [Scope])),
    #"Grouped Rows" = Table.Group(#"Filtered Rows", {"Topic", "Component Code", "Project", "Date", "TotalQty", "TotalQtyActual", "ID", "SOW #", " SOW#(lf)Rev", "Scope Driver", "Scope Source", "Scope Source #", "Cost Code", "Type", "Bdg", "System Code", "IMF Number", "IMF Description", "WG", "C or NC", "C/e", "LLE", "Dwg Ref", "Comments ", "Description", "Size", "Qty", "Unit", "Materials Cost/Unit ", "Sub-Total per Unit €", "Unit Rate ", "Total", "DIV Code", "SYS Code", "HelperForDynfilter"}, {{"Scope", each Text.Combine([Scope], " | "), type text}})
    in
    #"Grouped Rows"
    It is based on two queries. The first is the import from table of "IndexTbl", the second is the import of "DataTbl' which is then extended according to the expression above.
    Hope this helps.
    Gil

  • How to find out object / schema / database level replication is active

    Hi,
    I am an experienced DBA but new to streams and I am asked to support an existing streams configuration between two Oracle 10g databases. I was told it is bi-directional but one database is standby and it never took traffic. My questions are
    1. How will I find out whether it is a database or schema level replication? Any queries that I can run to find it out?
    2. How do I find out it is bi-directional and it iis current. What queries I can run to confirm?
    3. How will I find out the excluded objects? Any queries please...
    Thanks for the help
    Regards
    Rama

    http://www.morganslibrary.org/reference/dyn_perf_view.html#dyst
    SELECT name FROM dba_dependencies
    WHERE referenced_name = 'DBMS_STREAMS_ADM' AND name LIKE 'DBA%'
    UNION
    SELECT referenced_name FROM dba_dependencies
    WHERE name = 'DBMS_STREAMS_ADM' AND referenced_name LIKE 'DBA%';

  • How to find my stolen iphone? And I have'nt switched ON the "Find my Iphone" feature.

    Please help me to find my stolen iphone.

    Possibly, but the IMEI won't help you find the phone.  See these articles:
    What to do if your iOS device is lost or stolen
    Reporting a lost or stolen Apple product
    Question:  Why did you decide NOT to activate Find My iPhone when you were prompted to do so when you first activated this phone?

  • How the star schema works

    How the star schema works – Make A Simple Query – “Show me the revenue for customers  located in Sacramento for the Material Group ‘Electronics’ in the month of October”  - Sequence the order of execution
    a.     Access the Fact Table
    i.     Select all the records in the Fact table which have meets the given criteria
    b.     Access the Dimension Table
    i.     Access the customer dimension table and select all the records with city =”Sacramento”
    ii.     Access the material dimension table and select all the records with Group =”Electronics”
    iii.     Access the Time dimension table and select all the records with Month =”October”

    Kutti,
    Your explanation is in the opposite way -
    access the Dimension tables and find the relevant DIM IDS for the given conditions --> search for the DIM IDs in the fact ...
    You cannot hit the fact directly since the DIM IDs will not be the same as SIDs unless you are talking about line item dimensions...
    best way is to have a query on a cube - execute it through RSRT and in the execute and debug option - select "Display SQL Query" and there you can see the query being run..
    Arun
    Assign points if useful

  • I have two ipads on the same itune account. one ipad is lost. the one which is lost is not registered on mobileme.thus i can track only the one which is registered . so how to find the other onewhich is a wifi 3g.please advice

    Hi,
        I have two ipads. both are registered on the same itunes account.one has a mobile me connection .the other one is not with mobile me. but this one is a wi-fi+3g. i have lost the second ipad. how to find it or lock it or erase it. i do have the imei no and also the serial no.....thanks

    These links may be helpful.
    How to Track and Report Stolen iPad
    http://www.ipadastic.com/tutorials/how-to-track-and-report-stolen-ipad
    Reporting a lost or stolen Apple product
    http://support.apple.com/kb/ht2526
    Report Stolen iPad Tips and iPad Theft Prevention
    http://www.stolen-property.com/report-stolen-ipad.php
    How to recover a lost or stolen iPad
    http://ipadhelp.com/ipad-help/how-to-recover-a-lost-or-stolen-ipad/
    How to Find a Stolen iPad
    http://www.ehow.com/how_7586429_stolen-ipad.html
    Apple Product Lost or Stolen
    http://sites.google.com/site/appleclubfhs/support/advice-and-articles/lost-or-st olen
    Oops! iForgot My New iPad On the Plane; Now What?
    http://online.wsj.com/article/SB10001424052702303459004577362194012634000.html
     Cheers, Tom

  • The ikon for connecting to wifi no the top is gone..? How to find it ?

    Hi! The ikon for connecting to wifi at the top is gone and I wonder how to find it and activate it Afghanistan?

    Hi andy,
    I have the same ports as you on my Ti and my TV and the 4 pin S-Video cable works just fine.
    I also have an S-Video to RCA adapter, and the S-Video end has 6 pins, so I'm thinking that the extra 2 pins have something to do with converting from S-Video to RCA.
    I don't know if the UK has Radio Shack stores, but a quick call to an electronics store like that should yield a definitive answer to the extra 2 pins if you really want to know.
    BTW how do I add a link to a message without showing the whole address.
    That's called html language. Do a google and you'll come up with all kinds of fun things you can do with html.

  • How to find infocube,multiprovider ,ods in the system

    Hi,
    How to find active  infocube , ods,datasource,infosource,query and multiprovider list in the system.
    Please guide Me

    Hi naam,
                     If you are in BI 7.0,at modelling tab you have find option if u click on this it gives u many check boxes with option as infocubes,infoobject,infosources of 3.x and 7.0 also,DSOs ..etc.
    Thanks,
    Praveena.

  • I delete the HR schema , how i can create it again ?

    Hi
    thank you for reading my post
    i delete the HR schema , how i can make that schema again ?
    I dont want to recreate the Database,
    does any one have HR schema creation script ?
    Thanks

    Hi user505214,
    Please see: http://www.schematodoc.com/OracleHR_Sample1.htm
    The scripts are under --> ?/demo/schema/human_resources.
    --- procedure to create schema HR
    REM =======================================================
    REM cleanup section
    REM =======================================================
    DROP USER hr CASCADE;
    REM =======================================================
    REM create user
    REM three separate commands, so the create user command
    REM will succeed regardless of the existence of the
    REM DEMO and TEMP tablespaces
    REM =======================================================
    CREATE USER hr IDENTIFIED BY changeit
    ALTER USER hr DEFAULT TABLESPACE EXAMPLE QUOTA UNLIMITED ON EXAMPLE
    ALTER USER hr TEMPORARY TABLESPACE TEMP
    GRANT CONNECT TO hr
    GRANT RESOURCE TO hr
    REM =======================================================
    REM grants from sys schema
    REM =======================================================
    CONNECT sys/password AS SYSDBA;
    GRANT execute ON sys.dbms_stats TO hr;
    REM =======================================================
    REM create hr schema objects
    REM =======================================================
    CONNECT hr/password
    ALTER SESSION SET NLS_LANGUAGE=American;
    ALTER SESSION SET NLS_TERRITORY=America;
    -- create tables, sequences and constraint
    @?/demo/schema/human_resources/hr_cre
    -- populate tables
    @?/demo/schema/human_resources/hr_popul
    -- create indexes
    @?/demo/schema/human_resources/hr_idx
    -- create procedural objects
    @?/demo/schema/human_resources/hr_code
    -- add comments to tables and columns
    @?/demo/schema/human_resources/hr_comnt
    -- gather schema statistics
    @?/demo/schema/human_resources/hr_analz
    Sorry for the long answer, but I think it can help you.
    Cheers,
    Marcello M.

  • How to find the lines where messages are raised?

    Hi experts,
    I have a great difficult to find some points where a message is raised.
    In GUI interface, we can use the u201CUsed-Listu201D option and the system show us the lines where the message is raised.
    In web-client, some good SAP programmers wrote the code u201Cif 1=2 message u2026u201D after he/she input message in the message manager classes (cl_bsp_wd_message_service, cl_crm_genil_global_mess_cont, etc). So the u201CUsed-Listu201D resource manages to find those points.
    However, some bad programmers didnu2019t do that and it is almost impossible to know where the message is raised in certain situation, though I have its message class name and its number, for instance, COM_PARTNER u2013 559.
    Is there any tip about how to find a calling point?
    Regards,
    André

    This will tell you the directory that contains the running program:
    System.getProperty("user.dir")

  • How to find the payment status for check is bounce or not?

    hi all,
    i am looking for scenario like how to find check is bounce or not from system.
    please help in this, like any  tables or function modules for checking the status for check bounce or check cleared in the payment.

    Hi,
    Normally rejected payments (including cheques) must be processed as  IS-U "Returns".
    Therefore the returns history report RFKKRF02 (transaction FPM3) will provide you the history of the rejected payment/s.
    I hope this gives you what you are looking for.
    Regards,
    Ivor Martin

Maybe you are looking for

  • How do I enter music from MacBook to 2 GB memory card in my LG Dare

    How do I enter music from MacBook to 2 GB memory card in my LG Dare? I formatted the SanDisk memory card to the phone and connected phone to MacBook. How do I get music from iTunes on my MacBook to disk on my Dare?

  • I got an old/lost iPhone. How do I reboot the phone and tie it to my own apple-id/iCloud?

    I lost my phone, but luckily I got an old/lost iphone from my work. It had been in a box with forgotten stuff for more than 6 months, so everybody assumed that the previous owner wouldn't care to get it back (they even called the number shown on the

  • Suggestion for a WLS book

    All, I need a book about WLS administration and performance tuning. We develop ADF applications, and I'm in charge to admin and deploy it, with best performances, on a standalone WLS. Could someone of you suggest me a good read on the subject ? Thank

  • The mismatch in the S_ALR_87012028 and AR02 report

    Hi I have the difference in the S_ALR_87012028 and AR02. The current book value of the S_ALR_87012028 is not matching with the AR02. The S_ALR_87012028 report is true. The problem is only with AR02. After the analysis I found that the Revaluation val

  • What are all the tables used for this report ? please reply

    hai i have practcing reports, so any one give me the name of the tables used for the below report <b>Created report for invoice details, shipping details and partner function.</b> thanks in advance. by ashok