Error tables in work repository

Hi All,
I am interested in knowing how ODI stores the log information in the work repository. It is apparent that some tables are used but what is not very obvious is which ones and the relationship among them. Does anyone know about it? Any help is greatly appreciated.
Edited by: Sankash on Feb 25, 2009 3:09 AM

Hi Santos,
Could you please post the querry which will return the complete error message in operator like below
java.lang.Exception: Variable has no value: ODI_ACTUAL_JOURNAL_FINP1.odi_zip_base_directory
     at com.sunopsis.dwg.dbobj.SnpVarSess.getValue(SnpVarSess.java)
     at com.sunopsis.dwg.dbobj.SnpSessTaskSql.bindSessVar(SnpSessTaskSql.java)
     at com.sunopsis.dwg.dbobj.SnpSessTaskSql.bindSessVar(SnpSessTaskSql.java)
     at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskPreTrt(SnpSessTaskSql.java)
     at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
     at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
     at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
     at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
     at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
     at com.sunopsis.dwg.cmd.e.i(e.java)
     at com.sunopsis.dwg.cmd.h.y(h.java)
     at com.sunopsis.dwg.cmd.e.run(e.java)
     at java.lang.Thread.run(Thread.java:595)
I am not able to understand the relationship amonst tables in working repository.
Hope you can help me.
Edited by: user4810906 on 26-Feb-2009 06:16

Similar Messages

  • Error in creating work repository in Postgres

    Hi ... I was trying to create a work repository in Postgres and my test connection was successful. However, when I hit the <ok> button I encountered this error.
    ERROR: you can only create unique index on the distribution column(s).
    Thanks in advance for any help ...

    Hello,
    Launch Topology Manager using the command line option -CONSOLE such as below.
    <ODI_HOME>/bin/topology.bat -CONSOLE
    A console window will appear.
    Redo the work repository creation and send the content of the console window when the error appears (the repository table being created should appear there).
    Best,
    -FX

  • Error while configuring work repository details in topology Manager

    Hi,
    Could anyone pls advice, is it possible creating more than one Master repository connection for the same instance.
    When i try to do so, am getting the below error while configuring the work repository details in topology manager.
    “A work repository already exists for this connection.
    Enter the repository password to declare it in your Master Repository”
    I tried with both the new master and work repository password. But no luck.
    Previous Master & work details:
    Master: PCS_MASTER
    Work:PCS_WORKREP
    New Details
    Master: PCS_MASTER_INT
    Work:PCS_WORKREP_INT
    Instance: PCBID
    Am trying to create new master repository for PCS_MASTER_INT.

    In the same oracle schema you can have only 1 master and 1 work repository. Usually they take 2 schema (1 for each).
    If you need 2 master repository you have to use 2 different jdbc path. I'm using a db with several master / work, each repo has got its schema..

  • Error while creating work repository

    Hi all,
    I am facing problem while creating work repository in ODI.
    I have successfuly created master repository and also test connection comes out to be succesull for work repository.
    But while i click on OK it gives CREATION error stating
    No data found : \snps_login_security.xml(Access is Denied)
    Thanks and Regards,
    Priyanka

    Hi ,
    u r having Oracle DB......?
    You have the databases and ODI installed in the same machine.....?
    Have u chkd ur databse/schema rigts .....
    can u plz chk on this front .....as well as the user/pw ur using for ur connections.....
    Thanks
    Ananda

  • Error table not working

    Hi there
    Tried to use the error table property of target table. Ensured one record violated not null constraint. This record not sent to error table. Also tried adding not nul constraint as a data rule.
    Any ideas?
    Also what is best way to log errors to a table, can't specify foreign key constraints
    since our target table is a history table with code and eff date combined as primray key - would just wish to check for presence of code on another table since may have been added a diffrent day. Am I right in thinking the only way to do this would be via a mapping created manually since can't do key lookup or foreign key constraint on partial key match.
    What is exact difference between shadow table and error table and what is best way to implement error logging. - new to OWB.
    Many Thanks

    What is the version of framework you are using ? I don't think there are any known issues of Javascript errors on table navigation. Can you check the javascript error and verify with the html source why it throws it.

  • Project related tables in work repository

    Hi,
    I am new to ODI.
    There are two repositories - Master and Work.
    I have read that ideally master and work repositories should be in different schemas.
    Where should we put our project related tables? In Master/Work or should i create a different schema for my project related tables?
    Thanks.

    Hi,
    Master repos contains set of SNP_* metadata tables which stores information about Security Manager, Topology Manager and Versions, so whatever objects u create in those components will be stored here.
    Work repos contains set of SNP_* metadata tables which stores information about Designer and Operators so whatever objects u create and logs will be stored here.
    So for project related tables its suggested to create a dedicated schema for not to mess up with repository schemas.
    Makes sense?
    Thanks,
    Guru

  • Out of memory error while importing work repository.

    any suggestions? The model is created. But project isnt.
    thanks in advance.
    Edited by: user9546555 on Jun 25, 2009 5:35 AM

    Hi,
    I tried 4-5 times . all the time i got out of memory error. Then i changed the odiparam file and increased heap size to 4 times higher.
    Next time i imported it worked just Fine
    thanks anyway.

  • Create new work repository

    Hi
    I'm using ODI 11.1.1.5.0,
    Trying to create a new work repository:
    Topology > Repositories > Work Repositories > Right click > New Work Repository:
    Technology: Microsoft SQL Server
    JDBC Driver: weblogic.jdbc.sqlserver.SQLServerDriver
    JDBC URL: jdbc:weblogic:sqlserver://hyp-db-prd:1433
    Connection tests successfully.
    Next
    FinishError: ODI-26159: Error while creating Work Repository
    Exception Stack Trace:
    oracle.odi.setup.RepositorySetupException: java.lang.RuntimeException: Error while executing create table SNP_EXP_TXT
    +(+
    FIRST_DATE DATETIME NULL ,
    FIRST_USER NVARCHAR(400) NULL ,
    IND_CHANGE NVARCHAR(1) NULL ,
    INT_VERSION NUMERIC(10) NULL ,
    I_TXT NUMERIC(19) NOT NULL ,
    LAST_DATE DATETIME NULL ,
    LAST_USER NVARCHAR(400) NULL ,
    TXT NVARCHAR(250) NULL ,
    TXT_ORD NUMERIC(10) NOT NULL
    +)+
    +     at oracle.odi.setup.support.WorkRepositorySetupImpl$1.doAction(WorkRepositorySetupImpl.java:252)+
    +     at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:183)+
    +     at oracle.odi.core.persistence.dwgobject.TransactionalDwgObjectTemplate.execute(TransactionalDwgObjectTemplate.java:39)+
    +     at oracle.odi.setup.support.WorkRepositorySetupImpl.createWorkDevRepository(WorkRepositorySetupImpl.java:191)+
    +     at oracle.odi.ui.wizard.WorkCreationWizard$4$1.doInBackground(WorkCreationWizard.java:329)+
    +     at com.sunopsis.graphical.tools.utils.swingworker.SwingWorker$1.call(SwingWorker.java:240)+
    +     at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)+
    +     at java.util.concurrent.FutureTask.run(FutureTask.java:138)+
    +     at com.sunopsis.graphical.tools.utils.swingworker.SwingWorker.run(SwingWorker.java:278)+
    +     at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:655)+
    +     at java.lang.Thread.run(Thread.java:662)+
    Caused by: java.lang.RuntimeException: Error while executing create table SNP_EXP_TXT
    +(+
    FIRST_DATE DATETIME NULL ,
    FIRST_USER NVARCHAR(400) NULL ,
    IND_CHANGE NVARCHAR(1) NULL ,
    INT_VERSION NUMERIC(10) NULL ,
    I_TXT NUMERIC(19) NOT NULL ,
    LAST_DATE DATETIME NULL ,
    LAST_USER NVARCHAR(400) NULL ,
    TXT NVARCHAR(250) NULL ,
    TXT_ORD NUMERIC(10) NOT NULL
    +)+
    +     at com.sunopsis.dwg.xml.DwgXmlSession.execute(DwgXmlSession.java:92)+
    +     at com.sunopsis.repository.manager.DDLSessionExecutor.executeDDL(DDLSessionExecutor.java:74)+
    +     at com.sunopsis.repository.manager.RepositoryManager.executeXmlAbsoluteFile(RepositoryManager.java:538)+
    +     at com.sunopsis.repository.manager.RepositoryManager.designerRepositoryCreation(RepositoryManager.java:506)+
    +     at oracle.odi.setup.support.WorkRepositorySetupImpl$1.doAction(WorkRepositorySetupImpl.java:234)+
    +     ... 10 more+
    +Caused by: java.sql.SQLException: [FMWGEN][SQLServer JDBC Driver][SQLServer]CREATE TABLE permission denied in database 'master'.+
    +     at weblogic.jdbc.sqlserverbase.dda4.b(Unknown Source)+
    +     at weblogic.jdbc.sqlserverbase.dda4.a(Unknown Source)+
    +     at weblogic.jdbc.sqlserverbase.dda3.b(Unknown Source)+
    +     at weblogic.jdbc.sqlserverbase.dda3.a(Unknown Source)+
    +     at weblogic.jdbc.sqlserver.tds.ddr.v(Unknown Source)+
    +     at weblogic.jdbc.sqlserver.tds.ddr.a(Unknown Source)+
    +     at weblogic.jdbc.sqlserver.tds.ddq.a(Unknown Source)+
    +     at weblogic.jdbc.sqlserver.tds.ddr.a(Unknown Source)+
    +     at weblogic.jdbc.sqlserver.ddj.m(Unknown Source)+
    +     at weblogic.jdbc.sqlserverbase.ddde.e(Unknown Source)+
    +     at weblogic.jdbc.sqlserverbase.ddde.a(Unknown Source)+
    +     at weblogic.jdbc.sqlserverbase.ddb9.a(Unknown Source)+
    +     at weblogic.jdbc.sqlserverbase.ddde.v(Unknown Source)+
    +     at weblogic.jdbc.sqlserverbase.ddde.x(Unknown Source)+
    +     at weblogic.jdbc.sqlserverbase.ddb9.executeUpdate(Unknown Source)+
    +     at com.sunopsis.sql.SnpsQuery.executeUpdate(SnpsQuery.java:650)+
    +     at com.sunopsis.dwg.xml.DwgXmlSession.execute(DwgXmlSession.java:86)+
    +     ... 14 more+
    Interested in hearing what people think the issue might be.
    Cheers

    Caused by: java.sql.SQLException: [FMWGEN][SQLServer JDBC Driver][SQLServer]CREATE TABLE permission denied in database 'master'.
    I suppose you don't wish to create ODI repository in master database, this master database is used by MS SQLServer itself, and it's very critical in the whole SQLServer instance.
    you should use a separate database for ODI, you can use sa to own this database, but please add ";datbaseName=<your ODI database>" in the JDBC URL, then it won't try to find master database.
    If you like we suggest you use RCU to create repository.

  • SUNOPSIS to ODI migration : AS/400 error in work repository upgrade

    Hi,
    We're migrating SUNOPSIS v3.2.02.19 to ODI 10.1.3.5.0, with repositories on DB2 AS/400.
    We achieve to migrate master repository without any problem, and we try now to migrate the work repository and we have the following error :
    +java.sql.SQLException: [SQL0404] La valeur destinée à la colonne ou la variable TABLE_NAME est trop longue.+
    at com.ibm.as400.access.JDError.throwSQLException(JDError.java:520)
    at com.ibm.as400.access.AS400JDBCStatement.commonExecute(AS400JDBCStatement.java:822)
    at com.ibm.as400.access.AS400JDBCPreparedStatement.executeUpdate(AS400JDBCPreparedStatement.java:1179)
    at com.sunopsis.sql.SnpsQuery.executeUpdate(SnpsQuery.java)
    at com.sunopsis.dwg.xml.DwgXmlSession.execute(DwgXmlSession.java)
    It seems that as column name, table name or variable name in migration process is too long, but i don't have any ideas of which. What can i solve this problem ? Any solution or workaround ?
    thanks for help !
    Edited by: julienpeltier on 19 oct. 2010 04:12
    Edited by: julienpeltier on 19 oct. 2010 04:13

    Check out the metalink document for upgrade
    Best Practices For Upgrading From Sunopsis To Oracle Data Integrator [ID 437223.1]
    Important things to be aware of if you are upgrading from Sunopsis V3:
    Sunopsis V3 uses JVM 1.3.1 while ODI 10.1.3 requires a minimum of JVM 1.4.2. This is not an issue if you are upgrading from Sunopsis v4.
    Sunopsis V3 allows mixed-case Context Codes, which are automatically converted to upper-case in V4 and ODI versions. To fix the Issue, manual updates of all Context Codes referenced in the Work Repository must be performed. These updates should be made on all Work Repositories related to a same Master Repository.
    In Sunopsis V3 DB2UDB Technology definition (\lib\scripts\xml\TECH_IBMDB2UDB.xml), The BLOB is defined with a size of 2G. The Master Repository creation fails at
    CREATE TABLE SNP_DATA ( I_DATA NUMERIC(10) NOT NULL, DATA_CONTENTS BLOB(2G)
    with error message :
    SQLCODE -355 SQLSTATE 42993 SQLERRMC: DATA_CONTENTS
    The error means that the column is too large for logging. 2G exceeds DB2 1G limit for Blob datatypes. This is fixed in Sunopsis 4.0.
    After upgrading Sunopsis v3 Master to ODI, the user will still run into this issue if he tries to export this upgraded Master and import it into another Master using mimport.bat.
    Solution: Modify the upgraded V3 Master Repository TECH_IBMDB2UDB.xml file and change the 2g to 100M. i.e.
    <Field name="DdlLongrawMask" type="java.lang.String"><![CDATA[BLOB(100M)]]></Field>
    Then try the import again.

  • Error while crreate variable in New work repository -- integrity constraint

    Hi,
    I had created new Master and work reposiotry with new Internal ID's.
    I am able to import project, variables.
    while creating new variable I am getting below error.
    java.sql.BatchUpdateException: ORA-02291: integrity constraint (SNPW.FK_TXT) violated - parent key not found
    Could any one got this error before
    Is there any steps I missed. -- Any help is Appreciatied.

    Hi,
    Table SNP_TXT in your work repository has a foreign key reference with table SNP_ORIG_TXT
    on column I_TXT_ORIG,
    while you are inserting a new variable for the project etc, it is getting inserted in SNP_TXT
    before insertion it is checking the I_TXT_ORIG value with the table SNP_ORIG_TXT .
    Please do select on these tables in your old repository and your new repository.
    and let me know.
    Reshma

  • Getting Error Out Of Memory while importing the work repository in ODI 10g

    I exported the work repository from topology of ODI 10g of one DB and tried importing it in the another ODI 10g topology of another DB.While importing i got the error 'Out of Memory' .
    Can somebody suggest me ,how to solve the heap size out of memory issue while importing in ODI 10g.
    Thanks in Advance.

    Hi,
    you have to post your question in ODI forum
    Data Integrator
    Suresh

  • Error in Work Repository with Standalone Agent

    Hi There!
    Does anyone know how to identify and resolve the following error?
    2013-08-06 09:04:03.897 NOTIFICATION ODI-1128 Agent agent001 is starting. Application Server: STANDALONE. Agent Version: 11.1.1.3.0 - 23/06/2010. Port: 1028. JMX Port: 2028
    2013-08-06 09:04:37.052 NOTIFICATION ODI-1136 Starting Schedulers on Agent agent001
    2013-08-06 09:04:37.325 NOTIFICATION ODI-1111 Agent agent001 started. Agent version: 11.1.1.3.0 - 23/06/2010. Port: 1028. JMX Port: 2028.
    2013-08-06 09:04:38.963 NOTIFICATION ODI-1137 Scheduler started for work repository WORKREP on Agent agent001
    2013-08-06 09:05:01.216 WARNING Agent HA proxy: Exception thrown on JDBC call, but connection is still OK.  Exception will be rethrown.
    2013-08-06 09:05:01.241 ERROR ODI-1219 Session preparation failure: database error while connecting to work repository WORKREP.
    2013-08-06 09:05:09.594 WARNING Agent HA connection proxy: Retry method 'getConnection': Retry count = 3, retry delay = 15000
    ERROR ODI-1219 Session preparation failure: database error while connecting to work repository WORKREP
    2013-08-06 09:05:18.887 WARNING Agent HA proxy: Exception thrown on JDBC call, but connection is still OK.  Exception will be rethrown.
    2013-08-06 09:05:18.890 ERROR ODI-1219 Session preparation failure: database error while connecting to work repository WORKREP.
    Any help is appreciated..

    Hi!
    I already verified this and the get successful connection.
    The "ping" process between the two points is ok too.
    there are any other idea?

  • 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

  • Installing RCU 11.1.1.6 Getting error Unknown Master and Work Repository

    Hi All,
    While installing RCU 11.1.1.6 I am getting error "unknown Master and Work Repository"
    could any one please tell me the solution for this
    Thanks
    Kumar

    make sure you have selected right option under 'select component'.
    If you want only OIM.
    click on (+) sign of Identity Management and then tick the Oracle Identity Manager option.

  • Number of SNP tables created during master and work repository creation

    Hi All,
    I would like to know how many SNP tables are created during Master and work repository creation in
    10.1.3.5 v as I remember it was around 147 in earlier version .
    Any help will be appreciated
    regards,
    Palash Chatterjee

    Hi Palash ,
    ODI master repository have 58 SNP tables
    where as work repository have 88 SNP tables
    So in total 146 SNP tables are created during Master and work repository creation in
    10.1.3.5 .
    Thanks,
    Sutirtha

Maybe you are looking for

  • JSF inputText takes apostrophe (single quote) as end of string

    Hi, I run into a problem with JSF when apostrophe(single quote) is in input text: <h:inputText id="input1" styleClass="field" size="20" maxlength="20" value="#{bean.property1}" /> When user inputs string contains apostrophe (single quote), for exampl

  • When I open firefox, it opens a pdf file as well as home page - how do i stop this?

    Since upgrading to v5, when I open firefox, it opens a pdf file as well as my home page. I cannot see any setting or fields in "options" that can be causing this - how do i stop the pdf from opening?

  • New Oracle HTTP server install unable to host remote HTMLDB.

    Hi all. I installed the Oracle HTTP Server from the Oracle 10G Release 1 companion CD on a Mac Powerbook running the Tiger OS. I have a CentOS Linux server on my network with Oracle 10G R2 database running that I've installed HTMLDB 2.0 on. I can not

  • Uploading data

    Hi sap gurus, 1) What r the datas we  have to upload before golive 2) How can i divided to upload data, like open items, cleard items $ balances like this thanku raj

  • ClassCastException when RMI callback via HTTP tunneling

    Hello, I have a typical stock quote type of weblogic RMI application running WLS 6.0. If I use T3 for client to register its stub on the server side, the server callback works fine. I use standard jndi lookup to find the server, if I simply switch th