Unknown ErrorMessage

HotSpot Virtual Machine Error, Internal Error
Please report this error at
http://java.sun.com/cgi-bin/bugreport.cgi
Error ID: 4A41564123414C4C530E4350500015
Problematic Thread: prio=5 tid=0x98a960 nid=0x6f4 runnable
On our application we have sometimes this Error Message.
We look for this ErrorID, but couldn't found it.
If somebody have a info, thanks.

That says something went wrong in the JVM that should not have.
And there isn't much you can do except report it to Sun. To fix it you locate where the problem occurs and then re-write your code.

Similar Messages

  • Exchange Powershell return value from Get-command to variable.

    Hi
    I am trying to create a powershell-script for our monitoring-software.
    The script is supposed to establish a connection to our exchange-server mgmt-shell and execute this command:
    "Get-MailboxDatabaseCopyStatus"
    I have the connection in place, but am missing the knowledge of how to return the result of the command to my script, which I can then pass to our monitoring-software.
    (The script take 2 parameters - host and command eg. exch01.domain and Get-MailboxDatabaseCopyStatus).
    Current code:
    $statusAlive = "ScriptRes:Host is alive:"
    $statusDead = "ScriptRes:No answer:"
    $statusUnknown = "ScriptRes:Unknown:"
    $statusNotResolved = "ScriptRes:Unknown host:"
    $statusOk = "ScriptRes:Ok:"
    $statusBad = "ScriptRes:Bad:"
    $statusBadContents = "ScriptRes:Bad contents:"
    $pass = cat C:\securestring.txt | convertto-securestring
    $Cred = new-object -typename System.Management.Automation.PSCredential -argumentlist "domain\administrator",$pass
    $host = $args[0]
    $command = $args[1]
    <#
    if (!$args[0]) {
    echo $statusUnknown"Host parameter is empty"
    exit
    if (!$args[1]) {
    echo $statusUnknown"Command parameter is empty"
    exit
    #>
    $session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri http://$host/powershell -Credential $cred
    Import-PSSession $session
    $command
    Remove-PSSession $session
    Now, how do I "catch" the value of the executed command and return it to a variable in the script?
    Best Regards,
    Soren

    Hmm.. doesnt seem to work quite right.
    I added "Echo $result" after "Remove-PSSession $session", but then I just get a bunch of information..
    Script tmp_c3a1c132-f4d9-4d61... {Get-IRMConfiguration, New-MailUser, Get-PublicFolderMigrationRequestSta...
    RunspaceId : 2d179364-2df3-483d-a192-f5f4ca9453bb
    Identity : DB02 - Specielle\EXCHANGE01
    Id : DB02 - Specielle\EXCHANGE01
    Name : DB02 - Specielle\EXCHANGE01
    DatabaseName : DB02 - Specielle
    Status : Mounted
    InstanceStartTime : 01-03-2014 03:35:07
    LastStatusTransitionTime :
    MailboxServer : EXCHANGE01
    ActiveDatabaseCopy : EXCHANGE01
    ActiveCopy : True
    ActivationPreference : 1
    StatusRetrievedTime : 11-03-2014 08:30:15
    WorkerProcessId : 8124
    ActivationSuspended : False
    ActionInitiator : Unknown
    ErrorMessage :
    ErrorEventId :
    ExtendedErrorInfo :
    SuspendComment :
    RequiredLogsPresent :
    SinglePageRestore : 0
    ContentIndexState : Healthy
    ContentIndexErrorMessage :
    ContentIndexVersion : 1
    ContentIndexBacklog : 0
    ContentIndexRetryQueueSize : 0
    ContentIndexMailboxesToCrawl :
    ContentIndexSeedingPercent :
    ContentIndexSeedingSource :
    CopyQueueLength : 0
    ReplayQueueLength : 0
    ReplaySuspended : False
    ResumeBlocked : False
    ReseedBlocked : False
    MinimumSupportedDatabaseSchemaVersion : 0.121
    MaximumSupportedDatabaseSchemaVersion : 0.125
    RequestedDatabaseSchemaVersion : 0.125
    LatestAvailableLogTime :
    LastCopyNotificationedLogTime :
    LastCopiedLogTime :
    LastInspectedLogTime :
    LastReplayedLogTime :
    LastLogGenerated : 0
    LastLogCopyNotified : 0
    LastLogCopied : 0
    LastLogInspected : 0
    LastLogReplayed : 0
    LowestLogPresent : 0
    LastLogInfoIsStale : False
    LastLogInfoFromCopierTime :
    LastLogInfoFromClusterTime :
    LastLogInfoFromClusterGen : 0
    LogsReplayedSinceInstanceStart : 0
    LogsCopiedSinceInstanceStart : 0
    LatestFullBackupTime :
    LatestIncrementalBackupTime :
    LatestDifferentialBackupTime :
    LatestCopyBackupTime :
    SnapshotBackup :
    SnapshotLatestFullBackup :
    SnapshotLatestIncrementalBackup :
    SnapshotLatestDifferentialBackup :
    SnapshotLatestCopyBackup :
    LogReplayQueueIncreasing : False
    LogCopyQueueIncreasing : False
    ReplayLagStatus :
    DatabaseSeedStatus :
    OutstandingDumpsterRequests : {}
    OutgoingConnections :
    IncomingLogCopyingNetwork :
    SeedingNetwork :
    DiskFreeSpacePercent : 50
    DiskFreeSpace : 20.02 GB (21,498,761,216 bytes)
    DiskTotalSpace : 40 GB (42,946,523,136 bytes)
    ExchangeVolumeMountPoint :
    DatabaseVolumeMountPoint : E:\
    DatabaseVolumeName : \\?\Volume{e6cb407f-e4f2-11e2-93eb-005056ae239d}\
    DatabasePathIsOnMountedFolder : False
    LogVolumeMountPoint : F:\
    LogVolumeName : \\?\Volume{e6cb4087-e4f2-11e2-93eb-005056ae239d}\
    LogPathIsOnMountedFolder : False
    LastDatabaseVolumeName :
    LastDatabaseVolumeNameTransitionTime :
    VolumeInfoError :
    IsValid : True
    ObjectState : Unchanged
    RunspaceId : 2d179364-2df3-483d-a192-f5f4ca9453bb
    Identity : DB01 - Standard\EXCHANGE01
    Id : DB01 - Standard\EXCHANGE01
    Name : DB01 - Standard\EXCHANGE01
    DatabaseName : DB01 - Standard
    Status : Mounted
    InstanceStartTime : 01-03-2014 03:35:07
    LastStatusTransitionTime :
    MailboxServer : EXCHANGE01
    ActiveDatabaseCopy : EXCHANGE01
    ActiveCopy : True
    ActivationPreference : 1
    StatusRetrievedTime : 11-03-2014 08:30:15
    WorkerProcessId : 8140
    ActivationSuspended : False
    ActionInitiator : Unknown
    ErrorMessage :
    ErrorEventId :
    ExtendedErrorInfo :
    SuspendComment :
    RequiredLogsPresent :
    SinglePageRestore : 0
    ContentIndexState : Healthy
    ContentIndexErrorMessage :
    ContentIndexVersion : 1
    ContentIndexBacklog : 3
    ContentIndexRetryQueueSize : 0
    ContentIndexMailboxesToCrawl :
    ContentIndexSeedingPercent :
    ContentIndexSeedingSource :
    CopyQueueLength : 0
    ReplayQueueLength : 0
    ReplaySuspended : False
    ResumeBlocked : False
    ReseedBlocked : False
    MinimumSupportedDatabaseSchemaVersion : 0.121
    MaximumSupportedDatabaseSchemaVersion : 0.125
    RequestedDatabaseSchemaVersion : 0.125
    LatestAvailableLogTime :
    LastCopyNotificationedLogTime :
    LastCopiedLogTime :
    LastInspectedLogTime :
    LastReplayedLogTime :
    LastLogGenerated : 0
    LastLogCopyNotified : 0
    LastLogCopied : 0
    LastLogInspected : 0
    LastLogReplayed : 0
    LowestLogPresent : 0
    LastLogInfoIsStale : False
    LastLogInfoFromCopierTime :
    LastLogInfoFromClusterTime :
    LastLogInfoFromClusterGen : 0
    LogsReplayedSinceInstanceStart : 0
    LogsCopiedSinceInstanceStart : 0
    LatestFullBackupTime :
    LatestIncrementalBackupTime :
    LatestDifferentialBackupTime :
    LatestCopyBackupTime :
    SnapshotBackup :
    SnapshotLatestFullBackup :
    SnapshotLatestIncrementalBackup :
    SnapshotLatestDifferentialBackup :
    SnapshotLatestCopyBackup :
    LogReplayQueueIncreasing : False
    LogCopyQueueIncreasing : False
    ReplayLagStatus :
    DatabaseSeedStatus :
    OutstandingDumpsterRequests : {}
    OutgoingConnections :
    IncomingLogCopyingNetwork :
    SeedingNetwork :
    DiskFreeSpacePercent : 50
    DiskFreeSpace : 20.02 GB (21,498,761,216 bytes)
    DiskTotalSpace : 40 GB (42,946,523,136 bytes)
    ExchangeVolumeMountPoint :
    DatabaseVolumeMountPoint : E:\
    DatabaseVolumeName : \\?\Volume{e6cb407f-e4f2-11e2-93eb-005056ae239d}\
    DatabasePathIsOnMountedFolder : False
    LogVolumeMountPoint : F:\
    LogVolumeName : \\?\Volume{e6cb4087-e4f2-11e2-93eb-005056ae239d}\
    LogPathIsOnMountedFolder : False
    LastDatabaseVolumeName :
    LastDatabaseVolumeNameTransitionTime :
    VolumeInfoError :
    IsValid : True
    ObjectState : Unchanged
    I am only interested in the 2 "ContentIndexState" - how can I pick these 2 out and put them into a variable?
    I though the command "Get-MailboxDatabaseCopyStatus" would only display these two, since it is what happens if I run the command inside PowerShell on the server itself.

  • Exchange 2013 The Microsoft Exchange Search Host Controller service terminates

    Hi Folks,
    at our Exchange Server ( Version 15.0 (Build 775.38 / 0.1 (8.0.535.0 ) we found over 200k entrys / day saying that:
    The Microsoft Exchange Search Host Controller service terminated unexpectedly.  It has done this 193270 time(s).  The following corrective action will be taken in 30 milliseconds: Restart the service.
    The Command:
    Get-MailboxDatabaseCopyStatus | fl 'Content*'
    shows the following:
    ContentIndexState            : Failed
    ContentIndexErrorMessage     : An internal error occurred for the database or its index
    ContentIndexVersion          :
    ContentIndexBacklog          :
    ContentIndexRetryQueueSize   :
    ContentIndexMailboxesToCrawl :
    ContentIndexSeedingPercent   :
    ContentIndexSeedingSource    :
    i investigated a bit further:
    RunspaceId                            : 06d7b8f6-969f-47f8-89ba-87b2fed639bb
    Identity                              : db_1\exch1
    Id                                    : db_1\exch1
    Name                                  : db_1\exch1
    DatabaseName                          : db_1
    Status                                : Healthy
    InstanceStartTime                     : 14.10.2014 21:03:38
    LastStatusTransitionTime              : 14.10.2014 21:03:45
    MailboxServer                         : exch1
    ActiveDatabaseCopy                    : exch2
    ActiveCopy                            : False
    ActivationPreference                  : 1
    StatusRetrievedTime                   : 15.10.2014 13:36:52
    WorkerProcessId                       : 2076
    ActivationSuspended                   : False
    ActionInitiator                       : Unknown
    ErrorMessage                          :
    ErrorEventId                          :
    ExtendedErrorInfo                     :
    SuspendComment                        :
    RequiredLogsPresent                   :
    SinglePageRestore                     : 0
    ContentIndexState                     : Failed
    ContentIndexErrorMessage              : An internal error occurred for the database or its index
    ContentIndexVersion                   :
    ContentIndexBacklog                   :
    ContentIndexRetryQueueSize            :
    ContentIndexMailboxesToCrawl          :
    ContentIndexSeedingPercent            :
    ContentIndexSeedingSource             :
    CopyQueueLength                       : 0
    ReplayQueueLength                     : 0
    ReplaySuspended                       : False
    ResumeBlocked                         : False
    ReseedBlocked                         : False
    MinimumSupportedDatabaseSchemaVersion : 0.121
    MaximumSupportedDatabaseSchemaVersion : 0.126
    So i read that the Database is OK, but the Index is broken somewhow ?
    I`ve read somewhere that i should delete the GUID Folder and restart the Hostcontroller service, can somebody explain HOW to do this ? where can i Find the GUID Folder ? Is it the correct way to solve this problem ?
    thx in advance!

    Hi,
    after i removed the suggested Folder, i disabled both "Microsoft Exchange Search service and Microsoft Exchange Search Host Controller service, than i restarted the Exchange Server.
    After that i restarted both services.
    Sadly nothing has changed, hostcontroller.exe is still crashing:
    The Microsoft Exchange Search Host Controller service terminated unexpectedly.  It has done this 153 time(s).  The following corrective action will be taken in 30 milliseconds: Restart the service.
    The sequence is like this:
    First the Search controller starts:
    Search HostController Starts: Service started successfully.
    After that the hostcontroller crashes:
    .NET Runtime: Application: hostcontrollerservice.exe
    Framework Version: v4.0.30319
    Description: The process was terminated due to an unhandled exception.
    Exception Info: Microsoft.Ceres.HostController.Controller.HostControllerException
    Stack:
       at Microsoft.Ceres.HostController.WcfServer.WcfService.StartService()
       at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
       at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
       at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
       at System.Threading.ThreadHelper.ThreadStart()
    Than we get this Application Error:
    Application Error:
    Faulting application name: hostcontrollerservice.exe, version: 16.0.775.0, time stamp: 0x5211bea8
    Faulting module name: KERNELBASE.dll, version: 6.2.9200.16864, time stamp: 0x531d34d8
    Exception code: 0xe0434352
    Fault offset: 0x0000000000047b8c
    Faulting process id: 0x2a08
    Faulting application start time: 0x01cfe90eb249f511
    Faulting application path: C:\Program Files\Microsoft\Exchange Server\V15\Bin\Search\Ceres\HostController\hostcontrollerservice.exe
    Faulting module path: C:\Windows\system32\KERNELBASE.dll
    Report Id: f2351e08-5501-11e4-940b-00155d203202
    Faulting package full name:
    Faulting package-relative application ID:
    So if anybody can help - feel free!

  • Service MSExchangeMailSubmission. There is no available HubTransport server in the local site.

    I have found this and a number of other errors in my Exchange Organization after failed attempted DR exercise.
    I will list a few:
    The Microsoft Exchange Mail Submission service is currently unable to contact any Hub Transport servers in the local Active Directory site. The servers may be too busy to accept new connections at this time.
    Attempt to move active database 'XXXMailDB' from 'active.mail.server' to 'failed.mail.server' failed. Move comment: None specified.
    Error: An Active Manager operation failed. Error The database action failed. Error: An error occurred while trying to validate the specified database copy for possible activation. Error: Server 'failed.mail.server' has been stopped. To start this server, use
    Start-DatabaseAvailabilityGroup..
    Database redundancy health check failed.
    Database copy: XXXArchiveDB
    Redundancy count: 1
    Error: Passive copy 'XXXArchiveDB\FAILED.MAIL.SERVER' is not UP according to clustering.
    Name                 Status RealCopyQueu InspectorQue  ReplayQueue      CIState
                                           e           ue                        
    XXXArchiveDB\   ServiceDown            0            0            0      Unknown
    FAILED.MAIL.SERVER                                                                    
    XXXArchiveDB\    Dismounted            0            0            0       Failed
    ACTIVE.MAIL.SERVER
    ===============
     Full Status 
    ===============
    Identity                         : XXXArchiveDB\FAILED.MAIL.SERVER
    Name                             : XXXArchiveDB\FAILED.MAIL.SERVER
    DatabaseName                     : XXXArchiveDB
    Status                           : ServiceDown
    MailboxServer                    : FAILED.MAIL.SERVER
    ActiveDatabaseCopy               : 
    ActivationSuspended              : False
    ActionInitiator                  : Unknown
    ErrorMessage                     : A server-side administrative operation has f
                                       ailed. The Microsoft Exchange Replication se
                                       rvice may not be running on server FAILED.MAIL.SERVER
                                       .XXX.local. Specific RPC error message: Erro
                                       r 0x71a (The remote procedure call was cance
                                       lled) from cli_GetCopyStatusEx2
    ErrorEventId                     : 
    ExtendedErrorInfo                : 
    SuspendComment                   : 
    SinglePageRestore                : 0
    ContentIndexState                : Unknown
    ContentIndexErrorMessage         : 
    CopyQueueLength                  : 0
    ReplayQueueLength                : 0
    LatestAvailableLogTime           : 
    LastCopyNotificationedLogTime    : 
    LastCopiedLogTime                : 
    LastInspectedLogTime             : 
    LastReplayedLogTime              : 
    LastLogGenerated                 : 0
    LastLogCopyNotified              : 0
    LastLogCopied                    : 0
    LastLogInspected                 : 0
    LastLogReplayed                  : 0
    LogsReplayedSinceInstanceStart   : 
    LogsCopiedSinceInstanceStart     : 
    LatestFullBackupTime             : 
    LatestIncrementalBackupTime      : 
    LatestDifferentialBackupTime     : 
    LatestCopyBackupTime             : 
    SnapshotBackup                   : 
    SnapshotLatestFullBackup         : 
    SnapshotLatestIncrementalBackup  : 
    SnapshotLatestDifferentialBackup : 
    SnapshotLatestCopyBackup         : 
    LogReplayQueueIncreasing         : False
    LogCopyQueueIncreasing           : False
    OutstandingDumpsterRequests      : 
    OutgoingConnections              : 
    IncomingLogCopyingNetwork        : 
    SeedingNetwork                   : 
    ActiveCopy                       : False
    Identity                         : XXXArchiveDB\ACTIVE.MAIL.SERVER
    Name                             : XXXArchiveDB\ACTIVE.MAIL.SERVER
    DatabaseName                     : XXXArchiveDB
    Status                           : Dismounted
    MailboxServer                    : ACTIVE.MAIL.SERVER
    ActiveDatabaseCopy               : ACTIVE.MAIL.SERVER
    ActivationSuspended              : False
    ActionInitiator                  : Administrator
    ErrorMessage                     : 
    ErrorEventId                     : 
    ExtendedErrorInfo                : 
    SuspendComment                   : 
    SinglePageRestore                : 0
    ContentIndexState                : Failed
    ContentIndexErrorMessage         : Microsoft Exchange Information Store service
                                        exited for database {XXXXXXX-XXX-XXXX-XXX
                                       X-XXXXXXXXXXX}.
    CopyQueueLength                  : 0
    ReplayQueueLength                : 0
    LatestAvailableLogTime           : 
    LastCopyNotificationedLogTime    : 
    LastCopiedLogTime                : 
    LastInspectedLogTime             : 
    LastReplayedLogTime              : 
    LastLogGenerated                 : 0
    LastLogCopyNotified              : 0
    LastLogCopied                    : 0
    LastLogInspected                 : 0
    LastLogReplayed                  : 0
    LogsReplayedSinceInstanceStart   : 0
    LogsCopiedSinceInstanceStart     : 0
    LatestFullBackupTime             : 
    LatestIncrementalBackupTime      : 
    LatestDifferentialBackupTime     : 
    LatestCopyBackupTime             : 
    SnapshotBackup                   : 
    SnapshotLatestFullBackup         : 
    SnapshotLatestIncrementalBackup  : 
    SnapshotLatestDifferentialBackup : 
    SnapshotLatestCopyBackup         : 
    LogReplayQueueIncreasing         : False
    LogCopyQueueIncreasing           : False
    OutstandingDumpsterRequests      : {}
    OutgoingConnections              : 
    IncomingLogCopyingNetwork        : 
    SeedingNetwork                   : 
    ActiveCopy                       : True
    Failed to save admin audit log for this cmdlet invocation. 
    Organization:  
    Log content:
    Subject: DOMAIN.LOCAL/DOMAIN User Accounts/Service Accounts/Systems Admins/USERID : Set-DatabaseAvailabilityGroup
    Body: 
    Cmdlet Name: Set-DatabaseAvailabilityGroup
    Object Modified: VANDAG01
    Parameter: WitnessServer = vandagw01.DOMAIN.LOCAL
    Parameter: AlternateWitnessServer = edmdagw01.DOMAIN.LOCAL
    Parameter: Identity = VANDAG01
    Caller: DOMAIN.LOCAL/DOMAIN User Accounts/Service Accounts/Systems Admins/USERID
    Succeeded: False
    Error: Microsoft.Exchange.Cluster.Replay.DagTaskSetDagNeedsAllNodesUpToChangeQuorumException: A database availability group administrative operation failed. Error: The operation needs to change the quorum type and all database availability group members need
    to be running. The following members aren\'t running: FAILED.MAIL.SERVER.
    Run Date: 2014-10-08T06:50:32
    OriginatingServer: ACTIVE.MAIL.SERVER (14.03.0178.000)
    Error:
    Microsoft.Exchange.Data.Storage.ConnectionFailedTransientException: Cannot open mailbox /o=DOMAINmail/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Configuration/cn=Servers/cn=ACTIVE.MAIL.SERVER/cn=Microsoft System Attendant. ---> Microsoft.Mapi.MapiExceptionNetworkError:
    MapiExceptionNetworkError: Unable to make connection to the server. (hr=0x80040115, ec=-2147221227)
    Diagnostic context:
        Lid: 13720   dwParam: 0x6D9      Msg: EEInfo: Flags: 0
        Lid: 11672   dwParam: 0x6D9      Msg: EEInfo: NumberOfParameters: 4
        Lid: 8856    dwParam: 0x6D9      Msg: EEInfo: prm[0]: Unicode string: ncacn_ip_tcp
        Lid: 8856    dwParam: 0x6D9      Msg: EEInfo: prm[1]: Unicode string: ACTIVE.MAIL.SERVER.DOMAIN.LOCAL
        Lid: 12952   dwParam: 0x6D9      Msg: EEInfo: prm[2]: Long val: -545057711
        Lid: 12952   dwParam: 0x6D9      Msg: EEInfo: prm[3]: Long val: 382312662
        Lid: 45169   StoreEc: 0x824     
        Lid: 44273  
        Lid: 59431   EMSMDB.EcDoConnectEx called [length=181]
        Lid: 34855   EMSMDB.EcDoConnectEx returned [ec=0x0][length=56][latency=15]
        Lid: 25964   StoreEc: 0x824     
        Lid: 38951   EMSMDB.EcDoDisconnect called [length=8]
        Lid: 55335   EMSMDB.EcDoDisconnect returned [ec=0x0][length=12][latency=0]
        Lid: 36081  
        Lid: 52465   StoreEc: 0x80040115
        Lid: 60065  
        Lid: 33777   StoreEc: 0x80040115
        Lid: 59805  
        Lid: 52209   StoreEc: 0x80040115
        Lid: 56583  
        Lid: 52487   StoreEc: 0x80040115
        Lid: 19778  
        Lid: 27970   StoreEc: 0x80040115
        Lid: 17730  
        Lid: 25922   StoreEc: 0x80040115
       at Microsoft.Mapi.MapiExceptionHelper.ThrowIfError(String message, Int32 hresult, SafeExInterfaceHandle iUnknown, Exception innerException)
       at Microsoft.Mapi.ExRpcConnection.Create(ConnectionCache connectionCache, ExRpcConnectionCreateFlag createFlags, ConnectFlag connectFlags, String serverDn, String userDn, String user, String domain, String password, String httpProxyServerName,
    Int32 ulConMod, Int32 lcidString, Int32 lcidSort, Int32 cpid, Int32 cReconnectIntervalInMins, Int32 cbRpcBufferSize, Int32 cbAuxBufferSize, Client xropClient, Byte[] clientSessionInfo, TimeSpan connectionTimeout)
       at Microsoft.Mapi.MapiStore.OpenMapiStore(String serverDn, String userDn, String mailboxDn, Guid guidMailbox, Guid guidMdb, String userName, String domainName, String password, String httpProxyServerName, ConnectFlag connectFlags, OpenStoreFlag
    storeFlags, CultureInfo cultureInfo, Boolean wantRedirect, String& correctServerDN, ClientIdentityInfo clientIdentity, String applicationId, Client xropClient, Boolean wantWebServices, Byte[] clientSessionInfo, TimeSpan connectionTimeout)
       at Microsoft.Mapi.MapiStore.OpenMailbox(String serverDn, String userDn, Guid guidMailbox, Guid guidMdb, String userName, String domainName, String password, ConnectFlag connectFlags, OpenStoreFlag storeFlags, CultureInfo cultureInfo, WindowsIdentity
    windowsIdentity, String applicationId)
       at Microsoft.Exchange.Data.Storage.MailboxSession.ForceOpen(MapiStore linkedStore)
       --- End of inner exception stack trace ---
       at Microsoft.Exchange.Data.Storage.MailboxSession.ForceOpen(MapiStore linkedStore)
       at Microsoft.Exchange.Data.Storage.MailboxSession.Initialize(MapiStore linkedStore, LogonType logonType, ExchangePrincipal owner, DelegateLogonUser delegateUser, Object identity, OpenMailboxSessionFlags flags, GenericIdentity auxiliaryIdentity)
       at Microsoft.Exchange.Data.Storage.MailboxSession.<>c__DisplayClass12.<CreateMailboxSession>b__10(MailboxSession mailboxSession)
       at Microsoft.Exchange.Data.Storage.MailboxSession.InternalCreateMailboxSession(LogonType logonType, ExchangePrincipal owner, CultureInfo cultureInfo, String clientInfoString, IAccountingObject budget, Action`1 initializeMailboxSession, InitializeMailboxSessionFailure
    initializeMailboxSessionFailure)
       at Microsoft.Exchange.Data.Storage.MailboxSession.CreateMailboxSession(LogonType logonType, ExchangePrincipal owner, DelegateLogonUser delegateUser, Object identity, OpenMailboxSessionFlags flags, CultureInfo cultureInfo, String clientInfoString,
    PropertyDefinition[] mailboxProperties, IList`1 foldersToInit, GenericIdentity auxiliaryIdentity, IAccountingObject budget)
       at Microsoft.Exchange.Data.Storage.MailboxSession.ConfigurableOpen(ExchangePrincipal mailbox, MailboxAccessInfo accessInfo, CultureInfo cultureInfo, String clientInfoString, LogonType logonType, PropertyDefinition[] mailboxProperties, InitializationFlags
    initFlags, IList`1 foldersToInit, IAccountingObject budget)
       at Microsoft.Exchange.Data.Storage.MailboxSession.OpenAsSystemService(ExchangePrincipal mailboxOwner, CultureInfo cultureInfo, String clientInfoString)
       at Microsoft.Exchange.ProvisioningAgent.MailboxLoggerFactory.XsoMailer.Log(AdminLogMessageData data, LogMessageDelegate logMessage)
       at Microsoft.Exchange.ProvisioningAgent.AdminLogProvisioningHandler.OnComplete(Boolean succeeded, Exception e) 
    The server could not communicate with the HUB transport running locally. (by locally I mean same server - localhost)
    I appreciate any input as to where/what can be the issue. We have had issues in the past while trying to run our yearly DR testing, but none like this.
    Thanks!
    Ozz.

    Hi Ozz,
    From your description, I recommend you follow the steps below for troubleshooting:
    1. Confirm that the networks are identically configured between all DAG node members.
    2. Use the following cmdlet to start the failed Mailbox server and check the result.
    Start-DatabaseAvailabilityGroup -Identity "DAG name" -MailboxServer "failed.mail.server"
    For your reference:
    Start-DatabaseAvailabilityGroup
    http://technet.microsoft.com/en-us/library/dd335076(v=exchg.141).aspx
    Hope this can be helpful to you.
    Best regards,
    Amy Wang
    TechNet Community Support
    First of all thanks for the answer.
    Let me give you a better view of our situation.
    This was discovered during a staged disaster recovery exercise. All our nodes are VMware VMs.
    The (primary site or site A)  FAILED.MAIL.SERVER was shutdown from the VMware console as it would
    happen with a power outage or worse.  The Witness server was also shutdown in the same manner. We then had the ACTIVE.MAIL.SERVER
    (that meaning the only server running) and the Alternate Witness, on site B.
    Initially when the 'failure' was caused the DB mounted right away on the ACTIVE.MAIL.SERVER
    then after a bit of time we got all the errors regarding Hub Transport such as:
    "The Microsoft Exchange Mail Submission service is currently unable to contact any Hub Transport servers
    in the local Active Directory site. The servers may be too busy to accept new connections at this time."
    Then after a reboot all the errors persisted and the ACTIVE.MAIL.SERVER
    albeit having a running Transport Service still could not communicate via MAPI with the DB. It was still trying to use the FAILED.MAIL.SERVER's
    Hub Transport. 
    That is my understanding of the errors and issues.
    As for item #2 can you please explain in more detail what that would do if the FAILED.MAIL.SERVER
    is down?
    Does that change anything on the ACTIVE.MAIL.SERVER? 
    Thanks for your help!!!
    P.S. - One more detail, this is in production so I cannot test during business hours, I tried exactly the
    same operation on our test environment and everything came up as expected...  o_0

  • Major Problem - Ipods wont sync

    Okay there is kind of a lot here so bear with me. I own two IPod Touches andneither one of them is syncing with ITunes. One is a first or second generationand the other is a brand new 4th generation. I am running windows 7 64 bit. Windows7, iTunes, and the iPod touches are all fully up to date. The IPods aredetected by windows and appear in "my computer." iTunes takes alittle time then pops up with the message "iTunes cannot read the contentsof the iPod "_____". Go to the Summary tab in iPod preferences andclick Restore to restore this iPod to factory settings." normally at thispoint the iPod is not visible in the menu on the left to follow theseinstructions. Once in a while though, the iPod will appear and the Restoreoption does become available, on these rare occasions I get an unknown errormessage (1602 or 1621) and the restore fails.
    I tried completely removing all of iTunes and related programs thenreinstalling with no joy. That tells me that there is no problem with iTunesitself. The fact that both iPods have the same problem suggests that it is notthe iPods either. I have tried plugging into every USBport with every combination of chords and iPods with no luck. The 4th gen is literallyhours out of the packaging.  There must be some kind of recent windowsupdate or something that has made the iPods incompatible. I tried calling appletech support and they said (after a whole slew of trouble shooting) that whateverthe issue is it is out of their scope.
    I have looked all over the place and haven’t found asolution that works yet. I greatly appreciate any assistance you guys can offer.

    Yeah, this is a little silly. The problem is with the USB ports somehow.  One of the itunes updates made the USB ports not work on some computers. I am not sure what types of computers are affected, but the way I got my iPods out of their recovery loops was to change around USB ports. Since my origional problem, every time I have had  to update the software on my ipod I got stuck in recovery loop again. to get out of the loop I just had to trail and error all my usb ports until it finally works. I have had more luck with my external USB hub than the ports built into my computer.
    I have a top of the line Toshiba Qosmio x505. I hope this helps!

  • Exchange 2013 backup and log truncation question

    I have a scenario where I have 5 Exchange mailbox servers as members of a DAG, everything running fine, log truncation is working, but seems to be working differently than I am expecting it to work, as in previous versions of Exchange. I am used to the
    logs being truncated immediately after the full backup completes. What is happening is that the server is retaining a weeks worth of logs. Everything older than 7 days gets truncated after a full backup completes. Is this expected behavior? I am running Exchange
    2013 CU3 on Server 2012, backup software is HP Data Protector 8 running the latest updates. I am running a VSS backup. The DAG is not a lagged copy of the DB's either.

    I will check the HP Data Protector setting, but I do not think that setting is valid or anything configurable.
    Here is the contents of some various commands for one of my databases, all of which are configured identically, tell me if you see something set incorrectly. Hopefully I have redacted enough internal stuff:
    Get-MailboxDatabaseCopyStatus
    RunspaceId                            : 8467f253-8c82-4206-a002-14779e701b0e
    Identity                              : DB1\EX2013-MB1
    Id                                    : DB1\EX2013-MB1
    Name                                  : DB1\EX2013-MB1
    DatabaseName                          : DB1
    Status                                : Mounted
    InstanceStartTime                     : 12/10/2013 7:02:44 PM
    LastStatusTransitionTime              :
    MailboxServer                         : EX2013-MB1
    ActiveDatabaseCopy                    : EX2013-MB1
    ActiveCopy                            : True
    ActivationPreference                  : 1
    StatusRetrievedTime                   : 1/7/2014 12:54:19 PM
    WorkerProcessId                       : 10292
    ActivationSuspended                   : False
    ActionInitiator                       : Unknown
    ErrorMessage                          :
    ErrorEventId                          :
    ExtendedErrorInfo                     :
    SuspendComment                        :
    RequiredLogsPresent                   :
    SinglePageRestore                     : 0
    ContentIndexState                     : Healthy
    ContentIndexErrorMessage              :
    ContentIndexVersion                   : 1
    ContentIndexBacklog                   : 0
    ContentIndexRetryQueueSize            : 0
    ContentIndexMailboxesToCrawl          :
    ContentIndexSeedingPercent            :
    ContentIndexSeedingSource             :
    CopyQueueLength                       : 0
    ReplayQueueLength                     : 0
    ReplaySuspended                       : False
    ResumeBlocked                         : False
    ReseedBlocked                         : False
    MinimumSupportedDatabaseSchemaVersion : 0.121
    MaximumSupportedDatabaseSchemaVersion : 0.126
    RequestedDatabaseSchemaVersion        :
    LatestAvailableLogTime                :
    LastCopyNotificationedLogTime         : 1/7/2014 12:38:09 PM
    LastCopiedLogTime                     :
    LastInspectedLogTime                  :
    LastReplayedLogTime                   :
    LastLogGenerated                      : 3510
    LastLogCopyNotified                   : 3510
    LastLogCopied                         : 0
    LastLogInspected                      : 0
    LastLogReplayed                       : 0
    LowestLogPresent                      : 2875
    LastLogInfoIsStale                    : False
    LastLogInfoFromCopierTime             : 1/7/2014 12:54:19 PM
    LastLogInfoFromClusterTime            : 1/7/2014 12:54:16 PM
    LastLogInfoFromClusterGen             : 3510
    LogsReplayedSinceInstanceStart        : 0
    LogsCopiedSinceInstanceStart          : 0
    LatestFullBackupTime                  : 12/9/2013 10:31:32 PM
    LatestIncrementalBackupTime           :
    LatestDifferentialBackupTime          :
    LatestCopyBackupTime                  :
    SnapshotBackup                        : True
    SnapshotLatestFullBackup              : True
    SnapshotLatestIncrementalBackup       :
    SnapshotLatestDifferentialBackup      :
    SnapshotLatestCopyBackup              :
    LogReplayQueueIncreasing              : False
    LogCopyQueueIncreasing                : False
    ReplayLagStatus                       : Enabled:False; PlayDownReason:None; Percentage:0; Configured:00:00:00; Actual:00:00:00
    DatabaseSeedStatus                    :
    OutstandingDumpsterRequests           : {}
    OutgoingConnections                   : {}
    IncomingLogCopyingNetwork             :
    SeedingNetwork                        :
    DiskFreeSpacePercent                  : 99
    DiskFreeSpace                         : 4.365 TB (4,798,945,292,288 bytes)
    DiskTotalSpace                        : 4.366 TB (4,800,702,836,736 bytes)
    ExchangeVolumeMountPoint              :
    DatabaseVolumeMountPoint              : C:\Disks\DB1\
    DatabaseVolumeName                    : \\?\Volume{b95c7aa2-2cd9-430e-ab75-ea4b0efba659}\
    DatabasePathIsOnMountedFolder         : True
    LogVolumeMountPoint                   : C:\Disks\DB1\
    LogVolumeName                         : \\?\Volume{b95c7aa2-2cd9-430e-ab75-ea4b0efba659}\
    LogPathIsOnMountedFolder              : True
    LastDatabaseVolumeName                :
    LastDatabaseVolumeNameTransitionTime  :
    VolumeInfoError                       :
    IsValid                               : True
    ObjectState                           : Unchanged
    [PS] C:\Windows\system32>Get-MailboxDatabase -Identity db1  |fl
    RunspaceId                                   : 8467f253-8c82-4206-a002-14779e701b0e
    JournalRecipient                             :
    MailboxRetention                             : 30.00:00:00
    OfflineAddressBook                           : \Default Offline Address Book
    OriginalDatabase                             :
    PublicFolderDatabase                         : CMBS1CC\CMBS1PF\CMBS1PF
    ProhibitSendReceiveQuota                     : Unlimited
    ProhibitSendQuota                            : 2 GB (2,147,483,648 bytes)
    RecoverableItemsQuota                        : 30 GB (32,212,254,720 bytes)
    RecoverableItemsWarningQuota                 : 20 GB (21,474,836,480 bytes)
    CalendarLoggingQuota                         : 6 GB (6,442,450,944 bytes)
    IndexEnabled                                 : True
    IsExcludedFromProvisioning                   : False
    IsExcludedFromInitialProvisioning            : False
    IsSuspendedFromProvisioning                  : False
    IsExcludedFromProvisioningBySpaceMonitoring  : False
    DumpsterStatistics                           :
    DumpsterServersNotAvailable                  :
    ReplicationType                              : Remote
    AdminDisplayVersion                          : Version 15.0 (Build 775.38)
    AdministrativeGroup                          : Exchange Administrative Group (FYDIBOHF23SPDLT)
    AllowFileRestore                             : False
    BackgroundDatabaseMaintenance                : True
    ReplayBackgroundDatabaseMaintenance          :
    BackgroundDatabaseMaintenanceSerialization   :
    BackgroundDatabaseMaintenanceDelay           :
    ReplayBackgroundDatabaseMaintenanceDelay     :
    MimimumBackgroundDatabaseMaintenanceInterval :
    MaximumBackgroundDatabaseMaintenanceInterval :
    BackupInProgress                             :
    DatabaseCreated                              : True
    Description                                  :
    EdbFilePath                                  : C:\Disks\DB1\DB\DB1.edb
    ExchangeLegacyDN                             : /o=%%%%%/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Configuration/cn=Servers/cn=EX2013-MB1/cn=Microsoft
    Private MDB
    DatabaseCopies                               : {DB1\EX2013-MB1, DB1\EX2013-MB2, DB1\EX2013-MB3, DB1\EX2013-MB1-DR,
    DB1\EX2013-MB2-DR}
    InvalidDatabaseCopies                        : {}
    AllDatabaseCopies                            : {DB1\EX2013-MB1, DB1\EX2013-MB2, DB1\EX2013-MB3, DB1\EX2013-MB1-DR, DB1\EX2013-MB2-DR}
    Servers                                      : {EX2013-MB1, EX2013-MB2,
    EX2013-MB3, EX2013-MB1-DR, EX2013-MB2-DR}
    ActivationPreference                         : {[EX2013-MB1, 1], [EX2013-MB2, 2], [EX2013-MB3, 3], [EX2013-MB1-DR, 4], [EX2013-MB2-DR, 5]}
    ReplayLagTimes                               : {[EX2013-MB1, 00:00:00], [EX2013-MB2, 00:00:00], [EX2013-MB3,
    00:00:00], [EX2013-MB1-DR, 00:00:00], [EX2013-MB2-DR, 00:00:00]}
    TruncationLagTimes                           : {[EX2013-MB1, 00:00:00], [EX2013-MB2, 00:00:00], [EX2013-MB3, 00:00:00], [EX2013-MB1-DR,
    00:00:00], [EX2013-MB2-DR, 00:00:00]}
    RpcClientAccessServer                        : EX2013-MB1.%%%%%%.local
    MountedOnServer                              :
    DeletedItemRetention                         : 60.00:00:00
    SnapshotLastFullBackup                       :
    SnapshotLastIncrementalBackup                :
    SnapshotLastDifferentialBackup               :
    SnapshotLastCopyBackup                       :
    LastFullBackup                               :
    LastIncrementalBackup                        :
    LastDifferentialBackup                       :
    LastCopyBackup                               :
    DatabaseSize                                 :
    AvailableNewMailboxSpace                     :
    MaintenanceSchedule                          : {Sun.1:00 AM-Sun.5:00 AM, Mon.1:00 AM-Mon.5:00 AM, Tue.1:00 AM-Tue.5:00 AM, Wed.1:00
    AM-Wed.5:00 AM, Thu.1:00 AM-Thu.5:00 AM, Fri.1:00 AM-Fri.5:00 AM, Sat.1:00 AM-Sat.5:00 AM}
    MountAtStartup                               : True
    Mounted                                      :
    Organization                                 : %%%%%%%
    QuotaNotificationSchedule                    : {Sun.1:00 AM-Sun.1:15 AM, Mon.1:00 AM-Mon.1:15 AM, Tue.1:00 AM-Tue.1:15 AM, Wed.1:00 AM-Wed.1:15 AM, Thu.1:00 AM-Thu.1:15
    AM, Fri.1:00 AM-Fri.1:15 AM, Sat.1:00 AM-Sat.1:15 AM}
    Recovery                                     : False
    RetainDeletedItemsUntilBackup                : False
    Server                                       : EX2013-MB1
    MasterServerOrAvailabilityGroup              : DAG1
    WorkerProcessId                              :
    CurrentSchemaVersion                         :
    RequestedSchemaVersion                       :
    AutoDagExcludeFromMonitoring                 : False
    AutoDatabaseMountDial                        : GoodAvailability
    DatabaseGroup                                :
    MasterType                                   : DatabaseAvailabilityGroup
    ServerName                                   : EX2013-MB1
    IssueWarningQuota                            : 1.9 GB (2,040,110,080 bytes)
    EventHistoryRetentionPeriod                  : 7.00:00:00
    Name                                         : DB1
    LogFolderPath                                : C:\Disks\DB1\LOGS
    TemporaryDataFolderPath                      :
    CircularLoggingEnabled                       : False
    LogFilePrefix                                : E01
    LogFileSize                                  : 1024
    LogBuffers                                   :
    MaximumOpenTables                            :
    MaximumTemporaryTables                       :
    MaximumCursors                               :
    MaximumSessions                              :
    MaximumVersionStorePages                     :
    PreferredVersionStorePages                   :
    DatabaseExtensionSize                        :
    LogCheckpointDepth                           :
    ReplayCheckpointDepth                        :
    CachedClosedTables                           :
    CachePriority                                :
    ReplayCachePriority                          :
    MaximumPreReadPages                          :
    MaximumReplayPreReadPages                    :
    DataMoveReplicationConstraint                : SecondCopy
    IsMailboxDatabase                            : True
    IsPublicFolderDatabase                       : False
    MailboxProvisioningAttributes                :
    AdminDisplayName                             : DB1
    ExchangeVersion                              : 0.10 (14.0.100.0)
    DistinguishedName                            : CN=DB1,CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative
    Groups,CN=%%%%%,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=%%%%%%,DC=%%%
    Identity                                     : DB1
    Guid                                         : 765d01d0-4468-43fd-a1e8-ad205b25c8ee
    ObjectCategory                               : %%%%%%.%%%/Configuration/Schema/ms-Exch-Private-MDB
    ObjectClass                                  : {top, msExchMDB, msExchPrivateMDB}
    WhenChanged                                  : 12/10/2013 7:02:44 PM
    WhenCreated                                  : 11/13/2013 11:00:58 AM
    WhenChangedUTC                               : 12/11/2013 12:02:44 AM
    WhenCreatedUTC                               : 11/13/2013 4:00:58 PM
    OrganizationId                               :
    OriginatingServer                            : %%%%%-DC4.%%%%%.%%%
    IsValid                                      : True
    ObjectState                                  : Changed
    [PS] C:\Windows\system32>Get-MailboxDatabase -Status | ft Name,Server,LastF*Backup,LastI*Backup,LastD*Backup -AutoSize
    Name       Server        LastFullBackup       LastIncrementalBackup LastDifferentialBackup
    MB1-DB0    EX2013-MB1    1/6/2014 11:30:46 PM
    DB1        EX2013-MB1    1/6/2014 11:30:46 PM
    DB2        EX2013-MB1    1/6/2014 11:30:46 PM
    MB3-DB0    EX2013-MB3    1/6/2014 10:45:44 PM
    DB5        EX2013-MB3    1/6/2014 10:45:44 PM
    DB6        EX2013-MB3    1/6/2014 10:45:44 PM
    MB2-DB0    EX2013-MB2    1/6/2014 10:15:39 PM
    DB3        EX2013-MB2    1/6/2014 10:15:39 PM
    DB4        EX2013-MB2    1/6/2014 10:15:39 PM
    MB1-DR-DB0 EX2013-MB1-DR 1/6/2014 8:00:23 PM
    MB2-DR-DB0 EX2013-MB2-DR 1/6/2014 8:15:22 PM

  • Event 118 ExchangeStoreDb

    Hi
      My exchange server version is 2010 SP2 (2x mailstore and 2x hub/cas) running on esx 4.1. one of the mailstore server was logged the application error about ExchangeStoreDb with event ID 118. I did some research and there is not too much
    info about event ID 118 with ExchangeStoreDb. I only find some info that related to the event details, not event ID. Welcome any comments and it would be greatly appreciated. Thanks.
    The event details as below:
    Error ExchangeStoreDB 118 Database recovery
     the copy of database 'maildb' on this server appears to be experiencing performance issues, possibly as a result of storage failure. Consult the event log on the server for other storage and "ExchangeStoreDb" events for more specific information about
    the failure. Recovery was not attempted.

    Yes, my exchange is running DAG. Below is the output for your kindly reference, thanks.
    [PS] C:\Windows\system32>get-mailboxdatabasecopystatus |ft
    Name                                          Status         
    CopyQueue ReplayQueue LastInspectedLogTime   ContentIndex
    Length    Length                             State
    maildb\mailstore                                  Mounted        
    0         0                                  Healthy
    maildb2\mailstore                                  Healthy        
    0         0           2/13/2012 3:34:36 PM   Healthy
    Journal\mailstore                               Mounted         0        
    0                                  Healthy
    [PS] C:\Windows\system32>get-mailboxdatabasecopystatus |fl
    RunspaceId                       : 8e41eef0-78d9-4d22-8a45-568319b657a1
    Identity                         : maildb\mailstore
    Name                             : maildb\mailstore
    DatabaseName                     : maildb
    Status                           : Mounted
    MailboxServer                    : mailstore
    ActiveDatabaseCopy               : mailstore
    ActivationSuspended              : False
    ActionInitiator                  : Unknown
    ErrorMessage                     :
    ErrorEventId                     :
    ExtendedErrorInfo                :
    SuspendComment                   :
    SinglePageRestore                : 0
    ContentIndexState                : Healthy
    ContentIndexErrorMessage         :
    CopyQueueLength                  : 0
    ReplayQueueLength                : 0
    LatestAvailableLogTime           :
    LastCopyNotificationedLogTime    :
    LastCopiedLogTime                :
    LastInspectedLogTime             :
    LastReplayedLogTime              :
    LastLogGenerated                 : 0
    LastLogCopyNotified              : 0
    LastLogCopied                    : 0
    LastLogInspected                 : 0
    LastLogReplayed                  : 0
    LogsReplayedSinceInstanceStart   : 0
    LogsCopiedSinceInstanceStart     : 0
    LatestFullBackupTime             : 2/9/2012 3:32:08 PM
    LatestIncrementalBackupTime      :
    LatestDifferentialBackupTime     :
    LatestCopyBackupTime             :
    SnapshotBackup                   : True
    SnapshotLatestFullBackup         : True
    SnapshotLatestIncrementalBackup  :
    SnapshotLatestDifferentialBackup :
    SnapshotLatestCopyBackup         :
    LogReplayQueueIncreasing         : False
    LogCopyQueueIncreasing           : False
    OutstandingDumpsterRequests      : {}
    OutgoingConnections              :
    IncomingLogCopyingNetwork        :
    SeedingNetwork                   :
    ActiveCopy                       : True
    RunspaceId                       : 8e41eef0-78d9-4d22-8a45-568319b657a1
    Identity                         : maildb2\mailstore
    Name                             : maildb2\mailstore
    DatabaseName                     : maildb2
    Status                           : Healthy
    MailboxServer                    : mailstore
    ActiveDatabaseCopy               : mailstore2
    ActivationSuspended              : False
    ActionInitiator                  : Service
    ErrorMessage                     :
    ErrorEventId                     :
    ExtendedErrorInfo                :
    SuspendComment                   :
    SinglePageRestore                : 0
    ContentIndexState                : Healthy
    ContentIndexErrorMessage         :
    CopyQueueLength                  : 0
    ReplayQueueLength                : 0
    LatestAvailableLogTime           : 2/13/2012 3:35:16 PM
    LastCopyNotificationedLogTime    : 2/13/2012 3:35:16 PM
    LastCopiedLogTime                : 2/13/2012 3:34:36 PM
    LastInspectedLogTime             : 2/13/2012 3:34:36 PM
    LastReplayedLogTime              : 2/13/2012 3:34:36 PM
    LastLogGenerated                 : 309581
    LastLogCopyNotified              : 309581
    LastLogCopied                    : 309581
    LastLogInspected                 : 309581
    LastLogReplayed                  : 309581
    LogsReplayedSinceInstanceStart   : 1659
    LogsCopiedSinceInstanceStart     : 1659
    LatestFullBackupTime             : 2/11/2012 8:53:09 AM
    LatestIncrementalBackupTime      :
    LatestDifferentialBackupTime     :
    LatestCopyBackupTime             : 3/11/2011 3:33:05 AM
    SnapshotBackup                   : True
    SnapshotLatestFullBackup         : True
    SnapshotLatestIncrementalBackup  :
    SnapshotLatestDifferentialBackup :
    SnapshotLatestCopyBackup         : True
    LogReplayQueueIncreasing         : False
    LogCopyQueueIncreasing           : False
    OutstandingDumpsterRequests      : {}
    OutgoingConnections              :
    IncomingLogCopyingNetwork        :
    SeedingNetwork                   :
    ActiveCopy                       : False
    RunspaceId                       : 8e41eef0-78d9-4d22-8a45-568319b657a1
    Identity                         : Journal\mailstore
    Name                             : Journal\mailstore
    DatabaseName                     : Journal
    Status                           : Mounted
    MailboxServer                    : mailstore
    ActiveDatabaseCopy               : mailstore
    ActivationSuspended              : False
    ActionInitiator                  : Unknown
    ErrorMessage                     :
    ErrorEventId                     :
    ExtendedErrorInfo                :
    SuspendComment                   :
    SinglePageRestore                : 0
    ContentIndexState                : Healthy
    ContentIndexErrorMessage         :
    CopyQueueLength                  : 0
    ReplayQueueLength                : 0
    LatestAvailableLogTime           :
    LastCopyNotificationedLogTime    :
    LastCopiedLogTime                :
    LastInspectedLogTime             :
    LastReplayedLogTime              :
    LastLogGenerated                 : 0
    LastLogCopyNotified              : 0
    LastLogCopied                    : 0
    LastLogInspected                 : 0
    LastLogReplayed                  : 0
    LogsReplayedSinceInstanceStart   : 0
    LogsCopiedSinceInstanceStart     : 0
    LatestFullBackupTime             : 2/4/2012 7:52:26 AM
    LatestIncrementalBackupTime      :
    LatestDifferentialBackupTime     :
    LatestCopyBackupTime             :
    SnapshotBackup                   : True
    SnapshotLatestFullBackup         : True
    SnapshotLatestIncrementalBackup  :
    SnapshotLatestDifferentialBackup :
    SnapshotLatestCopyBackup         :
    LogReplayQueueIncreasing         : False
    LogCopyQueueIncreasing           : False
    OutstandingDumpsterRequests      : {}
    OutgoingConnections              :
    IncomingLogCopyingNetwork        :
    SeedingNetwork                   :
    ActiveCopy                       : True

  • Error: The number of configured copies for database 'DB-1' (1) is less than the required redundancy count (2).

    Hello , I think the below event alert 4113 is very common and is due to that only one database copy is present in DAG but is there any way we can stop this alert for the
    specific database.  
    The message tells that there is only one copy of the database - create another copy and the warning message will go away but
    we do not want to create another copy. So is there any way we can stop this event getting generated.
    Database redundancy health check failed.
    Database copy: DB-1
    Redundancy count: 1
    Error: The number of configured copies for database 'DB-1' (1) is less than the required redundancy count (2).
    Name                 Status RealCopyQueu InspectorQue  ReplayQueue      CIState
                                           e          
    ue                          
    DB-1\       Mounted            0            0            0     
    Healthy
    MAILSRV2
    ===============
     Full Status
    ===============
    Identity                         : DB-1\MAILSRV2
    Name                             : DB-1\MAILSRV2
    DatabaseName                     : DB-1
    Status                           : Mounted
    MailboxServer                    : MAILSRV2
    ActiveDatabaseCopy               : MAILSRV2
    ActivationSuspended              : False
    ActionInitiator                  : Unknown
    ErrorMessage                     :
    ErrorEventId                     :
    ExtendedErrorInfo                :
    SuspendComment                   :
    SinglePageRestore                : 0
    ContentIndexState                : Healthy
    ContentIndexErrorMessage         :
    CopyQueueLength                  : 0
    ReplayQueueLength                : 0
    LatestAvailableLogTime           :
    LastCopyNotificationedLogTime    :
    LastCopiedLogTime                :
    LastInspectedLogTime             :
    LastReplayedLogTime              :
    LastLogGenerated                 : 0
    LastLogCopyNotified              : 0
    LastLogCopied                    : 0
    LastLogInspected                 : 0
    LastLogReplayed                  : 0
    LogsReplayedSinceInstanceStart   : 0
    LogsCopiedSinceInstanceStart     : 0
    LatestFullBackupTime             :
    LatestIncrementalBackupTime      :
    LatestDifferentialBackupTime     :
    LatestCopyBackupTime             :
    SnapshotBackup                   :
    SnapshotLatestFullBackup         :
    SnapshotLatestIncrementalBackup  :
    SnapshotLatestDifferentialBackup :
    SnapshotLatestCopyBackup         :
    LogReplayQueueIncreasing         : False
    LogCopyQueueIncreasing           : False
    OutstandingDumpsterRequests      : {}
    OutgoingConnections              :
    IncomingLogCopyingNetwork        :
    SeedingNetwork                   :
    ActiveCopy                       : True
    Thanks

    That regex looks odd to me.  I assume you have databases with names like "Mailbox Database <ten digit number>" (standard Exchange default name, in other words), "ABC-DB" and "HOME-DB".  If this is the case, wouldn't
    you want "(?:Mailbox Database \d{10}$|^ABC-DB$|^HOME-DB$)"?  THis works if I run it from a prompt:
    [PS] C:\Scripts>"Mailbox Database 0123456789" -match "(?:Mailbox Database \d{10}$|^ABC-DB$|^HOME-DB$)"
    True
    [PS] C:\Scripts>"Mailbox Database 123456789" -match "(?:Mailbox Database \d{10}$|^ABC-DB$|^HOME-DB$)"
    False
    [PS] C:\Scripts>"Mailbox Database 12345678910" -match "(?:Mailbox Database \d{10}$|^ABC-DB$|^HOME-DB$)"
    False
    [PS] C:\Scripts>"HOME-DB" -match "(?:Mailbox Database \d{10}$|^ABC-DB$|^HOME-DB$)"
    True
    [PS] C:\Scripts>"ABC-DB" -match "(?:Mailbox Database \d{10}$|^ABC-DB$|^HOME-DB$)"
    True
    [PS] C:\Scripts>"ABCD-DB" -match "(?:Mailbox Database \d{10}$|^ABC-DB$|^HOME-DB$)"
    False
    [PS] C:\Scripts>"HOM-DB" -match "(?:Mailbox Database \d{10}$|^ABC-DB$|^HOME-DB$)"
    False
    I find it's easiest to test RegEx's from the prompt this way.  If the above isn't your goal, let us know, and we'll see if we can come up with something better.

  • MSExchangerepl is killing my server

    Good day
    I have 4 Exchange Server
    2 HUB-CAS (WNLB)
    2 Mailbox Server (DAG) (MBX1 -MBX2)
    All are running Exchange 2010 SP2
    Everything was ok , but yesterday for unknown reason MSExchangeRepl consume all the CPU resources 100%, even I can not access the server using the console.. clicking on anything will take 5 minuts to respone.
    Event Log show a lot of failure regarding for MSExchanerepl as it can not the health check for DB failed.
    Other Services also failed as there is no more resource on the server.
    once I stop MSExchangeRepl... the server respone again quick and other service are working fine
    I set Replication Log level to highest but not helping.. no good information.
    When i restart the server, the service work for about 2 minuts and then freeze the entire server.
    I can not find anything about how to deeply debug this service and whats going on.
    can anyone help

    On the Copy Status.  I have some DB Copy Status for some DB seem to be health (I am sure its not), I can not switch as the replication service is down and if I try to bring it up it will fail as the server will not respone back
    Other Database are "Failed And Suspended"
    My Servers in the same network
    Event Log Show error like:
    Database redundancy health check failed.
    Database copy: DB3 IT Dep
    Redundancy count: 1
    Error: Passive copy 'DB3 IT Dep\MBX01' is not in a good state. Status: ServiceDown.
    Name                 Status RealCopyQueu InspectorQue  ReplayQueue      CIState
                                           e          
    ue                          
    DB3 IT Dep\AU       Mounted            0            0           
    0      Healthy
    D-MAIL-MBX02                                                                 
    DB3 IT Dep\AU   ServiceDown            0            0            0     
    Unknown
    D-MAIL-MBX01
    ===============
     Full Status
    ===============
    Identity                         : DB3 IT Dep\MBX02
    Name                             : DB3 IT Dep\MBX02
    DatabaseName                     : DB3 IT Dep
    Status                           : Mounted
    MailboxServer                    : MBX02
    ActiveDatabaseCopy               : mbx02
    ActivationSuspended              : False
    ActionInitiator                  : Service
    ErrorMessage                     :
    ErrorEventId                     :
    ExtendedErrorInfo                :
    SuspendComment                   :
    SinglePageRestore                : 0
    ContentIndexState                : Healthy
    ContentIndexErrorMessage         :
    CopyQueueLength                  : 0
    ReplayQueueLength                : 0
    LatestAvailableLogTime           :
    LastCopyNotificationedLogTime    :
    LastCopiedLogTime                :
    LastInspectedLogTime             :
    LastReplayedLogTime              :
    LastLogGenerated                 : 0
    LastLogCopyNotified              : 0
    LastLogCopied                    : 0
    LastLogInspected                 : 0
    LastLogReplayed                  : 0
    LogsReplayedSinceInstanceStart   : 0
    LogsCopiedSinceInstanceStart     : 0
    LatestFullBackupTime             : 12/7/2014 4:02:56 PM
    LatestIncrementalBackupTime      :
    LatestDifferentialBackupTime     :
    LatestCopyBackupTime             : 12/5/2014 5:00:27 PM
    SnapshotBackup                   : True
    SnapshotLatestFullBackup         : True
    SnapshotLatestIncrementalBackup  :
    SnapshotLatestDifferentialBackup :
    SnapshotLatestCopyBackup         : True
    LogReplayQueueIncreasing         : False
    LogCopyQueueIncreasing           : False
    OutstandingDumpsterRequests      : {}
    OutgoingConnections              :
    IncomingLogCopyingNetwork        :
    SeedingNetwork                   :
    ActiveCopy                       : True
    Identity                         : DB3 IT Dep\MBX01
    Name                             : DB3 IT Dep\MBX01
    DatabaseName                     : DB3 IT Dep
    Status                           : ServiceDown
    MailboxServer                    : MBX01
    ActiveDatabaseCopy               :
    ActivationSuspended              : False
    ActionInitiator                  : Unknown
    ErrorMessage                     : A server-side administrative operation has f
                                       ailed. The Microsoft Exchange Replication se
                                       rvice may not be running on server
                                       MBX01.Domain.local. Specific RPC error messa
                                       ge: Error 0x6d9 (There are no more endpoints
                                        available from the endpoint mapper) from cl
                                       i_GetCopyStatusEx2
    And Another Error when Replication Service Start
    The log copier was unable to communicate with server 'MBX02'. The copy of database 'Database\MBX01' is in a disconnected state. The communication error was: A timeout occurred while communicating with server 'MBX02. Error: The network read operation didn't
    complete within 15 seconds. The copier will automatically retry after a short delay.

  • Netstorage in VO : Unknown connection failure 500

    Hi,
    When I access Netstorage within Virtual Office I get the following message:
    NetStorage getData:PortalURLException
    URL = https://virtualoffice.rademaker.nl:4...et/xtier-login
    Unknown Connection Failure :500
    This happened after patching the server (SLES9SP2 (OES linux) to the latest
    available patches.
    I already reset the owner of /opt/novell/netstorage and below directories to
    wwwrun:www
    The same for /opt/novell/netstorage (acc. TID 3944596)
    However still the same errormessage.
    I checked out the /var/log/messages file and found this :
    Mar 26 20:27:32 orion httpd2-worker: XSrvCChannel::connectSocket- Connection
    creation failed, error = 111
    Mar 26 20:27:32 orion httpd2-worker: XSrvCChannel::init- Connection creation
    failed, error = 111
    Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -getCChannel- Channel
    Initialization failed for socket /var/opt/novell/xtier/xsrvd/srv-socket-18
    Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -SubmitReq- Channel unavailable
    Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -SubmitReq- Will attempt to
    retry RPC, count = 1
    Mar 26 20:27:32 orion httpd2-worker: XSrvCChannel::connectSocket- Connection
    creation failed, error = 111
    Mar 26 20:27:32 orion httpd2-worker: XSrvCChannel::init- Connection creation
    failed, error = 111
    Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -getCChannel- Channel
    Initialization failed for socket /var/opt/novell/xtier/xsrvd/srv-socket-18
    Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -SubmitReq- Channel unavailable
    Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -SubmitReq- Will attempt to
    retry RPC, count = 2
    Mar 26 20:27:32 orion httpd2-worker: XSrvCChannel::connectSocket- Connection
    creation failed, error = 111
    Mar 26 20:27:32 orion httpd2-worker: XSrvCChannel::init- Connection creation
    failed, error = 111
    Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -getCChannel- Channel
    Initialization failed for socket /var/opt/novell/xtier/xsrvd/srv-socket-18
    Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -SubmitReq- Channel unavailable
    Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -SubmitReq- Will attempt to
    retry RPC, count = 3
    Mar 26 20:27:32 orion httpd2-worker: XSrvCChannel::connectSocket- Connection
    creation failed, error = 111
    Mar 26 20:27:32 orion httpd2-worker: XSrvCChannel::init- Connection creation
    failed, error = 111
    Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -getCChannel- Channel
    Initialization failed for socket /var/opt/novell/xtier/xsrvd/srv-socket-18
    Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -SubmitReq- Channel unavailable
    Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -SubmitReq- Will attempt to
    retry RPC, count = 1
    Mar 26 20:27:32 orion httpd2-worker: XSrvCChannel::connectSocket- Connection
    creation failed, error = 111
    Mar 26 20:27:32 orion httpd2-worker: XSrvCChannel::init- Connection creation
    failed, error = 111
    Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -getCChannel- Channel
    Initialization failed for socket /var/opt/novell/xtier/xsrvd/srv-socket-18
    Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -SubmitReq- Channel unavailable
    Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -SubmitReq- Will attempt to
    retry RPC, count = 2
    Mar 26 20:27:32 orion httpd2-worker: XSrvCChannel::connectSocket- Connection
    creation failed, error = 111
    Mar 26 20:27:32 orion httpd2-worker: XSrvCChannel::init- Connection creation
    failed, error = 111
    Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -getCChannel- Channel
    Initialization failed for socket /var/opt/novell/xtier/xsrvd/srv-socket-18
    Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -SubmitReq- Channel unavailable
    Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -SubmitReq- Will attempt to
    retry RPC, count = 3
    Mar 26 20:27:32 orion httpd2-worker: XSrvCChannel::connectSocket- Connection
    creation failed, error = 111
    Mar 26 20:27:32 orion httpd2-worker: XSrvCChannel::init- Connection creation
    failed, error = 111
    Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -getCChannel- Channel
    Initialization failed for socket /var/opt/novell/xtier/xsrvd/srv-socket-18
    Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -SubmitReq- Channel unavailable
    Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -SubmitReq- Will attempt to
    retry RPC, count = 1
    Mar 26 20:27:32 orion httpd2-worker: XSrvCChannel::connectSocket- Connection
    creation failed, error = 111
    Mar 26 20:27:32 orion httpd2-worker: XSrvCChannel::init- Connection creation
    failed, error = 111
    Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -getCChannel- Channel
    Initialization failed for socket /var/opt/novell/xtier/xsrvd/srv-socket-18
    Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -SubmitReq- Channel unavailable
    Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -SubmitReq- Will attempt to
    retry RPC, count = 2
    Mar 26 20:27:32 orion httpd2-worker: XSrvCChannel::connectSocket- Connection
    creation failed, error = 111
    Mar 26 20:27:32 orion httpd2-worker: XSrvCChannel::init- Connection creation
    failed, error = 111
    Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -getCChannel- Channel
    Initialization failed for socket /var/opt/novell/xtier/xsrvd/srv-socket-18
    Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -SubmitReq- Channel unavailable
    Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -SubmitReq- Will attempt to
    retry RPC, count = 3
    Mar 26 20:27:32 orion httpd2-worker: XSrvCChannel::connectSocket- Connection
    creation failed, error = 111
    Mar 26 20:27:32 orion httpd2-worker: XSrvCChannel::init- Connection creation
    failed, error = 111
    Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -getCChannel- Channel
    Initialization failed for socket /var/opt/novell/xtier/xsrvd/srv-socket-18
    Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -SubmitReq- Channel unavailable
    Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -SubmitReq- Will attempt to
    retry RPC, count = 1
    Mar 26 20:27:32 orion httpd2-worker: XSrvCChannel::connectSocket- Connection
    creation failed, error = 111
    Mar 26 20:27:32 orion httpd2-worker: XSrvCChannel::init- Connection creation
    failed, error = 111
    Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -getCChannel- Channel
    Initialization failed for socket /var/opt/novell/xtier/xsrvd/srv-socket-18
    Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -SubmitReq- Channel unavailable
    Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -SubmitReq- Will attempt to
    retry RPC, count = 2
    Mar 26 20:27:32 orion httpd2-worker: XSrvCChannel::connectSocket- Connection
    creation failed, error = 111
    Mar 26 20:27:32 orion httpd2-worker: XSrvCChannel::init- Connection creation
    failed, error = 111
    Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -getCChannel- Channel
    Initialization failed for socket /var/opt/novell/xtier/xsrvd/srv-socket-18
    Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -SubmitReq- Channel unavailable
    Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -SubmitReq- Will attempt to
    retry RPC, count = 3
    Mar 26 20:27:32 orion httpd2-worker: XSrvCChannel::connectSocket- Connection
    creation failed, error = 111
    Mar 26 20:27:32 orion httpd2-worker: XSrvCChannel::init- Connection creation
    failed, error = 111
    Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -getCChannel- Channel
    Initialization failed for socket /var/opt/novell/xtier/xsrvd/srv-socket-18
    Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -SubmitReq- Channel unavailable
    Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -SubmitReq- Will attempt to
    retry RPC, count = 1
    I checked out TID 3593388, verified everything, but it looks like it is all
    ok.
    Anyone experienced the same, or is maybe reconfiguring netstorage in the
    yast - network services- the best option?
    Any help would be really appreciated.
    Best regards,
    John M.

    Hi,
    I know the solution. You can buy it for $500. Novell does not patch their
    products properly.
    Most of all your current solution breaks. But I can fix it for you.
    regards,
    Pieter
    "John M." <[email protected]> wrote in message
    news:[email protected]...
    > Hi,
    >
    > When I access Netstorage within Virtual Office I get the following
    > message:
    >
    > NetStorage getData:PortalURLException
    > URL = https://virtualoffice.rademaker.nl:4...et/xtier-login
    > Unknown Connection Failure :500
    >
    > This happened after patching the server (SLES9SP2 (OES linux) to the
    > latest available patches.
    >
    > I already reset the owner of /opt/novell/netstorage and below directories
    > to wwwrun:www
    > The same for /opt/novell/netstorage (acc. TID 3944596)
    >
    > However still the same errormessage.
    >
    > I checked out the /var/log/messages file and found this :
    >
    > Mar 26 20:27:32 orion httpd2-worker: XSrvCChannel::connectSocket-
    > Connection creation failed, error = 111
    > Mar 26 20:27:32 orion httpd2-worker: XSrvCChannel::init- Connection
    > creation failed, error = 111
    > Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -getCChannel- Channel
    > Initialization failed for socket /var/opt/novell/xtier/xsrvd/srv-socket-18
    > Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -SubmitReq- Channel
    > unavailable
    > Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -SubmitReq- Will attempt to
    > retry RPC, count = 1
    > Mar 26 20:27:32 orion httpd2-worker: XSrvCChannel::connectSocket-
    > Connection creation failed, error = 111
    > Mar 26 20:27:32 orion httpd2-worker: XSrvCChannel::init- Connection
    > creation failed, error = 111
    > Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -getCChannel- Channel
    > Initialization failed for socket /var/opt/novell/xtier/xsrvd/srv-socket-18
    > Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -SubmitReq- Channel
    > unavailable
    > Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -SubmitReq- Will attempt to
    > retry RPC, count = 2
    > Mar 26 20:27:32 orion httpd2-worker: XSrvCChannel::connectSocket-
    > Connection creation failed, error = 111
    > Mar 26 20:27:32 orion httpd2-worker: XSrvCChannel::init- Connection
    > creation failed, error = 111
    > Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -getCChannel- Channel
    > Initialization failed for socket /var/opt/novell/xtier/xsrvd/srv-socket-18
    > Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -SubmitReq- Channel
    > unavailable
    > Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -SubmitReq- Will attempt to
    > retry RPC, count = 3
    > Mar 26 20:27:32 orion httpd2-worker: XSrvCChannel::connectSocket-
    > Connection creation failed, error = 111
    > Mar 26 20:27:32 orion httpd2-worker: XSrvCChannel::init- Connection
    > creation failed, error = 111
    > Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -getCChannel- Channel
    > Initialization failed for socket /var/opt/novell/xtier/xsrvd/srv-socket-18
    > Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -SubmitReq- Channel
    > unavailable
    > Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -SubmitReq- Will attempt to
    > retry RPC, count = 1
    > Mar 26 20:27:32 orion httpd2-worker: XSrvCChannel::connectSocket-
    > Connection creation failed, error = 111
    > Mar 26 20:27:32 orion httpd2-worker: XSrvCChannel::init- Connection
    > creation failed, error = 111
    > Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -getCChannel- Channel
    > Initialization failed for socket /var/opt/novell/xtier/xsrvd/srv-socket-18
    > Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -SubmitReq- Channel
    > unavailable
    > Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -SubmitReq- Will attempt to
    > retry RPC, count = 2
    > Mar 26 20:27:32 orion httpd2-worker: XSrvCChannel::connectSocket-
    > Connection creation failed, error = 111
    > Mar 26 20:27:32 orion httpd2-worker: XSrvCChannel::init- Connection
    > creation failed, error = 111
    > Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -getCChannel- Channel
    > Initialization failed for socket /var/opt/novell/xtier/xsrvd/srv-socket-18
    > Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -SubmitReq- Channel
    > unavailable
    > Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -SubmitReq- Will attempt to
    > retry RPC, count = 3
    > Mar 26 20:27:32 orion httpd2-worker: XSrvCChannel::connectSocket-
    > Connection creation failed, error = 111
    > Mar 26 20:27:32 orion httpd2-worker: XSrvCChannel::init- Connection
    > creation failed, error = 111
    > Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -getCChannel- Channel
    > Initialization failed for socket /var/opt/novell/xtier/xsrvd/srv-socket-18
    > Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -SubmitReq- Channel
    > unavailable
    > Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -SubmitReq- Will attempt to
    > retry RPC, count = 1
    > Mar 26 20:27:32 orion httpd2-worker: XSrvCChannel::connectSocket-
    > Connection creation failed, error = 111
    > Mar 26 20:27:32 orion httpd2-worker: XSrvCChannel::init- Connection
    > creation failed, error = 111
    > Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -getCChannel- Channel
    > Initialization failed for socket /var/opt/novell/xtier/xsrvd/srv-socket-18
    > Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -SubmitReq- Channel
    > unavailable
    > Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -SubmitReq- Will attempt to
    > retry RPC, count = 2
    > Mar 26 20:27:32 orion httpd2-worker: XSrvCChannel::connectSocket-
    > Connection creation failed, error = 111
    > Mar 26 20:27:32 orion httpd2-worker: XSrvCChannel::init- Connection
    > creation failed, error = 111
    > Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -getCChannel- Channel
    > Initialization failed for socket /var/opt/novell/xtier/xsrvd/srv-socket-18
    > Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -SubmitReq- Channel
    > unavailable
    > Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -SubmitReq- Will attempt to
    > retry RPC, count = 3
    > Mar 26 20:27:32 orion httpd2-worker: XSrvCChannel::connectSocket-
    > Connection creation failed, error = 111
    > Mar 26 20:27:32 orion httpd2-worker: XSrvCChannel::init- Connection
    > creation failed, error = 111
    > Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -getCChannel- Channel
    > Initialization failed for socket /var/opt/novell/xtier/xsrvd/srv-socket-18
    > Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -SubmitReq- Channel
    > unavailable
    > Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -SubmitReq- Will attempt to
    > retry RPC, count = 1
    > Mar 26 20:27:32 orion httpd2-worker: XSrvCChannel::connectSocket-
    > Connection creation failed, error = 111
    > Mar 26 20:27:32 orion httpd2-worker: XSrvCChannel::init- Connection
    > creation failed, error = 111
    > Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -getCChannel- Channel
    > Initialization failed for socket /var/opt/novell/xtier/xsrvd/srv-socket-18
    > Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -SubmitReq- Channel
    > unavailable
    > Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -SubmitReq- Will attempt to
    > retry RPC, count = 2
    > Mar 26 20:27:32 orion httpd2-worker: XSrvCChannel::connectSocket-
    > Connection creation failed, error = 111
    > Mar 26 20:27:32 orion httpd2-worker: XSrvCChannel::init- Connection
    > creation failed, error = 111
    > Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -getCChannel- Channel
    > Initialization failed for socket /var/opt/novell/xtier/xsrvd/srv-socket-18
    > Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -SubmitReq- Channel
    > unavailable
    > Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -SubmitReq- Will attempt to
    > retry RPC, count = 3
    > Mar 26 20:27:32 orion httpd2-worker: XSrvCChannel::connectSocket-
    > Connection creation failed, error = 111
    > Mar 26 20:27:32 orion httpd2-worker: XSrvCChannel::init- Connection
    > creation failed, error = 111
    > Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -getCChannel- Channel
    > Initialization failed for socket /var/opt/novell/xtier/xsrvd/srv-socket-18
    > Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -SubmitReq- Channel
    > unavailable
    > Mar 26 20:27:32 orion httpd2-worker: IPCCLNT -SubmitReq- Will attempt to
    > retry RPC, count = 1
    >
    > I checked out TID 3593388, verified everything, but it looks like it is
    > all ok.
    >
    > Anyone experienced the same, or is maybe reconfiguring netstorage in the
    > yast - network services- the best option?
    >
    > Any help would be really appreciated.
    >
    > Best regards,
    > John M.

  • Problems deploying PSE 9 with SCCM - "unknown software exception"

    Hy!
    I've read the Silent Installations Instructions in the Knowlage Base (http://kb2.adobe.com/cps/861/cpsid_86149.html)  and tested it on a test computer with this commandline (install.bat):
    @echo off
    start /wait C:\PSE9\Setup.exe /UL1031 /V"SERIALNUMBER=1111-1111-1111-1111-1111-1111 COUNTRY=14"
    My "application.xml.override":
    <?xml version="1.0" encoding="utf-8"?>
    <Configuration>
    <Payload>
      <Data key="EULADelay">0</Data>
      <Data key="EULA">Suppress</Data>
      <Data key="Registration">Suppress</Data>
      <Data key="Updates">Suppress</Data>
    </Payload>
    </Configuration>
    My part of "setup.ini":
    [OEM]
    OEM=
    SERIALNUMBER=
    DISABLEEMSFEATURES=1
    DISABLEOLSFEATURES=1
    WATCHSERVICE=0
    MANUAL=
    REBOOT=
    On a local Installation the Installation works fine without any Error.
    Now, I'm trying to deploy PSE 9 on 10 test computers using SCCM. SCCM commandline was: Setup.exe /UL1031 /V"SERIALNUMBER=1111-1111-1111-1111-1111-1111 COUNTRY=14"
    SCCM shows that the Installation ends with an error.
    I'd looked on the testclients and every Client showed an "unknown software exception" on setup.exe:
    "Setup.exe - Error in application; The exception "unknown software exception" (0x000000d) happend in application in place of 0x004195cf.
    Here is a screenshot of this errormessage:
    After I logged into the Client there is the Desktop Icon of PSE. I'm not really sure if the installation is finished successfully when this error occur.
    Somebody knows a solution?
    Big Thanks for Help.
    Greetings

    After further try and error, using the following alternative method of setting a dataset works:
    CrystalDecisions.ReportAppServer.DataDefModel.ISCRDataSet crDataset = CrystalDecisions.ReportAppServer.DataSetConversion.DataSetConverter.Convert(m_XmlInfo.CustomDataSet);
    report.ReportClientDocument.DatabaseController.SetDataSource(crDataset, string.Empty, string.Empty);

  • Xquery: fn-bea:uuid(): unknown function

    When I create an xquery-function and try to use the bea function to generate auuid (fn-bea:uuid()),
    I get an errormessage: Unknown function.
    What do I have to configure to make use of bea xquery functions in my xquery?
    Same question for xquery-functions created by myself?
    Regards,
    Rik

    Possibly. I didnt use this patches - only read description.
    I had similar problem - all "fn-bea:" functions dont work in my eclipse but works if I used them in sbconsole/osb webui.
    PS. I have not solve this problem. If you solve - please report in this thread.
    Edited by: Andrey L. on 04.11.2009 22:34

  • Dasylab runtime: unknown module

    Hallo!
    I need help with my Dasylab. I Use Dasylab on Win 7 and Win XP. The full version works fine.
    Now we have an Runtime version for our customer. When I try to open the prebuild worksheet I get an errormessage that there are unknown moules in the sheet. That modules are circular buffer, writing and reading global variables.
    I can only open the sheet, but it is not possible to run the sheet.
    Can anyone help?
    Thanks a lot and have a nice day.
    Dominik Hilbrich
    Solved!
    Go to Solution.

    Hi,
    You will need to contact your DASYLab reseller directly to resolve this. The DASYLab Runtime needs to be correctly configured to include the additional modules from the AddOn Signal Analysis toolkit. These features are included in DASYLab Pro, but might have been purchased as an add-on.
    In the US, we make the DASYLab Runtime code to include all DASYLab Pro features, but if you purchased it through a reseller outside of the US, you might have received a Runtime that was configured differently - it depends on the reseller.
    If you want to private message your DASYLab serial number to me, I can look it up. Don't post it here - use the private message feature. 
    - cj
    Measurement Computing (MCC) has free technical support. Visit www.mccdaq.com and click on the "Support" tab for all support options, including DASYLab.

  • Replacing NULL and EmptyString('') with "Unknown" in SSRS parameter dropdown

    All,
    What I want to do is, in the SSRS parameter drop down, instead of showing NULL and Blank values(), i want to categorize them as "Unknown", so, if the user selects "Unknown" from the SSRS drop down parameter, he should be able to see all
    the records that have NULL values or empty strings in that particular column in the result set.
    Can you tell me, how should I handle it in my main stored proc as well as in the dataset?
    Right now, i have something like this:
    Where
    (t1.name in (select value from dbo.Split(@TName,',')) OR @TName IN ('All'))
    -- Where t1.Name has empty strings and NULL values. Both of these values should be categorized under "Unknown"
    -- How would the dataset query look like? Right now I have this query for populating the drop down for that parameter:
    Select All
    UNION
    Select Distinct Name
    Order BY 1

    Hello,
    Please refer to the following stored procedure:
    SELECT
    CASE WHEN TName IS NULL OR TName = ''
    THEN 'Unknown' ELSE TName END AS TName
    From DemoTable
    Then, use following query code to get the parameter values:
    SELECT Distinct
    CASE WHEN TName IS NULL OR TName = '' THEN 'Unknown'
    ELSE TName END AS TName
    FROM DemoTable
    Regards,
    Alisa Tang
    Alisa Tang
    TechNet Community Support

  • I am trying to restore a locked device where password is unknown.

    iTunes goes to restore, iPhone Software Update goes to 18,000  hours remaining, then stops with error 9006.  I have done the same thing on a different device, restore took about 8 minutes, so network connection is fine.
    I've retried this restore on the locked device about 6 times, same result.
    Here is the background.  I manage mobility for my company.  I have an iPhone 5 from a terminated employee that we are trying to reset and redeploy.  We do not know the passcode for the device and cannot contact the terminated employee as the parting was not amicable.
    So, held down power and home keys while device was disconnected, until it shut down.  Held down home key while reconnecting the device.  Window opened in iTunes saying it had detected a device in recovery mode and the device would have to be restored.  Clicked on Restore iPhone, window opened asking if I want to restory the iPhone to factory settings.  I clicked on Restore and Update. iOS 7.1 update opens, accepted license agreement and download begins.  Hours remaining continually counts up until it hits anywhere from 14,000+ to 18,000+ hours remaining, then stops with error message:  "There was a problem downloading the software for the iPhone "iPhone".  An unknown error occurred (9006).  Make sure your network settings are correct and your network connection is active, or try again later."  Then I get the message that iTunes cannot connect to the device because it is locked with a passcode and I need to enter the passcode to proceed.  In other words, back to square one.
    I have my own iPhone 5, so I backed it up and repeated the same steps to restore it to factory settings, took about 8 minutes with no errors, so I know there is no issue with my network connection.
    I need to get this device restored so we can redeploy it.  Any suggestions are much appreciated.

    Yes, you will still get the prompt.
    I meant reset then try the recovery mode restore again.
    You can also try DFU Mode.
    DFU (Device Firmware Update) Mode is different than Recovery Mode.
    DFU Mode is a special mode where the device can still interface with iTunes, yet it does not load the iBoot bootloader.
    DFU Mode:
    Plug your device into your computer.
    Turn off the device.
    Hold the Power button for 3 seconds
    Hold the Home button without releasing the Power button for 10 seconds
    Release the Power Button but keep holding the Home button
    Keep holding the Home button until you are alerted by iTunes saying that it has detected a device in Recovery Mode
          NOTE: Make sure the device screen is blank and no logos are present. Be patient, it make take several trys.

Maybe you are looking for

  • "No records found" in many pages after CVS synchronization

    Hi... We have a very servere problem with UIX pages after synchronizing changes using CVS. We work in a 7 persons team anda every night we perform a synchronization in order to begin the day allways with the same project. Unfurtunately we have found

  • Material number suffixing with ! for some material in material master

    Hi Friends,   We have uploaded  material master data with BDC . but for some of materials contain ! sign at the end of the material number. Means , at the 18th charecter ! is appearing. but it does not appear in mm03 while displaying. and even while

  • Boot image for Solaris 8 x86?

    Does anyone know where I can download the image for the boot floppy for Solaris 8 x86? Mine got corrupted, and since System Commander 2000 doesn't recognize the partition, that and the CD are the only ways I can boot the system. Thanks in advance, -P

  • SUMIF using OR in the conditional expression

    I understand how to use the SUMIF function using checkboxes in one column for the conditional expression. I do not understand how to use it if I want to use an OR expression to OR various string values. I want have a column called "Categories" which

  • What do you mean by RSDS?

    Hi, I like to know the full form of RSDS and what the name stands for? What is the difference between ISFS (Full form) and RSDS?