Create EM  repository

I\m trying create EM repository on 11.1.0.6.0 (Windows platform) and get some error:
1)emca -deconfig dbcontrol db -repos drop
DROP USER mgmt_view CASCADE;
DROP ROLE mgmt_user;
DROP USER sysman CASCADE;
2)emca -config dbcontrol db -repos create
STARTED EMCA at 10.08.2010 10:28:42
EM Configuration Assistant, Version 11.1.0.5.0 Production
Copyright (c) 2003, 2005, Oracle.  All rights reserved.
Enter the following information:
Database SID: oratest
Listener port number: 1886
Password for SYS user:
Password for DBSNMP user:
Password for SYSMAN user:
Password for SYSMAN user: Email address for notifications (optional):
Outgoing Mail (SMTP) server for notifications (optional):
You have specified the following settings
Database ORACLE_HOME ................ D:\app\oratest\product\11.1.0\db_1
Local hostname ................ 000-31689
Listener port number ................ 1886
Database SID ................ oratest
Email address for notifications ...............
Outgoing Mail (SMTP) server for notifications ...............
Do you wish to continue? [yes(Y)/no(N)]: y
10.08.2010 10:29:06 oracle.sysman.emcp.EMConfig perform
INFO: This operation is being logged at D:\app\oratest\cfgtoollogs\emca\oratest\emca_2010_08_10_10_2
8_42.log.
10.08.2010 10:29:07 oracle.sysman.emcp.EMReposConfig createRepository
INFO: Creating the EM repository (this may take a while) ...
10.08.2010 10:33:20 oracle.sysman.emcp.EMReposConfig invoke
INFO: Repository successfully created
10.08.2010 10:33:24 oracle.sysman.emcp.EMConfig perform
SEVERE: Listener is not up. Start the Listener and run EM Configuration Assistant again .
Refer to the log file at D:\app\oratest\cfgtoollogs\emca\oratest\emca_2010_08_10_10_28_42.log for mo
re details.
Could not complete the configuration. Refer to the log file at D:\app\oratest\cfgtoollogs\emca\orate
st\emca_2010_08_10_10_28_42.log for more details.Emconfig log shows:
In D:\app\oratest\cfgtoollogs\emca\oratest\emca_2010_08_10_10_28_42.log I see this error:
CONFIG: SQLEngine created successfully and connected
10.08.2010 10:33:24 oracle.sysman.emcp.ParamsManager checkListenerStatusForDBControl
CONFIG: ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
10.08.2010 10:33:24 oracle.sysman.emcp.EMConfig perform
SEVERE: Listener is not up. Start the Listener and run EM Configuration Assistant again .
Refer to the log file at D:\app\oratest\cfgtoollogs\emca\oratest\emca_2010_08_10_10_28_42.log for more details.
10.08.2010 10:33:24 oracle.sysman.emcp.EMConfig perform
CONFIG: Stack Trace:
oracle.sysman.emcp.exception.EMConfigException: Listener is not up. Start the Listener and run EM Configuration Assistant again.
lsnrctl status
LSNRCTL for 32-bit Windows: Version 11.1.0.6.0 - Production on 10-AUG-2010 10:41:21
Copyright (c) 1991, 2007, Oracle.  All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=000-31689)(PORT=1886)))
STATUS of the LISTENER
Alias                     LISTENER
Version                   TNSLSNR for 32-bit Windows: Version 11.1.0.6.0 - Production
Start Date                10-AUG-2010 09:40:57
Uptime                    0 days 1 hr. 0 min. 23 sec
Trace Level               user
Security                  ON: Local OS Authentication
SNMP                      OFF
Listener Parameter File   D:\app\oratest\product\11.1.0\db_1\network\admin\listener.ora
Listener Log File         d:\app\oratest\diag\tnslsnr\000-31689\listener\alert\log.xml
Listener Trace File       d:\app\oratest\diag\tnslsnr\000-31689\listener\trace\ora_1340_2108.trc
Listening Endpoints Summary...
  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.100.10.62)(PORT=1886)))
Services Summary...
Service "ORATEST" has 1 instance(s).
  Instance "ORATEST", status UNKNOWN, has 1 handler(s) for this service...
The command completed successfully
tnsping oratest
TNS Ping Utility for 32-bit Windows: Version 11.1.0.6.0 - Production on 10-AUG-2010 10:42:13
Copyright (c) 1997, 2007, Oracle.  All rights reserved.
Used parameter files:
D:\app\oratest\product\11.1.0\db_1\network\admin\sqlnet.ora
Used TNSNAMES adapter to resolve the alias
Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 10.100.10.62)(PORT = 1886))
(CONNECT_DATA = (SERVICE_NAME = oratest)))
OK (10 msec)
SETORACLE_HOME=D:\app\oratest\product\11.1.0\db_1
ORACLE_HOSTNAME=000-31689
ORACLE_SID=oratest
emctl statusEM Configuration issue. D:\app\oratest\product\11.1.0\db_1/000-31689_oratest not found.

D:\app\oratest\cfgtoollogs\emca\oratest\emca_2010_08_10_12_38_14.log
Connecting to database oratest in home D:\app\oratest\product\11.1.0\db_1 with user "SYS" role "SYSDBA".
connected to database.
sql to execute declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd varchar2(30); view_user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); select account_status into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%' THEN execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mgmt_view_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immediate 'alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end;
noOfParams to bind: 1.
sql execute successfully.
10.08.2010 12:43:36 oracle.sysman.emcp.EMReposConfig unlockMGMTAccount
CONFIG: Unlocked mgmt_view account
10.08.2010 12:43:36 oracle.sysman.emcp.EMReposConfig invoke
CONFIG: Successfully unlocked mgmt_view account
10.08.2010 12:43:36 oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
10.08.2010 12:43:36 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine connecting with SID: oratest, oracleHome: D:\app\oratest\product\11.1.0\db_1, and user: SYS
10.08.2010 12:43:37 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine created successfully and connected
10.08.2010 12:43:37 oracle.sysman.emcp.ParamsManager checkListenerStatusForDBControl
CONFIG: ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
     at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1530)
     at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeSql(SQLEngine.java:1771)
     at oracle.sysman.emcp.ParamsManager.checkListenerStatusForDBControl(ParamsManager.java:2708)
     at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:368)
     at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:147)
     at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:222)
     at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:535)
     at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1215)
     at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:519)
     at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:468)
10.08.2010 12:43:37 oracle.sysman.emcp.EMConfig perform
SEVERE: Listener is not up. Start the Listener and run EM Configuration Assistant again .
Refer to the log file at D:\app\oratest\cfgtoollogs\emca\oratest\emca_2010_08_10_12_38_14.log for more details.

Similar Messages

  • How to create a repository(not just custom) using your hard drive

    I don't know if many people know about this, so I am giving this a shot. There are three major articles on wiki.archlinux.org: Custom local repository,
    Using a CD-ROM as a repository, and Offline Installation of Packages. These are available online through the WIKIs at archlinux.org.
    I was first confused because when I was reading "Offline installation of packages", I didn't know what these ".db.tar.gz" files where. I came mainly from a Debian / Ubuntu
    background (I actually tried many distros before this), so getting used to the way the repository works and no graphical install manager for it. However, I enjoyed a challenge and
    I found out that these are database packages that contain descriptions and locations on where these files are located. The ones on the ftp server are already compiled. I don't know if,
    however they are compiled with the most recent versions.
       With all that said, I thought you had to have it all in one directory in order for this to work, but as it turns out, location is not really an issue. I decided to have a directory reside on the root.
    I chose root because it's only for the install of my own packages. I could have done it as a seperate user account, such as "repos" in PCLinuxOS (another distro I tried). I didn't want to have a seperate account for this. Therefore, I created "/root/repository". Within this directory I created directories for all repository archives. I basically did a "cd /mnt/dvd" and migrated to the particular repository directories. I would copy all the "pkg.tar.gz" files into their respective directories with "cp * ~/repository/<name-of-dir>". For intance, I started with the "core" directory, because there was some things I didn't install in the core directory during installation and if the packages needed it, it was there. This follows for the rest of the directories, such as "community", "testing", and "unstable", etc.You can go to the ftp mirrors to find out what directories are available. The main point is that your files should be in the format ".pkg.tar.gz". These are package files that get converted into a sort of database format that as I mentioned, informs the system the description and where the files are located, and so on.
       The command to perform this, is "tar -xvf /root/repository/core/core.db.tar.gz *.pkg.tar.gz". You can replace core with whatever repository you are adding. So, for example, "extra.db.tar.gz" would be in the "extra" directory. This information is located in the "Offline installation of packages".  The command to create this database is called, "repo-add".
    The format for this command is "repo-add /path/to/dir.db.tar.gz *.pkg.tar.gz". So, if it's the core packages you would "cd ~/repository/core" and "repo-add core.db.tar.gz *.pkg.tar.gz".
      Then, you need to edit the "/etc/pacman.conf" configuration file for pacman. I basically would comment all out except for the repositories I need. So, for example "[core]" and "/etc/pacman.d/core" would tell where normally the servers are located for these files. This information is located int the "Custom local repository" article.using the "repo-add" command.
       Furthermore, I edited each server file located in "/etc/pacman.d/<repository>" where repository is core, extra, etc. I would perform,  "nano /etc/pacman.d/core" for example and comment out all servers. I then add a "local repository" by typing in "file:///root/repository/core", saved it, and then did a "pacman -Sy" to update the repository database. Now, I can do "pacman -S <package-name>" where package-name is whatever I wanted to install. Voila! Please let me know of any suggestions, questions, insights, or comments. I hope I'm not missing anything in this article. I do remember using "rm -rf * in the "/var/lib/pacman/<repository>"directories and using "tar xvf <repository>.db.tar.gz". I don't if that something to do with it, though. Be careful with the "rm -rf *" command, because you can erase your hard drive if you are not careful, for those who aren't informed.
    P.S. Please note all these are done with the root user.

    pressh wrote:
    gradgrind wrote:
    smitty wrote:pressh, I understand and appreciate your point of view... well taken! Are you implying that I should have written in steps, such as 1, 2, and 3? Also, should I have got ridden of the redundant information if it is contained in the Wiki article and / or  taken out the commands on how to apply them and left only with the explanation? Is this what you imply? Sorry if I seem redundant with these questions, but I'm curious so I can improve for the future. I am new to this and open to any suggestion and comments.
    Maybe you could either edit the existing wiki pages where they were not clear to you, or else add a new wiki page, or both. Certainly give the whole a clearer (visual) structure, and (if they don't already exist) add links between the connected wiki pages.
    Yes that is partly what I mean. Further you could get rid of the information that is not really needed to follow the guide (for example what the command 'repo-add' does. People could if they are interested look it up in the script itself, or you could add it here and link to it).
    And yes a bit of structure would be nice. You don't have to nessesarily call it 1,2,3, as long as it has some kind of structure in it (the visual point is very important here). You could take a look at existing wiki pages on the web and see how most of them (not all of them are good of course) are structured.
    That's a good point, too. How do I found out what articles are more effective? I am doing research on this particular matter at the moment and came across articles that have tips on technical writing. Could this help in the long run? Or, is it better to get feedback from other users and improve that way? In other words, do first, and ask later, as one user point out?

  • Help! how to create a repository correctly of owb?

    I have installed oracle11 in the directory c:\app\***\product\11.1.0\db_1 and installed owb in the directory c:\app\***\product\11.1.0\owb11gr1. When i tried to Create a Repository Using the Repository Assistant, the system gives out an error message:OWBSYS is not granted access to owb home/owb/bin/admin/rtrepos.properties:Please run UnifiedRepos/reset_owbcc_home.sql specifiying the path of the Oracle Home from which the Control Center Service is being run.
    Then I run the script reset_owbcc_home.sql and put in "C:/app/***/product/11.1.0/owb11gr1" according to the prompt.
    But it still can not work, it gives out another error,"there is no table or views"
    Can anyone tell me how to create a repository correctly?
    Thanks!

    With your database 11g install OWB is already installed under the ORACLE_HOME's owb directory. You should/could have just used it.
    I'd suggest a cleanout and start again, here are the steps:
    1. Close any open OWB
    2. from db home,
    Stop runtime service - cd owb/rtp/sql sqlplus OWBSYS/OWBSYS @stop_service
    3. drop your target user, design user
    4. cleanout OWBSYS, recreate:
    cd owb/UnifiedRepos
    sqlplus using your sysdba
    @clean_owbsys
    @cat_owb <tablespace_of_your_choice)
    Now run reposinst.bat from your database Oracle home
    Cheers
    David

  • Error while Creating Master Repository: ORA-01031: insufficient Privileges

    Hi,
    I'm trying to install ODI into my VM.
    I have done the installation and while creating Master Repository, I'm getting following error:
    ORA-01031: insufficient Privileges
    I'm using Oracle & have created user as ODI_MASTER with Admin Privileges.
    I'll be using it to load metadata onto planning (Version 11.1.2)
    Is there anything that I'm missing out on.
    Jitendra.

    Seems missing grants on the user you are using to create Master Repository.
    you are using Oracle .. grant connect, resource to <your_user>. These two rolesa have sufficient access to db to create the master repository.
    execuute the sql from sys user
    Regards,
    Amit
    Edited by: amitgupta1202 on 20 Aug, 2009 10:42 PM

  • Error while creating Informatica Repository Service

    I am installing OBIApps - Have done it previously so I know it is a complex installation.
    This time my server is a Linux RH 64bit... Informatica server installed ok. Using the administrator panel, I am now trying to create the repository service.
    I am getting error: Database driver event…Error occurred loading library [libclntsh.so.10.1: wrong ELF class: ELFCLASS32] Database driver event…Error occurred loading library [libpmora8.so]
    I know the infra structure guys installed Oracle client 32bit... Maybe this is the trouble ?
    I have LD_LIBRARY_PATH blank... if I point the LD_LIBRARY_PATH to the oracle client bin... it seems that informatica startup has trouble since administrator panel doesn´t start. went back to LD_LIBRARY_PATH blank and startup is ok and administrator is ok... but error in creating repository service persists...
    I appreciate any hints.
    Txs.
    Antonio

    Try with by execute relink all libraries:
    $relink all
    or else go with 64bit

  • Issue in creating Master repository from ODI 11g

    Hi,
    I am unable to create a Master repository connection using ODI 11g from local machine. I am using Oracle server of 11g version and have Master and a Work repositories in it. When I was trying to create a connection using ODI 11g it is throwing me the following error message,
    Could not connect to repository
    java.lang.IllegalStateException: Local Repository table is empty
         at oracle.odi.core.repository.support.RepositoryUtils$RepositoryInfoSource.loadRepositoryInfo(RepositoryUtils.java:182)
         at oracle.odi.core.repository.support.RepositoryUtils.loadMasterRepositoryInfo(RepositoryUtils.java:373)
         at oracle.odi.core.repository.Repository.getMasterRepository(Repository.java:72)
         at oracle.odi.core.OdiInstance.createMasterRepository(OdiInstance.java:501)
         at oracle.odi.core.OdiInstance.<init>(OdiInstance.java:553)
         at oracle.odi.core.OdiInstance.createInstance(OdiInstance.java:529)
         at oracle.odi.ui.docking.panes.OdiCnxFactory$1.run(OdiCnxFactory.java:205)
         at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:655)
         at java.lang.Thread.run(Thread.java:619)
    Suggest me to resolve this issue.
    Regards, Sujeev

    Try following links.
    They are nice and Explanatory.
    http://www.odigurus.com/2011/10/creating-master-repository-using-odi.html
    http://odinetwork.blogspot.in/2011/03/creating-and-connecting-to-odi-master.html
    http://odiexperts.com/creating-master-and-work-repository/
    Thanks,
    Mahesh

  • How to Create a repository in KM?

    Hi All,
    My Queries:
    1)How to create a repository in KM(for storing images)?
    2)How to Create a task in a UWL when an image is copied in the KM repository?
    This is needed in my I2P(Invoice to Pay) process scenario.
    Please help!
    Reply soon!
    Sumit

    Sumit,
    Are you referring to the subscription feature for KM.
    You should have a mail transport created for this purpose.
    Also have mailing, notification active and channel originators set up.
    Pls try this link.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/3b/10083f56e4d861e10000000a114084/content.htm
    Regards
    Vineeth

  • Creating storage repository in OVM 3.0.x

    Hi,
    I am new to OVM. I have installed OVM 3.0.1 version Manager and Server.
    And I am trying to create a Virtual machine (domU) and want to install one of OEL template as guest OS.
    Now I am in the process of creating a storage repository where in which all VM's data is stored like
    VM templates, VM config files...
    It is mentioned in the OVM 3.0 User Guide that I can use local storage to create a storage repository.
    Does that mean I have to use a separate disk and attach it to the OVM server.
    I have installed OVM server on /dev/sda2 and I have a lot of space on same physical disk.
    Is it possible to create a repository on the same physical disk on which OVM server is installed?
    I mean same /dev/sda but in another partition.
    Thanks

    887506 wrote:
    Does that mean I have to use a separate disk and attach it to the OVM server.Yes.
    Is it possible to create a repository on the same physical disk on which OVM server is installed? No.

  • How to add new driver to create master repository database

    Dear All,
    i want to creade ODI Repositroy Database on SQL SERVER,
    when i click the driver button in "Create Repository Wizard" the only driver i found for sql serve ris just able to connect to sql server 2000
    i got a driver written by microsoft to connect to sql server 2005, but how can i add this driver where i can see it in the driver list ???
    i have jar file. i put it in the drivers folder in the installation folder of the ODI but akso it doen't appear.
    may you please help me to be able to see this driver in the driver list of "CREATE Master Repository Wizard" ??????????????????????????
    Regards,
    Ahmed Salah

    Hi,
    Copy the sql server driver into the oracledi\drivers directory and restart the create repository
    You need to manually enter the driver name and url for sql server 2005
    e.g.
    com.microsoft.sqlserver.jdbc.SQLServerDriver
    jdbc:sqlserver://<sqls machine>:1433;databaseName=<db name>;integratedSecurity=false
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Created Migration Repository by accident as Apps User! Can I undo it?

    I am a very stupid fool, and I am scared that I might have done something to one of our clones on PROD via something I just did in SQL Developer. I am too much of a coward to mention it to one of our DBAs as violence may result from my admission!
    I was following this guide:
    http://www.oracle.com/technology/obe/11gr1_db/appdev/msamigrate/msamigrate.htm
    In case you need it, this is the result from "select * from v$version":
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    PL/SQL Release 10.2.0.4.0 - Production
    CORE     10.2.0.4.0     Production
    TNS for IBM/AIX RISC System/6000: Version 10.2.0.4.0 - Productio
    NLSRTL Version 10.2.0.4.0 - Production
    Anyway, I got to this bit, while connected to the DB as apps user (yes, stupid I know).
    On the web guide, I got to this step:
    Creating the Migration Repository > 3 > Now you can create the repository in this users connection. Right click on the omwbrep_orcl connection and select Associate Migration Repository
    As soon as I clicked it, and it started churning away, I realised I was way, way, way out of my depth, creating stuff on the DB as an apps user (aaaaah, I am a fool).
    I cancelled the operation, and was told that something had been created.
    I am now really worried I've done something really bad on the database, but I have no idea what I just did, how to check what I did, and if possible, how to undo it.
    Any advice much appreciated, and my apologies for being so stupid, and doing stuff as an Apps user without knowing what I was doing.
    Thanks

    Aaah. I just read this in the JDeveloper help doc:
    Delete or Truncate Repository
    The Delete Repository dialog box is displayed if you click Migration, then Repository Management, then Delete Repository; the Truncate Repository dialog box is displayed if you click Migration, then Repository Management, then Truncate Repository.
    Deleting a repository removes all schema objects that are used for the migration repository. Truncating a repository deletes all data from schema objects that are used for the migration repository, but does not delete the schema objects themselves, effectively leaving you with an empty repository.
    Repository: Name of the database connection in which to delete or truncate the migration repository.
    I therefore went to Migration Repository > Delete Migration Repository, thinking I would be able to confirm / view anything first, but it just went ahead and deleted a load of stuff.
    Can anyone advise please if I have just done something even more stupid than creating a repository in the first place, and then cancelling the operating part way through?
    Good grief, I am so stupid :(

  • Which Technology was selected then creating Master Repository for ODI?

    Hi,
    Which Technology was selected then creating Master Repository for ODI SQL Server 2003? Which technolgy must be selected?
    First of all I created master repository for ODI on SQL Server 2003 via Microsoft SQL Server, it did not work.
    I checked the Driver and URL as below
    com.microsoft.sqlserver.jdbc.SQLServerDriver
    jdbc:sqlserver://<servername>:<PortNumber>;selectMthod=cursor;databasename=<databasename>;integratedsecurity=false
    there is a error as below
    com.sunopsis.tools.core.exception.SnpsRuntimeException: com.sunopsis.tools.core.exception.SnpsRuntimeException: Unable to find the XML file corresponding to your technology.
         at oracle.odi.sdk.repository.OdiRepositoryManager.createMasterRepository(OdiRepositoryManager.java)
         at com.sunopsis.wizards.MasterRepositoryWizard.d(MasterRepositoryWizard.java)
         at com.sunopsis.wizards.MasterRepositoryWizard.f(MasterRepositoryWizard.java)
         at com.sunopsis.wizards.MasterRepositoryWizard.a(MasterRepositoryWizard.java)
         at com.sunopsis.wizards.MasterRepositoryWizard.a(MasterRepositoryWizard.java)
         at com.sunopsis.wizards.MasterRepositoryWizard$IvjEventHandler.actionPerformed(MasterRepositoryWizard.java)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    Caused by: com.sunopsis.tools.core.exception.SnpsRuntimeException: Unable to find the XML file corresponding to your technology.
         at com.sunopsis.repository.manager.RepositoryManager.masterRepositoryCreation(RepositoryManager.java)
         ... 29 more
    Caused by:
    com.sunopsis.tools.core.exception.SnpsRuntimeException: Unable to find the XML file corresponding to your technology.
         at com.sunopsis.repository.manager.RepositoryManager.masterRepositoryCreation(RepositoryManager.java)
         at oracle.odi.sdk.repository.OdiRepositoryManager.createMasterRepository(OdiRepositoryManager.java)
         at com.sunopsis.wizards.MasterRepositoryWizard.d(MasterRepositoryWizard.java)
         at com.sunopsis.wizards.MasterRepositoryWizard.f(MasterRepositoryWizard.java)
         at com.sunopsis.wizards.MasterRepositoryWizard.a(MasterRepositoryWizard.java)
         at com.sunopsis.wizards.MasterRepositoryWizard.a(MasterRepositoryWizard.java)
         at com.sunopsis.wizards.MasterRepositoryWizard$IvjEventHandler.actionPerformed(MasterRepositoryWizard.java)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    okan
    Edited by: ankist on Jan 15, 2010 2:46 PM

    It is highly recommended to use the JDBC Driver for SQL Server 2005, even if you are using SQL Server 2000. In ODI's pre-populated lists, it is not there - you will have to (1) get the driver yourself, downloadable from the Microsoft site. (get the driver v1.2, not the 2.0, and use a JRE v1.5, 1.5 or 1.6. The 2.0 driver from Microsoft requires the JRE 1.6)
    (2) use the
    Driver: com.microsoft.sqlserver.jdbc.SQLServerDriver
    and the URL: jdbc:sqlserver://<myserver>:<myport, default 1433>;database=<mydb>;selectMethod=cursor
    these are not automatic, you will need to type them in.
    The database must be configured for connections from tcpip.
    For more information see the blog: http://odiexperts.com/?tag=sql-server-2005

  • Steps to create a Repository

    hi there,
    Can you guide me the steps to create a repository?
    thanks

    HI,
    An Oracle-by-example tutorial might be of interest for you.
    http://st-curriculum.oracle.com/obe/fmw/bi/biee/r1013/bi_admin/biadmin.html
    It explains how to create a repository using a sample database schema.
    Assuming some basic SQL and database knowledge this should be sufficient to introduce you.
    kind
    regards

  • Creating a repository

    Dears ,
    i want to create repository in order to can upload an employee pic ... but i dont know the settings or what configurations shall i select ... could u plz help creating the repository ?
    1- i want to know which storage type shall i use , i have the following :
              - sap system database
              - http content server
              - logical repository
              - rfc archive
              - structure storage system

    Yes, but it is a multi-step process. First, you have to do a design capture of the table definitions into your repository. Start the Design Editor. If you haven't set up a database definition under the DB Admin tab, you'll need to do that first. Then, choose the Generate menu, Capture Design of ... and choose Server Model. The Source of Design Capture will be DDL Files - in other words, your table scripts. Follow the wizard.
    Once you have your table definitions in your repository, you can create a Database Diagram, which is quite similar to an Entity Relationship Diagram. Just drag your table definitions from the navigation tree into the gray diagram area to the right
    Or you can reverse engineer your table definitions into Entity definitions and do real ER Diagrams. You can't do that in the Design Editor, so close it, and open the ER diagrammer. Use the Table to Entity Retrofit utility, found on the Utilities menu, and follow the wizard. This will transform your Table Definitions into Entity definitions. Then you can start a new ER diagram, drop down the Edit menu, and Include your new Entities on the diagram.

  • OAC2 while you try to create content repository

    Hi Friends,
    in a OAC2 while you try to create content repository, it doesnt allow you to select the document area (actually it doesnt allow you to select any of the options for eg: 'Archive Link' 'Data Archiving' etc.)
    Although it shows these options in a drop down menu but it doesnt let you select it.
    and this is happening only in DEV and QAC environment, rather it worked in Sandbox system(its a seperate SAP system)
    Please let me know how can we resolve this issue
    Regards
    Ayush

    You can have a look at the third party connection beans available and choose whichever is good. http://www.j2eeolympus.com/J2EE/JDBC/JDBCConnectionPooling.html

  • How to create a repository for data archiving?

    We have a content server installed 2 months ago.
    We want to store the archived data either into the content server DB (even we know it's NOT
    recommended) or better into the file system on the content server.
    Could you help tell how to create the repository to hold the archived data in above 2 scenarios?
    Thanks a lot!

    content server DB (even we know it's NOT recommended)
    I have use Content Server with MaxDB in more than 1 ocation without any issues.
    You need to set up the repositories in OAC0.
    Read,
    http://help.sap.com/saphelp_nw04s/helpdata/en/ed/cefa3882cd8229e10000000a11402f/frameset.htm
    Regards
    Juan

  • Unable to create Content Repository

    Hi All,
    We have installed SAP Content Server6.4 with MAXDB on windows server 2003 IIS6.0 successfuly.
    After that i have created content repositoy through OAC0 & Category through OACT. When we try to execute Create content repository through CSADMIN we are getting error
    HTTP error: 404 Not Found
    HTTP error: 500 (Internal Server Error)  "Co
    Z_CON_REP or Storage entry not defined"
    When we check the content server status it is showing the status running.
    << Moderator message - Everyone's problem is important. But the answers in the forum are provided by volunteers. Please do not ask for help quickly. >>
    Regards,
    Venu
    Edited by: Rob Burbank on Jan 26, 2011 4:15 PM

    You need to supply the "Key Store Location", "Key Store Password", "Private Key Alias" and "Private Key Password' to use socketssl.
    Also please make sure that the content server has enabled "Use SSL". You can configure it using the enterprise manager.

Maybe you are looking for

  • Duplicate member Name in same dimension in a Cube

    Hi, Can someone please let me know whether we can have same member name in a dimension for building a cube? For Example: I have one dimension Dim1 (Hierarchy) , Level2     Level1     Leaf     Leaf Code L13 -      L11 -      L1 -      10 L13 -      L1

  • DBMS_SCHEDULER.create_job parameter for repeat_interval

    how to specify the DBMS_SCHEDULER.create_job repeat_interval parameter for 15 mintues?

  • SQL Trace and TKprof

    Hello, Can someone tell me what is SQL trance and TKprof? when we will apply and what need of this? why i should give alter session set sql trace = true? if someone could give me an idea of what is a TKprof do, would be apprecaited.

  • HELP I partitioned an external hard drive by mistake - how to undo???

    HELP HELP HELP I just bought a new WD 1TB hard drive (so now I have two) and wanted to partition in (1 partition) but by my stupid mistake I had chosen the wrong hard drive - so now about 1TB worth of music and films and photos (my entire iTunes and

  • Iphoto - idvd slideshow to quictime

    I am new to this, but created a slide show in idvd from photos in iphoto. Now, I want to make the slide show very transportable to other computers -- both mac and windows based. How do I do this with getting the best quality possible? I have used dvd