Accessing OWB 10g Respository through OWB 11g Client

We have an Oracle Database 10.2, we installed OWB 10.2 and created a repository.
I want to install OWB 11g Client and use the existing repository. Is this Compatable.
Thanks in advance for your suggessions.

No, there were substantial repository changes in OWB 11g, you cannot connect an OWB 11g client with an OWB 10g repository - but you can host an OWB 11g repository in a 10g database though.
Cheers
David

Similar Messages

  • Can not configure Oracle 10g form  on oracle 11g client

    Hi
    I need to install oracle 10g form in my system .
    Here is my system
    1. OS --XP
    2. 32 Bit
    4. Already oracle 11g release client installed ( I think that create the problem )
    I tried to install oracle 10g form , it installed but can cont configure net manager for it , Always it point to 11g client and hence I could not configure .
    Also I tried install Oracle Forms first then 11g client , But  I got same issue .
    I think if  I created multiplr home one for 11g client and other for forms , it may work out .
    Please  help me
    Debashis

    While deploying the example 'VacationRequest' in the oracle complete guide for 11g, i got an exception like this
    "12:08:15 PM] Deploying Application...
    [12:11:16 PM] [Deployer:149191]Operation 'deploy' on application 'VacationRequestTaskFlow' is initializing on 'soa_server1'
    [12:11:24 PM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application VacationRequestTaskFlow on soa_server1.: [Deployer:149145]Unable to contact 'bam_server1'. Deployment is deferred until 'bam_server1' becomes available.; nested exception is:
         java.rmi.UnknownHostException: Could not discover administration URL for server 'bam_server1'.
    [12:11:24 PM] [Deployer:149193]Operation 'deploy' on application 'VacationRequestTaskFlow' has failed on 'soa_server1'
    [12:11:24 PM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application VacationRequestTaskFlow on soa_server1.: Failed to load webapp: 'VacationRequestTaskFlow.war'.
    [12:11:24 PM] Weblogic Server Exception: weblogic.application.ModuleException: Failed to load webapp: 'VacationRequestTaskFlow.war'
    [12:11:24 PM] Caused by: java.lang.ClassNotFoundException: oracle.adf.library.webapp.ResourceServlet
    [12:11:24 PM] See server logs or server console for more details.
    [12:11:24 PM] weblogic.application.ModuleException: Failed to load webapp: 'VacationRequestTaskFlow.war'
    [12:11:24 PM] #### Deployment incomplete. ####
    [12:11:24 PM] Deployment Failed"
    Can anyone help in this.

  • Accessing the KM Respository through Portal Code.

    Hi,
    I am New to Portal development.
    I want to Access the KM Repository through AbstractPortalComponent.
    Plz Reply ASAP with code.
    Thanks and Regards
    Kiran

    Hi Kiran,
    Here's some sample code that I've got of an abstract portal component that goes through the contents of a KM folder and displays the KM description for the file:
    package com.graybar.portal.titleload;
    import com.sapportals.portal.prt.component.*;
    import java.io.File;
    import java.util.ArrayList;
    import com.sapportals.portal.prt.component.IPortalComponentResponse;
    import com.sapportals.portal.security.usermanagement.*;
    import com.sapportals.wcm.repository.*;
    import com.sapportals.wcm.repository.service.IRepositoryServiceFactory;
    import com.sapportals.wcm.util.uri.*;
    public class TitleLoad extends AbstractPortalComponent {
        public void doContent(IPortalComponentRequest request, IPortalComponentResponse response) {
              response.write("starting... <BR>");     
              response.write("***************************** <BR>");
              IUser user = (IUser)request.getUser().getUser();
              IResourceContext resourceContext = new ResourceContext(user);
              // starting folder
              RID repositoryID = new RID("/documents/TitleLoad");
              // Get the Service
              IRepositoryServiceFactory repServiceFactory = null;
              try {
                   repServiceFactory = ResourceFactory.getInstance().getServiceFactory();
              } catch (Exception ex) {
                   ex.printStackTrace();
              if(repServiceFactory == null) {
                   System.out.println("Repository Service Factory is null!!");
              try {
                   IResource resource = ResourceFactory.getInstance().getResource(repositoryID, resourceContext);
                   if( resource != null ) {
                        if (resource.isCollection()) {
                             ICollection collection = (ICollection)resource;
                             IResourceList children = collection.getChildren();
                             int resourceCounter = 0;
                             String attrType = new String();
                             response.write("size = " + children.size() + "<BR>");
                             IProperty prop = null;
                             String propValue = null;
                             String resRid = null;
                             for (int i = 0; i < children.size(); i++){
                                  String validTo = new String();
                                  ArrayList attributes = new ArrayList();
                                  IResource ir = children.get(i);
                                  if (ir.getRID() != null)
                                       resRid = ir.getRID().toString();
                                  PropertyName propNameP = new PropertyName("http://sapportals.com/xmlns/cm", "description");
                                  prop = ir.getProperty(propNameP);
                                  response.write("before <BR>");
                                  try {
                                       propValue = prop.getStringValue();
                                  } catch (Exception e) {
                                       propValue = "";
                                  response.write("after <BR>");
                                  response.write("Name = " + ir.getName() + "; Description = " + propValue + "<BR>");
                                  resourceCounter++;
                   } else {
                        // resource not found
                        System.out.println("resource " + resource.getRID() + " does not exist");
              } catch( ResourceException e ) {
                // problem while retrieving the resource
                System.out.println("exception while trying to get resource " + e.getRID() + ": " + e.getMessage());
         response.write("finished <BR>");

  • Problem in connecting to Oracle 8 database through Oracle 11g client ?

    Database : Oracle 8
    Client Machine :
    Oracle 11g
    Window7
    Microsoft ODBC Driver for Oracle
    Hi,
    I am using Oracle 11g client to connect Oracle 8 database using Microsoft ODBC Driver for Oracle but I am getting error when after entered the password
    Run-time error '40002':
    IM006: [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed
    I am using VB6 application on Windows 7 and I created DSN using Microsoft ODBC Driver for Oracle but I got the above error when I try to connect to Database.
    Please help me out on this that why this error is coming
    Thanks
    Amit Panwar

    Provided its a 32-bit application, possibly. Microsoft ODBC for Oracle is discontinued and has no 64-bit version, so a 64-bit application won't be able to use it at all.
    I do see it listed as a 32-bit ODBC driver on my Windows 7. The problem is that I think it relies on having an Oracle client installed on the machine, and you've got the same problem of Oracle client 11 not working with 8 server. You could try it and see if it works I suppose, or try installing an older client and see if that makes it work.
    If it's just for testing purposes though you could throw up an Oracle XE server and test against that.

  • Accessing  oracle 10g form through LAN

    hiii,,
    i have just started working on oracle form 10g,here i have created a shortcut for accessing this form & named this form as "Oracle".so that everytime when i click on the shortcut the particular form get opened......
    Now i want this form to be accessed through LAN,i mean whenever any particular user write http:\\oracle in the internet explorer bar ,the form("ORACLE") which is stored in my PC,shud get opened......
    so what i need to do here....is there any need like IIS server or wat............
    plzz help

    hi
    something like this.
    # tnsnames.ora Network Configuration File: c:\DevSuiteHome_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    ORCL =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST =192.168.1.20)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = Orcl)
    EXTPROC_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = PLSExtProc)
    # tnsnames.ora Network Configuration File: c:\oracle\product\10.2.0\db_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    ORCL =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.20)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = Orcl)
    EXTPROC_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
        (CONNECT_DATA =
          (SID = PLSExtProc)
          (PRESENTATION = RO)
      )Note: u will have to Modify both tnsnames.ora in form as well as in database tnsnames.ora.
    sarah

  • 10g database through 9i client

    Can I access oracle 10g database through an Oracle 9i client?

    Tks DarkFiBrE72. Are there any limitations that you know when working after getting connected?
    Edited by: user483578 on Oct 20, 2008 8:37 AM

  • Errors in demo project OWP_BP in OWB 10g

    Hi,
    there are several errors in the demo project OWB_BP in the OWB 10g-directory <OWB_HOME>/owb/misc/time.
    1.) In the mapping TF_Time_Map there's a unlegal default value for the attribute startDate of the Map Input Parameter: '01-Jan-95'. The following table function TIMEDATA expects a value in the format 'dd-mon-yyyy', so the mappinmg makes a dataset beginning on '01-Jan-0095'!
    2.) The readme-file says you should load the table function, the sequences, types etc. into the runtime repository - but you need them in the target schema!
    3.) The dimension T_TIME has the levels day, month, quarter and year und OWB makes for every ID of a level a unique key constraint for the index. In the table function TIMEDATA you have more than one dataset with the same ID in the dimension table, because all days of Januar 1995 have the same month_id, quarter_id and year_id. Because of that the mapping stops with many errors: ORA-00001: Unique Constraint (ZUZ_TARGET.TTIME_L_YEAR_UK) violation and only one record is imported to the dimension table.
    Can anybody tell me how I can resolve the Unique Constraint (ZUZ_TARGET.TTIME_L_YEAR_UK) violation?
    Thanks,
    Detlef

    Detlef,
    You are correct on all three. The most significant problem #3 has been discussed on this forum before and the updated version of the function that fixes the issue is here OLAP dimension level constraints
    Nikolai Rochnik

  • OWB 10g R1 - trying to connect to 11g database

    Hi,
    Is it possible for OWB 10g R1 (10.1.0.3.0) to connect to a database on Oracle 11g, incidentally it is Oracle 64bit. Currently I am having difficulty when deploying objects, the error message says it cannot find the remote object on the Oracle 11g database.
    Thanks,
    Marlise Burke

    Hi user589658 ,
    Do you have the reference to the Metalink document that States that?
    We have an old 10g rel 1 repository and we now have to generate mappings to extract from , and populate another 11g database.
    The metalink reference would help us to justify to management the upgrade of our OWB repository and clients to 11g
    Thanks

  • Can we access Oracle 10g R2 database from Oracle 11g Client

    Hi,
    Can any1 tell me can we access Oracle 10g R2 database from Oracle 11g Client ? I m unable to find a Oracle Client 10g R2 for Windows 7 32 bit.
    Below link is for Vista only
    http://www.oracle.com/technetwork/database/10203vista-087538.html

    832812 wrote:
    Hi,
    Can any1 tell me can we access Oracle 10g R2 database from Oracle 11g Client ? I m unable to find a Oracle Client 10g R2 for Windows 7 32 bit.
    Below link is for Vista only
    http://www.oracle.com/technetwork/database/10203vista-087538.html
    Check this note for client/server compatibility
    Client / Server / Interoperability Support Between Different Oracle Versions [ID 207303.1]

  • OWB 10g/11g version control

    I am using OWB 10g release 2 but there is no feature for version control. The snapshot feature and export/import can help but Its very difficult with big project.
    Is there any new feature with OWB 11g release 1 or 2 for version control ? Do you have any proposition for version control in 10g ?
    Robin
    Edited by: user451399 on 2009-06-12 08:07

    Hi Robin,
    In the repository there can be only one version at the moment. If you have to work on an older release, you have to load it into another repository.
    We proceed as follows:
    1. Build a collection containing all objects that belong to the release
    2. Export that collection
    3. Check the file into CVS
    4. Import the file into production repository (in production db)
    5. Deploy from the production repository to the production target schema
    That way the release that is currently deployed on production is also in the production repository. You may do hotfixes directly here or just have a look at what is currently deployed.
    In our development repository we can work on new features.
    I gave a talk about automating this process on DOAG 2008. You may request the presentation here [http://www.metafinanz.de/leistungen/leistungsbereiche/bi-reporting/data-warehousing/kontaktformular/|http://www.metafinanz.de/leistungen/leistungsbereiche/bi-reporting/data-warehousing/kontaktformular/]
    Though the slides are in german they show the architecture and should give you some idea.
    Regards,
    Carsten.

  • OWB 10g Release 2 from 32 bit to 64 bit on Linux

    Hi guys,
    I have a client who is planning to migrate their Linux server from 32 bit to 64 bit and migrate their Oracle database from 10.2.0.3 from 32 bit server to 10.2.0.3 from 64 bit server.
    We have OWB 10g Release 2 (10.2.0.3) installed in the 32 bit server.
    Our DBA is planning to move the entire database to the new server including the OWB repositories.
    My question is,
    Will the following work?
    1. Install the OWB 10g Release 2 (10.2.0.3 or 10.2.0.4) 64 bit in the new 64 bit Linux 64 bit server
    2. Remove all the OWB repository user schemas & roles from the database where OWB is installed
    3. Install the OWB repository in the new 64 bit server
    4. Import the .mdl backup of the project from existing OWB 32 bit to the new OWB 64 bit server
    5. Configure the project with the new server
    OR
    Since our DBA is planning to move the entire database to the new server including the OWB repositories
    1. Install the OWB 10g Release 2 (10.2.0.3) 64 bit in the new 64 bit Linux 64 bit server
    Will I be able to access my repository that is migrated from the 32 bit server (avoiding the installation of OWB repository and importing the project and configuring the whole project in the new server) ?
    Please someone shed some light on this. Your help is appreciated
    Thanks in advance....
    Edited by: user528846 on Feb 11, 2010 11:59 AM
    Edited by: user528846 on Feb 11, 2010 11:59 AM

    Does this mean, ... we have to install the OWB 64 bit and install a new repository in the 64 bit server?In my opinion you don't need to create new repository.
    After migrating database to 64bit perform steps from Metalink note 434272.1 "How To Update Warehouse Builder 10.2 After A Database Cloning".
    It is better to save the same path for new OWB 64bit software. If you install OWB into different path you need to update OWBRTPS table with new path to OWB software (look at metalink note 550271.1).
    Regards,
    Oleg

  • OWB 10g to 9i compatibility

    I have been working with OWB 10g release2. Now we got other project on 9iDS.
    Can I use same 10g OWB client to connect to OWB 9i Repository?
    I can connect to OWB 9i repository through TOAD.
    When I tried to connect through OWB 10g client,
    I am getting error API5022:Cannot connect to the repository.
    Is such type of downward compatibility permitted?
    Pavan.

    There are no real problems with running two clients on the same machine, installed in two different homes.
    But if you have the chance, you might want to migrate the other project to your OWB version and live happily ever after ... :)

  • Installation of OWB 10g R2

    We would like to install OWB 10g R2 . We have database 10g on Unix AIX HP machine(server).
    We like install it in client server architecture though i have gone through some installation guide
    I want some clarification about OWB installation in client server fashion..
    1)what are components to be installed on the Server.
    2) What are components to be installed on the client.
    3)What extra configuration i should do on server end.

    1.First create Repository using Repository assistance.
    while creating repository
    it will ask you for Repository user and Repository OWNER.
    You can create multiple user under One OWner.
    After that connect To owb using the one of the user.
    Hope it will solve your problem.

  • What kind of wrapper Program for Running OWB 10g Packages

    Hi,
    We are migrating our mapping from OWB 9.i to OWB 10.g. Earlier we were using a scheduling tool and through that we used to execute the package for the OWB Mapping from SQL Prompt with th below mentioned command at SQL PLUS.
    execute &procname..main(:operating_mode,:audit_level,:max_errors,:commit_frequency,:bulk_size);
    Here &procname is the name of the OWB 9.i Package.
    Kindly Suggest how do we do this with an OWB 10.g Mapping.
    Thanks

    My new classroom is being set up and I have two computers to practice on at this moment. I did try internet sharing and it worked between the main computer and a student computer (that is the main computer was wired to the network, and the student iMac was the client), and this was without a router: the main computer had a wireless network "MacBook" and I connected to it through Airport, and I had perfect access to the internet.
    I'm going to sound very naive here but if all I have are the main and three student computers, can't they all just be connected directly to the main computer without a router, like I have done as described above?
    But isn't file sharing what I need not internet sharing?

  • OWB 10g iAS requirements

    I read in other forum threads that the 9i database came with an HTTP server that was sufficient to run the OWB reports. I'm running a 10g database and OWB. I can't find an HTTP server that came bundled with the 10g DB. Also, the "standalone" 10g HTTP server that I downloaded from OTN doesn't have a DAD configuration option. I interpret that to mean that the 10g standalone HTTP server isn't sufficient to run the OWB reports. The full 10g iAS server has memory requirements that prevent it from installing on my box. Do these observations/conclusions make any sense? Any recommendations for the simplest method of getting access to the 10g OWB reports?
    My underlying problem is that when I deploy, I get Failure messages. The text behind the failure messages refers me to the "Impact Report". The help text indicates that an iAS Portal is required to view the Impact Report. Something to help me understand the failure messages, even if it didn't involve iAS or the HTTP listener would also be appreciated.
    Thanks,
    Brian

    I installed the 10g standalone HTTP server, but the initial welcome page didn't offer a DAD configuration link that was mentioned in some of the OWB configuration instructions on a different thread in this forum. Does that mean that I set up the HTTP server wrong, or that the DAD can't be configured through the browser, or that the 10g standalone HTTP server doesn't come with a DAD feature, or something else?
    Brian

Maybe you are looking for