KM Repository DB Table(s)

Hi,
I would like to know which database tables are being used to store KM data when you choose "DB" as repository.
Thanks in advance.
M. Aghattass

Hi,
like Julian explaned it it is not recommanded to do direct table action or to process sql commands. So the right way is to use the KMC API's. There exist different approaches to solve your issue. One is to write a protal service which encrypt your document content while using the normal upload iView. The next possibility is to adjust your upload proccess. All the KMC API's are documented under https://help.sap.com/javadocs/NW04S/current/km/index.html you can as well see under https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/c9052462-0501-0010-1f94-c899e5e227f6 some KMC sample code.
With Interface IResource and the method IContent getContent()  you get your document content you can encrypt this content and save it with the method updateContent().
Best Regards
Frank

Similar Messages

  • Repository like table names in user_tab_columns after generating database

    Hello,
    Steps
    1) database was redesigned (table names, columns, PK, FK) in Oracle Designer (9.0.4.3.14)
    2) Changes were exported into the actual application schema of a pysical database
    Problem:
    Some table names occur twice in the dictionary view USER_TAB_COLUMNS: once with normal name and once with repository-like table names such as "BIN$16NFwL8USCGjaEBNskSF5Q==$0". In USER_TABLES in turn everything seems to be ok.
    What is the actual cause of this an how can user_tab_columns be cleaned?
    Regards
    Jan

    Hi Thorsten,
    You should be able to get some of the information that you want from the TimesTen reports that are in SQL Developer.
    e.g.
    <TimesTen Reports -> Table -> Columns -> Columns> returns a listing of all the columns and their data types. You can order by the data type column or add a filter (say ='TT_BIGINT') to restrict the result set.
    <TimesTen Reports -> Table -> Constraints -> All Constraints / FK Constraints / PK Constraints / Unique Constraints>  returns a listing of all the constraints, their name, the table that the constraints are on, and their properties.
    For all the SQL Developer reports, you will be able to see the underlying queries and the TimesTen system tables/ views that they reference.
    Simon

  • Hyperion BI IR Repository - Which table has Physical Resources information?

    Hi,
    We have Hyperion System 9.3.3.
    I have a need to find out all the Physical Resources and their corresponding output directory path.
    Currently most of it is to FTP directories.
    Also, need to find all scheduled reports that export output to these direcotries.
    Is there a way to find this information? Is there a Hyperion IR respository table that has this information stored?
    Where can I find information about the Hyperion IR repository tables?
    Thanks
    Z

    Thanks Doug. I explored the tables and there are two which has "phy_res" in their names. There is one that lists all the physical resources folders. But I need a table which will connect to this and list all the scheduled reports and the folders in which they reside. So far I have not been able to find other tables which connect to the physical resources table to give this information. I found some tables (v8_jobdef ...) but they don't have columns that has the workspace folder information and any identifying column that will help me distinguish if that entry is for a scheduled job which has an output type that exports output to a folder.

  • How to access Repository Data Tables from backedn in TOAD

    Hello ,
    I just started working on ODI, i was following the Oracke Getting Started guide on ODI.I was working in Demo Environment.I came accros source tables like SRC_Customer, src_sales and target like trg_customer, trg_sales.
    I want to acces them from backend from toad or from sql plus.
    Can any body guide me as i am not able to acces them.That will help me understand the senarios well.
    Thanks
    Ananth

    Hi,
    It's true this is not a Oracle database but a HSql (HyperSonic SQL) database, in this case using file (and not memory) coming from this path oracledi\demo\hsql\demo_src.script (and target)
    So, it's possible to access data using a query tool named Squirrel-Sql (for generic query using JDBC connection) : http://squirrel-sql.sourceforge.net/
    In Squirrel-Sql use : HSQL Server
    with URL : jdbc:hsqldb:hsql://<server>
    User : sa
    no password
    Stephane

  • DAC repository metadata tables

    Hi,
    I am preparing reports in OBIEE for analysing DAC runs.
    For this I need to have the knowledge of the DAC metadata tables and the information they store in them.
    Can anybody please share any information/documents about these tables?
    Thanks
    Anamika

    Hi,
    Thanks for the link!
    It gives me the possible model for the RPD.
    But I want to have the information about the DAC metadata tables individually.
    For example, W_ETL_FOLDER table stored information about logical and physical folders. Similarly, I want to know what other tables store for DAC.
    Please share if you come accross any such document/information.
    thanks
    Anamika

  • Data Services 4.0 error when running job - not updating repository table

    Hi All,
    I am hoping someone might have come across this error before.
    When running a data services job, from within Data Services Designer, when trying to re-run the same job, I get the following error messages:
    9332     2572     DBS-070300     17/10/2011 10:38:39 AM     |Data flow DF_XXXX_Data_DW1Date
    9332     2572     DBS-070300     17/10/2011 10:38:39 AM     SQL submitted to Oracle Server <BO3> resulted in error <ORA-00001: unique constraint (DS3_ADMIN.SYS_C005632) violated
    9332     2572     DBS-070300     17/10/2011 10:38:39 AM     >. The SQL submitted is <INSERT INTO AL_BW_REQUEST (REQUESTID,TYPE,VALUE,DF_NAME,CREATION_TIME) VALUES (
    9332     2572     DBS-070300     17/10/2011 10:38:39 AM     'REQU_4NIVIZ1G9S5B7LUY0HHP65ZJU', 3 , '29', 'DF_XXXX_Data_DW1Date',  to_date('2011.10.17 10:38:39', 'yyyy.mm.dd
    9332     2572     DBS-070300     17/10/2011 10:38:39 AM     hh24:mi:ss') )>.
    9332     2572     REP-100109     17/10/2011 10:38:39 AM     |Data flow DF_XXXX_Data_DW1Date
    9332     2572     REP-100109     17/10/2011 10:38:39 AM     Cannot save <RequestID info> into the repository. Additional database information: <SQL submitted to Oracle Server <BO3>
    9332     2572     REP-100109     17/10/2011 10:38:39 AM     resulted in error <ORA-00001: unique constraint (DS3_ADMIN.SYS_C005632) violated
    When I go and look into the Data Services repository AL_BW_REQUEST  table, the first time the job is run, all five fields in this table populate with data successfully. When re-running the job, on 3 out of the five fields within this table are populated but the VALUE and DF_NAME field are not populated, hence causing the primary key violation.
    Here is the data below from the AL_BW_REQUEST  table:
    REQUESTID                                      TYPE  VALUE     DF_NAME                               CREATION_TIME
    REQU_4NIVIZ1G9S5B7LUY0HHP65ZJU     3                      10/17/2011 10:38:38 AM
    REQU_4NJ503RVIFD3VLBJJEKBJ3OE2     3                       10/17/2011 10:33:37 AM
    REQU_4NJ4ZHSP9F93L3OAUDV6RHCMY     3                       10/17/2011 10:32:31 AM
    REQU_4NIV1NKP9645E394E7H12Q796     3                      10/17/2011 9:53:53 AM
    REQU_4NEYFNI2U68MBJOEWFJWVWWU2     3  24     DF_XXXX_Data_DW1Date      10/17/2011 9:47:58 AM
    If I truncate this table and re-run the DS job, it will not populate the VALUE and DF_NAME fields. 
    Does anyone know what could be causing this? The target source is BW.
    Seems like a bug to me.
    Thanks,
    Ainsley

    Hi Ramesh,
    Am a HANA apps consultant in India, would like to get in touch with you. but don't know how
    regards,
    Tilak

  • What table stores Interface Filters in Work Repository

    Hi there
    I have a number of simple 1 to 1 interfaces (i.e. 1 source, 1 target). And each interface has its own filter between source and target.
    I would like to know how these filters are stored in the work repository database.
    I can see the filter text in the TXT field in SNP_TXT. But I would like to be able to somehow extract the name of the source table, the name of the target table and the filter text in a query.
    There seems to be a myriad of cross referenced ID numbers accross many tables to achieve this. Its all very confusing trying to follow the ID numbers to a source and target table.
    Is there any documentation that would tell me how the work repository database tables are inter-referenced?
    Thanks in advance,
    N

    I have answered this in one of previous threads:
    Re: trying to find join condition
    Hope that helps

  • Target and Source Table - Query from ODI Repository

    Hi folks,
    Can anybody help me? I am trying to query the following from an ODI 11g work repository:
    All tables and for each table the tables that are listed in designer as “filled by” (don’t know the exact translation as I am using a german ODI designer) – in other words “all tables and the tables they are depending on”. The reason is to perform a connect-by query on that.
    There is a solution published on ODIEXPERTS: http://odiexperts.com/interface-mapping-query, but however it does not show me the expected results. Does anyone have an idea how to get a simple table like that:
    TARGET          SOURCE
    TAB1           TAB2
    TAB1           TAB3
    TAB2           TAB4
    TAB3           TAB5
    TAB3           TAB6
    TAB6           TAB7
    Using the Metadata Navigator is no option as we don’t have Weblogic installed and I need the data for further processing.

    If memory serves you have an SNP_POP table still in that release, join to the Model table (the joins cols are obvious if I recall) to get the datastore names and your more or less there.
    I dont have that table in 11.1.1.5 and we moved over a while back so cant really take a look anytime soon.

  • How to replace NULL values from main table

    Dear all,
    I like to remove the NULL values from a main table field. Or the question is how to replace any part of the string field in MDM repository main table field.
    e.g.   I have a middle name field partly the value is NULL in some hundreds of records, I like to replace NULL values with Space
    any recommendation.
    Regards,
    Naeem

    Hi Naeem,
    You can try using Workflows for automatically replacing NULLs with any specific value.
    What you can do is: Create a workflow and set trigger action as Record Import, Record Create and Record Update. So, that whenever any change will occur in the repository; that workflow will trigger.
    Now create an assignment expression for replacing NULLs with any specific value and use that assignment expression in your workflow by using Assign Step in workflow.
    For exiting records, you will have to replace NULLs manually using the process given by Preethi else you can export those records in an Excel spreadsheet which have NULLs and then replace all NULLs with any string value and then reimport those records in your MDM repository.
    Hope this will solve your problem.
    Regards,
    Varun
    Edited by: Varun Agarwal on Dec 2, 2008 3:12 PM

  • Duplicate Physical Tables

    Hi,
    I am trying to import two physical tables in the repository, both tables are the same as I would like to do a self join amongst the two tables and a fact table.
    I am finding that I am only able to view data from one table imported, I am then copying this table but when I try to view the data behind the copied table. I get an error message 'table or view does not exist'
    Below are the tables:
    Customer_Dim - Original imported table(can view data)
    Customer_Dim#1 - Copied above table (unable to view data)
    Is this the normal behaviour?
    Can anyone help?
    Thanks

    Hi,
    Create Alias table for Customer_Dim, Dont Copy and paste.
    Right click your Customer_Dim -> New Object -> alias -> give different name for the alias table.
    Now you can view the data for Alias table.
    Thanks,
    Balaa...

  • "repository administrator uitility" problem.

    hi, there
    When launching RAU, it asked me for user/passwd/connect_string,
    I did "system"/passwd/a local service,
    it told me
    "invalid user name/password, login denied"
    the pair entered are no problem.
    So, what is the problem?
    thanks alot in advance.
    D.S.

    This could be a long story and may be solved if you read the Designer(SCM) Repository installation Guide. You can find it here: http://otn.oracle.com/docs/products/designer/content.html
    Briefly though, all the Designer data is stored in a Repository. You can administer this Repository using the RAU. This repository, (the tables and views that make up the repository), is owned by a repository owner and not by "system". Read the repository installation guide to set up the repository owner and to build your repository.
    Regards
    Sue

  • MDM - Examples needed with Tables and Data

    Hi,
    I am new to MDM. I just loaded the Console and Data Manager and connected to an MDM server. I am able to create a repository and browse in the Data Manager. However, I want to get some Table examples and data that go along with it. I am looking for a step by step guide to create some good tables and load actual data into it using a flat file or XML.
    Any help is greatly appreciated!

    Hi,
    MDM Repository Structure:-
    Table Types in MDM Repository
    1.Only one main Table.(Default name is Products)
    2.Sub Tables
    Lookup Sub tables are just one of the powerful ways that MDM enforces Data integrity in an MDM repository.
    (Parent - Child Relationships)
    3.Object Tables
    It is special type of Lookup Subtables.It includes the images ,Sounds,Videos,Binary objects,Text Blocks,Copy Blocks,Text HTMLs and PDFs.You cannot store any object dirctly to the Repository.Instead ,each object is defined or imported into the repository once then linked to a main or subtable field as a lookup into the object table of that type.
    [Object Tables eliminate redunt information ,since each object appears only once in the MDM repository even if it is linked in multiple records.]
    4.Special Tables
    Special Tables include Image variants,Masks,Families,Relationships,Work Flows,Named Searchs,Data Groups and Validation Group Tables.
    [Data Groups and Validation Group Tables are does not exist in the MDM Repository.]
    5.System Tables
    System Table appear under the Admin Node in the console Hierarchy include roles,Users,Connections,Change Tracking,Remote Systems,Portas,Links..etc.
    Creating Look up table.
    1.Create Lookup Table(Type as Hierarchy,Taxonomy,Qualifier)
    2.Add a Field in Main table
    3.Set the type(Hierarchy,taxonomy,Qualifier lookup)
    4.You need to enter or map the lookup table name and field.
    5.When ever u add new record in the Lookuptable,You can able to use that lookup data in the Main Table Record creation.
    I donot have software with me ,otherwise i would have given screenshot to u.
    For further info, U can refer Console reference Guide.
    Best Regards
    Devaraj PK

  • Error Updating the Repository (MDM7.1)

    Hi,
    We have migrated repository from 5.5 (SP06) to MDM 7.1 SP5. Post migration, when 'Update repository' option is executed, we are getting the error message 'Error updating the repository - The Table could not be modified'.
    Update repository is failing and we are not able to move ahead.
    Please advise steps that need to be followed to resolve this error.
    Regards,
    Vinay

    Hi ,
    Below points have been taken care of. But, we are still facing the same error. Any other suggestions please.
    First of all you should be sure that your old repository haven't errors or warning(run repair).
    (Vinay : Done. No errors or warnings)
    After that you should save all information about your validations, assignments, opened workflows, records under workflows.
    (Vinay: Taken care of)
    And delete all of them(i mean validations, assignments, opened workflows and workflows history).
    (Vinay: No validations/Assignments or open workflows)
    If you are change database(for example Oracle to DB2) you should check all permissions for your database user and database codepage setup(its should be the same as in your old database).
    (Vinay: Database is same as before (Oracle))
    Regards,
    VInay

  • OWB and Designer Repository

    I get an error when I try to set the Application System for
    Oracle Designer Repository as the Metatada source.
    The Module Wizard lets me create a database link to my Designer
    Repository owner, I've tested it form SQL+, but when I try to set
    the Application System the answer is "The database link does not
    point to a valid Oracle Designer repository". But it points to
    the user who owns the Repostory!!!!
    Do I need to grant any access in Oracle Desinger to my OWB user?
    Can OWB connet to any Repository version?
    Tools:
    Database 8.1.7
    Desinger 6i Rel.4
    OWB 3i

    I'm afraid you are right, I've read the same this morning, OWB3i
    does not read Repository 6i tables. I hope Oracle will do
    something about that soon.
    Thanks,
    Jose.

  • Link two different repository in MDM

    Hi,
    In order to address common org elements like company code, currency , Manufacturer etc ;
    Is it feasible to create one common-repository main table with all the above field info which is required across many objects(customer,vendor,material etc) and then link the common repository to the individual repository which need some attributes of the common repo information? This is to eliminate creating that common table separately for each individual repositories otherwise.
    I am in MDM 5.5 SP04 and trying to understand how I can link/reference the common repository to the individual repositories.
    Is it possible by using 'Remote Key' in Import manager for this purpose? How I can bring a repository in source side of IM?
    Any  idea about the issue is and detail steps of possible solution (excluding Java API route) is appreciated.
    -regards, reo

    Hi Prashant,
    Thanks for the reply.
    I was expecting not to load at all the common repo info to the individual repository but just to link them which ever individual repo need it.
    Hope I am able to make the point.
    For example I am now connecting a lookup table say company-code to my main table. Instead of creating a company code lookup table here , I will link my main table to look the common repository.
    This will enable all objects not to create a company-code lookup table in their respective repository but link it to the common repository to populate the data.
    Thanks , -reo

Maybe you are looking for

  • Expert Oracle Application Express is in store now!

    Order your copy at http://www.amazon.com/Expert-Oracle-Application-Express-Dietmar/dp/1430235128 And remember, all royalties go to charity. See John's post for more info : http://jes.blogs.shellprompt.net/2011/03/30/expert-oracle-application-express/

  • Marketing attributes in IC WebClient 2007 or 5.2?

    Hi, In Interaction center when agent does the search for an account and cant find it, he/ she can create a new account. 1) How do we know what Business role and grouping its getting created.Where can we control this? 2)Also when creating a new accoun

  • Java.lang.NoSuchMethodException encountered when using jar file

    Hi Friends I am getting this peculiar exception for some time now and not able to figure out why i get it. I searched the net but seem to not find any proper solution. Here is what i am trying to do. I am using Eclipse(Latest version) and jdk 1.6. I

  • Flash activex control

    When we open the browser the flash menu is does not work for the first time as the first click it takes to activate the control itself. Only the next click the menu inside gets acitvated. Pls guide me how we can do that?

  • Please help, i have an ipad 2 with

    existing icloud email address that works fine. BUT>>>> my orange email account wont work, any ideas, think i need the correct serial port? not sure ANY help will be VERY grateful, heres hoping. (been on the phone to apple any orange loads of times ar