WSUS service failure and uninstall error 0x80070643

Hello
I recently had a drive fail in a RAID 1 array on a Windows Server 2008 Standard SP2 domain controller. The drive was replaced and the array successfully rebuilt the drive. Our domain comprises a Win2k8 DC (which WSUS is installed on), a W2k3 DC, a W2k8 Storage
Server and various W2k, Win XP, Vista and W7 clients.
WSUS3 SP2 is installed on this computer and had been working fine. After the drive was rebuilt WSUS stopped working. WSUS is organised as follows:
The drive is divided into 3 partitions. C: contains the program files, D: contains the WSUS database and update files. E: is a system recovery partition.
After the drive was rebuilt I had a problem connecting to the WSUS console. I am logged on using the domain administrator account. I restarted the server last night in the hope that it would solve this issue. After restarting, the problem persists. When
I start Windows Server Update Services from Administrative Tools the centre pane shows a large red X and 'Error: Connection Error'. The option to 'Reset Server Node' results in the same error. The error, available from 'Copy Error to Clipboard' is:
The WSUS administration console was unable to connect to the WSUS Server via the remote API.
Verify that the Update Services service, IIS and SQL are running on the server. If the problem persists, try restarting IIS, SQL, and the Update Services Service.
The WSUS administration console has encountered an unexpected error. This may be a transient error; try restarting the administration console. If this error persists,
Try removing the persisted preferences for the console by deleting the wsus file under %appdata%\Microsoft\MMC\.
System.IO.IOException -- The handshake failed due to an unexpected packet format.
Source
System
Stack Trace:
   at System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)
   at System.Net.TlsStream.CallProcessAuthentication(Object state)
   at System.Threading.ExecutionContext.runTryCode(Object userData)
   at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result)
   at System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size)
   at System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size)
   at System.Net.ConnectStream.WriteHeaders(Boolean async)
** this exception was nested inside of the following exception **
System.Net.WebException -- The underlying connection was closed: An unexpected error occurred on a send.
Source
Microsoft.UpdateServices.Administration
Stack Trace:
   at Microsoft.UpdateServices.Administration.AdminProxy.CreateUpdateServer(Object[] args)
   at Microsoft.UpdateServices.Administration.AdminProxy.GetUpdateServer(String serverName, Boolean useSecureConnection, Int32 portNumber)
   at Microsoft.UpdateServices.UI.AdminApiAccess.AdminApiTools.GetUpdateServer(String serverName, Boolean useSecureConnection, Int32 portNumber)
   at Microsoft.UpdateServices.UI.SnapIn.Scope.ServerSummaryScopeNode.GetUpdateServer(PersistedServerSettings settings)
   at Microsoft.UpdateServices.UI.SnapIn.Scope.ServerSummaryScopeNode.ConnectToServer()
   at Microsoft.UpdateServices.UI.SnapIn.Scope.ServerSummaryScopeNode.ConnectToServerAndPopulateNode(Boolean connectingServerToConsole)
   at Microsoft.UpdateServices.UI.SnapIn.Scope.ServerSummaryScopeNode.OnExpandFromLoad(SyncStatus status)
The event logs show that the Update Services service started 7mins after the server was restarted. This is immediately followed by an event stating the Windows Update service had started. If fails soon after and is restared automatically twice to try to
recover from the failure. 12 hours after the restart the Update Services service is still not running. It is set to Automatic (Delayed Start). The service is set to logon as 'Network Service'. The service can be manually started, but 'Resert Server Node' again
results in the same error. After 4mins the service will stop. Event 7034 is logged:
Log Name:      System
Source:        Service Control Manager
Date:          31/08/2011 09:05:50
Event ID:      7034
Task Category: None
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      Phobos.htlincs.local
Description:
The Update Services service terminated unexpectedly.  It has done this 4 time(s).
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Service Control Manager" Guid="{555908D1-A6D7-4695-8E1E-26931D2012F4}" EventSourceName="Service Control Manager" />
    <EventID Qualifiers="49152">7034</EventID>
    <Version>0</Version>
    <Level>2</Level>
    <Task>0</Task>
    <Opcode>0</Opcode>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2011-08-31T08:05:50.000Z" />
    <EventRecordID>230471</EventRecordID>
    <Correlation />
    <Execution ProcessID="0" ThreadID="0" />
    <Channel>System</Channel>
    <Computer>Phobos.htlincs.local</Computer>
    <Security />
  </System>
  <EventData>
    <Data Name="param1">Update Services</Data>
    <Data Name="param2">4</Data>
  </EventData>
</Event>
IIS and SQL are running fine as far as I am aware. I also have Sophos Enterprise Console installed which uses SQL to store it's data and that is working fine.
After a bit of searching around the 'net I thought the easiest solution would be to uninstall WSUS, leave the database and update files in place and then re-install. I ran the uninstallation procedure from the Server Manager, but because the service is not
running, and even after starting the service, uninstallation fails:
Windows Server Update Services: Removal failed
   Error: Attempt to un-install Windows Server Update Services failed with error code 0x80070643.  Fatal error during installation
I saw a reference to the online article located here:
http://blogs.technet.com/b/sus/archive/2008/11/05/how-to-manually-remove-all-of-wsus.aspx but the article states it is out of date and I did not want to make a bad situation worse by following the instructions.
Can anyone help me with this, please. Ideally, I would like to be able to keep the updates as downloading them again will consume a substantial amount of our monthly allowance. However, if the best thing is to remove the entire installation, then I will
ahppily go with that, too.
Thanks.

I'm experiencing this issue, but haven't been able to resolve it with the steps in Lawrence's post (and, another thanks from me for another detailed post from Lawrence!)
It's a 2008 box which had a relatively new WSUS install that just stopped working - not sure why.  Unable to figure out why it had stopped, I tried to Remove the WSUS role, but that failed with the error above.
During the manual uninstall steps above...
(1) Using Windows Installer Cleanup Utility only showed the Windows Internal Database, not WSUS.  I removed
that.
(2) Removed %ProgramFiles%\Update
Services - other resources not present
Reinstall has now failed with this error:  
Windows Server Update Services 3.0 SP2 could not install Windows Internal Database. For more information, see the Setup log "C:\Users\NAME~1.ADM\AppData\Local\Temp\WSUSSetup.log".
2012-10-23 20:57:53  Success   MWUSSetup          Detected that setup was launched through Server Manager
2012-10-23 20:57:54  Success   MWUSSetup          Validating pre-requisites...
2012-10-23 20:57:54  Error     MWUSSetup          Failed to determine if an higher version of WSUS is installed. Assuming it is not... (Error 0x80070002: The system cannot find the file specified.)
2012-10-23 20:57:54  Error     MWUSSetup          WSUS is outdated. But this will not block setup (Error 0x00000000: The operation completed successfully.)
2012-10-23 20:57:57  Success   MWUSSetup          Incompatible version of ReportViewer installed. Required ReportViewer version: 9.
2012-10-23 20:57:57  Success   MWUSSetup          Incompatible version of ReportViewer installed. Required ReportViewer version: 9.
2012-10-23 20:58:25  Success   MWUSSetup          Initializing installation details
2012-10-23 20:58:25  Success   MWUSSetup          Skipping Asp.Net install since not running on win2k3...
2012-10-23 20:58:25  Success   MWUSSetup          Installing wYukon using ocsetup
2012-10-23 20:58:25  Success   MWUSSetup          Installing Windows Internal database using ocsetup with command line as "ocsetup "WSSEE" /quiet /norestart"
2012-10-23 20:58:49  Error     MWUSSetup          The process ocsetup "WSSEE" /quiet /norestart returned error: 0x643 (Error 0x80070643: Fatal error during installation.)
2012-10-23 20:58:49  Error     MWUSSetup          ExecCmd failed (Error 0x80070643: Fatal error during installation.)
2012-10-23 20:58:49  Error     MWUSSetup          Install Windows Internal database: Failed to execute "ocsetup "WSSEE" /quiet /norestart" (Error 0x80070643: Fatal error during installation.)
2012-10-23 20:58:49  Error     MWUSSetup          CInstallDriver::PerformSetup: Installation of wYukon failed (Error 0x80070643: Fatal error during installation.)
2012-10-23 20:58:49  Error     MWUSSetup          CSetupDriver::LaunchSetup: Setup failed (Error 0x80070643: Fatal error during installation.)
Would anyone on the thread have suggestions for what I might be able to do, to wipe the slate clean with the Internal
Database on this box?  
The WID is not used for anything else, but there is other production software installed, (using SQL - not relevant, just
mentioning) and reinstalling the OS is not an option.

Similar Messages

  • WSUS Administrators group and CleanUp error

    Hi,
    I try to do automatic cleanup of WSUS parent and downstream servers.
    My script run fine with my account (domain admin) but I want to run the script with low rights.
    So, I created a local account on each server, member of WSUS Administrators local group.
    This works fine for Windows 2008 (R2) downstream servers but for 2012 Servers, i get an error: acces denied when performing cleanup.
    After reviewing WSUS logs, it seems that it's impossible to stop WSUS Service with this account accros WSUS Remoting API.
    Why WSUS administrators group isn't sufficient for 2012 R2 servers ?
    Thanks.

    Hi Steven,
    My script is freely inspired by
    this script
    http://community.spiceworks.com/scripts/show/336-wsus-automatic-cleanup-script
    I will publish it as soon as my account is validated (cannot copy code block...).
    With the function $cleanupManager.PerformCleanUp([...]), it works on 2008 R2 servers but on 2012 R2 servers, I get this error:
    System.Management.Automation.MethodInvocationException: Exception lors de l'appel de « PerformCleanup » avec « 1 » argument(s) : « Accès refusé » ---> System.ComponentModel.Win32Exception: Accès refusé
       à Microsoft.UpdateServices.Internal.BaseApi.SoapExceptionProcessor.DeserializeAndThrow(SoapException soapException)
       à Microsoft.UpdateServices.Internal.DatabaseAccess.AdminDataAccessProxy.StopWSUSService()
       à Microsoft.UpdateServices.Administration.CleanupManager.PerformCleanup(CleanupScope cleanupScope)
       à CallSite.Target(Closure , CallSite , Object , Object )
       --- Fin de la trace de la pile d'exception interne ---
       à System.Management.Automation.ExceptionHandlingOps.CheckActionPreference(FunctionContext funcContext, Exception exception)
       à System.Management.Automation.Interpreter.ActionCallInstruction`2.Run(InterpretedFrame frame)
       à System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame frame)
       à System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame frame)
    I tried with the PS Module WSUS and function Invoke-WSUSCleanUp, but i get this error for ALL servers:
    System.ComponentModel.Win32Exception (0x80004005): Accès refusé
       à Microsoft.UpdateServices.Internal.BaseApi.SoapExceptionProcessor.DeserializeAndThrow(SoapException soapException)
       à Microsoft.UpdateServices.Internal.DatabaseAccess.AdminDataAccessProxy.StopWSUSService()
       à Microsoft.UpdateServices.Administration.CleanupManager.PerformCleanup(CleanupScope cleanupScope)
       à Microsoft.UpdateServices.Commands.InvokeWsusServerCleanupCommand.ProcessRecord()
    No idea what's the différence between this two functions...
    But as you write above, an account in WSUS administrators group cannot stop service on 2012 server, nor on 2008 server !
    I've searched the WEB but could not find anything speaking on a limitation for cleanup for WSUS administrators group.
    Thank for your help.

  • After windows update in sharepoint 2010 farm , administraion service stopped and given error when start

    Hi
    i have a sharepoint 2010 farm
    and it has total 6 servers, and in all servers i did the latest windows update
    and after update i found the sharepoint 2010 administraion service was stopped and  when i start its  given error message
    Log Name:      System
    Source:        Service Control Manager
    Date:          7/12/2014 3:01:15 PM
    Event ID:      7000
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      SPFAPP01.xyz.gov.local
    Description:
    The SharePoint 2010 Administration service failed to start due to the following error:
    The service did not respond to the start or control request in a timely fashion.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Service Control Manager" Guid="{555908d1-a6d7-4695-8e1e-26931d2012f4}" EventSourceName="Service Control Manager" />
        <EventID Qualifiers="49152">7000</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8080000000000000</Keywords>
        <TimeCreated SystemTime="2014-07-12T12:01:15.109313700Z" />
        <EventRecordID>81462</EventRecordID>
        <Correlation />
        <Execution ProcessID="576" ThreadID="3372" />
        <Channel>System</Channel>
        <Computer>SPFAPP01.xyz.gov.local</Computer>
        <Security />
      </System>
      <EventData>
        <Data Name="param1">SharePoint 2010 Administration</Data>
        <Data Name="param2">%%1053</Data>
      </EventData>
    </Event>
    adil

    Are you able to run the Config Wizard? Are there any helpful messages in the Application Event Log or in Applications and Services Logs -> Microsoft -> SharePoint Products -> Shared -> Operational?
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Adobe Document Services - WebDynPro and Javascript error

    Hello,
    I am a new to ADS. I just finished installing a test ADS and made some test, non interactive forms in WebDynPro.
    I have several webdynpro views and some of them embed also a PDF object rendered from ADS and have noticed that in some clients, when attempting to navigate away from the view that contains the PFD by clicking on buttons, a JavaScript "Access denied" error is thrown and no action is taken.
    My only option is to have the view containing the PDF with no buttons to navigate away.
    If the WebDynPro App is embedded in Portal, things go even worst.
    Anybody else has seen this ? Any advice on how to solve this problem ?
    Regards
    Vitaliano Trecca

    Hi Vitaliano,
    Firstly let me tell you that I am not an expert in this, but somethings that I have tried are listed below.
    The buttons that you press are present in the Adobe Form right.
    I was using WAS SP9, Adobe 7.0, and xACF_SP11, I think there was initially a problem with ACF itself, some dlls were not correct.
    I would suggest that you uninstall ACF, and manually remove the dll's if it doesnt remove automatically. Try reinstalling ACF and see.
    I believe you should also move to higher version other than SP9 atleast to SP10 because I faced some other additional problems in SP9, which are fixed in SP10.
    Regards,
    Pavan

  • Kernel startup failure and timeout error during J2EE startup

    We are working on getting a DR (Disaster recovery) instance of EP6.0 started up after a restore from an offline backup of our Production Portal. This is on a separate piece of hardware. This is the J2EE version 6.2 and Ep 6.0 Sp2 Patch 37. This version is working fine on the Production Portal. When we start up the J2EE (using go.bat or the framework) we get the following error-
    [OS: SunOS] [VM vendor: Sun Microsystems Inc.] [VM version: 1.3.1_11-b02] [VM type: Java HotSpot(TM) Client VM]
    SAP J2EE Engine Version 6.20 PatchLevel 78993.20 is starting...
    Loading: LogManager ...
    Loading: SystemThreadManager ...
    Loading: ThreadManager ...
    Loading: TimeoutManager ...
    Loading: MemoryManager ...
    Loading: PoolManager ...
    Loading: PolicyManager ...
    Loading: IpVerificationManager ...
    Loading: ClusterManager ...
    Loading: ClassLoaderManager ...
    Loading: SwapManager ...
    Loading: LockManager ...
    Loading: R3StartupManager ...
    Loading: ServiceManager ...
    Loading core services:
      Starting core service monitor ... done. (215 ms)
      Starting core service p4 ... done. (310 ms)
      Starting core service log ... done. (447 ms)
      Starting core service dbms ... done. (1145 ms)
      Starting core service security ... done. (3008 ms)
      Starting core service naming ... done. (5369 ms)
      Starting core service admin ... done. (5616 ms)
    Timeout starting core services. Kernel not started.
    [ServiceManager]: * Timeout starting core services. Kernel not started.
      Timeout starting core services.
      Not started services:
      deploy
      file
    [ServiceManager]:
      Timeout starting core services.
      Not started services:
      deploy
      file
    Loading: ServiceManager returned false!
    Kernel not loaded. System halted.
    [Framework -> criticalShutdown] Kernel startup failed.
    We need assistance as soon as possible.
    Any pointers would help and will be greatly appreciated!
    S. Rao

    We resolved this error. It was a timeout setting that we needed to change on the J2EE that allowed it to bypass the timeout error.

  • Trying to setup Adobe Document Services configuration and get error

    When I click browse for the P12 file, i get the error listed below.  I'm only using 1 node, and looked at oss note 900945.  Anybody know how to fix this?
    An error occurred while indexing the credential files
               com.adobe.service.sap.configuration. ConfigurationException

    Sorry, I am getting the same error, same situation. I too am looking for a solution.  In other posts I have read, they say to make sure that the IIOS service is running on the dispatcher and the server. Mine is running on the server, but not the dispatcher.  When I try to start it on the dispatcher, it fails..
    Is this happening to you as well?
    I have a post from a couple of days ago about this problem.

  • Alert Monitoring - ID failures and Queue errors

    Hi,
    In our project we need to trigger alerts for cases apart from Mapping Errors, Application Errors and Adapter Erors like the cases mentioned below :
    1. A Message gets stuck in the QUEUE of ECC system
    2. The ID has errors like the Receiver Determination has errors.
    How can we trigger the Alerts and see them in Our Alert Inbox .
    Regards,
    Arunava

    Hi ,
    For runtime errors , you can trigger an alert.
    I don't think so, it is possible to trigger an alert when message is stuck in Queue, but if you get any error either system error or application error then you can trigger an alert.
    For more-
    http://help.sap.com/saphelp_nw2004s/helpdata/en/80/942f3ffed33d67e10000000a114084/frameset.htm
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step
    If you have got any errors like communication errors because of Queue error, then you can think of configuring CCMS alerts.(i.e alerts for Components)
    /people/aravindh.prasanna/blog/2005/12/23/configuring-scenario-specific-e-mail-alerts-in-xi-ccms-part--1
    Regards,
    moorthy

  • Service Pack and JNDI Errors

    Hi all, hope someone can help. I just upgraded to WL60 with SP1 and now all my
    EJB are getting JNDI errors cant resolve name. Path and Classpaths have not changed,
    in fact nothing has changed expect for the upgrade. Can anyone tell me what has
    changed. I looked at the docs but didn't see anything significant. Thanks in
    advance. JAS

    Can you show us the error messages and asscoiated stack traces and the code
    that is producing them?
    JAS wrote:
    Forgot to mention, I was using WL6.0 before.
    "JAS" <[email protected]> wrote:
    Hi all, hope someone can help. I just upgraded to WL60 with SP1 and
    now all my
    EJB are getting JNDI errors cant resolve name. Path and Classpaths have
    not changed,
    in fact nothing has changed expect for the upgrade. Can anyone tell
    me what has
    changed. I looked at the docs but didn't see anything significant.
    Thanks in
    advance. JAS

  • Error when uninstalling App-V RDS client: Product: Microsoft Application Virtualization (App-V) Client for Remote Desktop Services 5.0 Service Pack 2 x64 -- Error 1324. The folder path 'C:' contains an invalid character

    Issue:  experienced when attempting to uninstall the App-V 5.0 SP2 RDS client. 
    Event Log:  Product: Microsoft Application Virtualization (App-V) Client for Remote Desktop Services 5.0 Service Pack 2 x64 -- Error 1324. The folder
    path 'C:' contains an invalid character
    Symptoms (when in this current state): 
    Unable to uninstall the SP2 client
    You can upgrade the client (via hotfix) and uninstall the hotfix, but you will not be able to remove the SP2 client
    AppvVfs filter driver will not create an instance, therefore applications will not be able to read into existing streamed VFS content, or trigger sparse files to stream content.  (you can still stream the content via other means, like the UI or powershell)
    Because of the AppvVfs filter driver not instantiating, applications that depend on licences that exist in VFS will not be able to be read causing certain applications to react as if the license does not exist or is an incorrect format

    Resolution:
    Check for the existence of a hidden folder named %appdata% in the C:\Program Files\Microsoft Application Virtualization\Client folder.  (You will need to un-check the folder options box in windows explorer for "Hide
    protected operating system files" to see it)
    If the hidden %appdata% folder exists, delete it.
    Proceed to uninstall the App-V client
    After a clean uninstall and removal of remnants of the client, reinstall the client again and apply the latest hotfix available (Hotfix 2 for SP2 at a minimum).

  • (com.apple.collabd[15483]): Service setup event to handle failure and will not launch until it fires.

    Hello,
    I am fairly new at Xserve administration, but I got thrown in the fire and i need your help.
    My system.log is being hammered with this error:
    (com.apple.collabd[15483]): Service setup event to handle failure and will not launch until it fires.
    I did my research and it seems to be related to Wiki, but I disabled wiki and restarted and it is still coming up. Any advice would really help
    System Version: OS X 10.10.1 (build 14B25)
    Server Version: Server 4.0.3 (Build 14S350)

    Try deleting the preferences file

  • Tuxedo calls procedure and Application Level Service Failure

    hello ,professors all!
    My Tuxedo Service just call an procedure exists in oracle9i, i am sure that the procedure runs ok in oracle9i individually, when it was called by my tuxedo service , it is not ok by first time ,and runs out tp application level Service failure error .But strangely it is ok by second time!
    who can explan it to me and show me a way to solve the difficult problem?
    i spend a lot time wondering the answer!
    Edited by: user9086437 on 2010-9-29 下午9:57

    There are many possible reasons why a database procedure might fail the first time it is executed and succeed after that.
    You should check the Tuxedo ULOG and Oracle database logs for any messages that may point to the problem.
    If there is a LIBTUX_CAT:6205 or LIBTUX_CAT:6206 message in the userlog file then you need to add a tx_open() call to your server's tpsvrinit() or tpsvrthrinit() function.
    If there is an OPENINFO string for the group where your server is running then you are using XA transaction management and should not be connecting to the database in your application code; if there is not an OPENINFO string for the group where your server is running then you need to connect to the database in your application.
    If you set the environment variable
    TMTRACE=*:ulog:dye
    for the server where the failure is happening then Tuxedo will write a trace record of each Tuxedo call and each XA call to the ULOG file. This can be helpful in determining why the failure is happening on the first call, especially if Tuxedo is handling transaction management using XA.
    I hope some of this is of help in debugging the problem.
    Ed

  • SIM Failure and No Service

    Just trying to see if there's a fix for this.
    Several months ago I was having this problem, it went away and now it seems to have surfaced again.  It started this past Saturday and I'm not sure why or, what to do about fixing it.  My phone will sporadically display the message 'SIM Failure' and then where the Verizon logo and signal bars are, 'No Service' is displayed.  If I power down and restart the phone, it does 'Searching' a bit before finally showing he bars and VZN logo.  Sometimes it will maintain that for an hour or so before another SIM Failure message, sometimes, I immediately get the message and have to restart my phone over again.
    I didn't think these VZN iPhones had SIM cards, I thought we were CDMA or something like that.  I've had the phone since February so I don't know if this is a device issue or a software issue and I'm trying to figure out if I should try to return it before my 1 year warranty thing is gone.
    I'm on 6.0.1 (10A523) version of iOS so I believe I'm current as far as updates to the phone go.
    Any help/information/guidance would be greatly appreciated.

        It sounds like both of you have tried some great steps to research what's going on with the SIM errors on your iPhone 4s devices. The Version 6.0.1 (10A523) is the most recent software from Apple. And although you don't use the SIM on the Verizon Wireless CDMA technology here in the United States, the iPhone 4s come with the awesome capability to use a SIM card for global GSM services too. Which is why you're seeing messages about a SIM. You can check out http://bit.ly/zXnl81 to see where the SIM is on your phone and how to remove/reinsert it to try to refresh it's connection to the phone.
    There's also a wonderful support article from Apple at http://support.apple.com/kb/ts4148 to help with every step you may need to take to resolve random SIM errors on the 4s. Many times just removing and reinserting the SIM will do the trick, but Apple also includes steps on how to restore your phone to ensure the error messages stop.
    Thank you
    JenniferH_VZW
    Please follow us on Twitter @vzwsupport

  • "102-System Board Failure. Unrecoverable error. Your computer needs servicing."

    I just replaced the power supply. Now I get a message that reads: "102-System Board Failure. Unrecoverable error. Your computer needs servicing." 
    What does this mean?
     Thanks,
     mhm30f10

    MHM30F10, welcome to the forum.
    It is difficult to know exactly what has happened.  However, I suspect that there has been damage to the motherboard while installing the power supply unit (PSU).  It could be that there is an incorrect connection, also.
    Please click the "Thumbs up + button" if I have helped you and click "Accept as Solution" if your problem is solved.
    Signature:
    HP TouchPad - 1.2 GHz; 1 GB memory; 32 GB storage; WebOS/CyanogenMod 11(Kit Kat)
    HP 10 Plus; Android-Kit Kat; 1.0 GHz Allwinner A31 ARM Cortex A7 Quad Core Processor ; 2GB RAM Memory Long: 2 GB DDR3L SDRAM (1600MHz); 16GB disable eMMC 16GB v4.51
    HP Omen; i7-4710QH; 8 GB memory; 256 GB San Disk SSD; Win 8.1
    HP Photosmart 7520 AIO
    ++++++++++++++++++
    **Click the Thumbs Up+ to say 'Thanks' and the 'Accept as Solution' if I have solved your problem.**
    Intelligence is God given; Wisdom is the sum of our mistakes!
    I am not an HP employee.

  • INSTALLED ITUNES AND THE ERROR-MAPI WAS UNABLE TO LOAD THE INFORMATION SERVICE APLZOD-OCCURS. WHAT DO I DO.

    INSTALLED ITUNES AND THE ERROR-MAPI WAS UNABLE TO LOAD THE INFORMATION SERVICE APLZOD-OCCURS. WHAT DO I DO.

    Is this on a Windows XP, Vista or 7 system?

  • I have Acrobat 10 and was getting update error messages so I finally did what Adobe recommended and uninstalled Acrobat.  Now I can;t re-install the program and get a number of different error messages.  Help I need to read pdf docs!

    I have Acrobat 10 (10.1.9) that came in the Creative Suite CS5.  I have received numerous messages about failed updates so finally did what was recommended by Adobe and uninstalled the program.  Now I can't re-install it.  These are the error messages I get.  Help! 
    Exit Code: 6
    Please see specific errors and warnings below for troubleshooting. For example,  ERROR: DW050 ... WARNING: DW065, DW066 ...
       -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 3 error(s), 2 warning(s)
    WARNING: DW066: OS requirements not met for {AC76BA86-1033-F400-7760-000000000005}
    WARNING: DW065: Display requirements not met for {53CF3920-648B-4F99-8D05-6A6C5298F57B}
    ----------- Payload: {AC76BA86-1033-F400-7760-000000000005} Acrobat Professional 10.0.0.0 -----------
    ERROR: Error 1328.Error applying patch to file C:\Config.Msi\PTDB05.tmp.  It has probably been updated by other means, and can no longer be modified by this patch.  For more information contact your patch vendor. 
    ERROR: Install MSI payload failed with error: 1603 - Fatal error during installation.
    MSI Error message: Error 1328.Error applying patch to file C:\Config.Msi\PTDB05.tmp.  It has probably been updated by other means, and can no longer be modified by this patch.  For more information contact your patch vendor. 
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Acrobat Professional: Install failed

    I did it through CS, I think.  I used the installation disk and selected Acrobat.  It loads and then gives me all kinds of error messages and then uninstalls itself.

Maybe you are looking for

  • Trying to install Leopard on a fresh hard drive

    UGGGH.... Mindbending problem here. I've got a two year old Macbook. It was acting very strange (total reinstall of Leopard resulted in some random old programs showing up in new OS), and for a variety of reasons Apple told me aI needed a new hard dr

  • How to resolve the loop in universe level

    how to resolve the loop in universe level

  • Jndi exception using weblogic.Admin

    I was trying out the commands offered by weblogic.Admin to manage the packaged petstore server. I tried the following command and got jndi exception (null): command:java weblogic.Admin -url petstoreServer.com:7001 GET -pretty -type Server Error:Excep

  • Ical published but cannot edit

    Hi. I have just upgraded to Tiger and want to publish all my calendars together so my husband can access them at work, adding information/appointments as he needs, to one document.Ihave two Probs. (1)- When I publish the calendars together in a group

  • How do i connect an sd hc memory card to my iMac 20 inch early 2008?

    more specifically, where do I buy an sd card reader/converter to connect my photo memory cards to my desktop? thanks in advance!