Version incompatibility error in OWB while login to Design Center

Hi,
I have created a Warehouse Builder repository on database(Version 11.1.0.7) server and installed Standalone OWB 11.2 on the client machine. However while connection from client pc it is throughing error like:
API5036: client version 11.1.0.6.0 is not compatible with repository version 11.1.0.7.
Please help me on this issue.
Thanks.
vinod
Edited by: Vinod Ranjan on 27 Dec, 2011 11:32 PM

You need to access the repository version with a compatible client.
Which OWB version are you trying to use?
There is a section below on using the standalone install which will let you use OWB 11gR2 for example with a 10gR2, 11gR1 or 11gR2 database.
http://docs.oracle.com/cd/E11882_01/owb.112/e17130/setup_windows.htm#CHDGDCGD
Cheers
David

Similar Messages

  • Error setting cookie while login process

    Dear forum users,
    i am getting this error while login into my own application.
    Content-type: text/html; charset=ISO-8859-1 Set-Cookie: DHW_COOKIE=EEDD257F53989F57; path=/; Location: f?p=100:1000:155225166267009
    I am using a process on submit after computation. This process is before the login process.
    10: set Cookie
    20: login
    This source would setting the cookie before login:
    declare
    p_text_raw RAW(128);
    p_key RAW(128) := utl_raw.cast_to_raw('Key88888');
    p_crypto_typ NUMBER := dbms_crypto.des_cbc_pkcs5;
    p_encrypted_raw RAW(2048);
    p_decrypted_raw RAW(2048);
    begin
    -- Benutzername und damit den Cookie-Inhalt verschlüsseln
    p_text_raw := UTL_I18N.STRING_TO_RAW (lower(:P100_USERNAME), 'AL32UTF8');
    p_encrypted_raw := dbms_crypto.encrypt(
    src=> p_text_raw,
    typ => p_crypto_typ,
    key => p_key);
    -- Verschlüsseltes Cookie senden
    owa_util.mime_header('text/html', FALSE);
    owa_cookie.send(
    name=>'DHW_COOKIE',
    value=>p_encrypted_raw);
    owa_util.http_header_close;
    exception
    when others then null;
    end;
    Any ideas for this error ?
    regards
    Frank
    Hello community,
    any comments ?
    Edited by: handwerk.net on Dec 16, 2009 7:31 PM

    Here's one more reason why this error occurs in Toad. It is when you have more than one Oracle Client installed on your machine. Even when you select the correct Oracle Home in "Connect Using" field of Toad, you still get this error "Can't initialize OCI. Error -1". So, to solve that you need to go to the installation folder of that Oracle Home (e.g. C:\Oracle\ora92\), then go to the BIN folder. Open Oracle.Key in Notepad and confirm that it is showing Registry entry/path to the correct Oracle Home (e.g. HOME0 or HOME1 or whatever).
    I hope this helps.

  • Reset Password for login in design center OWB 11g

    Dear Gurus,
    I have Oracle Warehouse Builder 11g which I get from my colleague,
    I got problem when going to login, my colleague has give me the user name but he also forgot the password.
    How I can know where is file/folder/etc to keep information about OWB user name?
    because the user name which my colleague give not exist in schema database.
    I want to reset password, but if it must create new user can we see the previous mapping inside OWB?
    Any help would be appreciated
    Best regards
    JOE

    Hi,
    Thank you for reply, I have tried to login using OWBSYS and failed, it appear:can't login using OWBSYS...
    and I have tried to run the owbcollect script and found:
    Warning: OWB 11.1.x or 11.2.x installation not found.
    OWBSYS.OWBRTPS
    ==============
    KEY VALUE
    Warning: Table OWBSYS.OWBRTPS is empty.
    OWBSYS.RAW_OWBREPOS
    ===================
    SCHEMANAME VERSION_NO
              OWBSYS.RAW_OWBREPOS;
    ERROR at line 22:
    ORA-06550: line 22, column 10:
    PL/SQL: ORA-00942: table or view does not exist
    ORA-06550: line 19, column 5:
    PL/SQL: SQL Statement ignored
    OWBSYS Repository Version (owbsys.all_iv_installations)
    =======================================================
         all_iv_installations
    ERROR at line 4:
    ORA-00942: table or view does not exist
    Is there related to my case?so I can't login into OWB design center?
    I'm new in this case pls help
    Regards
    JOE

  • Getting Error in OWB while generating

    Hi Every one
    I am getting the following error while trying to compile my mapping in OWB. Is there any experienced person who can guide me how to come out of this issue.
    Thanks in advance
    RB
    Cannot invoke method handleSelectionChanged in class oracle.wh.ui.tsmapping.GenerateEventHandler

    I'm getting a very similar error when attempting to delete an object from my mapping in OWB 10.2.0.3:
    Cannot invoke method handleObjectBeforeDeleted in class oracle.wh.ui.tsmapping.MappingGraph
    I'm assuming this is some type of error with the OWB java client itself, but I'm with the OP in hoping someone out there has any idea where to start looking for answers regarding these types of errors. Thanks.

  • Facing problem while logging into design console of OIM Machine

    Hi All,
    I am a trainee of IDM. I am getting an error while login to design console of OIM Machine. It is showing the error as
    "Error Keyword: DAE.LOGON_DENIED
    Description: Invalid Login.
    Remedy: Contact your system administrator.
    Action: E
    Severity: H
    Help URL:
    Detail:
    javax.security.auth.login.LoginException: java.net.MalformedURLException: no protocol: @jndi_url"
    The thing is i can't get the problem(why it is showing the error like that).
    The follwoing things i have done while configured the OIM with out LDAP synch.
    after all the 6 configuration steps.
    1. OIM configured successfully
    2. After that in Weblogic /lib directory i have run- java -jar wljarbuilder.jar
    3. Then copied the wlfullclient.jar to OIM_server/designconsole/ext directory
    4. then i run the command ./xlclient.sh
    6. after that i got window to login to designconsole ......but i got the problem at this step(user id and password are correct)
    Please help me to solve this problem
    Regards,
    Trainee.

    verify the url in config/xlconfig.xml
    open xml and provide proper oim url twice in the xml
    <ApplicationURL>http://<OIM_HOST_OR_IP:OIM_PORT/xlWebApp/loginWorkflowRenderer.do</ApplicationURL>
    <Discovery>
              <CoreServer>
                   <java.naming.provider.url>t3://<OIM_HOST_OR_IP:OIM_PORT/oim</java.naming.provider.url>
                   <java.naming.factory.initial>weblogic.jndi.WLInitialContextFactory</java.naming.factory.initial>
              </CoreServer>
    </Discovery>

  • Error "Cannot connect to 'AD' data repository. Your username or password may be incorrect." while login to ESSO Provisioning Gateway

    Hi all,
    I'm facing a problem while login into ESSO Provisioning Gateway, it throws error "Cannot connect to "AD" data repository. Your username or password may be incorrect.". My Provisioning Gateway version is 11.1.1.5.2 and it is freshly installed. It throws error while I try to set event log in PG setting menu. The symptom is really like document with ID 467150.1 in Oracle Support but my storage is Active Directory as had mentioned above not Oracle Internet Directory.  Have anyone ever faced problem like thisOIM? Any help will be very much appreciated. Thanks
    Regards
    Johan Saragih

    I use only support.mozilla.org and never used any other websites. However, the same problem here. My ID and Password are not accepted. Had to create a new account with a temporary email to use Support - it would not allow me to use my main email, because "it is used by another account". Try to reset password - receive no email (even though there is a confirmation on the website that email to reset password has been sent). At the same time can easily receive a confirmation about User ID and account activation. Thus, the account is completely locked, and I can not use my email address for a new one. Please fix this problem.

  • Error while login to UCM console.

    Hi,
    I am getting below error while login with 'weblogic' in UCM 11g console "http://server IP: 16200/cs"
    "Content Server Request Failed
    Unable to load the user information. Possible database connection failure encountered. Error message: (!csDbUnableToCreateResultSet,Quser(SELECT * FROM Users WHERE LOWER(dName) = LOWER('weblogic'))!$Closed Connection). java.sql.SQLException: Closed Connection. "
    Because of this we are not getting any content on our custom application pages, that we have integrated through placeholder (using site studio for external application).
    Please help!!
    Regards,
    Kundan
    Edited by: Kundan on Jan 24, 2011 1:00 PM

    Hi
    As Yannick mentioned it looks like that the DB is shutdown or the listener is not up and running .
    Check and verify that all is fine with DB end and then see if the issue still persists . Better would be do a full restart for DB to kill and clean all the existing connections for UCM from DB .
    Thanks
    Srinath

  • I am facing the problem on downloading apps from Mac App Store, when I try to install the application from App store, I am getting an error message "Status_Code_Error" while click on "Login"

    I am facing the problem on downloading apps from Mac App Store, when I try to install the application from App store, I am getting an error message "Status_Code_Error" while click on "Login"

    Same problem here in Brazil.
    It seems to be a problem with logging in App Store in the Mac (Yosemite 10.10.2).
    When I tried the very same userid and password I was able to login in to use my iCloud account from the same computer and also from my iPhone.

  • Error 500--Internal Server Error  while login to OIM11gr2 admin console

    could you help me how to resolve this error
    I have installed and configured OIAM 11gr2(11.1.2.0.0)->SOA 11.1.1.6.0 on oracle linux 6.4
    every thing goes good but got a problem while login to admin console(Admin console:: \\localhost:14000\sysadmin)
    it throws the error << Error 500--Internal Server Error_
    *javax.servlet.ServletException: oracle.iam.identity.exception.UserManagerException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.3.1.v20111018-r10243): org.eclipse.persistence.exceptions.DatabaseException*
    Internal Exception: java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    >>>>
    many thanks
    Jagdish.

    am able to login
    http://192.168.75.140:7001/console/login/LoginForm.jsp
    from this environment-> servers-> all servers(adminserver,soa_server1, oim_server1, oam_server1) status is running,and health is ok.
    I have started these servers from command line <base_domain/bin/sh startManagedWebLogic.sh oim_server1
    result is <server started in running mode>
    now I shutdown the oam_server1 and oim_server1
    again I started the oim_server1 as above
    command line result is < <May 30, 2013 7:54:47 PM IST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    but in (http://localhost:7001/console) window oim_server1 status is unknown...

  • Error while login to 12c R2 OEM grid

    All,
    I am getting the error "Authentication failed. If problem persists, contact your system administrator" while log in to 12c OEM grid as sysman user.
    I am using repository database SYSMAN password, to enter into 12c R2 OEM grid.
    Please guide me how to get into the grid as sysman user. I tried with changing the repository DB sysman password, even getting the same error with new password also.
    Thanks in advance,
    Mahi

    Hi Jimmy Gupta,
    Verify the following:
    1. lsnrctl status
    2. Verify the following document:
    12.1.0.2 : Login to Console Fails With "Authentication failed. If problem persists, contact your system administrator." (Doc ID 1493151.1)
    3. If nothing works, emoms.trc file would help us to understand the error tracked during the login.
    Regards,
    Venkat

  • BO 4.1 WEBI reports are not refreshing and FWB 00032 error while login

    Hello All, First, We are not able to refresh our WEBI reports its hanging in between and throwing errors sometimes. Second, while login its giving below error. Account information not recognized: Invalid confidential channel. (FWB 00032) found relevant note : 1737852, but the pre-requisite is met. Issue is intermittent but its resolved now BO application restart. but we need to find out what could be the reason for this. Anyone has got this kind of situation. Regards Munish

    Any Idea frnds.

  • Run time error while login to RTF Template

    Hi,
    I am trying to create a sample report in BI Publisher. but while login into RTF Template I am getting below error.
    Please rectify this problem?
    Run time error '429'
    Active x component can't ceate object
    help me out

    Runtime Errors         DYNPRO_FIELD_CONVERSION
    Date and Time          07.05.2010 08:49:15
    ShrtText
         A conversion error occurred.
    What happened?
         The current screen processing was terminated, since a situation
         occurred from which it could not continue processing.
         This is probably due to an error in the current screen of the ABAP
         program.
    What can you do?
         Make a note of the actions and input which caused the error.
         To resolve the problem, contact your SAP system administrator.
         You can use transaction ST22 (ABAP Dump Analysis) to view and administe
         termination messages, especially those beyond their normal deletion
         date.
    Error analysis
         The program flow was interrupted and could not be resumed.
         Program "SAPMJ1IFN" tried to display fields on screen 1210. However, an
         error occurred while this data was being converted.

  • After system restore ,we are not able to activate the windows,while login to systems getting an error 0x800700B7

    after system restore ,we are not able to activate the windows, while login to systems getting an error 0x800700B7
    Cont-8096688758

    hi Jain,
    you may need to check the transfer structures,
    right click infosource and 'change', click 'comm.structure'/expand,
    click 'transfer', move the 0BASE_UOM from left to right side,
    or if you wont use the comm structure anymore, you can right click infosource and 'delete comm structure'
    hope this helps.

  • "Non Defined IMS Exception" error while login on Presence Server

    Hi,
    I am getting "Non Defined IMS Exception" error while login on Presnce Server. I have configured Publisher Presence server on VMware already and now configuring another presence server in other office for backup purpose. I have copied same VM image and installed in another office which are connected by MPLS. I am able to login on server by admin login (OS administration) but not for administration login.
    Please help.
    Regards,
    Kalshetty

    Hi Kalshetty,
    Please check the following link for this error, it applies to CUPS 8.x
    https://supportforums.cisco.com/document/109296/error-non-defined-ims-exception-cups-8x
    HTH
    Manish

  • Error while logining in to shop "Runtime Errors"

    Hi Everyone,
    I have configured XCM , while Maintaining WebShop am facing problem , there is a error message displayed after logining into the page ,here are the details...
    I have entered the link http://<host>:<port>/shopadmin/shopadmin/init.do and login page is displayed when i have entered the userid and password then it shows a error "Runtime Errors" "Contact Administrator". Now i have checked the authorizations for user, i have assigned the following auth.
    SAP_CRM_ECO_ISA_WU_B2B_FULL
    SAP_CRM_INTERNET_CUSTOMER
    SAP_CRM_ISA_UA_SUPERUSER
    SAP_CRM_ISA_WEBSHOP_MANAGER
    SAP_J2EE_ADMIN
    still am facing the same problem,apart from this i have checked the XCM settings they are correct.
    as well am working with CRM52.
    Can anyone help me out
    Thanks in Advance!!!!!!
    RR

    Hello,
    If this is an upgrade to 5.2, you might consider looking at the OSS Note  [1070753|https://service.sap.com/sap/support/notes/1070753] - XCM Admin application no longer starts after upgrade.
    Easwar / Venky
    http://www.parxlns.com

Maybe you are looking for