Error codes in Thin client?

Where can I find Oracle's error numbers and definitions? The
ones that are generated through connections like the ODBC and
JDBC Thin client drivers.
Thanks
rp
null

Hi Prashant,
Did you resolve this?
It sounds like the EJB was not deployed with the webservice.
Were you able to call the service using the OC4J test harness? This will tell you if the service is correctly deployed - with the underlying implementation classes etc. Take the service endpoint URL from the WSDL file and put in a browser (with your AS running)
rgds
Susan
JDeveloper PM

Similar Messages

  • Not able to get the error code when the client ,server running in Diff JVM

    Hi ,
    My server code is running on websphere App server . My client is running on different JVM on my machine .
    When I try to throw my own exception , I am not getting any data in the exception object.
    I am setting error code and msg in the exception object.
    But when i retrive from my client , it is returning the null.
    Can some one throw some info regrading this .

    Hi,
    Did this issue occur on all clients?
    Please run ipconfig /all command on this problematic computer, and then post the screenshot here.
    In addition, update your network adapter, disable the firewall and anti-virus temporarily and then run these commands:
    netsh winsock reset catalog
    netsh int ip reset
    Meanwhile, please refer to this article to troubleshoot:
    DHCP Clients Are Unable to Get IP Addresses from a DHCP Server
    http://support.microsoft.com/kb/197197/EN-US
    Karen Hu
    TechNet Community Support

  • Error Code Definition for JDBC Thin driver

    Would like to know where I can find the definition of error codes
    for JDBC thin driver to Oracle 7 database. Right now, when I have
    database errors, I get SQL execption with CODE=XXXXXX. Need to
    know the definition of the error codes in order to decide whether
    the application shall retry or quit or do something else. Thank
    you in advance.
    null

    Hi,
    thin client session Language is controlled by java Locale.
    Based on testing code, ORA- messages are localized after the connection is successfully established. ORA- messages returned in the middle of connecting are in instance language.
    So, as far as I can say, you need to catch exceptions from DriverManager.getConnection(url, info); and translate them on your own.
    Once the connection is successfully returned, ORA- message language is defined by java Locale.
    Tests were performed on Oracle 10gR2 (both thin driver and DB).

  • RMS installation error: JDBC-thin client oracle/jdbc/driver/T2CConnection.getLibraryVersionNumber()

    Trying to Install RMS application 13.2.2 and I get past the pre-installation checks and when I get to the Data Source details and enter the data source details with the check box checked to validate the schema/Test Data Source I get the following error:
    Error Connecting to database URL jdbc:oracle:oci:@rmsdbtst as user rms13 java.lang.Exception:UnsatisfiedLinkError encountered when using the Oracle driver. Please check that the library path is set up properly or switch to the JDBC thin client oracle/jdbc/driver/T2CConnection.getLibraryVersioNumber()
    Checks performed:
    RMS Application code location and directory contents:
    [oracle@test-rms-app application]$ pwd
    /binary_files/STAGING_DIR/rms/application
    [oracle@test-rms-app application]$ ls -ltr
    total 144
    -rw-r--r-- 1 oracle oinstall   272 Dec 7  2010 version.properties
    -rw-r--r-- 1 oracle oinstall   405 Jan 16 2011 expected-object-counts.properties
    -rw-r--r-- 1 oracle oinstall   892 May 13 2011 ant.install.properties.sample
    -rw-r--r-- 1 oracle oinstall 64004 Jun  6  2011 build.xml
    drwxr-xr-x 9 oracle oinstall  4096 Jun 16 2011 rms13
    drwxr-xr-x 3 oracle oinstall  4096 Jun 16 2011 installer-resources
    drwxr-xr-x 3 oracle oinstall  4096 Jun 16 2011 antinstall
    drwxr-xr-x 2 oracle oinstall  4096 Jun 16 2011 ant-ext
    drwxr-xr-x 5 oracle oinstall  4096 Jun 16 2011 ant
    -rw-r--r-- 1 oracle oinstall 11324 Dec 18 09:18 antinstall-config.xml.ORIG
    -rwxr-xr-x 1 oracle oinstall  4249 Dec 18 10:01 install.sh
    drwxr-xr-x 4 oracle oinstall  4096 Dec 18 10:06 common
    -rw-r--r-- 1 oracle oinstall 16244 Dec 19 10:37 antinstall-config.xml
    -rw-r--r-- 1 oracle oinstall   689 Dec 19 10:37 ant.install.log
    [oracle@test-rms-app application]$
    Application installation:
    [oracle@test-rms-app application]$ ./install.sh
    THIS IS the driver directory
    Verified $ORACLE_SID.
    Verified SQL*Plus exists.
    Verified write permissions.
    Verified formsweb.cfg read permissions.
    Verified Registry.dat read permissions.
    Verified Java version 1.4.2.x or greater. Java version - 1.6.0
    Verified Tk2Motif.rgb settings.
    Verified frmcmp_batch.sh status.
    WARNING: Oracle Enterprise Linux not detected.  Some components may not install properly.
    Verified $DISPLAY - 172.16.129.82:0.0.
    This installer will ask for your "My Oracle Support" credentials.
    Preparing installer. This may take a few moments.
    Your internet connection type is: NONE
    Integrating My Oracle Support into the product installer workflow...
         [move] Moving 1 file to /binary_files/STAGING_DIR/rms/application
    Installer preparation complete.
    MW_HOME=/u01/app/oracle/Middleware/NewMiddleware1034
    ORACLE_HOME=/u01/app/oracle/Middleware/NewMiddleware1034/as_1
    ORACLE_INSTANCE=/u01/app/oracle/Middleware/NewMiddleware1034/asinst_1
    DOMAIN_HOME=/u01/app/oracle/Middleware/NewMiddleware1034/user_projects/domains/rmsClassDomain
    WLS_INSTANCE=WLS_FORMS
    ORACLE_SID=rmsdbtst
    JAVA_HOME=/u01/app/oracle/jrockit-jdk1.6.0_45-R28.2.7-4.1.0
    Launching installer...
    To make sure I have connectivity from the app server to the database (on a database server) here are the steps followed:
    [oracle@test-rms-app application]$ tnsping rmsdbtst
    TNS Ping Utility for Linux: Version 11.1.0.7.0 - Production on 19-DEC-2013 10:41:40
    Copyright (c) 1997, 2008, Oracle.  All rights reserved.
    Used parameter files:
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = test-rms-db.vonmaur.vmc)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SID = rmsdbtst)))
    OK (0 msec)
    [oracle@test-rms-app application]$
    [oracle@test-rms-app application]$ sqlplus rms13@rmsdbtst
    SQL*Plus: Release 11.1.0.7.0 - Production on Thu Dec 19 10:46:18 2013
    Copyright (c) 1982, 2008, Oracle.  All rights reserved.
    Enter password:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> exit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    [oracle@test-rms-app application]$
    [oracle@test-rms-app application]$ ping test-rms-db
    PING test-rms-db.vonmaur.vmc (192.168.1.140) 56(84) bytes of data.
    64 bytes from test-rms-db.vonmaur.vmc (192.168.1.140): icmp_seq=1 ttl=64 time=0.599 ms
    64 bytes from test-rms-db.vonmaur.vmc (192.168.1.140): icmp_seq=2 ttl=64 time=0.168 ms
    64 bytes from test-rms-db.vonmaur.vmc (192.168.1.140): icmp_seq=3 ttl=64 time=0.132 ms
    64 bytes from test-rms-db.vonmaur.vmc (192.168.1.140): icmp_seq=4 ttl=64 time=0.158 ms
    64 bytes from test-rms-db.vonmaur.vmc (192.168.1.140): icmp_seq=5 ttl=64 time=0.135 ms
    --- test-rms-db.vonmaur.vmc ping statistics ---
    5 packets transmitted, 5 received, 0% packet loss, time 4001ms
    rtt min/avg/max/mdev = 0.132/0.238/0.599/0.181 ms
    [oracle@test-rms-app application]$
    [oracle@test-rms-app application]$ uname -a
    Linux test-rms-app.vonmaur.vmc 2.6.18-128.el5 #1 SMP Wed Jan 21 08:45:05 EST 2009 x86_64 x86_64 x86_64 GNU/Linux
    [oracle@test-rms-app application]$
    [oracle@test-rms-app application]$ cat /etc/*-release
    Enterprise Linux Enterprise Linux Server release 5.3 (Carthage)
    Red Hat Enterprise Linux Server release 5.3 (Tikanga)
    [oracle@test-rms-app application]$
    The database is created and all the batch file scripts have been successfully deployed.  Now working on the application server.  The  Weblogic server is installed and 11g forms and reports are installed successfully.
    Any help would be helpful.
    Thanks,
    Ram.

    Please check MOS Notes:
    FAQ: RWMS 13.2 Installation and Configuration (Doc ID 1307639.1)

  • DirectAccess Client not connecting without error code on Windows Server 2012 R2 and Windows 8.1

    Hello,
    we are currently migrating from Windows Server 2012 to 2012 R2 and are not able to get the new Direct Access Service up and running. Our goal is to establish DirectAccess connection for a handful of clients using the IPHTTPS-adapter on the default port 443.
    Errors:
    There is actually no error showing up. It seems the infrastructure tunnel cannot be created but none of the IPv6-transition adapters is connecting (teredo and 6-to-4 are down) and the IPHTTPs adapter gives no informations about a problem:
    >Get-DAConnectionStatus
    Status    : Error
    Substatus : CouldNotContactDirectAccessServer
    >Get-NetIPHttpsState
    LastErrorCode   : 0x0
    InterfaceStatus : Failed to connect to the IPHTTPS server; waiting to reconnect
    Setup:
    Our setup is a virtualized Windows Server 2012 R2 Standard running on Hyper-V. It is located behind a NAT having the Port 443 mapped to the server. The only role installed after the basic install is RRAS including DirectAccess and VPN. The assistants completed
    successfully (running the configuration for DirectAccess and VPN). Operation Status says everything is green und working (for multiple days in the meanwhile). A previous direct access installation (on a different machine running Windows Server 2012) has
    been removed before installing the new server. The new installation is using a different router, so this might also be the cause of a problem.
    The client is a Windows 8.1 notebook located outside the company network accessing the internet through another NAT-device. The client has been able to connect to the previous DirectAccess setup but has never been able to establish a connection after the
    setup of the new Direct Access server. The device has no outbound constraints concerning the NAT-device and is only running the integrated Windows Firewall.
    Diagnosis:
    So far I've done some basic DNS and connectivity checks. The DNS-name can be resolved correctly and the router even responds to pings. The port forward is working and HTTPs connections are generally possible (temporarily routed the port to
    access the NLS-Website located on the server, which worked fine).
    Network monitor shows that both computers are communicating, traffic on the expected Port 443 is incoming on the server and responses from the server reach the client.
    Opening the IPHTTPs-url and in an endless page load. Sometime the browser page closes but I've never seen any result. Using telnet on the port shows that the server is accepting connections. I've even build a small test application that does a GET-Request
    on the URL returning HTTP-200 and no content.
    I'm currently running out of ideas what to do and since no error occurs this is kind of a bit frustrating. Any help appreciated.
    Regards
    Matthias

    Hi,
    In addition, have you disabled the DA client components on the DA client? If no, please also check
    the settings on the Name Resolution Policy Table.
    More information:
    DirectAccess
    Client Location Awareness – NRPT Name Resolution
    In addition, error 0x4C9 means the remote computer refused the network connection. It may be due to the invalid
    registry or corrupt drivers. For more detailed information, please refer to the link below:
    Error 1225 - Error Code 0x4C9
    Note:
    Microsoft is providing this information as a convenience to you. Please make sure that you completely understand the risk before retrieving any suggestions from the above link.
    Best regards,
    Susie

  • 10.2.8 Client, error code -1712

    Suddenly last week after several months of working fine, our 10.2 and 10.4 clients couldn't login. The 10.3 clients login to Network Home Directories just fine. You can use the same network account login on 10.3 client and it responds. A login on 10.2 or 10.4 does not. Apple support has not been successful either.
    10.2 stays on the login window for hours. The barber pole keeps going. 10.4's login window goes dull and eventually will time out.
    The server is an Xserve with 10.3.9 Server running.
    I've run Repair Permissions, Disk Repair and Disk Warrior. I reimaged the client with our stand .dmg. It logged in OK until I updated it via Software Update.
    Eventually if you leave the 10.2 client trying to login for hours a Desktop will be displayed and the message,
    "The Operation could not be completed. An unexpected error occurred (error code -1712)"
    I'm at my wit's end. I don't have enough money to upgrade all the Jaguar to Tiger or Panther. I'm hoping someone here has some insight. Thanks.
    10.2 and 10.4 clients   Mac OS X (10.2.x)  

    Check your 10.2.8 machines Directory Access and make sure LdapV2 is not checked and also that Ldap V3 is checked and configured correctly. I found that if I had both Ldapv2 and v3 on my 10.2.8 clients could not log in. 10.3 clients only have the option for Ldap V3, so it is not an issue.

  • Getting error in report 6i database 10g in thin client

    Hi,
    I have one report in which button, i am calling anothere report on that button in
    6i report builder and 10g database.
    this report is working fine in thick client getting error in thin client
    rep-1418
    Thanks
    Reena

    You post so few info
    Have a look here, Maybe could be it helps
    http://www.oracle.com/webapps/online-help/reports/10.1.2/state/content/navId.3/navSetId._/vtTopicFile.htmlhelp_rwbuild_hs%7Crwrefex%7Cplsql%7Cbuiltins%7Csrw%7Csrw_null_arguments~htm/

  • Client not updating - Error Code # 0x80244023 and 0x801901f8

    Hello All,
    We have a Windows server (2008) which is not pulling updates from WSUS server. It has two NICs - one is public and another is configured with
    172.x.x.x range for Admin use (this is for WSUS communication with no DNS setup).
    See logs below,
    2014-05-07        13:05:50:089     916      1410     Misc     
    ===========  Logging initialized (build: 7.6.7600.256, tz: +0800)  ===========
    2014-05-07        13:05:50:089     916      1410     Misc     
      = Process: C:\Windows\system32\svchost.exe
    2014-05-07        13:05:50:089     916      1410     Misc     
      = Module: c:\windows\system32\wuaueng.dll
    2014-05-07        13:05:50:089     916      1410     Service *************
    2014-05-07        13:05:50:089     916      1410     Service ** START
    **  Service: Service startup
    2014-05-07        13:05:50:089     916      1410     Service *********
    2014-05-07        13:05:50:091     916      1410     Agent   
      * WU client version 7.6.7600.256
    2014-05-07        13:05:50:092     916      1410     Agent   
      * Base directory: C:\Windows\SoftwareDistribution
    2014-05-07        13:05:50:092     916      1410     Agent   
      * Access type: Named proxy
    2014-05-07        13:05:50:092     916      1410     Agent   
      * Default proxy: proxy:8083
    2014-05-07        13:05:50:093     916      1410     Agent   
      * Network state: Connected
    2014-05-07        13:05:50:520     916      1410     DtaStor Default service
    for AU is {00000000-0000-0000-0000-000000000000}
    2014-05-07        13:05:50:531     916      1410     DtaStor Default service
    for AU is {9482F4B4-E343-43B6-B170-9A65BC822C77}
    2014-05-07        13:05:50:539     916      1410     Agent   
    WARNING: Failed to read the service id for re-registration 0x80070002
    2014-05-07        13:05:50:539     916      1410     Agent   
    WARNING: Missing service entry in the backup data store; cleaning up
    2014-05-07        13:06:01:251     916      1594     Report  
    CWERReporter::Init succeeded
    2014-05-07        13:06:01:251     916      1594     Agent   
    ***********  Agent: Initializing Windows Update Agent  ***********
    2014-05-07        13:06:01:253     916      1594     Agent   
    ***********  Agent: Initializing global settings cache  ***********
    2014-05-07        13:06:01:253     916      1594     Agent   
      * WSUS server: http://172.16.74.28
    2014-05-07        13:06:01:253     916      1594     Agent   
      * WSUS status server: http://172.16.74.28
    2014-05-07        13:06:01:253     916      1594     Agent   
      * Target group: (Unassigned Computers)
    2014-05-07        13:06:01:253     916      1594     Agent   
      * Windows Update access disabled: No
    2014-05-07        13:06:01:253     916      1410     Report  
    ***********  Report: Initializing static reporting data  ***********
    2014-05-07        13:06:01:253     916      1410     Report  
      * OS Version = 6.1.7601.1.0.196626
    2014-05-07        13:06:01:253     916      1594     DnldMgr           
    Download manager restoring 0 downloads
    2014-05-07        13:06:01:253     916      1410     Report  
      * OS Product Type = 0x0000000A
    2014-05-07        13:06:01:260     916      1594     AU       
    ###########  AU: Initializing Automatic Updates  ###########
    2014-05-07        13:06:01:261     916      1594     AU       
      # WSUS server: http://172.16.74.28
    2014-05-07        13:06:01:261     916      1594     AU       
      # Detection frequency: 1
    2014-05-07        13:06:01:261     916      1594     AU       
      # Approval type: Pre-install notify (Policy)
    2014-05-07        13:06:01:261     916      1594     AU       
      # Auto-install minor updates: Yes (Policy)
    2014-05-07        13:06:01:261     916      1594     AU       
      # Will interact with non-admins (Non-admins are elevated (Policy))
    2014-05-07        13:06:01:384     916      1410     Report  
      * Computer Brand = VMware, Inc.
    2014-05-07        13:06:01:384     916      1410     Report  
      * Computer Model = VMware Virtual Platform
    2014-05-07        13:06:01:390     916      1410     Report  
      * Bios Revision = 6.00
    2014-05-07        13:06:01:390     916      1410     Report  
      * Bios Name = PhoenixBIOS 4.0 Release 6.0    
    2014-05-07        13:06:01:390     916      1410     Report  
      * Bios Release Date = 2012-07-09T00:00:00
    2014-05-07        13:06:01:390     916      1410     Report  
      * Locale ID = 1033
    2014-05-07        13:06:01:392     916      1594     AU       
    Successfully wrote event for AU health state:0
    2014-05-07        13:06:01:392     916      1594     AU       
    Initializing featured updates
    2014-05-07        13:06:01:392     916      1594     AU       
    Found 0 cached featured updates
    2014-05-07        13:06:01:392     916      1594     AU       
    Successfully wrote event for AU health state:0
    2014-05-07        13:06:01:395     916      1714     Report  
    WARNING: Failed to open event cache file at C:\Windows\SoftwareDistribution\EventCache\{1EDE8AC5-7759-45EC-9747-C62989CBAEF4}.bin for reading with hr = 80070002.
    2014-05-07        13:06:01:396     916      1714     Report  
    WARNING: Failed to open event cache file at C:\Windows\SoftwareDistribution\EventCache\{EEE2278A-AE78-4886-96CF-5C5946BA8699}.bin for reading with hr = 80070002.
    2014-05-07        13:06:01:396     916      1594     AU       
    Successfully wrote event for AU health state:0
    2014-05-07        13:06:01:396     916      1594     AU       
    AU finished delayed initialization
    2014-05-07        13:06:01:397     916      1594     AU       
    Triggering AU detection through DetectNow API
    2014-05-07        13:06:01:397     916      1594     AU       
    Triggering Online detection (non-interactive)
    2014-05-07        13:06:01:397     916      1410     AU       
    2014-05-07        13:06:01:397     916      1410     AU       
    ## START ##  AU: Search for updates
    2014-05-07        13:06:01:397     916      1410     AU       
    2014-05-07        13:06:01:399     916      1410     AU       
    <<## SUBMITTED ## AU: Search for updates [CallId = {177B400D-42A5-46EB-8588-A6F107FF3C77}]
    2014-05-07        13:06:01:399     916      1714     Agent   
    2014-05-07        13:06:01:399     916      1714     Agent   
    ** START **  Agent: Finding updates [CallerId = AutomaticUpdates]
    2014-05-07        13:06:01:399     916      1714     Agent   
    2014-05-07        13:06:01:399     916      1714     Agent   
      * Online = Yes; Ignore download priority = No
    2014-05-07        13:06:01:399     916      1714     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"
    2014-05-07        13:06:01:399     916      1714     Agent   
      * ServiceID = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7} Managed
    2014-05-07        13:06:01:399     916      1714     Agent   
      * Search Scope = {Machine}
    2014-05-07        13:06:01:399     916      1714     Setup   
    Checking for agent SelfUpdate
    2014-05-07        13:06:01:400     916      1714     Setup   
    Client version: Core: 7.6.7600.256  Aux: 7.6.7600.256
    2014-05-07        13:07:03:952     916      1714     Misc     
    WARNING: WinHttp: SendRequestToServerForFileInformation failed with 0x801901f8
    2014-05-07        13:07:03:952     916      1714     Misc     
    WARNING: WinHttp: ShouldFileBeDownloaded failed with 0x801901f8
    2014-05-07        13:07:22:828     916      1714     Misc     
    WARNING: WinHttp: SendRequestToServerForFileInformation failed with 0x801901f8
    2014-05-07        13:07:22:828     916      1714     Misc     
    WARNING: WinHttp: ShouldFileBeDownloaded failed with 0x801901f8
    2014-05-07        13:09:02:845     916      1714     Misc     
    WARNING: WinHttp: SendRequestToServerForFileInformation failed with 0x801901f8
    2014-05-07        13:09:02:845     916      1714     Misc     
    WARNING: WinHttp: ShouldFileBeDownloaded failed with 0x801901f8
    2014-05-07        13:10:02:451     916      1714     Misc     
    WARNING: WinHttp: SendRequestToServerForFileInformation failed with 0x801901f8
    2014-05-07        13:10:02:451     916      1714     Misc     
    WARNING: WinHttp: ShouldFileBeDownloaded failed with 0x801901f8
    2014-05-07        13:10:02:451     916      1714     Misc     
    WARNING: DownloadFileInternal failed for http://172.16.74.28/selfupdate/wuident.cab: error 0x801901f8
    2014-05-07        13:10:02:452     916      1714     Setup   
    WARNING: SelfUpdate check failed to download package information, error = 0x80244023
    2014-05-07        13:10:02:452     916      1714     Setup   
    FATAL: SelfUpdate check failed, err = 0x80244023
    2014-05-07        13:10:02:452     916      1714     Agent   
      * WARNING: Skipping scan, self-update check returned 0x80244023
    2014-05-07        13:10:02:452     916      1714     Agent   
      * WARNING: Exit code = 0x80244023
    2014-05-07        13:10:02:452     916      1714     Agent   
    2014-05-07        13:10:02:452     916      1714     Agent   
    **  END  **  Agent: Finding updates [CallerId = AutomaticUpdates]
    2014-05-07        13:10:02:452     916      1714     Agent   
    2014-05-07        13:10:02:452     916      1714     Agent   
    WARNING: WU client failed Searching for update with error 0x80244023
    2014-05-07        13:10:02:453     916      ae8       AU       
    >>##  RESUMED  ## AU: Search for updates [CallId = {177B400D-42A5-46EB-8588-A6F107FF3C77}]
    2014-05-07        13:10:02:453     916      ae8       AU       
      # WARNING: Search callback failed, result = 0x80244023
    2014-05-07        13:10:02:453     916      ae8       AU       
      # WARNING: Failed to find updates with error code 80244023
    2014-05-07        13:10:02:453     916      ae8       AU       
    2014-05-07        13:10:02:454     916      ae8       AU       
    ##  END  ##  AU: Search for updates [CallId = {177B400D-42A5-46EB-8588-A6F107FF3C77}]
    2014-05-07        13:10:02:454     916      ae8       AU       
    2014-05-07        13:10:02:457     916      ae8       AU       
    Successfully wrote event for AU health state:0
    2014-05-07        13:10:02:457     916      ae8       AU       
    AU setting next detection timeout to 2014-05-07 06:08:08
    2014-05-07        13:10:02:457     916      ae8       AU       
    Successfully wrote event for AU health state:0
    2014-05-07        13:10:02:458     916      ae8       AU       
    Successfully wrote event for AU health state:0
    2014-05-07        13:10:02:463     916      1714     Report  
    CWERReporter finishing event handling. (00000000)
    2014-05-07        13:10:07:452     916      1714     Report  
    REPORT EVENT: {E1B169E2-C0FC-4D33-A70B-41F76CB362B9}            2014-05-07 13:10:02:452+0800  1          148       101      
    {D67661EB-2423-451D-BF5D-13199E37DF28}      1            80244023          SelfUpdate        
    Failure   Software Synchronization            Windows Update Client failed to detect with error 0x80244023.
    2014-05-07        13:10:07:462     916      1714     Report  
    CWERReporter::HandleEvents - WER report upload completed with status 0x8
    2014-05-07        13:10:07:463     916      1714     Report  
    WER Report sent: 7.6.7600.256 0x80244023 D67661EB-2423-451D-BF5D-13199E37DF28 Scan 101 Managed
    2014-05-07        13:10:07:463     916      1714     Report  
    CWERReporter finishing event handling. (00000000)
    I verified through Nslookup and found WSUS server IP and name does not resolved. However, the download manager window is opening up while accessing
    - http://172.16.74.28/selfupdate/wuident.cab from server browser.
    Please help.

    2014-05-07        13:06:01:395     916      1714     Report   WARNING: Failed to open event cache file at C:\Windows\SoftwareDistribution\EventCache\{1EDE8AC5-7759-45EC-9747-C62989CBAEF4}.bin
    for reading with hr = 80070002.
    This type of error is quite often symptomatic of a corrupted WUA datastore.
    2014-05-07        13:07:03:952     916      1714     Misc      WARNING: WinHttp: SendRequestToServerForFileInformation failed with
    0x801901f8
    The 0x801901F8 is an HTTP 504 -- "request timed out waiting on a gateway".
    2014-05-07        13:06:01:253     916      1594     Agent      * Target group: (Unassigned Computers)
    2014-05-07        13:06:01:261     916      1594     AU          # Detection frequency: 1
    When using Server-Side Targeting, this value should be at least 2 hours. Based on the above three observations, I recommend the following response:
    Verify that the routing table is correct and that requests for 172.16/16 are actually leaving on the correct NIC.
    Change the Detection Frequency to at least 2 hours (until you fix the communication issue it might as well be 22 hours!).
    Run wuauclt /resetauthorization /detectnow.
    If the 0x80070002 error persists, do the following:
    Stop the Windows Update service.
    Rename %windir%\SoftwareDistribution to SoftwareDistribution.OLD.
    Start the Windows Update service.
    Run wuauclt /resetauthorization /detectnow and observe the results. If the issue is resolved, copy the ReportingEvents.log from SoftwareDistribution.OLD back to the new SoftwareDistribution.
    If the issue is not resolved, post that detection event for further analysis.
    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.

  • ABAP Client Proxy error code: 401, error text: Unauthorized

    Hi,
    I have Client proxy in ECC for oubound interface in PI 7.0, when i look into SXMB_MONI of ECC i can see my message with Error "HTTP response contains status code 401 with the description Unauthorized Authorization error while sending by HTTP (error code: 401, error text: Unauthorized)".
    As per few thread i already assign SAP_XI_APPL_SERV_USER role to PIAPPLUSER in ECC, still i am getting same eror.
    I do not understand how this Proxy communication work, which ECC user will be use in communication and how this communcation link to RFC destination "SAP_PROXY_ESR" type G. Even i can not see type H in ECC so i created RFC destination of type G.
    With Regards
    Sunil

    We were able to get it working by making a change in the Integration Engine Configuration (in sxmb_adm).
    Changed "Corresponding Integ. Server" from "http://<server>:<port>/sap/xi/engine?type=entry"
    to "dest://RFCdestinationName"

  • T410 thin client RDP Client Error Windows XP SP3 issue

    I've switched out the VMs they were connecting to completely and we're still running into this issue. The next step is switching out the thin clients themselves. Bump if anyone's run into this issue before.

    I'm having an issue with 2 of my HP Smart Zero t410 thin clients. They each RDP into an XP SP3 virtual machine hosted on a virtual server running VWWare ESXi 5.0.0. Randomly in the morning they'll both disconnect from their virtual machines. Sometimes at the same time, sometimes not. I'm monitoring both the thin clients and the virtual machines with software that pings everything 30 seconds, nothing ever drops a ping. I've tested the wire, the wire is good. I've made sure the thin clients are up to date with the latest firmware. The last thing I've tried is replacing the switch both of these machines are connection. One thin client comes up with an error message "RDP Client Error: Reboot Necessary" then below "The firmware has experienced a critical error. Please reboot this client." After I close the error I can RDP back in. The other thin client also gives an "RDP Client Error" and down below mentions MANTICORE but I did not write down the entire error message. I have 30 other t410's deployed at various locations, all connected via RDP to a Windows Server 2008 R2 terminal with no issue for over a year. These last two have maybe in for three weeks and have continuously thrown this error randomly. Any help is appreciated.

  • ISE 1.1.1 - Error Code 12521 EAP-TLS failed SSL/TLS handshake after a client alert

    Hello,
    Has anyone come across this error code before?  I have looked in the 1.1.1 troubleshooting section and there is nothing there. When I click on the link for the description off the error in ISE I get the following error:
    I setup 7925 phones for EAP-TLS using MIC.  I have uploaded Cisco's Root CA and Manufactoring CA Certificates and enabled "Trust for client authentication".  A Certificate Profile is configured matching Common Name and is added to the Identity Sequence.    I got some additional attribute information, where there is a error message:
    OpenSSLErrorMessage=SSL alert code=0x233=563 ; source=remote ; type=fatal ; message="decrypt error"
    Anyone know what this error means?

    Yes,
    That could be it see if you can follow this guide on importing the ISE self signed cert: (i used a 7921 guide but it should be similar).
    http://www.cisco.com/en/US/docs/voice_ip_comm/cuipph/7921g/7_0/english/administration/guide/7921cfgu.html#wp1376129
    Installing the Authentication Server Root Certificate
    The Authentication Server Root Certificate must be installed on the Cisco Unified Wireless IP Phone 7921G.
    To install the certificate, follow these steps:
    Step 1 Export the Authentication Server Root Certificate from the ACS. See Exporting Certificates from the ACS.
    Step 2 Go to the phone web page and choose Certificates.
    Step 3 Click Import next to the Authentication Server Root certificate.
    Step 4 Restart the phone.
    Thanks,
    Tarik Admani
    *Please rate helpful posts*

  • DirectAccess Windows 8 Client Won't Connect - Last Error Code: 0x2af9

    Hi All
    Well I've had 2012 DirectAccess up and running now for about 2/3 weeks (using Win8 client only), it's been "ok" (most problems are client based - like Services not restarting upon resuming from sleep).
    Yesterday I spent many hours connected to DirectAccess from my Windows 8 Laptop. When it's working, I love it.
    Today, it's a completely different story.
    Windows 8 won't damn well connect. At first I started getting prompted to enter proxy credentials (I have no idea why, have never been prompted for this before and the internal TMG proxy shouldn't even be in the loop, given my DA server has it's own
    public IP address). The DA server has a completely separate public IP to the proxy's public IP address and the DA is setup with 2x NICs.
    The error I'm getting is:
    Interface IPHTTPSInterface (Group Policy)  Parameters
    Role                       : client
    URL                        :
    https://da.fqdn:443/IPHTTPS
    Last Error Code            : 0x2af9
    Interface Status           : failed to connect to the IPHTTPS server. Waiting to reconnect
    Where do I find out what 0x2af9 error code means?

    Hi,
    The information for your errorcode seems to be related to not beeing able to lookup the host (the information from MSDN is pasted below.)
    Can you verify that your client can resolve "da.fqdn" to the correct IPv4 address?
    http://msdn.microsoft.com/en-us/library/windows/desktop/ms681391.aspx
    WSAHOST_NOT_FOUND
    11001 (0x2AF9)
    No such host is known.
    Jonas Blom | Relevo AB |
    http://blog.nrpt.se
    Hi Jonas
    Thanks for your input. I think you might be right.
    I suspected IE wasn't resetting my connection settings (even though I had un-ticked 'use a proxy server' - I don't think it had 'applied').
    So, I did a reset of IE10, noticed all of the connection settings were gone and DA connected.
    There definitely seems to be a gap in the DirectAccess solution in that it refers to the IE proxy/connection settings rather than just goes out to the Internet like Outlook does. When on the Domain, obviously you'll receive GPOs which in most organisations
    that use things like Proxies (e.g. TMG) these GPOs will apply the proxy settings, but then when you disconnect from the Domain and you want to roam, those proxy settings need to be disabled - at least until DA has connected, then you're free to apply
    the proxy as the gateway again.
    It's a bit annoying.

  • How to catch the error code thrown by Oracle client installation?

    Hi everyone,
    Recently, I'm writing a bat file to install Oracle 11g client for windows, I know the command line should be below, but how to find the error code it return? like the command line I want to run in Windows, the errorlevel will return 0 if the command line is pass, otherwise it will return no-zero:
    oui.exe -silent -waitforcompletion -nowait -force -responseFile ...\response\clientruntime.rsp
    BTW, I know I can find the error info under the path ...\Oracle\Inventory\logs, but I think it is better if you can tell me another way to catch the error in command line. I just wish that I can determine whether the Oracle provider installation is pass......
    Thanks
    Lindsay
    Edited by: lindsaywang on Oct 6, 2008 1:28 PM

    I got it.
    Thanks,
    TD

  • Unable to install instant client, get error code 126

    On Windows Server 2008 R2, I have installed and extracted oracle instant client 12.1.0.1.0.  I have added to the existing path the location where sqoras32.dll resides.  Via the ODBC Data Source Administrator, when I attempt to add the driver to the System DSN, I get the following error
    The setup routines for the Oracle in instantclient_12_1 ODBC driver could not be loaded due to system error code 126:  The specified module could not be found.
    It then lists the correct path and filename for the sqoras32.dll resides.

    I had the same issue and was finally able to get it working by installing:
    Download Microsoft Visual C++ 2010 Redistributable Package (x86) from Official Microsoft Download Center
    (MS Visual C++ 2010 Redistributable Package (x86))
    This appears to have been a common problem with earlier versions and earlier C++ Run Time Libraries. Looks like they've updated.

  • Error Code - client cache is smaller than the size of the requested content

    Even though we have increased the size of the ccmcache via Control Panel > Configuration Manager, we still get the Error Code 0x87D01202 (-2016407038) "the content
    download cannot be performed because the total size of the client cache is smaller than the size of the requested content"  The CCMEXEC Service and computer have both been restarted, after increasing the ccmcache size.  Which local log
    file under C:\Windows\CCM\Logs should we check for more information ?
    Thanks

    so when you re deploying the client go into your settings and set the variable below:
    smscachesize=10240
    note:
    SMSCACHESIZE
    Specifies the size of the client cache folder in megabyte (MB) or as a percentage when used with the PERCENTDISKSPACE or PERCENTFREEDISKSPACE property. If this property is not set, the folder defaults to a maximum size of 5120 MB. The lowest value that you
    can specify is 1 MB.
    Note
    If a new package that must be downloaded would cause the folder to exceed the maximum size, and if the folder cannot be purged to make sufficient space available, the package download fails, and the program or application will not run.
    This setting is ignored when you upgrade an existing client and when the client downloads software updates.
    Example: CCMSetup.exe SMSCACHESIZE=100
    Note
    If you reinstall a client, you cannot use the SMSCACHESIZE or SMSCACHEFLAGS installation properties to set the cache size to be smaller than it was previously. If you try to do this, your value is ignored and the cache size is automatically set to the last
    size it was previously.
    For example, if you install the client with the default cache size of 5120 MB, and then reinstall the client with a cache size of 100 MB, the cache folder size on the reinstalled client is set to 5120 MB.
    Twitter: @dguilloryjr LinkedIn: http://www.linkedin.com/in/dannyjr Facebook: http://www.facebook.com/#!/dguilloryjr

Maybe you are looking for