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.

Similar Messages

  • How to create New Work Center

    Dear Experts
                      How to create New Work Center?, what are all the inforamtions  need while creating workcenter.
    Regards
    Rajakarthik

    Hi,
    In addition to the above post, you need to identify that:
    1. Whether you need separate activity types and cost center for the newly created work center. These details are entered in the Costing View of the Work Center.
    If these are required then use KL01 to create new activity, KP26 to define the activity price.
    If required create cost element using T Code KA01 and Cost Center using KS01.
    Take help from the CO guy on this.
    2. Also  you need to ask the concerned about the operating times for the wor center. That is Start time and End time of WC. It is used for capacity evaluation and scheduling of the orders. It is maintained in the capacity view (Bottom left Button in the view).
    this view will also contain the details regarding the calendar, to be assigned to the work center, if needed. Collect details for this requirement. Also you can assign a different calendar to WC apart from factory calendar.
    3. Find out whether this WC will be operating in shifts or not. Accordingly maintain the details.
    Hope it is useful for you.
    Revert for clarifications
    Regards,
    Rohit.

  • 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

  • Creating new work order - error on %001

    Hi all,
    Creating a new work order from the SAP Work Manager 6.0 application should be a standard functionality,
    However, on the system of our client, this goes wrong.
    Upon creating a new work order, we get the error 'Enter a numerical operation number'.
    New objects get an ID that starts with 'LOCAL_xx:xx:xx', which is converted to %001.
    SAP should recognize this and convert this automatically to 0010, 0020, ...
    how come this does not happen?
    it works fine on our SAP system, our customer's system gives an error.
    Kind regards,
    Judith

    Have you done any enhancement to  standard  product "specifically create method of  Work  Order Class handler" . or the standard product functionality itself is not working ?
    I don't see any reason why it works in your system but not in customer system. Try to put break point in create method of Work order class handler and check what  values are passed  for operation  number before invoking Work  Order create BAPI. 
    Infact Work Manager product converts local numbers to incremental  sequential  numbers before invoking create BAPI for Work Order.
    BR,
    Manju - SAP CEG UX/Mobile

  • Create new work center in HR by using bapi.

    Hello, everyone.
    I'm trying to create a new work center in HR related to an organizational unit by using the bapi: BAPI_HRMASTER_SAVE_REPL_MULT.
    For some reason I'm getting an error message:
    "Object [work_center_id] does not exist in status 1".
    This status comes from the field PL_STATUS at 1001, 1032 infotypes that I'm sending to the bapi.
    Does anyone have a solution for me ??
    Thanks in advance,
    A.S.

    Not relevant anymore

  • Create new Master Repository - oracle technology exist in logical topology

    I have created a new master repository using the 'Create Master Repository' function in to an ORacle database user. This was all successful and I can sign in to topology manager as SUPERVISOR.
    However I notice that the physical topology includes the 'oracle' technology in the list but this is NOT present in the logical topology.
    When I import our models and projects that were developed elsewhere they fail becasue they are based on the oracle technology and this does not exist in the logical topology.
    If I try to create the oracle technology or import it I get an error index violation on AK_TECHNO which is the index on the SNP_TECHNO table.
    In the physical topology the oracle technology is shown as being both 'physical' and 'logical' (both check boxes are checked).
    Any ideas ?

    how can I find a way of admitting that this was indeed the case......................
    Turned off the hide unused technologoes and there they all are - including Oracle.................
    So that explains why it appeared at some point before - once some data servers had been defined etc...........
    I have my dataservers and schemas loaded now in the physical topology - but they are still not shoinwg in the logical topology - I think this is due to the data server in physical not being in the correct context. When I click the physical dataserver and go in to the contexts tab and choose global I get the error message (logical topology not configured for this context).

  • Error creating new work space

    I logged in as admin and tried to create a new work space for a developer. At the last step, I got error:
    ORA-04063: package body "FLOWS_030100.WWV_FLOW_SAMPLE_APP" has errors ORA-06508: PL/SQL: could not find program unit being called: "FLOWS_030100.WWV_FLOW_SAMPLE_APP"
    Error provisioning XXXXXXX.
    Return to application.
    Please help!
    Edited by: user10255537 on Sep 16, 2008 6:47 AM

    It looks like it is failing on the attempt to load the sample objects into the new workspace. Go to Manage Service / Feature Configuration and toggle Create demonstration objects... to OFF.
    Try creating the workspace after that and see if it works. I don't know why the sample app install might fail but this should get you moving.
    Jason Aughenbaugh (aka. WileECoyote)
    Precision Guesswork Blog: http://citemreh.spaces.live.com

  • Repository Assistant - vanishes at 0%(while creating new work space)

    Hi Experts,
    I am new to OWB started learning it(11g R2), I created a user for workspace owner and granted owb_user role with admin option and when I hit finish at the summery page of Repository Assistant it shows a small window with progress bar and after a few seconds it just vanishes (at 0%), no error prompted........
    Can any one help me in solving this issue......
    Thanks in advance,
    DK

    Issue got solved - for service name i kept 'orcl' it should be "orcl.example.com" example.com is my domain.
    Thanks!

  • Apache cannot create new worker thread

    My httpd error log reports one of these errors each second:
    (11)Resource temporarily unavailable: apr_thread_create: unable to create worker thread
    I have been on Google and have tried setting the ThreadsPerChild as low as 4; ulimit -s also reports a reasonable value of 8192. /etc/security/limits.conf has no rule which should affect httpd. The only thing that seems to fix the problem temporarily is a reboot. In addition this only happens after I restart the httpd daemon.
    The thing is that httpd starts up and runs. I would still like to resolve this issue though. Does anyone have any ideas? The whole /etc directory is available at http://www.kiwilight.com/etc/.

    Resolved by restarting System Center Management service.

  • Creating work repository

    Hi,
    Can anyone provide me steps for creating second work repository. I tried to do this in ODI Studio but there are only options for reattach or override existing repository.
    Thanks

    Hi Adam,
    In ODI Studio in Topology, you have a Repositories section.
    Right click on Work repositories and you can add a new one.
    http://st-curriculum.oracle.com/obe/fmw/odi/odi_11g/ODImaster_work_repos/ODImaster_work_repos.htm#t2
    Kr,
    Jerome

  • Create  2 work repositores with one master repository

    Hi all,
    I have a corrupted work repositoy and I want to create one new work repository within the same master repository.
    My questions :
    1) Is it possible to keep the same Oracle user, the same oracle schema for this new new repository?
    2) If yes why do I get a unique contstraint errors such as
    ORA-00001: unique constraint (SNPM.AK_CONNECT) violated when I try to create one ?
    Thanks for you answer.

    You need an empty schema to create a new repository so you will need to drop and recreate your corrupted schema if you want to use them again
    Edited by: SH on Mar 25, 2011 11:36 AM

  • 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..

  • How to change work repository internal ID

    Is it possible to change the ID of existing work repository. Or a new work repository has to be created to get a new different ID.

    About Master repo : - between 2 env. you must have exact ID and version of all master repo objects.
    About work rep : When you create a new repository via TOPOLOGY you can set your own ID (ex :7).
    ->assume you have an old version of rep ID=5.
    ->assume you ll create a new one (yours) ID=7
    Then you can import :
    - with insert method to put old MODEL you want to keep some dev (MODEL, version will end with...5)
    - with duplicate metod if not : to use a old MODEL version but update the (version will end with ...7)
    Therefore, it's possible to :
    - to push (update) devlpt from old w repo (5) to be updated from the old to the new one (cause the version is ...5) by INSERT_UPDATE
    - to push (update) devlpt from new w repo (7) to be updated from the old to the old one (cause the version is ...7) by INSERT_UPDATE
    - to maintain a MODEL change form one Master and impact to the other
    - NOT to Merge one change on a model and another change on the same model (other work repo)

  • ODI 11g - Work Repository Creation via Script

    Hi!
    Do you have any suggestions how to create work repositories via script?
    My idea is to create all database objects in the schema for the new work repository and insert the repository specific information into the tables
    - SNP_REM_REP (master repository)
    - SNP_CONNECT (master reppository)
    - SNP_LOC_REPW (work repository)
    Am i missing something?
    Thanks in advance & kind regards
    Michael

    Why do you want to do it this way ?
    I dont think your idea is going to work as there are 87 other tables (maybe not all of them) in Work Rep that need to be populated. And only the Work repository creation menu in the Topology would do it for you. There are relationship among those tables that need to be satisfied.
    What version are you on ? In 11g you can write Java code to do the things I mentioned above. Whatever you can click and do in 10g can be done using Java programming in 11g.

Maybe you are looking for