CallRouter issues

          Are there any dicussions or guidelines on the use of CallRouter based routing?
          I am exploring a design where the home interface of an entity bean is load balanced
          and the entity bean object is not load balanced but can fail-over. I.e. the collection
          of entity beans are instantiated on multiple servers, but any one entity bean
          (identified by its primary key) is not instantiated on multiple servers simultaneously.
          I am thinking of implementing a call router algorithm that returns 2 servers,
          effectively a primary and a backup. For any one entity object, calls should be
          routed to the primary and the secondary used only if the primary fails.
          Is the order of server names returned from getServerList significant and is it
          guarenteed that the second server in the list will only be used if the first fails?
          Is there any more detailed documentaion on the Cluster API?
          

          I think you are implementing the behavior of a stateful or entity
          session bean that is not read-only. You may wish to investigate
          that before spending too much time with Call Router.
          Mike
          >
          >I am exploring a design where the home interface of an entity bean is
          >load balanced
          >and the entity bean object is not load balanced but can fail-over. I.e.
          >the collection
          >of entity beans are instantiated on multiple servers, but any one entity
          >bean
          >(identified by its primary key) is not instantiated on multiple servers
          >simultaneously.
          >
          >I am thinking of implementing a call router algorithm that returns 2
          >servers,
          >effectively a primary and a backup. For any one entity object, calls
          >should be
          >routed to the primary and the secondary used only if the primary fails.
          >
          >Is the order of server names returned from getServerList significant
          >and is it
          >guarenteed that the second server in the list will only be used if the
          >first fails?
          >
          >Is there any more detailed documentaion on the Cluster API?
          

Similar Messages

  • Weblogic clustering - CallRouter Issue

    Dears,
    I am facing an issue while migrating from WebLogic Server 7 (SP5) to WebLogic Server 10.3.
    In WebLogic Server 7, we have have made a cluster of 3 managed servers. The application architecture is simeple a client-server for server EJB 2.0 (Session and Entity Beans) were used where all clients call a single Session Bean Remotely.
    To cope up managed server affinity issues we have created our own router class (an implementation of CallRouter interface).
    Now, same running router implementation is not functioning in WebLogic 10.3.
    Mirgation From:
    WebLogic Server 7 (SP5)
    For Server JRE: 1.6 SR 5 (IBM)
    For Client JRE: 1.4 (SUN)
    OS: AIX
    EJB: EJB Version 2.0
    router class implementation of weblogic.rmi.cluster.CallRouter
    Migration To:
    WebLogic Server 10.3
    For Server JRE: 1.6 SR 5 (IBM)
    For Client JRE: 1.6 (SUN)
    OS: AIX
    router class implementation of weblogic.rmi.cluster.CallRouter
    Kindly, help me why CallRouter implementation is not working on WL Server 10.3.
    You urgent reply will help me for the rectification of this issue.
    Thanks and Regards,
    M Kashif
    Edited by: user12600677 on Feb 12, 2010 2:19 AM

    Hi Jay,
    First of all i would like to thank u for ur quick and knowledgeable reply. Your link has many solutions to my other probs :)
    It seems that same problem is observed after using below line
    java weblogic.rmic -clusterable -callRouter <callRouterClass> <remoteObjectClass>
    it generated an xml file with the same name of remoteObjectClass having routing class information, which were bundled in my server ear/jar at proper location.
    also i forgot to mention that i have properly buildscript for generating ear/jar for our EJB for WebLogic 10.3 which build through weblogic.appc.
    after using weblogic.appc is still weblogic.rmic required or i need to set arguments in my weblogic.app task for -clusterable -callRouter <callRouterClass> <remoteObjectClass>
    Problem still persists :(, i was reading different articiles about Paramter based Custom Router in Weblogic. Is this what i should look for?
    Thanks in advance...
    Regards,
    M Kashif

  • Weblogic CallRouter

              Hello All,
              We use WLS 7.0 SP1. We have a class that implements weblogic.rmi.cluster.CallRouter.
              Depending on the business logic, the call to a session bean's method will be routed
              to different servers in the cluster. The router class that we wrote is jar'ed
              along with the ejb's. But it always ends up with IllegalArgumentException, class
              not found during deployment. When the router class is placed in system classpath,
              it was located and the ejb got deployed. But then it is unreasonable to place
              this class in the classpath of every server in the cluster. I am sure there should
              be a better way.
              There was a thread in this group (some 6 months) back that discussed the same
              issue. I think a CR was filed by BEA tech support to handle this.
              Does anyone know if CallRouter works now.
              Thanks in Advance
              Cheers
              JJ
              Start server side stack trace:
              java.lang.IllegalArgumentException: Failed to instantiate weblogic.rmi.cluster.WeightBasedReplicaHandler
              due to java.lang.Ille
              galArgumentException: Class com.verisign.webapps.dynpromo.deleng.common.DeliveryEngineSBCallRouter
              not found
              at weblogic.rmi.cluster.ReplicaAwareInfo.instantiate(ReplicaAwareInfo.java:218)
              at weblogic.rmi.cluster.ReplicaAwareInfo.getReplicaHandler(ReplicaAwareInfo.java:138)
              at weblogic.rmi.cluster.ReplicaAwareRemoteRef.initialize(ReplicaAwareRemoteRef.java:79)
              at weblogic.rmi.cluster.ClusterableRemoteRef.initialize(ClusterableRemoteRef.java:28)
              at weblogic.rmi.cluster.ClusterableRemoteObject.initializeRef(ClusterableRemoteObject.java:261)
              at weblogic.rmi.cluster.ClusterableRemoteObject.onBind(ClusterableRemoteObject.java:155)
              at weblogic.jndi.internal.BasicNamingNode.rebindHere(BasicNamingNode.java:406)
              at weblogic.jndi.internal.ServerNamingNode.rebindHere(ServerNamingNode.java:163)
              at weblogic.jndi.internal.BasicNamingNode.rebind(BasicNamingNode.java:374)
              at weblogic.jndi.internal.BasicNamingNode.rebind(BasicNamingNode.java:381)
              at weblogic.jndi.internal.RootNamingNode_WLSkel.invoke(Unknown Source)
              at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:159)
              at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:262)
              at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:229)
              at weblogic.jndi.internal.ServerNamingNode_WLStub.rebind(Unknown Source)
              at weblogic.jndi.internal.WLContextImpl.rebind(WLContextImpl.java:133)
              at weblogic.ejb20.internal.StatelessEJBHome.activate(StatelessEJBHome.java:104)
              at weblogic.ejb20.deployer.ClientDrivenBeanInfoImpl.activate(ClientDrivenBeanInfoImpl.java:957)
              at weblogic.ejb20.deployer.EJBDeployer.activate(EJBDeployer.java:1296)
              at weblogic.ejb20.deployer.EJBModule.activate(EJBModule.java:349)
              at weblogic.j2ee.J2EEApplicationContainer.activateModule(J2EEApplicationContainer.java:1592)
              at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:1029)
              at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:1016)
              at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:1112)
              at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:732)
              at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:24)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)
              End server side stack trace
              at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:174)
              at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:262)
              at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:229)
              at weblogic.jndi.internal.ServerNamingNode_WLStub.rebind(Unknown Source)
              at weblogic.jndi.internal.WLContextImpl.rebind(WLContextImpl.java:133)
              at weblogic.ejb20.internal.StatelessEJBHome.activate(StatelessEJBHome.java:104)
              at weblogic.ejb20.deployer.ClientDrivenBeanInfoImpl.activate(ClientDrivenBeanInfoImpl.java:957)
              at weblogic.ejb20.deployer.EJBDeployer.activate(EJBDeployer.java:1296)
              at weblogic.ejb20.deployer.EJBModule.activate(EJBModule.java:349)
              at weblogic.j2ee.J2EEApplicationContainer.activateModule(J2EEApplicationContainer.java:1592)
              at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:1029)
              at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:1016)
              at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:1112)
              at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:732)
              at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:24)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)
              --------------- nested within: ------------------
              

    Hi Jay,
    First of all i would like to thank u for ur quick and knowledgeable reply. Your link has many solutions to my other probs :)
    It seems that same problem is observed after using below line
    java weblogic.rmic -clusterable -callRouter <callRouterClass> <remoteObjectClass>
    it generated an xml file with the same name of remoteObjectClass having routing class information, which were bundled in my server ear/jar at proper location.
    also i forgot to mention that i have properly buildscript for generating ear/jar for our EJB for WebLogic 10.3 which build through weblogic.appc.
    after using weblogic.appc is still weblogic.rmic required or i need to set arguments in my weblogic.app task for -clusterable -callRouter <callRouterClass> <remoteObjectClass>
    Problem still persists :(, i was reading different articiles about Paramter based Custom Router in Weblogic. Is this what i should look for?
    Thanks in advance...
    Regards,
    M Kashif

  • Exchange 2013 CU6 IMAP issue

    Installed CU6 on my EX2013 server on 8/29. Ran fine for a day. Then, for some reason, my IMAP has stopped working.
    There are errors like this:
    Performance counter updating error. Counter name is Time in Resource per second, category name is MSExchange Activity Context Resources. Optional code: 2. Exception: The exception thrown is : System.InvalidOperationException: Instance 'ad-microsoft.exchange.imap4service-microsoft.exchange.imap4service.exe'
    already exists with a lifetime of Process.  It cannot be recreated or reused until it has been removed or until the process using it has exited.
        at System.Diagnostics.SharedPerformanceCounter.FindInstance(Int32 instanceNameHashCode, String instanceName, CategoryEntry* categoryPointer, InstanceEntry** returnInstancePointerReference, Boolean activateUnusedInstances, PerformanceCounterInstanceLifetime
    lifetime, Boolean& foundFreeInstance)
        at System.Diagnostics.SharedPerformanceCounter.GetCounter(String counterName, String instanceName, Boolean enableReuse, PerformanceCounterInstanceLifetime lifetime)
        at System.Diagnostics.SharedPerformanceCounter..ctor(String catName, String counterName, String instanceName, PerformanceCounterInstanceLifetime lifetime)
        at System.Diagnostics.PerformanceCounter.InitializeImpl()
        at System.Diagnostics.PerformanceCounter.get_RawValue()
        at Microsoft.Exchange.Diagnostics.ExPerformanceCounter.get_RawValue()
    Last worker process info : System.ComponentModel.Win32Exception (0x80004005): Access is denied
        at System.Diagnostics.Process.GetProcessHandle(Int32 access, Boolean throwIfExited)
        at System.Diagnostics.Process.get_HasExited()
        at Microsoft.Exchange.Diagnostics.ExPerformanceCounter.GetLastWorkerProcessInfo()
    Processes running while Performance counter failed to update: 
    6104 Microsoft.Exchange.Store.Service
    2556 noderunner
    2108 conhost
    6100 Microsoft.Exchange.Imap4
    3928 MSExchangeThrottling
    572 lsass
    5428 Microsoft.Exchange.Imap4Service
    1948 SMSvcHost
    3128 MSExchangeSubmission
    1748 WmiPrvSE
    564 services
    2936 Microsoft.Exchange.ServiceHost
    756 LogonUI
    952 svchost
    776 svchost
    4888 MSExchangeDagMgmt
    2720 Microsoft.Exchange.RpcClientAccess.Service
    6264 Microsoft.Exchange.Store.Worker
    1336 Microsoft.Exchange.Diagnostics.Service
    5484 Microsoft.Exchange.EdgeSyncSvc
    1728 SFService
    1136 fms
    5272 MSExchangeDelivery
    1528 MSExchangeHMHost
    2512 noderunner
    1916 updateservice
    6364 MSExchangeMailboxReplication
    2504 noderunner
    1408 sftracing
    3092 MSExchangeHMWorker
    1308 inetinfo
    1908 noderunner
    5452 w3wp
    2496 scanningprocess
    1116 svchost
    520 winlogon
    1896 MSOIDSVC
    5832 MSExchangeFrontendTransport
    4452 umservice
    1496 SFService
    5632 Microsoft.Exchange.Search.Service
    4448 Microsoft.Exchange.AntispamUpdateSvc
    4644 w3wp
    3064 msexchangerepl
    1088 spoolsv
    1868 mqsvc
    2060 WMSvc
    680 svchost
    5012 UMWorkerProcess
    3632 rundll32
    4812 Microsoft.Exchange.UM.CallRouter
    280 smss
    476 csrss
    460 svchost
    468 wininit
    4988 SMSvcHost
    860 svchost
    1248 MSOIDSVCM
    5480 Microsoft.Exchange.Imap4
    5580 conhost
    4240 MSExchangeTransportLogSearch
    3212 rundll32
    6560 MSExchangeTransport
    2124 wsbexchange
    844 dwm
    3104 conhost
    2416 MSExchangeMigrationWorkflow
    7124 EdgeTransport
    636 svchost
    7136 conhost
    2800 scanningprocess
    6148 MSExchangeMailboxAssistants
    2404 taskhost
    2400 ForefrontActiveDirectoryConnector
    5156 WmiPrvSE
    3972 scanningprocess
    2196 Microsoft.Exchange.Directory.TopologyService
    1724 svchost
    1208 hostcontrollerservice
    1796 svchost
    808 svchost
    6120 Microsoft.Exchange.Imap4Service
    404 csrss
    4 System
    0 Idle
    Performance Counters Layout information: A process is holding onto a transport performance counter. processId : 7124, counter : time in resource per second Value=0 SpinLock=0 Lifetime=Type: 1 ProcessId: 7124 StartupTime: 130540706592435178, currentInstance
    : rpca-edgetransport-edgetransport.exe(911B6EB3) RefCount=1 SpinLock=0 Offset=28376, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 7124, counter : time in resource per second Value=0 SpinLock=0 Lifetime=Type: 1 ProcessId: 7124 StartupTime: 130540706592435178, currentInstance : mb-edgetransport-edgetransport.exe(A5AF4BBC)
    RefCount=1 SpinLock=0 Offset=28048, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 7124, counter : time in resource per second Value=58 SpinLock=0 Lifetime=Type: 1 ProcessId: 7124 StartupTime: 130540706592435178, currentInstance : ad-edgetransport-edgetransport.exe(E79D4A36)
    RefCount=1 SpinLock=0 Offset=27720, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 6264, counter : time in resource per second Value=0 SpinLock=0 Lifetime=Type: 1 ProcessId: 6264 StartupTime: 130540706609778922, currentInstance : rpca-microsoft.exchange.store.worker-microsoft.exchange.store.worker.exe(ABB009B3)
    RefCount=1 SpinLock=0 Offset=27392, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 6264, counter : time in resource per second Value=0 SpinLock=0 Lifetime=Type: 1 ProcessId: 6264 StartupTime: 130540706609778922, currentInstance : mb-microsoft.exchange.store.worker-microsoft.exchange.store.worker.exe(38BA31BC)
    RefCount=1 SpinLock=0 Offset=27064, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 6264, counter : time in resource per second Value=4 SpinLock=0 Lifetime=Type: 1 ProcessId: 6264 StartupTime: 130540706609778922, currentInstance : ad-microsoft.exchange.store.worker-microsoft.exchange.store.worker.exe(11106236)
    RefCount=1 SpinLock=0 Offset=26736, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 6120, counter : time in resource per second Value=0 SpinLock=0 Lifetime=Type: 1 ProcessId: 6120 StartupTime: 130540706478372662, currentInstance : rpca-microsoft.exchange.imap4service-microsoft.exchange.imap4service.exe(128A1B3)
    RefCount=1 SpinLock=0 Offset=26408, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 6120, counter : time in resource per second Value=0 SpinLock=0 Lifetime=Type: 1 ProcessId: 6120 StartupTime: 130540706478372662, currentInstance : mb-microsoft.exchange.imap4service-microsoft.exchange.imap4service.exe(B4CBDCBC)
    RefCount=1 SpinLock=0 Offset=26080, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 6120, counter : time in resource per second Value=37 SpinLock=0 Lifetime=Type: 1 ProcessId: 6120 StartupTime: 130540706478372662, currentInstance : ad-microsoft.exchange.imap4service-microsoft.exchange.imap4service.exe(F0E98836)
    RefCount=1 SpinLock=0 Offset=25752, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 6560, counter : time in resource per second Value=0 SpinLock=0 Lifetime=Type: 1 ProcessId: 6560 StartupTime: 130540706541185174, currentInstance : rpca-msexchangetransport-msexchangetransport.exe(24F56C33)
    RefCount=1 SpinLock=0 Offset=25424, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 6560, counter : time in resource per second Value=0 SpinLock=0 Lifetime=Type: 1 ProcessId: 6560 StartupTime: 130540706541185174, currentInstance : mb-msexchangetransport-msexchangetransport.exe(92FB3D3C)
    RefCount=1 SpinLock=0 Offset=25096, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 6560, counter : time in resource per second Value=9 SpinLock=0 Lifetime=Type: 1 ProcessId: 6560 StartupTime: 130540706541185174, currentInstance : ad-msexchangetransport-msexchangetransport.exe(2447ECB6)
    RefCount=1 SpinLock=0 Offset=24768, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 6364, counter : time in resource per second Value=0 SpinLock=0 Lifetime=Type: 1 ProcessId: 6364 StartupTime: 130540706526185172, currentInstance : rpca-msexchangemailboxreplication-msexchangemailboxreplication.exe(276F4DB3)
    RefCount=1 SpinLock=0 Offset=24440, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 6364, counter : time in resource per second Value=0 SpinLock=0 Lifetime=Type: 1 ProcessId: 6364 StartupTime: 130540706526185172, currentInstance : mb-msexchangemailboxreplication-msexchangemailboxreplication.exe(95E41BC)
    RefCount=1 SpinLock=0 Offset=24112, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 6364, counter : time in resource per second Value=77 SpinLock=0 Lifetime=Type: 1 ProcessId: 6364 StartupTime: 130540706526185172, currentInstance : ad-msexchangemailboxreplication-msexchangemailboxreplication.exe(394712B6)
    RefCount=1 SpinLock=0 Offset=23784, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 5480, counter : time in resource per second Value=0 SpinLock=0 Lifetime=Type: 1 ProcessId: 5480 StartupTime: 130540706497122672, currentInstance : rpca-microsoft.exchange.imap4-microsoft.exchange.imap4.exe(EAAB5DD3)
    RefCount=1 SpinLock=0 Offset=23456, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 5480, counter : time in resource per second Value=0 SpinLock=0 Lifetime=Type: 1 ProcessId: 5480 StartupTime: 130540706497122672, currentInstance : mb-microsoft.exchange.imap4-microsoft.exchange.imap4.exe(1FC2541C)
    RefCount=1 SpinLock=0 Offset=23128, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 5480, counter : time in resource per second Value=97 SpinLock=0 Lifetime=Type: 1 ProcessId: 5480 StartupTime: 130540706497122672, currentInstance : ad-microsoft.exchange.imap4-microsoft.exchange.imap4.exe(17E0EA16)
    RefCount=1 SpinLock=0 Offset=22800, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 6148, counter : time in resource per second Value=0 SpinLock=0 Lifetime=Type: 1 ProcessId: 6148 StartupTime: 130540706513997680, currentInstance : rpca-msexchangemailboxassistants-msexchangemailboxassistants.exe(DEAC0933)
    RefCount=1 SpinLock=0 Offset=22472, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 6148, counter : time in resource per second Value=0 SpinLock=0 Lifetime=Type: 1 ProcessId: 6148 StartupTime: 130540706513997680, currentInstance : mb-msexchangemailboxassistants-msexchangemailboxassistants.exe(A754293C)
    RefCount=1 SpinLock=0 Offset=22144, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 6148, counter : time in resource per second Value=20 SpinLock=0 Lifetime=Type: 1 ProcessId: 6148 StartupTime: 130540706513997680, currentInstance : ad-msexchangemailboxassistants-msexchangemailboxassistants.exe(EE890EB6)
    RefCount=1 SpinLock=0 Offset=21816, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 6104, counter : time in resource per second Value=0 SpinLock=0 Lifetime=Type: 1 ProcessId: 6104 StartupTime: 130540706510560188, currentInstance : rpca-microsoft.exchange.store.service-microsoft.exchange.store.service.exe(A07BD4F3)
    RefCount=1 SpinLock=0 Offset=21488, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 6104, counter : time in resource per second Value=0 SpinLock=0 Lifetime=Type: 1 ProcessId: 6104 StartupTime: 130540706510560188, currentInstance : mb-microsoft.exchange.store.service-microsoft.exchange.store.service.exe(4519AFC)
    RefCount=1 SpinLock=0 Offset=21160, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 6104, counter : time in resource per second Value=60 SpinLock=0 Lifetime=Type: 1 ProcessId: 6104 StartupTime: 130540706510560188, currentInstance : ad-microsoft.exchange.store.service-microsoft.exchange.store.service.exe(6B0DD0F6)
    RefCount=1 SpinLock=0 Offset=20832, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 5452, counter : time in resource per second Value=0 SpinLock=0 Lifetime=Type: 1 ProcessId: 5452 StartupTime: 130540706426185171, currentInstance : rpca-w3wp-msexchangeservicesapppool(E8BBF810)
    RefCount=1 SpinLock=0 Offset=20504, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 5452, counter : time in resource per second Value=0 SpinLock=0 Lifetime=Type: 1 ProcessId: 5452 StartupTime: 130540706426185171, currentInstance : mb-w3wp-msexchangeservicesapppool(10FE94BF)
    RefCount=1 SpinLock=0 Offset=20176, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 5452, counter : time in resource per second Value=13 SpinLock=0 Lifetime=Type: 1 ProcessId: 5452 StartupTime: 130540706426185171, currentInstance : ad-w3wp-msexchangeservicesapppool(E0DE475)
    RefCount=1 SpinLock=0 Offset=19848, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 5832, counter : time in resource per second Value=0 SpinLock=0 Lifetime=Type: 1 ProcessId: 5832 StartupTime: 130540706450716432, currentInstance : rpca-msexchangefrontendtransport-msexchangefrontendtransport.exe(935D2AB3)
    RefCount=1 SpinLock=0 Offset=19520, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 5832, counter : time in resource per second Value=0 SpinLock=0 Lifetime=Type: 1 ProcessId: 5832 StartupTime: 130540706450716432, currentInstance : mb-msexchangefrontendtransport-msexchangefrontendtransport.exe(52FB38BC)
    RefCount=1 SpinLock=0 Offset=19192, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 5832, counter : time in resource per second Value=61 SpinLock=0 Lifetime=Type: 1 ProcessId: 5832 StartupTime: 130540706450716432, currentInstance : ad-msexchangefrontendtransport-msexchangefrontendtransport.exe(409CE636)
    RefCount=1 SpinLock=0 Offset=18864, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 5632, counter : time in resource per second Value=0 SpinLock=0 Lifetime=Type: 1 ProcessId: 5632 StartupTime: 130540706435247685, currentInstance : rpca-microsoft.exchange.search.service-microsoft.exchange.search.service.exe(3A401CB3)
    RefCount=1 SpinLock=0 Offset=18536, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 5632, counter : time in resource per second Value=0 SpinLock=0 Lifetime=Type: 1 ProcessId: 5632 StartupTime: 130540706435247685, currentInstance : mb-microsoft.exchange.search.service-microsoft.exchange.search.service.exe(C67EE73C)
    RefCount=1 SpinLock=0 Offset=18208, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 5632, counter : time in resource per second Value=22 SpinLock=0 Lifetime=Type: 1 ProcessId: 5632 StartupTime: 130540706435247685, currentInstance : ad-microsoft.exchange.search.service-microsoft.exchange.search.service.exe(FFDEB6B6)
    RefCount=1 SpinLock=0 Offset=17880, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 5484, counter : time in resource per second Value=0 SpinLock=0 Lifetime=Type: 1 ProcessId: 5484 StartupTime: 130540706428060178, currentInstance : rpca-microsoft.exchange.edgesyncsvc-microsoft.exchange.edgesyncsvc.exe(5590F433)
    RefCount=1 SpinLock=0 Offset=17552, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 5484, counter : time in resource per second Value=0 SpinLock=0 Lifetime=Type: 1 ProcessId: 5484 StartupTime: 130540706428060178, currentInstance : mb-microsoft.exchange.edgesyncsvc-microsoft.exchange.edgesyncsvc.exe(AC0B4E3C)
    RefCount=1 SpinLock=0 Offset=17224, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 5484, counter : time in resource per second Value=300 SpinLock=0 Lifetime=Type: 1 ProcessId: 5484 StartupTime: 130540706428060178, currentInstance : ad-microsoft.exchange.edgesyncsvc-microsoft.exchange.edgesyncsvc.exe(7321B36)
    RefCount=1 SpinLock=0 Offset=16896, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 4888, counter : time in resource per second Value=0 SpinLock=0 Lifetime=Type: 1 ProcessId: 4888 StartupTime: 130540706368372679, currentInstance : rpca-msexchangedagmgmt-msexchangedagmgmt.exe(AEDE63B3)
    RefCount=1 SpinLock=0 Offset=16568, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 4888, counter : time in resource per second Value=0 SpinLock=0 Lifetime=Type: 1 ProcessId: 4888 StartupTime: 130540706368372679, currentInstance : mb-msexchangedagmgmt-msexchangedagmgmt.exe(55FA86BC)
    RefCount=1 SpinLock=0 Offset=16240, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 4888, counter : time in resource per second Value=23 SpinLock=0 Lifetime=Type: 1 ProcessId: 4888 StartupTime: 130540706368372679, currentInstance : ad-msexchangedagmgmt-msexchangedagmgmt.exe(CC1DA236)
    RefCount=1 SpinLock=0 Offset=15912, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 4644, counter : time in resource per second Value=0 SpinLock=0 Lifetime=Type: 1 ProcessId: 4644 StartupTime: 130540706359622658, currentInstance : rpca-w3wp-msexchangeautodiscoverapppool(6DABF262)
    RefCount=1 SpinLock=0 Offset=15584, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 4644, counter : time in resource per second Value=0 SpinLock=0 Lifetime=Type: 1 ProcessId: 4644 StartupTime: 130540706359622658, currentInstance : mb-w3wp-msexchangeautodiscoverapppool(D1C6EF4D)
    RefCount=1 SpinLock=0 Offset=15256, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 4644, counter : time in resource per second Value=68 SpinLock=0 Lifetime=Type: 1 ProcessId: 4644 StartupTime: 130540706359622658, currentInstance : ad-w3wp-msexchangeautodiscoverapppool(FD072087)
    RefCount=1 SpinLock=0 Offset=14928, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 5272, counter : time in resource per second Value=0 SpinLock=0 Lifetime=Type: 1 ProcessId: 5272 StartupTime: 130540706406810182, currentInstance : rpca-msexchangedelivery-msexchangedelivery.exe(9051FBB3)
    RefCount=1 SpinLock=0 Offset=14600, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 5272, counter : time in resource per second Value=0 SpinLock=0 Lifetime=Type: 1 ProcessId: 5272 StartupTime: 130540706406810182, currentInstance : mb-msexchangedelivery-msexchangedelivery.exe(60C77F3C)
    RefCount=1 SpinLock=0 Offset=14272, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 5272, counter : time in resource per second Value=114 SpinLock=0 Lifetime=Type: 1 ProcessId: 5272 StartupTime: 130540706406810182, currentInstance : ad-msexchangedelivery-msexchangedelivery.exe(820B5E36)
    RefCount=1 SpinLock=0 Offset=13944, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 5012, counter : time in resource per second Value=0 SpinLock=0 Lifetime=Type: 1 ProcessId: 5012 StartupTime: 130540706330872711, currentInstance : rpca-umworkerprocess-umworkerprocess.exe(970CCE33)
    RefCount=1 SpinLock=0 Offset=13616, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 5012, counter : time in resource per second Value=0 SpinLock=0 Lifetime=Type: 1 ProcessId: 5012 StartupTime: 130540706330872711, currentInstance : mb-umworkerprocess-umworkerprocess.exe(8A7F8A3C)
    RefCount=1 SpinLock=0 Offset=13288, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 5012, counter : time in resource per second Value=34 SpinLock=0 Lifetime=Type: 1 ProcessId: 5012 StartupTime: 130540706330872711, currentInstance : ad-umworkerprocess-umworkerprocess.exe(95818B6)
    RefCount=1 SpinLock=0 Offset=12960, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 4812, counter : time in resource per second Value=0 SpinLock=0 Lifetime=Type: 1 ProcessId: 4812 StartupTime: 130540706293060177, currentInstance : rpca-microsoft.exchange.um.callrouter-microsoft.exchange.um.callrouter.exe(E8475353)
    RefCount=1 SpinLock=0 Offset=12632, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 4812, counter : time in resource per second Value=0 SpinLock=0 Lifetime=Type: 1 ProcessId: 4812 StartupTime: 130540706293060177, currentInstance : mb-microsoft.exchange.um.callrouter-microsoft.exchange.um.callrouter.exe(8F65881C)
    RefCount=1 SpinLock=0 Offset=12304, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 4812, counter : time in resource per second Value=116 SpinLock=0 Lifetime=Type: 1 ProcessId: 4812 StartupTime: 130540706293060177, currentInstance : ad-microsoft.exchange.um.callrouter-microsoft.exchange.um.callrouter.exe(78F52196)
    RefCount=1 SpinLock=0 Offset=11976, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 4452, counter : time in resource per second Value=0 SpinLock=0 Lifetime=Type: 1 ProcessId: 4452 StartupTime: 130540706231497667, currentInstance : rpca-umservice-umservice.exe(E39A1133)
    RefCount=1 SpinLock=0 Offset=11648, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 4452, counter : time in resource per second Value=0 SpinLock=0 Lifetime=Type: 1 ProcessId: 4452 StartupTime: 130540706231497667, currentInstance : mb-umservice-umservice.exe(FFBB273C) RefCount=1
    SpinLock=0 Offset=11320, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 4452, counter : time in resource per second Value=127 SpinLock=0 Lifetime=Type: 1 ProcessId: 4452 StartupTime: 130540706231497667, currentInstance : ad-umservice-umservice.exe(9A8AC6B6)
    RefCount=1 SpinLock=0 Offset=10992, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 4240, counter : time in resource per second Value=0 SpinLock=0 Lifetime=Type: 1 ProcessId: 4240 StartupTime: 130540706209778932, currentInstance : rpca-msexchangetransportlogsearch-msexchangetransportlogsearch.exe(EF66F2D3)
    RefCount=1 SpinLock=0 Offset=10664, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 4240, counter : time in resource per second Value=0 SpinLock=0 Lifetime=Type: 1 ProcessId: 4240 StartupTime: 130540706209778932, currentInstance : mb-msexchangetransportlogsearch-msexchangetransportlogsearch.exe(B020391C)
    RefCount=1 SpinLock=0 Offset=10336, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 4240, counter : time in resource per second Value=13 SpinLock=0 Lifetime=Type: 1 ProcessId: 4240 StartupTime: 130540706209778932, currentInstance : ad-msexchangetransportlogsearch-msexchangetransportlogsearch.exe(20578116)
    RefCount=1 SpinLock=0 Offset=10008, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 3928, counter : time in resource per second Value=0 SpinLock=0 Lifetime=Type: 1 ProcessId: 3928 StartupTime: 130540706198372672, currentInstance : rpca-msexchangethrottling-msexchangethrottling.exe(8C1DA893)
    RefCount=1 SpinLock=0 Offset=9680, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 3928, counter : time in resource per second Value=0 SpinLock=0 Lifetime=Type: 1 ProcessId: 3928 StartupTime: 130540706198372672, currentInstance : mb-msexchangethrottling-msexchangethrottling.exe(AB2BADDC)
    RefCount=1 SpinLock=0 Offset=9352, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 3928, counter : time in resource per second Value=10 SpinLock=0 Lifetime=Type: 1 ProcessId: 3928 StartupTime: 130540706198372672, currentInstance : ad-msexchangethrottling-msexchangethrottling.exe(8962F4D6)
    RefCount=1 SpinLock=0 Offset=9024, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 3128, counter : time in resource per second Value=0 SpinLock=0 Lifetime=Type: 1 ProcessId: 3128 StartupTime: 130540705949466422, currentInstance : rpca-msexchangesubmission-msexchangesubmission.exe(60747EB3)
    RefCount=1 SpinLock=0 Offset=8696, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 3128, counter : time in resource per second Value=0 SpinLock=0 Lifetime=Type: 1 ProcessId: 3128 StartupTime: 130540705949466422, currentInstance : mb-msexchangesubmission-msexchangesubmission.exe(67B4173C)
    RefCount=1 SpinLock=0 Offset=8368, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 3128, counter : time in resource per second Value=53 SpinLock=0 Lifetime=Type: 1 ProcessId: 3128 StartupTime: 130540705949466422, currentInstance : ad-msexchangesubmission-msexchangesubmission.exe(85200236)
    RefCount=1 SpinLock=0 Offset=8040, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 3092, counter : time in resource per second Value=0 SpinLock=0 Lifetime=Type: 1 ProcessId: 3092 StartupTime: 130540705946653923, currentInstance : rpca-msexchangehmworker-msexchangehmworker.exe(39325ED3)
    RefCount=1 SpinLock=0 Offset=7712, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 3092, counter : time in resource per second Value=0 SpinLock=0 Lifetime=Type: 1 ProcessId: 3092 StartupTime: 130540705946653923, currentInstance : mb-msexchangehmworker-msexchangehmworker.exe(6177C09C)
    RefCount=1 SpinLock=0 Offset=7384, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 3092, counter : time in resource per second Value=732 SpinLock=0 Lifetime=Type: 1 ProcessId: 3092 StartupTime: 130540705946653923, currentInstance : ad-msexchangehmworker-msexchangehmworker.exe(712B0516)
    RefCount=1 SpinLock=0 Offset=7056, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 2936, counter : time in resource per second Value=0 SpinLock=0 Lifetime=Type: 1 ProcessId: 2936 StartupTime: 130540705918060169, currentInstance : rpca-microsoft.exchange.servicehost-microsoft.exchange.servicehost.exe(39C8D53)
    RefCount=1 SpinLock=0 Offset=6728, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 2936, counter : time in resource per second Value=0 SpinLock=0 Lifetime=Type: 1 ProcessId: 2936 StartupTime: 130540705918060169, currentInstance : mb-microsoft.exchange.servicehost-microsoft.exchange.servicehost.exe(E7963A1C)
    RefCount=1 SpinLock=0 Offset=6400, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 2936, counter : time in resource per second Value=265 SpinLock=0 Lifetime=Type: 1 ProcessId: 2936 StartupTime: 130540705918060169, currentInstance : ad-microsoft.exchange.servicehost-microsoft.exchange.servicehost.exe(10E8B196)
    RefCount=1 SpinLock=0 Offset=6072, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 2720, counter : time in resource per second Value=0 SpinLock=0 Lifetime=Type: 1 ProcessId: 2720 StartupTime: 130540705888841424, currentInstance : rpca-microsoft.exchange.rpcclientaccess.service-microsoft.exchange.rpcclientaccess.service.exe(E4305E13)
    RefCount=1 SpinLock=0 Offset=5744, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 2720, counter : time in resource per second Value=0 SpinLock=0 Lifetime=Type: 1 ProcessId: 2720 StartupTime: 130540705888841424, currentInstance : mb-microsoft.exchange.rpcclientaccess.service-microsoft.exchange.rpcclientaccess.service.exe(BBA60BDC)
    RefCount=1 SpinLock=0 Offset=5416, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 2720, counter : time in resource per second Value=275 SpinLock=0 Lifetime=Type: 1 ProcessId: 2720 StartupTime: 130540705888841424, currentInstance : ad-microsoft.exchange.rpcclientaccess.service-microsoft.exchange.rpcclientaccess.service.exe(B6581E56)
    RefCount=1 SpinLock=0 Offset=5088, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 2400, counter : time in resource per second Value=0 SpinLock=0 Lifetime=Type: 1 ProcessId: 2400 StartupTime: 130540705938997675, currentInstance : rpca-forefrontactivedirectoryconnector-defaultdomain(A627DA57)
    RefCount=1 SpinLock=0 Offset=4760, categoryName: MSExchange Activity Context Resources 
    A process is holding onto a transport performance counter. processId : 2400, counter : time in resource per second Value=0 SpinLock=0 Lifetime=Type: 1 ProcessId: 2400 StartupTime: 130540705938997675, currentInstance : mb-forefrontactivedirectoryconnector-defaul...
    I've reset all the perfom counters, as that's fixed issues like this in the past. But it didn't work this time.
    Any thoughts?
    Eric               
    Eric Gunderson

    I found this via web search. While the subject of the error for this person was POP, I used what he did for IMAP4 and it fixed my issue too. Like him, I'd like to understand the WHY, but I'm just happy its working for me again.
    Eric
    The issue was that the “State” of the PopProxy component was set to Inactive:
    [PS] D:\>Get-ServerComponentstate -Identity SRVDENEX01
    Server Component State
    SRVDENEX01.company.com ServerWideOffline Active
    SRVDENEX01.company.com HubTransport Active
    SRVDENEX01.company.com FrontendTransport Active
    SRVDENEX01.company.com Monitoring Active
    SRVDENEX01.company.com RecoveryActionsEnabled Active
    SRVDENEX01.company.com AutoDiscoverProxy Active
    SRVDENEX01.company.com ActiveSyncProxy Active
    SRVDENEX01.company.com EcpProxy Active
    SRVDENEX01.company.com EwsProxy Active
    SRVDENEX01.company.com ImapProxy Active
    SRVDENEX01.company.com OabProxy Active
    SRVDENEX01.company.com OwaProxy Active
    SRVDENEX01.company.com PopProxy Inactive
    SRVDENEX01.company.com PushNotificationsProxy Active
    SRVDENEX01.company.com RpsProxy Active
    SRVDENEX01.company.com RwsProxy Active
    SRVDENEX01.company.com RpcProxy Active
    SRVDENEX01.company.com UMCallRouter Active
    SRVDENEX01.company.com XropProxy Active
    SRVDENEX01.company.com HttpProxyAvailabilityGroup Active
    SRVDENEX01.company.com ForwardSyncDaemon Active
    SRVDENEX01.company.com ProvisioningRps Active
    SRVDENEX01.company.com MapiProxy Active
    SRVDENEX01.company.com EdgeTransport Active
    SRVDENEX01.company.com HighAvailability Active
    SRVDENEX01.company.com SharedCache Active
    A quick call to Set-ServerComponentState to mark this component Active fixed the issue:
    Set-ServerComponentState -Identity SRVDENEX01 -Component PopProxy -Requester HealthAPI -State Active
    After doing this POP started responding as expected, using any valid hostname or IP address.
    Like the user who posted to TechNet, I would also like to know why the health check failed and marked the PopProxy as inactive.
    I will research this further and if I find anything I will update this post.
    Eric Gunderson

  • ICM CallRouter Question

    Dears,
    I would like to restart ICM CallRouter 7.2.7, it is duplexed, as there is no synchronization between them
    My question is, do I restart the routers only or should I compain this restarting loggers, HDS, PGs........?
    Also, is there a procedure to keep the account working during this downtime, for example shutdown the services of RouterA and keeping RouterB? or the account will face a problem
    Appreciate your help as usual,
    Regards,

    Hi Goeff,
    Thanks so much for usual supprt
    Really I have a problem with number of trunks I get from Avaya side through AES after ICM switch went down, we doubt that the router no synch anymore
    We have integration with Avaya through AES and RTA, and Cisco PG
    We restarted the routers today, but we still have the same issue, but of course we getting the number of trunks from Avaya AES (Avaya CTI) as based on the number of idle trunks we make intelligent routing
    Right now, I want to ask you, you have idea about how to get the input data which come to router from another vendor, like Avaya........? to make sure that I receive the trunks info correctly
    Appreciate your usual support and sorry for inconvenience
    Regards,
    Mohamed

  • Exchange 2013 mailflow issues & transport latency

    Hi,
    we have more then 50 Exchange Server 2013 deployed and every single Exchange has transport issues.
    -the transport Service do not respond for 30 min or more.
    -RAM consumption
    -the e-mail are stock in outlook for long time
    -we have Exchaneg 2013 with all CUs / SP1 version installed and i cannot see any improvement.
    I m disappointed and i hope that someone can help me to understand the Exchange 2013 Mailflow
    Best regard

    @ 1 i want to say thanks all of you for the Replays and for helpful information.
    Yes i have a Transport Agent on the Computer for Archiving S.Nithyanandham
    I fix the Problem with the Microsoft Script and now i will wait to see any improvement.
    After i set the eventlog to high i can see
    event id 12028
    The process with process ID 11596 is holding the performance counter connections current Value=0 SpinLock=0 Lifetime=Type: 1 ProcessId: 11596 StartupTime: 130566455797932178 from instance _total(CFBEE918) RefCount=0 SpinLock=0 Offset=32 and category MSExchangeTransport
    SmtpSend while running processes are: Processes running are:
    5908 w3wp
    8468 msdtc
    13736 powershell
    1964 sftracing
    20864 UMWorkerProcess
    4128 MSExchangeDagMgmt
    3468 Microsoft.Exchange.Diagnostics.Service
    1368 mqsvc
    4912 w3wp
    12988 RuntimeBroker
    2152 Microsoft.Exchange.Directory.TopologyService
    388 svchost
    6876 MSExchangeMailboxReplication
    3132 MSExchangeSubmission
    2540 MSExchangeMigrationWorkflow
    19284 iexplore
    2932 noderunner
    10416 w3wp
    16136 conhost
    564 svchost
    20352 conhost
    1144 Internal.Exchange.CADNArchivingService
    2132 WMSvc
    12828 ParserServer
    4296 scanningprocess
    4688 GXHSMService
    19244 conhost
    17096 Microsoft.Exchange.Imap4Service
    22020 vmtoolsd
    4092 Microsoft.Exchange.UM.CallRouter
    3696 MSExchangeThrottling
    5664 Microsoft.Exchange.EdgeSyncSvc
    344 csrss
    736 svchost
    14328 ParserServer
    1128 svchost
    19660 WmiPrvSE
    5904 Microsoft.Exchange.Imap4
    2108 svchost
    21412 mmc
    3464 w3wp
    1316 cvd
    6040 MSExchangeFrontendTransport
    15560 iexplore
    916 svchost
    1504 hostcontrollerservice
    16672 taskhostex
    16868 explorer
    9972 w3wp
    712 svchost
    4060 umservice
    6620 svchost
    6616 w3wp
    13116 svchost
    704 dwm
    7204 Microsoft.Exchange.Store.Worker
    15900 iexplore
    108 winlogon
    24732 conhost
    500 lsass
    696 Microsoft.Exchange.Store.Service
    5816 Microsoft.Exchange.Search.Service
    1480 svchost
    1280 fms
    7976 dllhost
    1080 spoolsv
    684 LogonUI
    22248 mmc
    20040 rundll32
    10924 w3wp
    13612 conhost
    6588 MSExchangeMailboxAssistants
    21952 conhost
    1464 SMSvcHost
    23816 mmc
    16828 mmc
    2640 noderunner
    2836 noderunner
    4608 EvMgrC
    16700 Microsoft.Exchange.SharedCache
    5196 w3wp
    15636 MSExchangeHMWorker
    6396 mmc
    9044 Microsoft.Exchange.Imap4Service
    4400 SMSvcHost
    1836 nsclient++
    3016 Microsoft.Exchange.RpcClientAccess.Service
    1636 inetinfo
    15424 csrss
    1436 vmtoolsd
    1828 ForefrontActiveDirectoryConnector
    9384 w3wp
    24148 MSExchangeTransport
    6552 w3wp
    4384 scanningprocess
    4972 Microsoft.Exchange.AntispamUpdateSvc
    3788 MSExchangeTransportLogSearch
    14644 rundll32
    19348 Microsoft.Exchange.Imap4
    432 winlogon
    22692 conhost
    23676 rdpclip
    2792 noderunner
    4564 scanningprocess
    228 smss
    5152 MSExchangeDelivery
    620 Microsoft.Exchange.ServiceHost
    9484 w3wp
    22216 ParserServer
    5736 MSExchangeHMHost
    1992 updateservice
    21296 iexplore
    21004 dwm
    8292 WUDFHost
    608 svchost
    16768 conhost
    396 csrss
    5136 Microsoft.Exchange.Store.Worker
    800 svchost
    11240 w3wp
    404 wininit
    7692 svchost
    9716 w3wp
    492 services
    4 System
    24748 ParserServer
    2760 msexchangerepl
    0 Idle
    event 2006
    Send connector Inbound Proxy Internal Send Connector: the connection to xxx.xxx.xxx.x:2525 was disconnected by the remote server.
    event 2128
    Process w3wp.exe (ECP) (PID=10924). Object CN=HealthMailbox526969de2c35417c8a01222265520c3e,CN=Monitoring Mailboxes,CN=Microsoft Exchange System Objects,DC=domain,DC=dc was not found on the Domain Controller %hostname%. This may indicate a replication or
    permission issue. 
    event 1012
    The store driver failed to submit event 18522569 mailbox d57dd45b-f3e9-492d-b23c-0fea92c8dd85 MDB 7b71f84c-1bd3-4b16-a8a9-dca18f50fbb5 and couldn't generate an NDR due to exception Microsoft.Exchange.MailboxTransport.StoreDriverCommon.InvalidSenderException
       at Microsoft.Exchange.MailboxTransport.Shared.SubmissionItem.SubmissionItemUtils.CopySenderTo(SubmissionItemBase submissionItem, TransportMailItem message)
       at Microsoft.Exchange.MailboxTransport.Submission.StoreDriverSubmission.MailItemSubmitter.GenerateNdrMailItem()
       at Microsoft.Exchange.MailboxTransport.Submission.StoreDriverSubmission.MailItemSubmitter.<>c__DisplayClass1.<FailedSubmissionNdrWorker>b__0()
       at Microsoft.Exchange.MailboxTransport.StoreDriverCommon.StorageExceptionHandler.RunUnderTableBasedExceptionHandler(IMessageConverter converter, StoreDriverDelegate workerFunction).
    event id 1023
    Windows cannot load the extensible counter DLL ASP.NET_2.0.50727. The first four bytes (DWORD) of the Data section contains the Windows error code.

  • New DVR Issues (First Run, Channel Switching, etc.)

    I've spent the last 30 minutes trying to find answers through the search with no luck, so sorry if I missed something.
    I recently switched to FIOS from RCN cable in New York.  I've gone through trying to setup my DVR and am running into issues and was hoping for some answers.
    1.  I setup two programs to record at 8PM, I was watching another channel at the time and only half paying attention.  Around 8:02 I noticed a message had popped up asking if I would like to switch channels to start recording.  I was expecting it to force it to switch like my old DVR, but in this case it didn't switch and I missed the first two minutes of one of the shows.  I typically leave my DVR on all day and just turn off the TV, this dual show handling will cause issues with that if I forget to turn off the DVR.  Is there a setting I can change that will force the DVR to choose one of the recording channels?
    2.  I setup all my recordings for "First Run" because I only want to see the new episodes.  One show I setup was The Daily Show on comedy central, which is shown weeknights at 11pm and repeated 3-4 times throughout the day.  My scheduled recordings is showing all these as planned recordings even though only the 11pm show is really "new".  Most of the shows I've setup are once a week so they aren't a problem, but this seems like it will quickly fill my DVR.  Any fixes?
    Thanks for the help.
    Solved!
    Go to Solution.

    I came from RCN about a year ago.  Fios is different in several ways, not all of them desirable.  Here are several ways to get--and fix--unwanted recordings from a series recording setup.
    Some general principles. 
    Saving changes.  When you originally create a series with options, or if you go back to edit the options for an existing series, You MUST save the Series Options changes.  Pretty much everywhere else in the user interface, when you change an option, the change takes effect immediately--but not in Series Options.  Look at the Series Options window.  Look at the far right side.  There is a vertical "Save" bar, which you must navigate to and click OK on to actually save your changes.  Exiting the Series Options window without having first saved your changes loses all your attempted changes--immediately.
    Default Series Options.  This is accessed  from [Menu]--DVR--Settings--Default Series Options.  This will bring up the series options that will automatically be applied to the creation of a NEW series. The options for every previously created series will not be affected by a subsequent modification of the Default Series Options.  You should set these options to the way you would like them to be for the majority of series recordings that you are likely to create.  Be sure to SAVE your changes.  This is what you will get when you select "Create Series Recording" from the Guide.  When creating a new series recording where you think that you may want options different from the default, select "Create Series with Options" instead.  Series Options can always be changed for any individual series set up later--but not for all series at once.
    Non-series recordings.  With Fios you have no directly available options for these.  With RCN and most other DVRs, you can change the start and end times for individual episodes, including individual episodes that are also in a series.  With Fios, your workarounds are to create a series with options for a single program, then delete the series later;  change the series options if the program is already in a series, then undo the changes you made to the series options later; or schedule recordings of the preceding and/or following shows as needed.
    And now, to the unwanted repeats. 
    First, make sure your series options for the specific series in question--and not just the series default options--include "First Run Only".  If not, fix that and SAVE.  Then check you results by viewing the current options using the Series Manager app under the DVR menu.
    Second, and most annoying, the Guide can have repeat programs on your channel tagged as "New".  It happens.  Set the series option "Air Time" to "Selected Time".  To make this work correctly, you must have set up the original series recording after selecting the program in the Guide at the exact time of a first run showing (11pm, in your case), and not on a repeat entry in the Guide.  Then, even it The Daily Show is tagged as New for repeat showings, these will be ignored. 
    Third, another channel may air reruns of the program in your series recording, and the first showing of a rerun episode on the other channel may be tagged as "New".  These can be ignored in your series if you set the series option "Channel" to "Selected Channel".  Related to this, if there is both an SD and HD channel broadcasting you series program, you will record them both if the series option "Duplicates" is set to "Yes".  However, when the Channel option is set to "Selected Channel", the Duplicates Option is always effectively "No", regardless of what shows up on the options screen.  
    As for you missing two minutes,  I have sereral instances in which two programs start recording at the same time.  To the best of my recollection, whenever the warning message has appeared, ignoring it has not caused a loss of recording time.  You might have an older software version.  Newest is v.1.8.  Look at Menu--Settings--System Info.  Or, I might not have noticed the loss of minutes.  I regularly see up to a minute of previous programming at the start of a recording, or a few missing seconds at the beginning or end of a recording.  There are a lot of possibilities for that, but the DVR clock being incorrect is not one of them.  With RCN, the DVR clocks occasionally drifted off by as much as a minute and a half.

  • Pension issue Mid Month Leaving

    Dear All,
    As per rule sustem should deduct mid month joining/leaving/absences or transfer scenarios, the Pension/PF Basis will be correspondingly prorated. But our system is not doing this. In RT table i have found 3FC Pension Basis for Er c 01/2010                    0.00           6,500.00.
    Employee leaving date is 14.04.2010. system is picking pension amout as 541. Last year it was coming right.
    Please suggest.
    Ashwani

    Dear Jayanti,
    We required prorata basis pension in case of left employees and system is not doing this. This is the issue. As per our PF experts Pension amount should come on prorata basis for left employees in case they left mid of month.System is doing prorata basis last year but from this year it is deducting 541. I am giving two RT cases of different years.
    RT table for year 2010. DOL 26.04.2010
    /111 EPF Basis              01/2010                    0.00           8,750.00 
    /139 VPF Basis              01/2010                    0.00           8,750.00 
    /3F1 Ee PF contribution     01/2010                    0.00           1,050.00 
    /3F3 Er PF contribution     01/2010                    0.00             509.00 
    /3F5 Ee Mon PF contribution 01/2010                    0.00           1,050.00 
    /3F6 Ee Ann PF contribution 01/2010                    0.00          12,600.00 
    /3F9 PF adm chrgs * 1,00,00 01/2010                    0.00              96.25 
    /3FA PF basis for Ee contri 01/2010                    0.00           8,750.00 
    /3FB PF Basis for Er Contri 01/2010                    0.00           8,750.00 
    /3FJ VPF basis for Ee contr 01/2010                    0.00           8,750.00 
    /3FL PF Basis for Er Contri 01/2010                    0.00           6,500.00 
    /3F4 Er Pension contributio 01/2010                    0.00             541.00
    /3FC Pension Basis for Er c 01/2010                    0.00           6,500.00
    /3FB PF Basis for Er Contri 01/2010                    0.00           8,750.00
    /3FC Pension Basis for Er c 01/2010                    0.00           6,500.00
    /3FJ VPF basis for Ee contr 01/2010                    0.00           8,750.00
    /3FL PF Basis for Er Contri 01/2010                    0.00           6,500.00
    /3R3 Metro HRA Basis Amount 01/2010                    0.00           8,750.00
    1BAS Basic Salary           01/2010                    0.00           8,750.00
    RT table for year 2009. DOL 27.10.2009
                                                                                    /111 EPF Basis              07/2009                    0.00           9,016.13
    /139 VPF Basis              07/2009                    0.00           9,016.13
    /3F1 Ee PF contribution     07/2009                    0.00           1,082.00
    /3F3 Er PF contribution     07/2009                    0.00             628.00
    /3F5 Ee Mon PF contribution 07/2009                    0.00           1,082.00
    /3F6 Ee Ann PF contribution 07/2009                    0.00           8,822.00
    /3F9 PF adm chrgs * 1,00,00 07/2009                    0.00              99.18
    /3FA PF basis for Ee contri 07/2009                    0.00           9,016.00
    /3FB PF Basis for Er Contri 07/2009                    0.00           9,016.00
    /3FJ VPF basis for Ee contr 07/2009                    0.00           9,016.00
    /3FL PF Basis for Er Contri 07/2009                    0.00           5,452.00
    /3FB PF Basis for Er Contri 07/2009                    0.00           9,016.00 
    /3FC Pension Basis for Er c 07/2009                    0.00           5,452.00 
    /3FJ VPF basis for Ee contr 07/2009                    0.00           9,016.00 
    /3FL PF Basis for Er Contri 07/2009                    0.00           5,452.00 
    /3R4 Non-metro HRA Basis Am 07/2009                    0.00           9,016.13 
    1BAS Basic Salary           07/2009                    0.00           9,016.13 
    Now please suggest what to do. where is the problem  ? If have also checked EXIT_HINCALC0_002 but nothing written in it.
    With Regards
    Ashwani

  • Open PO Analysis - BW report issue

    Hello Friends
    I constructed a query in BW in order to show Open Purchase Orders. We have custom DSO populated with standard
    datasource 2lis_02_itm (Purcahse Order Item). In this DSO we mapped the field ELIKZ to the infoobject 0COMP_DEL
    (Delivery completed).
    We loaded the data from ECC system for all POs and found the following issue for Stock Transport Purchase orders (DocType = UB).
    We have a PO with 4 line items. For line items 10 and 20, Goods issued, Goods received and both the flags "Delivery
    complete" and "Final delivery" checked. For line items 30 and 40, only delivery indicator note is issued for zero
    quantity and Delivery complete flag is checked (Final delivery flag is not checked) in ECC system. For this PO, the
    delivery completion indicator is not properly updated in the DSO for line items 30 and 40. The data looks like the
    following:
    DOC_NUM     DOC_ITEM       DOCTYPE     COMP_DEL
    650000001       10     UB        X
    650000001       20     UB        X
    650000001       30     UB
    650000001       40     UB      
    When we run the Open PO analysis report on BW side this PO is appearing in the report but the same is closed in ECC
    system.
    Any help is appreciated in this regard.
    Thanks and Regards
    sampath

    Hi Priya and Reddy
       Thanks for your response.
                         Yes the indicator is checked in EKPO table for items 30 and 40 and delta is running regularly for more than 1 year and no issues with other POs. This is happening only for few POs of type Stock Transport (UB).
                        I already checked the changes in ME23N and the Delivery completed indicator was changed and it reflected in EKPO table. Further, i checked the PSA records for this PO and i am getting the records with the Delivery completed flag but when i update from PSA to DSO the delivery completed indicator is not updating properly.
                       In PSA, for item 30 i have the following entries. Record number 42 is capturing the value X for ELIKZ but after that i am getting two more records 43 and 44 with process key 10 and without X for ELIKZ. I think this is causing the problem.
    Record No.    Doc.No.                    Item              Processkey         Rocancel     Elikz
        41               6500000001            30                    11                            X           ---    
        42               6500000001            30                    11                            ---           X
        43               6500000001            30                    10                            X           ---
        44               6500000001            30                    10                            ---         ---
    (Here --- means blank)        
    Thanks and Regards
    sampath

  • HP LaserJet Enterprise 600 M602 driver issue

    Hello,
    I've got issue with 600-series printers. We use the latest UPD drivrer ver. 61.175.1.18849 and print from XenApp 6.5. The error occurs every time when users try to print jpg files from XenApp session. It only happens with 600 series printers and UPD.
    Also I've tried to assign native 600-series driver ver. 6.3.9600.16384 and it works good. But with that driver system says that it's color printer and it brokes our printing reports. These reports are very important for us. So we can't use printer and that driver as well.
    Printer installed on Windows Server 2012 R2. All clients are Windows 7 x64. XenApp Servers are Server 2008R2.
    Is it possible to get fixed UPD driver or correct native driver for Server 2012 R2?
    Regards,
    Anatoly

    I am sorry, but to get your issue more exposure I would suggest posting it in the commercial forums since this is a commercial printer. You can do this at Printers - LaserJet.
    Click on New Post.
    I hope this helps.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • Windows 7 displays error message when exiting +cursor issue

    Two issues here. CS5 Phoshop on Wind 7 64 bit.
    Physical processor count: 8
    Processor speed: 3073 MHz
    Built-in memory: 12279 MB
    Free memory: 9577 MB
    Memory available to Photoshop: 10934 MB
    Memory used by Photoshop: 80 %
    Image tile size: 128K
    First issue is since the latest automatic Adobe update (why fix what isn't broken?) Every time I now exit Photoshop I get the message "Adobe QT Server has stoped working" and occasionally it happens when I exit bridge. Indesign is also behaving badly. I can no longer start a previous document from file manager without ID crashing out.
    The other is the cursors in Clone and erase lose their edge (become invisable) for no reason - well not quite. Noise Ninja crashed Photoshop when I tried to use it. I reinstalled it and all is well. The cursor issue seems to be intermittant but came back (for no reason) after I reinstalled NN. I can't seem to change the cursor, no matter what I do. The problem is now seriously affecting how I work. Almost enough to go back to Win XP which ran CS5 Photoshop flawlessly.
    Any help will be gratefully accepted.
    Doug

    function(){return A.apply(null,[this].concat($A(arguments)))}
    doug87510 wrote:
    The recent problem is the entire outline of the cursor (including the crosshair in the middle) was missing at any size of cursor. All I had was exactly what I'd get if I used a real spraygun.
    Well, that issue is simply a matter of hitting the Caps Lock key.  When Caps Lock is on, you'll see the cursor outline, and when it is off you'll see a crosshair.  That's a feature, not a bug.
    Glad to hear the 11.1 drivers are out.  I will download them and try them now myself.
    Regarding "Adobe QT" crashing...  QT brings to mind QuickTime, though that is Apple, not Adobe.  Do you have Apple QuickTime installed?
    Regarding memory usage, with 12 GB of installed RAM, you should be able to set Photoshop to use 90% or more in Edit - Preferences - Performance.
    -Noel

  • Issue in Creation of Periodicals for Contracts in CRM7.0

    Hello,
    I have a requirement to create Contracts in CRM7.0 system.
    And I am doing this using the BAPI *BAPI_BUSPROCESSND_CREATEMULTI*
    Good part is Contract Order gets created, but onlywith Header Details.
    The issues i am facing --
    1. I need to know what kind/type of data must be passed to the interface parameters, the F1 Help/Documentation is vague.
    2. I am passing data in the INPUT FIELDS structure with the Object ID, Handle Number, Reference GUID and Fieldname,
        here what does 'Logical Key' field indicate? What should be passed here.
        What does 'REFERENCE KIND' field indicate, i have been passng 'A' for everything (to be frank i dont know whats its significance is!!).
    3. With so much, My Order gets created but with less than half details, i.e. the Objects not getting created are -  Partner, Product, terms/appointments, Status, LongTexts......
    Any help/inputs would be appreciated.
    Hope my problem is stated clearly ...
    --Regards
    Dedeepya

    Hi Anu,
    i found my solution by debugging with existing data or while creating it in CRMD_ORDER.
    Ensure that you are passing a correct entry in INPUT_FIELDS structure.
    As i haven't worked on rebates i woudlnt be able to help you, I suggest you debug to arrive at a solution.
    You can preset your break-points at :-
    1. FM - CRM_ORDER_MAINTAIN
    2. CRM_ORDER_MAINTAIN_MULTI_OW -- Debug through the complete FM.
    3. CRM_ORDER_PREPARE_MULTI_OW -- The data is set in this function module.
    Regards
    Dedeepya C

  • Issue in creation of plant related data at receiving server using BD10

    Hi all,
    This is regarding Material master creation using B10.I am using MATMAS05 message type for sending data from one system to another.Data is sent and received successfully.When i go in mm03 i can see all the views created successfully accept views related to PLANT.Please guide to resolve the issue.
    When i entered into Log-
    1)"The field MBEW-BKLAS is defined as a required field; it does not contain an entry".
    2)"No material master data exists for material AB_08.04.09(30) in plant 4001".
    My segemnt is as follows-
    ZMATMAS05                      matmas05
           E1MARAM                        Master material general data (MARA)
               Z1KLART                        KLART----
    My extention
               E1MARA1                        Additional Fields for E1MARAM
               E1MAKTM                        Master material short texts (MAKT)
               E1MARCM                        Master material C segment (MARC)
                   Z1AUSPM                        E1AUSPMDistribution of Classification:----
    My extention
                   E1MARC1                        Additional Fields for E1MARCM
                   E1MARDM                        Master material warehouse/batch segment (MARD)
                   E1MFHMM                        Master material production resource/tool (MFHM)
                   E1MPGDM                        Master material product group
                   E1MPOPM                        Master material forecast parameter
                   E1MPRWM                        Master material forecast value
                   E1MVEGM                        Master material total consumption
                   E1MVEUM                        Master material unplanned consumption
                   E1MKALM                        Master material production version
               E1MARMM                        Master material units of measure (MARM)
               E1MBEWM                        Master material material valuation (MBEW)
               E1MLGNM                        Master material material data per warehouse number (MLGN)
               E1MVKEM                        Master material sales data (MVKE)
               E1MLANM                        Master material tax classification (MLAN)
               E1MTXHM                        Master material long text header
               E1CUCFG                        CU: Configuration data
           E1UPSLINK                      Reference from Object to Superior UPS
    Thanks.
    Edited by: sanu debu on Apr 27, 2009 7:10 PM

    CREATE CONTROLFILE SET DATABASE "NEWDB" NORESETLOGS ARCHIVELOGAlso when you are setting a new database, the option should be RESETLOGS and not NORESETLOGS.
    'D:\APP\ADMINISTRATOR\ORADATA\NEWDB\ONLINELOG\O1_MF_2_7FK0XKB8_.LOG
    D:\APP\ADMINISTRATOR\ORADATA\NEWDB\DATAFILE\O1_MF_SYSTEM_7FK0SKN0_.DBFWhy underscore(_) at the end of the datafile name. Any specific reason ?

  • Issue in Creation of new Value Field in CO-PA

    Hi,
    I have a query in CO-PA Value Field Linking.
    In my Development Client,
    1. Created a New Value Field (No Transport Request Generated)
    2. Linked to the above to new Conditon type created in SD. (Tranport request was generated) i.e. in Flow of Actual Values->Transfer of Billing Documents->Assign Value Fields
    However then i try creating a new Value Field in my Production Client it throws a message 'You have no authorization to change Fields".
    Is this an issue with authorization or i need to transport the Value field too from Development to Production client.
    Please Advise.
    Thanks in Advance,
    Safi

    Thanks Phaneendra for the response.
    The creation of Value field did not create any tranportation request. Will this too be transported if i transport the Operating Concern.
    Please Advise.
    Thanks,
    Safi

  • Issue of Free Goods

    Dear All
    I have some is my current assignment-Customer is buying some material say "A" want "B,C" as exclusive free goods
    is it possible to give two free at a time in same order ?
    I only know one exlusive free good can be give to one material with combination of customer ( Customer/Material)
    Looking for some inputs regarding the issue.
    Can you plz suggest me if there is any possiblities for BOM?
    Many Thanks
    Rakesh Naveen

    Dear Rakesh,
    Be informed that free goods is not currently supported in combination with material structures (e.g. product selection,     
    bills of material, variants with BOM explosion), see note 796926.   
    Determination of free goods is performed in include FV45PF0N_NATRAB_SELECTION and the check is hardcoded. You will have to modify the program to get that functionality, but be carfull that any modification won't be supported by SAP, see note 170183.                
    I hope it can help you.
    Ruy Castro

Maybe you are looking for

  • Data Reconciliation b/w SAP and BW

    Hi Experts, We have some BW reports for FI-CA  for cleared items and the values on BW are less than what we have in the SAP Table.I tried reloading the data but it didn't helped.How can I resolve this data inconsistency b/w SAP and BW? Please advice

  • Exporting as CSS in Trial Version

    I attempted to export a page design from a CS4 Fireworks trial version to use in Dreamweaver and it came up with an error message saying: "Could Not Complete your Request, file was not found" I'm not sure if this is because of limitations of the tria

  • Connecting JAVA with  Video Card

    Hai,... Can someone tell me how to connect Java with a video card (like Matrox, dec-link, etc)? Because i want to display a video using that video card to a TV monitor. Is there any tutorial about this? and about connecting JAVA with other device? Th

  • CHECKBOX is showing as Text box

    Hello Friends, We upgraded system from 4.7 to ECC 6.0 In 4.7, SAP is displaying checkbox as Select Box (Tick)  , But in ECC is displaying as text box. Declaration in both the systems is PARAMETERS:   TEST  TYPE CHECKBOX. Please let me know that do i

  • All my notes suddenly disappear on my iPad3 that uses iCloud.

    For the third time, since starting iCloud, all my iPad 3 Notes have suddenly disappeared. Each time this has happened, my notes are there and then suddenly disappear. What is going on?