OWB client standalone 11.2.0.3 error API5036 to repository 11.2.0.2

Hi
can we connect to a repository 11.2.0.2.0 with a OWB client standalone 11.2.0.3.0?
actually we have this error:
API5036: Client version 11.2.0.3.0 is not compatible with repository version 11.2.0.2.0
client is windows7 (64bits)
please, how to solve this issue?
thanks

On the client machine :
Edit <OWB_HOME>/owb/bin/admin/Preference.properties
set the following option:
OverrideRepositoryVersionCheck=true
Disclaimer : Then proceed at your own risk :)

Similar Messages

  • Error while fetching data from OWB Client using External Table.

    Dear All,
    I am using Oracle Warehouse Builder 11g & Oracle 10gR2 as repository database on Windows 2000 Server.
    I facing some issue in fetching data from a Flat File using external table from OWB Client.
    I have perform all the steps without any error but when I try to view the data, I got the following error.
    ======================================
    RA-29913: error in executing ODCIEXTTABLEOPEN callout
    ORA-29400: data cartridge error
    KUP-04040: file expense_categories.csv in SOURCE_LOCATION not found
    ORA-06512: at "SYS.ORACLE_LOADER", line 19
    java.sql.SQLException: ORA-29913: error in executing ODCIEXTTABLEOPEN callout
    ORA-29400: data cartridge error
    KUP-04040: file expense_categories.csv in SOURCE_LOCATION not found
    ORA-06512: at "SYS.ORACLE_LOADER", line 19
         at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
         at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:110)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:171)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:413)
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1030)
         at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:183)
         at oracle.jdbc.driver.T4CStatement.executeForDescribe(T4CStatement.java:774)
         at oracle.jdbc.driver.T4CStatement.executeMaybeDescribe(T4CStatement.java:849)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1186)
         at oracle.jdbc.driver.OracleStatement.executeQuery(OracleStatement.java:1377)
         at oracle.jdbc.driver.OracleStatementWrapper.executeQuery(OracleStatementWrapper.java:386)
         at oracle.wh.ui.owbcommon.QueryResult.<init>(QueryResult.java:18)
         at oracle.wh.ui.owbcommon.dataviewer.relational.OracleQueryResult.<init>(OracleDVTableModel.java:48)
         at oracle.wh.ui.owbcommon.dataviewer.relational.OracleDVTableModel.doFetch(OracleDVTableModel.java:20)
         at oracle.wh.ui.owbcommon.dataviewer.RDVTableModel.fetch(RDVTableModel.java:46)
         at oracle.wh.ui.owbcommon.dataviewer.BaseDataViewerPanel$1.actionPerformed(BaseDataViewerPanel.java:218)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:282)
         at oracle.wh.ui.owbcommon.dataviewer.BaseDataViewerPanel.executeQuery(BaseDataViewerPanel.java:493)
         at oracle.wh.ui.owbcommon.dataviewer.BaseDataViewerEditor.init(BaseDataViewerEditor.java:116)
         at oracle.wh.ui.owbcommon.dataviewer.BaseDataViewerEditor.<init>(BaseDataViewerEditor.java:58)
         at oracle.wh.ui.owbcommon.dataviewer.relational.DataViewerEditor.<init>(DataViewerEditor.java:16)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
         at oracle.wh.ui.owbcommon.IdeUtils._tryLaunchEditorByClass(IdeUtils.java:1412)
         at oracle.wh.ui.owbcommon.IdeUtils._doLaunchEditor(IdeUtils.java:1349)
         at oracle.wh.ui.owbcommon.IdeUtils._doLaunchEditor(IdeUtils.java:1367)
         at oracle.wh.ui.owbcommon.IdeUtils.showDataViewer(IdeUtils.java:869)
         at oracle.wh.ui.owbcommon.IdeUtils.showDataViewer(IdeUtils.java:856)
         at oracle.wh.ui.console.commands.DataViewerCmd.performAction(DataViewerCmd.java:19)
         at oracle.wh.ui.console.commands.TreeMenuHandler$1.run(TreeMenuHandler.java:188)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    ===========================
    In the error it is showing that file expense_categories.csv in SOURCE_LOCATION not found but I am 100% sure that file is very much there.
    Is anybody face the same issue?
    Do we need to configure something before loading data from a flat file from OWB Client?
    Any help would higly appreciable.
    Regards,
    Manmohan Sharma

    Hi Detlef / Gowtham,
    Now I am able to fetch data from flat files from OWB Server as well as OWB Client.
    One way I have achieved as suggested by you
    1) Creating location on the OWB Client
    2) Samples the files at client
    3) Created & Configured external table
    4) Copy all flat files on OWB Server
    5) Updated the location which I created at the client.
    Other way
    1) Creating location on the OWB Client
    2) Samples the files at client
    3) Created & Configured external table
    4) Copied flat files on the sever in same drive & directory . like if my all flat files are on C:\data at OWB Client then I copied flat file C:\data on the OWB Server. But this is feasible for Non-Windows.
    Hence my problem solved.
    Thanks a lot.
    Regards,
    Manmohan

  • OWB client error

    when i am trying to login into my oracle 10.2.0.4 database repository installed on a linux server from my OWb client 10.2.0.31, i am getting the following error:
    API5036: Client Version 10.2.0.31 is not compatible with repository version 10.2.0.4
    how rectify this error

    Solution: Get the patchset from: https://metalink.oracle.com/CSP/ui/index.html
    Source of the below table is from Metalink website.
    10.2.0.4      7005587      AIX5L Based Systems (64-bit)      10-sep-2008      1.1G           
         7005587      HP-UX Itanium      10-sep-2008      954M           
         7005587      HP-UX PA-RISC (64-bit)      10-sep-2008      808M           
         7005587      Linux-x86-64 (AMD64/EM64T)      30-aug-2008      530M           
         7005587      Linux x86      12-jul-2008      530M           
         7005587      Solaris Operating System (SPARC 64-bit)      10-sep-2008      593M           
         7005587      Windows 32-bit and 64-bit (AMD64/EM64T)      11-jul-2008      528M           
         7005587      Windows Vista 32-bit and 64-bit      1-dec-2008      293M      32-bit patch certified on 64-bit platform also      
         7005587      Windows 64-bit Itanium      1-dec-2008      579M           
    API5036 Error
    please note that the versions mentioned in the above thread might be different but the principles remain the same. Your client and repository verison should be the same at all times.
    Edited by: Darthvader-647181 on Dec 16, 2008 1:24 AM
    Edited by: Darthvader-647181 on Dec 16, 2008 1:31 AM

  • Which folder requires the permission to run OWB client on linux server?????

    I use to login to linux server by Xmanager by windows machine which requires a username and password, when i changed the password recently OWB started showing a error when exiting OWB client open on server throuh XMANAGER, It is asking for a permission on a particular folder..............can anybody tell me which folder requires the permission to run OWB client on server???

    This is probably complaining about either the preference properties files or some other user preference files in owb/bin/admin
    Cheers
    David

  • Installing OWB client in windows

    Hello,
    My OWB is running in linux, the version is 11.1.0.7.0. Now every time, i use vncserver to open the owb mapping and it is painful proces. I wanted to install
    client on my local machine and i want to access the OWB.
    I downloaded the OWB client from oracle website. I just found this link and from the below link, i got into oracle site.
    http://humbletrader.blogspot.com/2006/01/install-owb-client.html
    The downloaded zip file name is OWB_10.1.0.4.0.zip
    The installation is successful. Then when i connect Oracle warehouse builder screen, it accept my userid/password(Oracle warehouse builder repositary username, password).
    then it ask me to select repository name(DESIGNCENTER_VIEW/USER). I selected DESIGNCENTER_VIEW. Then it is asking me to register this repository. I pressed YES. But is hanging for ever... Any one has seen this kind of problem??

    Hi ,
    If your OWB server version is 11.1.0.7.0 then you can not connect from any OWB client whose version is not 11.1.0.7.0.
    You can download OWB 11.1.0.6 standalone software from
    http://www.oracle.com/technology/software/products/warehouse/index.html
    On top of it you have to apply 11.1.0.7 patch 6890831
    After that you can connect from OWB 11.1.0.7 client to OWB 11.1.0.7 server .
    Thanks,
    Sutirtha

  • You dont have any repository to work on.OWB client will Exit now

    I am getting the message saying that "You dont have any repository to work on.OWB client will Exit now ",when i am trying to connect Repository using OWB 9.2 client.
    Repository is already available in Onsite server.
    I have given all the login credentials to connect
    username
    password
    Host
    Port
    Service name
    Could you please advice me what will be reason for this issue?

    Error was given because we tried connecting using OWB client 11.1.06 (without patch-set) on a 11.1.07 repository

  • Repository set-up throgh OWB Client

    Hi,
    Please let me know the following possibilies.
    If we installed DB Oracle 11g, owb automatically installed along with that.
    We only need to configure the repository.
    Here in my case DB has been installed in AIX server.
    So,is it possible that we use the stand alone OWB client and then
    configure the repo without touching it in AIX machine and dircetly
    doing it form OWB client.
    Regards
    Smita

    Hi Smita
    We just have done a similar installation.
    Unfortunatly we insatlled DB 11.2.0.*2* on AIX, but the latest available version of Windows Standalone Client is 11.2.0.*1*.
    The Repository Assistant check the those versions :-(
    -> We run the Repository Assistant on AIX
    Later on we faced another issue when connecting to the Control Center ... (see my post RTC-5260: Connection to Control Center failed a few minutes ago)
    Beat

  • Clients cannot update from WSUS server - error 8024400E

    Alright, so I'm troubleshooting our WSUS server and seem to be stuck. I am running WSUS 3.2.7600.226 on Server 2003.  The client I have been using for testing is Windows 7 x64, but we have this issue on all clients (XP, 7 x86, and 7 x64).  I started
    with an error of 800B0001 and after googling installed KB2720211 to fix it. Now I am getting error 8024400E on clients when I attempt to update. I followed a technet walkthrough and verified that my WSUS settings are all correct (at least regarding iis,
    registry, gpo settings, and file system permissions). I am able to download CAB files from the WSUS server by going to the proper address in a browser. Here is a snippet from my WindowsUpdate log on my client:
    2013-12-20 10:27:29:784 972 23ac AU #############
    2013-12-20 10:27:29:784 972 23ac AU ## START ## AU: Search for updates
    2013-12-20 10:27:29:784 972 23ac AU #########
    2013-12-20 10:27:29:785 972 23ac AU <<## SUBMITTED ## AU: Search for updates [CallId = {749E5CD5-F4DE-48FC-A691-3610EF622CE3}]
    2013-12-20 10:27:29:785 972 2bcc Agent *************
    2013-12-20 10:27:29:785 972 2bcc Agent ** START ** Agent: Finding updates [CallerId = AutomaticUpdates]
    2013-12-20 10:27:29:785 972 2bcc Agent *********
    2013-12-20 10:27:29:785 972 2bcc Agent * Online = Yes; Ignore download priority = No
    2013-12-20 10:27:29:785 972 2bcc Agent * Criteria = "IsInstalled=0 and DeploymentAction='Installation' or IsPresent=1 and DeploymentAction='Uninstallation' or IsInstalled=1 and DeploymentAction='Installation' and RebootRequired=1 or IsInstalled=0 and DeploymentAction='Uninstallation'
    and RebootRequired=1"
    2013-12-20 10:27:29:785 972 2bcc Agent * ServiceID = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7} Managed
    2013-12-20 10:27:29:785 972 2bcc Agent * Search Scope = {Machine}
    2013-12-20 10:27:29:785 972 2bcc Setup Checking for agent SelfUpdate
    2013-12-20 10:27:29:785 972 2bcc Setup Client version: Core: 7.6.7600.256 Aux: 7.6.7600.256
    2013-12-20 10:27:29:785 972 2bcc Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wuident.cab:
    2013-12-20 10:27:29:789 972 2bcc Misc Microsoft signed: Yes
    2013-12-20 10:27:29:794 972 2bcc Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wuident.cab:
    2013-12-20 10:27:29:797 972 2bcc Misc Microsoft signed: Yes
    2013-12-20 10:27:29:799 972 2bcc Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wsus3setup.cab:
    2013-12-20 10:27:29:803 972 2bcc Misc Microsoft signed: Yes
    2013-12-20 10:27:29:808 972 2bcc Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wsus3setup.cab:
    2013-12-20 10:27:29:812 972 2bcc Misc Microsoft signed: Yes
    2013-12-20 10:27:29:821 972 2bcc Setup Determining whether a new setup handler needs to be downloaded
    2013-12-20 10:27:29:821 972 2bcc Setup SelfUpdate handler is not found. It will be downloaded
    2013-12-20 10:27:29:821 972 2bcc Setup Evaluating applicability of setup package "WUClient-SelfUpdate-ActiveX~31bf3856ad364e35~amd64~~7.6.7600.256"
    2013-12-20 10:27:29:823 972 2bcc Setup Setup package "WUClient-SelfUpdate-ActiveX~31bf3856ad364e35~amd64~~7.6.7600.256" is already installed.
    2013-12-20 10:27:29:823 972 2bcc Setup Evaluating applicability of setup package "WUClient-SelfUpdate-Aux-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.256"
    2013-12-20 10:27:29:835 972 2bcc Setup Setup package "WUClient-SelfUpdate-Aux-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.256" is already installed.
    2013-12-20 10:27:29:835 972 2bcc Setup Evaluating applicability of setup package "WUClient-SelfUpdate-Core-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.256"
    2013-12-20 10:27:29:852 972 2bcc Setup Setup package "WUClient-SelfUpdate-Core-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.256" is already installed.
    2013-12-20 10:27:29:852 972 2bcc Setup SelfUpdate check completed. SelfUpdate is NOT required.
    2013-12-20 10:27:29:884 972 2bcc PT +++++++++++ PT: Synchronizing server updates +++++++++++
    2013-12-20 10:27:29:884 972 2bcc PT + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL = http://wsusservername/ClientWebService/client.asmx
    2013-12-20 10:27:29:896 972 2bcc PT WARNING: Cached cookie has expired or new PID is available
    2013-12-20 10:27:29:896 972 2bcc PT Initializing simple targeting cookie, clientId = 488f3922-1a4e-4921-b015-25957eeb6500, target group = http://wsusservername, DNS name = mycomputer.domain.local
    2013-12-20 10:27:29:896 972 2bcc PT Server URL = http://wsusservername/SimpleAuthWebService/SimpleAuth.asmx
    2013-12-20 10:27:29:902 972 2bcc PT WARNING: GetAuthorizationCookie failure, error = 0x8024400E, soap client error = 7, soap error code = 400, HTTP status code = 200
    2013-12-20 10:27:29:902 972 2bcc PT WARNING: SOAP Fault: 0x000190
    2013-12-20 10:27:29:902 972 2bcc PT WARNING: faultstring:Fault occurred
    2013-12-20 10:27:29:902 972 2bcc PT WARNING: ErrorCode:InternalServerError(5)
    2013-12-20 10:27:29:902 972 2bcc PT WARNING: Message:(null)
    2013-12-20 10:27:29:902 972 2bcc PT WARNING: Method:"http://www.microsoft.com/SoftwareDistribution/Server/SimpleAuthWebService/GetAuthorizationCookie";
    2013-12-20 10:27:29:902 972 2bcc PT WARNING: ID:9d989bf6-04e3-44a9-8ffd-f20bb997b3f0
    2013-12-20 10:27:29:902 972 2bcc PT WARNING: Failed to initialize Simple Targeting Cookie: 0x8024400e
    2013-12-20 10:27:29:902 972 2bcc PT WARNING: PopulateAuthCookies failed: 0x8024400e
    2013-12-20 10:27:29:902 972 2bcc PT WARNING: RefreshCookie failed: 0x8024400e
    2013-12-20 10:27:29:902 972 2bcc PT WARNING: RefreshPTState failed: 0x8024400e
    2013-12-20 10:27:29:902 972 2bcc PT WARNING: Sync of Updates: 0x8024400e
    2013-12-20 10:27:29:902 972 2bcc PT WARNING: SyncServerUpdatesInternal failed: 0x8024400e
    2013-12-20 10:27:29:902 972 2bcc Agent * WARNING: Failed to synchronize, error = 0x8024400E
    2013-12-20 10:27:29:902 972 2bcc Agent * WARNING: Exit code = 0x8024400E
    2013-12-20 10:27:29:902 972 2bcc Agent *********
    2013-12-20 10:27:29:902 972 2bcc Agent ** END ** Agent: Finding updates [CallerId = AutomaticUpdates]
    2013-12-20 10:27:29:902 972 2bcc Agent *************
    2013-12-20 10:27:29:902 972 2bcc Agent WARNING: WU client failed Searching for update with error 0x8024400e
    2013-12-20 10:27:29:902 972 1bc8 AU >>## RESUMED ## AU: Search for updates [CallId = {749E5CD5-F4DE-48FC-A691-3610EF622CE3}]
    2013-12-20 10:27:29:902 972 1bc8 AU # WARNING: Search callback failed, result = 0x8024400E
    2013-12-20 10:27:29:902 972 1bc8 AU # WARNING: Failed to find updates with error code 8024400E
    2013-12-20 10:27:29:902 972 1bc8 AU #########
    2013-12-20 10:27:29:902 972 1bc8 AU ## END ## AU: Search for updates [CallId = {749E5CD5-F4DE-48FC-A691-3610EF622CE3}]
    2013-12-20 10:27:29:902 972 1bc8 AU #############
    2013-12-20 10:27:29:903 972 1bc8 AU Successfully wrote event for AU health state:0
    2013-12-20 10:27:29:903 972 1bc8 AU AU setting next detection timeout to 2013-12-20 21:27:29
    2013-12-20 10:27:29:903 972 1bc8 AU Setting AU scheduled install time to 2013-12-21 10:00:00
    2013-12-20 10:27:29:903 972 1bc8 AU Successfully wrote event for AU health state:0
    2013-12-20 10:27:29:904 972 1bc8 AU Successfully wrote event for AU health state:0
    2013-12-20 10:27:34:498 972 2bcc Report REPORT EVENT: {2519DC64-E7F9-499B-A2F8-B58DA4A0C08A} 2013-12-20 10:27:29:902-0600 1 148 101 {00000000-0000-0000-0000-000000000000} 0 8024400e AutomaticUpdates Failure Software Synchronization Windows Update Client failed
    to detect with error 0x8024400e.
    2013-12-20 10:27:34:502 972 2bcc Report CWERReporter::HandleEvents - WER report upload completed with status 0x8
    2013-12-20 10:27:34:502 972 2bcc Report WER Report sent: 7.6.7600.256 0x8024400e 00000000-0000-0000-0000-000000000000 Scan 101 Managed
    2013-12-20 10:27:34:502 972 2bcc Report CWERReporter finishing event handling. (00000000)
    I focused in on "GetAuthorizationCookie failure, error = 0x8024400E, soap client error = 7, soap error code = 400, HTTP status code = 200" and did some googling which all points at Microsoft Office 2003 SP1 update as being the culprit, and I followed
    the instructions on a technet site to disable the update and am still getting the same error. I'm stumped at this point, and I thought I would post here in the hope that someone can help me before I end up just wiping it out and reinstalling (which I'm worried
    won't even solve it).

    I focused in on "GetAuthorizationCookie failure, error = 0x8024400E, soap client error = 7, soap error code = 400, HTTP status code = 200" and did some googling which all points at Microsoft Office 2003 SP1 update as being the culprit, and I followed
    the instructions on a technet site to disable the update and am still getting the same error.
    While you're definitely on the right track, the Office2003SP1 update really has not been an issue since WSUS Service Pack 2 was released in October 2009 (and really, the Office2003SP1 update that was the cause of this was replaced long before that even,
    so you probably don't even have the defective update on your server).
    However, the error is generally associated with the presence of defective update(s) on the WSUS server, so the first thing to do is address any potential issues caused by a failed install of KB2720211.
    If the error still persists after verifying that all other aspects of the server are fully operational, review the list of not-Declined updates on your WSUS server and make sure that:
    All Expired updates are Declined (and then run the Server Cleanup Wizard and let it delete the expired updates).
    All approvals for older revisions have been removed (and then run the Server Cleanup Wizard and let it delete the older revisions).
    All approvals for superseded updates have been removed. (And then, when they report as 100% Not Applicable, decline them, and then run the Server Cleanup Wizard so that it can delete the files associated with those updates).
    Once all of the potentially problematic updates have been removed from the view of the Windows Update Agent, and if this error then persists, we can evaluate it from a more focused perspective.
    Lawrence Garvin, M.S., MCSA, MCITP:EA, MCDBA
    SolarWinds Head Geek
    Microsoft MVP - Software Packaging, Deployment & Servicing (2005-2014)
    My MVP Profile: http://mvp.microsoft.com/en-us/mvp/Lawrence%20R%20Garvin-32101
    http://www.solarwinds.com/gotmicrosoft
    The views expressed on this post are mine and do not necessarily reflect the views of SolarWinds.

  • Either there is no default mail client or the current mail client cannot fulfill the messaging request" error message when you send e-mail from Office 2010 in Outlook

    Hi,
    If save and send as attachment used in MS Office 2010 then outlook 2010 displays error "Either
    there is no default mail client of the current mail client cannot fulfill the messaging request-----error Outlook 2010"
    Windows 7 32 bit Enterprise edition and Offoce Professional plus 2010 32 bit is installed in the machine.
    I have followed the below troubleshooting steps but still getting the same error.
    Method 1:
    Followed the  Microsoft fix
    http://support.microsoft.com/kb/813745
    1. On the Windows taskbar, click
    Start > Run.
    2. In the Open box, type the following text:
    3. regedit
    4. Press Enter.
    5. Go to the following registry key:
    6. HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail
    7. In the right pane, right-click
    the following registry value:
    8. PreFirstRun
    9. Click Delete
    10. Click Start, and then click Run.
    11. In the Open box, type regedit, and then pressENTER.
    12. InRegistry Editor, locate the followingsubkey in the registry:
    13. HKEY_LOCAL_MACHINE\Software\Clients\Mail\Microsoft Outlook
    14. Select thesubkey, and then pressDELETE.
    15. Click
    Yes.
    Method 2:
    Repaired Office
    Method 3:
    fixmapi.exe. Mapi32.dll
    Method 4:
    Created the below registry key HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Offlce\15.0\Outlook
    Create the following String value if it does not exist: Bitness Set the String value for Bitness to the following if it is not already set to x86
    Method 5:
    Compared the installed applications
    Uninstalled the below program :Microsfot Visuall C++ 2008 Redistributable - x86 - KB2467175" and installed "Microsfot Visuall C++ 2008 Redistributable - x86  - 9.0.21022"
    Please help to solve the issue.
    Regards,
    Boopathi S

    Hi,
    Do you mean Send as Attachment button under File>Save & Send>Sending Using E-mail
    in Office applications, like Excel or Word?
    Is this an issue that come up recently? Have you ever made any changes to your system?
    If you have installed multiple e-mail programs on the same computer, please try to make Outlook the default mail client and then try again:
    http://office.microsoft.com/en-us/outlook-help/make-outlook-the-default-program-for-email-messages-contacts-and-calendar-HP010355552.aspx
    http://support.microsoft.com/kb/223877
    Regards,
    Ethan Hua
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • OWB Client installation on Solaris

    Hi,
    Is there a OWB client installation available for Solaris 10 x86. What i am looking for is Stand alone client installation without server components, same as we have for Windows.
    If available please tell me from were i can download it.
    Thank You,
    Niranjan.

    Have you check this:
    http://www.oracle.com/technology/software/products/warehouse/index.html

  • Owb client+performance+x-windows

    Hi,
    We are using 11.2.0.1 and finding the performance of OWB slow e.g opening mappings, control center etc.
    Machine has enough memory (2.5 GB and checked memory being used in task manager for owb.exe (about 400 M), total being used on PC at any time for all applications aboout 1.5gb and ruled out network latency as tested other cleint/server applications to access the same machine and dataabse and these are fine performance-wise.
    The server is located in the same building as the cleint and is a UNIX server.
    We are using the cumulative patch recommended by Oracle for performance reasons - still same problem.
    Anybody any other tips to get design center/control center to open quickly etc?
    Used previous suggestions such as Tools/Optimise repository etc and purging of audit tables.
    Another question
    Is it possible to run owb client (i.e. open/amend/deploy/run mapppings etc with the windows interface directly on the UNIX server (~e.g using x-windows) as opposed to the client WINDOWS pc
    Many Thank

    Hi
    There are patches with performance related fixes in this area, if you can upgrade to 11.2.0.2 that is advised otherwise there is a mega patch for 11.2.0.1;
    BEST --> OWB 11.2.0.2 + megapatch v3 (12874883)
    ALTERNATE --> OWB 11.2.0.1 + patch for bug 10270220: Mega Patch v2 (supersedes patch 9802120)
    Cheers
    David

  • How to import SH Sample Dimensions and Cubes with OWB Client

    Hi, is there a functionality to import the Dimensions and Cubes from the sample to reuse and manipulate them within the OWB Client?
    I can add Dimensions in the Enterprise Manager but mapping should be difficult- right?
    Specs: DB 10g rel2, OWB 10.1.0.4

    dimension - either define a table on your own, or use the data modeler and physically define a new dimension.
    Cube - same as above.
    as for levels and hierarchies, this can also be done in the data modeler. You can specify keys, levels, attributes, measures...all that stuff for dims and facts. There many tabs on the lower half of the dimension modeler screen that control this.
    Check out the oracle by examples for easy tutorials.

  • Facing problem in connection with OWB client

    Dear All
    Greetings!!!
    Im new to Datawarehouse building. I have installed OWB R1 at my own pc.I am facing problems in connecting OWB client..What exactly to put in Host name and Oracle Service name. i am logging in with the same system/password with normal login. Please guide me to enter in the datawarehouse world..
    Thanx and Regards
    Nukesh Bhoyar
    Mumbai(India)

    Hi Nukesh
    I know this doesn't really answer your question but Oracle have just made Release 2 of Warehouse Builder available and based on all of the info through this forum and other places, if I was you I would download R2 and install it instead of R1, as it is deemed to have way more functionality.
    Cheers
    M

  • After installing Final cut server client on OSX 10.6.8 error: Apple QuickTime or the QuickTime Java component is not installed.

    After installing Final cut server client on OSX 10.6.8 error: Apple QuickTime or the QuickTime Java component is not installed.
    I know this error on windows machines but cannot get a solution for OSX.

    I have fixed this by installing the latest combo update

  • OWB CLient Application Problem

    Hi All,
    We have the installed the OS as Windows 2003 server Enterprise Edition and on which we have installed the ORACLE 9i Database. Even our OWB Design time installation went on successfuly with the creation of Target schema & Run time repository schema. Still the problem we are facing is as soon as we try to start the OWB Client application it gets hung immediatly after showing the first popup of OWB Client server 9.2.0 screen. Please let us know is there any other setting we need to do for this to start off smoothly. Is there any OWB server installation needed? Your early reply would be very helpful.
    Thanks & Best Regards,
    Ratna

    Hi Ratna,
    Please follow the steps as given:
    1) change datetime in your client machine to current date.
    2) reboot your machine
    3) move the following files to another backup place eg desktop:
    $OWB92_CLIENT_HOME/jdk/jre/lib/ext/US_export_policy.jar
    $OWB92_CLIENT_HOME/jdk/jre/lib/ext/jce1_2_1.jar
    $OWB92_CLIENT_HOME/jdk/jre/lib/ext/local_policy.jar
    $OWB92_CLIENT_HOME/jdk/jre/lib/ext/sunjce_provider.jar
    Where $OWB92_CLIENT_HOME is the path to your owb9.2 client home.
    4) Copy the 4 replacement files, (mail me to - [email protected], I'll send you the 4 .jar files), to the directory OWB92_CLIENT_HOME/jdk/jre/lib/ext/
    5)start owb…
    If all has gone well, delete the files moved in step 3.
    Cheers,
    Swagata

Maybe you are looking for

  • Mono to stereo converter for 6600

    Hey guys, Does anyone have any clue how to convert music output from mono to stereo in the nokia 6600? Thanks, I need a reply soon plz!!! Thanx

  • Location Tracking of Nortel Phones with MSE / Aeroscout

    Hi there actually we can track laptops and other CCX devices with our MSE and Aeroscout equipment. The problem is that we can't track Nortel IP phones. Has someone ever did this configuration and what is important to take a look at. I don't know anyt

  • JDBC To IDOC Multiple segment

    Hi All, We have the requirement to  Create multiple segment which is under  one header if header change it create new idoc else it should add new  line item in same segment of  idoc. Please suggest me Mapping Logic. Regards Laxmi Bhushan

  • Cost of Poor Quality

    Dear All, My client wants the cost of customer return should be booked as Cost of Poor Quality. as after analysing the returned goods, the defective parts will be scrapped with reference to cost center this cost will be booked as cost of poor quality

  • Cs5 bridge file opens up into HP mediasmart

    I have just installed Photoshop cs5, i started to browse through my photos in bridge and when double clicking on the photo, instead of loading into photoshop it loads into HP mediasmart instead. I can't find a way to stop this. If i right click on th