Console freez after install Rollup 5 for DPM 2012 R2

Hello,
first domain admin installed Update Rollup 5 for DPM 2012 R2. The DPM console freeze in "Monitoring" area in second domain admin. In first domain admin DPM console works good. Do anybody know where si problem?
Thanks,
Jakub

Hello Cejka,
The GUI might freeze in one of the the following cases :
Case1:
You have never protected the DPM server’s System State, with the DPM server itself
You have protected some System State from other Production Servers
You upgrade to UR5
You trigger an inquiry on the DPM Server itself
Case2:
You have a primary DPM server protecting the System State of a Production Server
You have attached the primary DPM server to a secondary DPM server for Disaster Recovery
You upgrade the secondary DPM server to UR5
You trigger an inquiry on the
primary DPM server in the secondary DPM server UI
Then:
The UI crashes, and gets hung if you start it again
Cmdlets are also unresponsive
Workaround:
Stop all DPM services (MSDPM, Access Manager, DPM Writer, DPMRA, VssNullProvider)
Open the SQL Server Management Studio (Either from Start Screen, or Run: ssms.exe)
Connect to the SQL Instance holding the DPM DB
Backup Your DPM Backup
Right click the DPM DB and click on “New Query”
Paste the following SQL script:
DELETE
FROM dbo.tbl_IM_ProtectedObject
WHERE
ProtectedObjectId IN
SELECT PO.ProtectedObjectId
FROM dbo.tbl_IM_ProtectedObject
AS PO
JOIN dbo.tbl_AM_Server
AS SRVR
ON PO.ServerId
= SRVR.ServerId
WHERE (CONVERT(VARCHAR(4096),PO.ComponentName)
= 'System State'
OR CONVERT(VARCHAR(4096),PO.ComponentName)
= 'Bare Metal Recovery')
AND PO.ProtectedInPlan
= 0
AND PO.ProtectedObjectId
NOT IN
(SELECT
ProtectedObjectId FROM
dbo.tbl_IM_ProtectedObjectAlerts)
AND LOWER(CONVERT(XML,PO.LogicalPath).value(
'(/child::ArrayOfInquiryPathEntryType/child::InquiryPathEntryType[attribute::Type="Server"]/attribute::Value)[1]',
'VARCHAR(4096)'
)) !=
LOWER(SRVR.ServerName)
Press F5 to execute
Start all DPM services
The UI and cmdlets should work normally as before
Islam Gomaa Microsoft MVP | System Center Data Protection Manager email: Islam @ Islam Gomaa.com Blog: http://owsug.ca/blogs/IslamGomaa Website: www.islamGomaa.com

Similar Messages

  • Used 60 GB for Windows partition (BOOTCAMP) had less than 25GB free after instalation

    Installed windows on bootcamp on my 2012 Retina MacBook Pro (256 SSD). I used 60 GB for Windows partition (BOOTCAMP) had only about 25 GB free after instalation. Why?
    If I look at the size of all the folders inside BOOTCAMP it adds up to 17 GB. Where did almost 20 GB go?
    I'd truly appreciate any help with this.
    Thank you,
    Matej

    Look for two files.  pagefile.sys and hibernation.sys...these are used as swap space and ram sleep image respectively.  You can limit the first as suggested and turn the later off.

  • Opensso : problem load opensso admin console page after install agent

    Hi,
    After installing policy agent for Tomcat in another instance,
    I could not load opensso admin console as usual (http://opensso.local.asyd.net:8000/opensso/UI/Login). The message
    given:
    root cause
    javax.servlet.ServletException: Servlet execution threw an
    exception
         com.sun.identity.setup.AMSetupFilter.doFilter(AMSetupFilter.java:91)
    root cause
    java.lang.NoClassDefFoundError
         com.sun.identity.authentication.client.AuthClientUtils.<clinit>(AuthClientUtils.java:136)
    or
    com.sun.identity.authentication.UI.LoginServlet.initializeRequestContext(LoginServlet.java:106)
    The tomcat log gave this message:
    SEVERE: Servlet.service() for servlet LoginServlet threw exception
    java.lang.NoClassDefFoundError
         at com.sun.identity.authentication.UI.LoginServlet.initializeRequestContext(LoginServlet.java:106)
    +++++++++++++++++++++++++++++++++++++++++
    I have 2 Tomcat instances on one machine:
    /home/opensso/apache-tomcat-6.0.18 (where the open sso server is deployed)
    /opt/tomcat-instance/opensso.local.asyd.net (where the web server client is deployed and agent is installed)
    Here is the response summary of my agent installation:
    SUMMARY OF YOUR RESPONSES
    Tomcat Server Config Directory :
    /opt/tomcat-instance/opensso.local.asyd.net/conf
    OpenSSO server URL : http://opensso.local.asyd.net:8000/opensso
    $CATALINA_HOME environment variable :
    /home/opensso/apache-tomcat-6.0.18
    Tomcat global web.xml filter install : false
    Agent URL : http://opensso.local.asyd.net:8081/mini-agentsample
    Agent Profile name : AS9Agent
    Agent Profile Password file name :
    /opt/tomcat-instance/tomcat_v6_agent/tomcat6agentpw.txt
    Verify your settings above and decide from the choices below.
    1. Continue with Installation
    2. Back to the last interaction
    3. Start Over
    4. Exit
    Please make your selection [1]: 1
    Updating the /home/opensso/apache-tomcat-6.0.18/bin/setclasspath.sh
    script with the Agent classpath ...DONE.
    Creating directory layout and configuring Agent file for Agent_001
    instance ...DONE.
    Reading data from file
    /opt/tomcat-instance/tomcat_v6_agent/tomcat6agentpw.txt and
    encrypting it ...DONE.
    Generating audit log file name ...DONE.
    Creating tag swapped OpenSSOAgentBootstrap.properties file for instance
    Agent_001 ...DONE.
    Creating a backup for file
    /opt/tomcat-instance/opensso.local.asyd.net/conf/server.xml ...DONE.
    Creating a backup for file
    /opt/tomcat-instance/opensso.local.asyd.net/conf/web.xml ...DONE.
    Adding OpenSSO Tomcat Agent Realm to Server XML file :
    /opt/tomcat-instance/opensso.local.asyd.net/conf/server.xml ...DONE.
    Adding filter to Global deployment descriptor file :
    /opt/tomcat-instance/opensso.local.asyd.net/conf/web.xml ...DONE.
    Adding OpenSSO Tomcat Agent Filter and Form login authentication to
    selected Web applications ...DONE.
    SUMMARY OF AGENT INSTALLATION
    Agent instance name: Agent_001
    Agent Bootstrap file location:
    /opt/tomcat-instance/tomcat_v6_agent/Agent_001/config/OpenSSOAgentBootstrap.properties
    Agent Configuration file location
    /opt/tomcat-instance/tomcat_v6_agent/Agent_001/config/OpenSSOAgentConfiguration.properties
    Agent Audit directory location:
    /opt/tomcat-instance/tomcat_v6_agent/Agent_001/logs/audit
    Agent Debug directory location:
    /opt/tomcat-instance/tomcat_v6_agent/Agent_001/logs/debug
    Install log file location:
    /opt/tomcat-instance/tomcat_v6_agent/installer-logs/audit/install.log
    Thank you for using OpenSSO Policy Agent
    Edited by: enterprisecoder on Jun 27, 2010 8:19 PM
    Edited by: enterprisecoder on Jun 28, 2010 12:37 AM
    Edited by: enterprisecoder on Jun 28, 2010 2:14 AM
    Edited by: enterprisecoder on Jun 28, 2010 8:19 PM

    Hi
    I am facing the similar issue after installing the policy agent on tomcat 6.x
    Installation gets successfully, but once I start the tomcat server secured by agent than I get below error
    Dec 23, 2010 2:43:44 PM org.apache.catalina.core.AprLifecycleListener init
    INFO: Loaded APR based Apache Tomcat Native library 1.1.20.
    Dec 23, 2010 2:43:44 PM org.apache.catalina.core.AprLifecycleListener init
    INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
    AgentConfiguration: Exception while reading new mod interval: "null"
    Dec 23, 2010 2:43:45 PM org.apache.tomcat.util.digester.Digester startElement
    SEVERE: Begin event threw error
    java.lang.ExceptionInInitializerError
    at com.sun.identity.agents.arch.Manager.<clinit>(Manager.java:643)
    at com.sun.identity.agents.tomcat.v6.AmTomcatRealm.<clinit>(AmTomcatRealm.java:64)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at java.lang.Class.newInstance0(Class.java:355)
    at java.lang.Class.newInstance(Class.java:308)
    at org.apache.tomcat.util.digester.ObjectCreateRule.begin(ObjectCreateRule.java:206)
    at org.apache.tomcat.util.digester.Rule.begin(Rule.java:153)
    at org.apache.tomcat.util.digester.Digester.startElement(Digester.java:1356)
    at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:501)
    at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(AbstractXMLDocumentParser.java:179)
    at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(XMLDocumentFragmentScannerImpl.java:1339)
    at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2747)
    at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:648)
    at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:510)
    at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:807)
    at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:737)
    at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:107)
    at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1205)
    at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:522)
    at org.apache.tomcat.util.digester.Digester.parse(Digester.java:1642)
    at org.apache.catalina.startup.Catalina.load(Catalina.java:510)
    at org.apache.catalina.startup.Catalina.load(Catalina.java:548)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:261)
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
    Caused by: java.lang.RuntimeException: Unknown User Mapping Mode: null
    at com.sun.identity.agents.arch.AgentConfiguration.setUserMappingMode(AgentConfiguration.java:865)
    at com.sun.identity.agents.arch.AgentConfiguration.setHotSwappableConfigProps(AgentConfiguration.java:1170)
    at com.sun.identity.agents.arch.AgentConfiguration.initializeConfiguration(AgentConfiguration.java:1098)
    at com.sun.identity.agents.arch.AgentConfiguration.<clinit>(AgentConfiguration.java:1543)
    ... 31 more
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:261)
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
    Caused by: java.lang.ExceptionInInitializerError
    at com.sun.identity.agents.arch.Manager.<clinit>(Manager.java:643)
    at com.sun.identity.agents.tomcat.v6.AmTomcatRealm.<clinit>(AmTomcatRealm.java:64)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at java.lang.Class.newInstance0(Class.java:355)
    at java.lang.Class.newInstance(Class.java:308)
    at org.apache.tomcat.util.digester.ObjectCreateRule.begin(ObjectCreateRule.java:206)
    at org.apache.tomcat.util.digester.Rule.begin(Rule.java:153)
    at org.apache.tomcat.util.digester.Digester.startElement(Digester.java:1356)
    at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:501)
    at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(AbstractXMLDocumentParser.java:179)
    at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(XMLDocumentFragmentScannerImpl.java:1339)
    at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2747)
    at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:648)
    at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:510)
    at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:807)
    at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:737)
    at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:107)
    at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1205)
    at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:522)
    at org.apache.tomcat.util.digester.Digester.parse(Digester.java:1642)
    at org.apache.catalina.startup.Catalina.load(Catalina.java:510)
    at org.apache.catalina.startup.Catalina.load(Catalina.java:548)
    ... 6 more
    Caused by: java.lang.RuntimeException: Unknown User Mapping Mode: null
    at com.sun.identity.agents.arch.AgentConfiguration.setUserMappingMode(AgentConfiguration.java:865)
    at com.sun.identity.agents.arch.AgentConfiguration.setHotSwappableConfigProps(AgentConfiguration.java:1170)
    at com.sun.identity.agents.arch.AgentConfiguration.initializeConfiguration(AgentConfiguration.java:1098)
    at com.sun.identity.agents.arch.AgentConfiguration.<clinit>(AgentConfiguration.java:1543)
    ... 31 more
    Exception in thread "SystemTimer" java.lang.NoClassDefFoundError: Could not initialize class com.sun.identity.agents.arch.AgentConfiguration
    at com.sun.identity.agents.arch.AgentConfiguration$ConfigurationMonitor.getRunPeriod(AgentConfiguration.java:1397)
    at com.sun.identity.common.TimerPool$WorkerThread.run(TimerPool.java:504)

  • Can't start Tomcat after installing Bea WorkShop for JSP

    Hi,
    I have been using Eclipse SDK Version: 3.1.2 Build id: M20060118-1600 and Web Tools Project 1.0.2 and Tomcat 5.0 and Tomcat 5.5 for about 2 months with no problems. But now I Can't start Tomcat after installing Bea WorkShop for JSP plug-in. I get "Server Tomcat v5.0 @ localhost failed to start". Any help would be greatly appreciated.

    I installed BEA Workshop for JSP Version: 3.1.0
    Build id: 536. I only wanted to install the plug-in to my existng Eclipse 3.1 / WTP application. The only option that I saw was to download the entire FullWorkshopFreeInstall-536.zip, which is 192,496 KB. During the installation, there is a screen that you can specify to only install the plug-in - and I selected that option. Today, I chose to uninstall the BEA Workshop for JSP and then I was again able to start Tomcat server. I then did a complete install of BEA Workshop for JSP into a totally separate location. My original Eclipse installation still works fine, but my Workshop for JSP Version (which is now a completely new installation) has the same problem with Tomcat that I reported with the plug-in. I am using j2sdk1.4.2_08 and have tried both Tomcat 5.0 and Tomcat 5.5. I have the same problem with both Windows XP Home Edition and Windows XP Professional.
    Thanks for your assistance.
    Ron

  • After instaling the update for OS yesterday (saturday 7.10.2012) my macbook pro will not start. The instaling proses start but stopp after 2-3 minutes. I have started mayby 10 tims know but it stops every time. Help, its just a monts ago my iMac hard fail

    After instaling the update for OS yesterday (saturday 7.10.2012) my macbook pro will not start. The instaling proses start but stopp after 2-3 minutes. I have started mayby 10 tims know but it stops every time. Help, its just a monts ago my iMac hard fail

    Actually it sometimes gets a little further, the display will dim and the pointer will appear and then whoop it will turn off. if i do a verbose start up, it will finish all the steps, the white screen will appear and dim and then it will turn off.

  • Palm TX will sync but not transfer data after installing 64bit drivers for Windows 7

    Palm TX will sync but not transfer data after installing 64bit drivers for Windows 7 using the USB cable. Does anyone have any advise?
    Post relates to: HP TouchPad (WiFi)

    @MikeNTxs - 64bit USB drivers have been available since April of 2010, and they do work. I've synced successfully to my Vista64 bit laptop many times via USB.
    See the sticky thread at the top of this section titled "64bit Palm Desktop drivers are here!"
    WyreNut
    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

  • I'm Having trouble with OWA and Certs after the Rollup 7 for SP3 installation. any idea? update 2961522-

    Hi, everyone.
    I'm Having trouble with OWA and Certs after the Rollup 7 for SP3 installation. any idea? update 2961522-
    after running get-OWAVirtualDirectory or test-OWAConnectivity i'm getting a message that says "OWA it's Orphan, No Metadata information can be found."
    I only have the OWA users impacted.- anywhere users, and ActiveSync are working well.-
    Thanks,
    Fabian Alberto Campo
    MCT-MCSA 2012-MCITP365-MCTS
    Fabián A. Campo H. Consultor tecnico @ IXO Ltda. MCT MCP MCTS MCSA HP-APS Cra. 67 No. 167 – 61 of 303 Bogotá, Colombia

    Hi Fabian,
    Is there any error code when user access their mailbox on OWA. Please confirm if there is no results returned in EMS when you run Get-OWAVirtualDirectory cmdlet. Also check whether there is any Event Logs related to OWA in Exchange.
    In IIS manager, make sure the OWA virtual directory is listed in the Default Web Site. In EMC, we can navigate to Server Configuration > Client Access, select server and turn to Outlook Web App tab. Then we can click Reset Virtual Directory in the right
    Actions pane to reset OWA virtual directory.
    Additionally, please restart IIS service by running iisreset /noforce from a Command Prompt window.
    Regards,
    Winnie Liang
    TechNet Community Support

  • After installing iOS 8 for my iPad all my PDF files in iBooks disappeared.

    After installing iOS 8 for my iPad Air, all my PDF files in iBooks disappeared.

    Did you back these books up to your computer before updating to iOS 8? It is always suggested that you back everything up before updating, so if something goes wrong, you can easily put them back on.
    You should just be able to plug the device into the computer you sync to and they should sync as long as you have "Sync Books" ticked in the books section.

  • After installing new software for i phone it give me statement your phone could not be activated because activation serer is temporarily unavailable

    after installing new software for i phone it give me statement your phone could not be activated because activation serer is temporarily unavailable what should i do ???

    Usually this is because the activation server is temporarily unavailable. Try again in 20 minutes or so.

  • After installing Mavericks, office for mac 2008 doesn't work properly

    After installing mavericks, office for mac 2008 is slow, unresponsive a lot of the time, and slows my whole mac down if i want to do other things at the same time. Is there a solution that doesn't involve spending loads of money on a newer version of office for mac?

    All Good. Are there any pending updates for MS Office by chance? Just check under the Help menu in the top Menu when you open Word.
    I highly recommend you to reinstall the latest Office 2008 update > http://www.microsoft.com/en-us/download/details.aspx?id=36897 Note that Office 2008 is not supported by Microsoft anymore (thanks Mende1 for the link)
    Pete

  • DPM 2012 R2 console crashes after install RU5 Solved

    Just to Share 
    The GUI might freeze in one of the following cases :
    Case1:
    You have never protected the DPM server’s System State, with the DPM server itself
    You have protected some System State from other Production Servers
    You upgrade to UR5
    You trigger an inquiry on the DPM Server itself
    Case2:
    You have a primary DPM server protecting the System State of a Production Server
    You have attached the primary DPM server to a secondary DPM server for Disaster Recovery
    You upgrade the secondary DPM server to UR5
    You trigger an inquiry on the
    primary DPM server in the secondary DPM server UI
    Then:
    The UI crashes, and gets hung if you start it again
    Cmdlets are also unresponsive
    Workaround:
    Stop all DPM services (MSDPM, Access Manager, DPM Writer, DPMRA, VssNullProvider)
    Open the SQL Server Management Studio (Either from Start Screen, or Run: ssms.exe)
    Connect to the SQL Instance holding the DPM DB
    Backup Your DPM Backup
    Right click the DPM DB and click on “New Query”
    Paste the following SQL script:
    DELETE
    FROM dbo.tbl_IM_ProtectedObject
    WHERE
    ProtectedObjectId IN
    SELECT PO.ProtectedObjectId
    FROM dbo.tbl_IM_ProtectedObject
    AS PO
    JOIN dbo.tbl_AM_Server
    AS SRVR
    ON PO.ServerId
    = SRVR.ServerId
    WHERE (CONVERT(VARCHAR(4096),PO.ComponentName)
    = 'System State'
    OR CONVERT(VARCHAR(4096),PO.ComponentName)
    = 'Bare Metal Recovery')
    AND PO.ProtectedInPlan
    = 0
    AND PO.ProtectedObjectId
    NOT IN
    (SELECT
    ProtectedObjectId FROM
    dbo.tbl_IM_ProtectedObjectAlerts)
    AND LOWER(CONVERT(XML,PO.LogicalPath).value(
    '(/child::ArrayOfInquiryPathEntryType/child::InquiryPathEntryType[attribute::Type="Server"]/attribute::Value)[1]',
    'VARCHAR(4096)'
    )) !=
    LOWER(SRVR.ServerName)
    Press F5 to execute
    Start all DPM services
    The UI and cmdlets should work normally as before
    Islam Gomaa Microsoft MVP | System Center Data Protection Manager email: Islam @ Islam Gomaa.com Blog: 
    http://blog.islamGomaa.com

    We have released a hotfix with a permanent fix for the DPM 2012 R2 UR5 Console Hang post release issue.
    The details are available at the below link:
    Console crashes when you run an inquiry on a DPM server
    after you install Update Rollup 5 for System Center 2012 R2 Data Protection Manager
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Regards, Mike J. [MSFT]
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • We stopped receiving event about lockout users after we installed rollup 4 for tmg with sp2

    We have implemented Account Lockout Feature in TMG 2010 (http://www.ntsystems.it/post/ActiveSync-ForeFront-TMG-and-AccountLockoutThreshold.aspx). We configured
    alert definition to send alert when problem occure. After we installed rollup 4 we stopped receiving  event about this probloem ("The limit of consecutive logon failures has been reached...."). How can we resolve this problem? We have implented
    a script which send this information automatically to user with problem. This is very important for us.
    Event description:
    Source: Microsoft Forefront TMG Web 
    Event ID: 32581
    Level: Error
    Text: limit for consecutive logon failures has been reached. Additional logon attempts by domain.local\user.name will be automatically rejected for the next 300 seconds

    Hi,
    Before going further troubleshooting, we should confirm if account lockout works fine now.
    Please refer to the article below to check some limitations on this function.
    http://blogs.technet.com/b/isablog/archive/2012/11/01/using-the-account-lockout-feature-in-tmg-2010.aspx
    Is there any other different information after you install Rollup 4? Or what something else do you change during update to RU4?
    Best Regards
    Quan Gu 

  • BizTalk Administration Console problem after installing IBM iSeries Access

    Hi, 
    We have a Biztalk Server 2010 environment on Windows Server 2008 R2 with SQL server on separate machine. 
    After installing IBM iSeries Access we get errors in Biztalk Administration Console, especially the Host Instance and Adapter information cannot be loaded. 
    Except for the errors in Adminsitration Console, the Biztalk installation seems to be working fine, so the integration processes doesn't seem to be affected. 
    We get the following error:
    BizTalk Server cannot access SQL server.  This could be due to one of the following reasons:
    1. Access permissions have been denied to the current user.  Either log on as a user that has been granted permissions to SQL and try again, or grant the current user permission to access SQL Server.
    2. The SQL Server does not exist or an invalid database name has been specified.  Check the name entered for the SQL Server and database to make sure they are correct as provided during SQL Server installation.
    3. The SQL Server exists, but is not currently running.  Use the Windows Service Control Manager or SQL Enterprise Manager to start SQL Server, and try again.
    4. A SQL database file with the same name as the specified database already exists in the Microsoft SQL Server data folder.
    Internal error from OLEDB provider: "The type initializer for 'System.Data.SqlClient.SqlConnection' threw an exception." (WinMgmt)
    I tried to uninstall the IBM iSeries Access, but the problem remains. 
    This issue is related to this post
    http://social.technet.microsoft.com/Forums/en-US/6f371f45-813c-48d8-80e3-bd94e00bf5dd
    But this post seem to miss a solution. 
    Thanks fo your help with this!
    BR
    Samuel
    SamueL J

    Hi and thanks for your help!
    The machine.config did it :)
    According to this link there is a known issue with the IBM iSeries Access installation which removes the proper permissions from the machine.config and therefore Biztalk Administration Console stops working correctly.
    http://www-01.ibm.com/support/docview.wss?uid=nas284158c400658982b86257611003c6d21
    BR
    Samuel
    SamueL J

  • Exchange replication service not starting after installing Rollup update 3 v3

    Hi,
    I have installed rollup update 3 v3 for exchange 2010 sp1 on my mailbox server. This mailbox server is a DAG member. After installing update rollup, Microsoft exchange replication service on this server attempts to start & show status started for couple
    of seconds & then gets stopped. This behaviuor continues untill i uninstall this rollup. I have installed the same rollup on other DAG member as well with no problem. The following errors are generated in the application logs,
    Event ID 4096: The Microsoft Exchange Replication service failed to start the Tcp Listener. Please review the Event Log for more information. The system will attempt to start the service again in 30 seconds.
    Event ID 2121: The Microsoft Exchange Replication service failed to start the TCP listener. Error: System.Net.Sockets.SocketException: Only one usage of each socket address (protocol/network address/port) is normally permitted
    at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
    at System.Net.Sockets.Socket.Bind(EndPoint localEP)
    at Microsoft.Exchange.Cluster.Replay.TcpListener.StartListening()
    Event ID 4999:
    Watson report about to be sent for process id: 6000, with parameters: E12, c-RTL-AMD64, 14.01.0289.001, msexchangerepl, M.E.Cluster.Replay, M.E.C.R.ReplicaInstance.TargetGetCopyStatus, System.MethodAccessException, a379, 14.01.0289.001.
    ErrorReportingEnabled: True
    Event ID 2060: The Microsoft Exchange Replication service encountered a transient error while attempting to start a replication instance for DB1\SRV-MBX2. The copy will be set to failed. Error:
    The NetworkManager has not yet been initialized. Check the event logs to determine the cause.
    Event ID 2060:
    The Microsoft Exchange Replication service encountered a transient error while attempting to start a replication instance for DB2\SRV-MBX2. The copy will be set to failed. Error: The NetworkManager has not yet been initialized.
    Check the event logs to determine the cause.
    Thanks
    in Advance!!

    I hope you are following the best practice to install rollup on DAG. 
    Suspend activation for the databases on the server being updated.
    Perform a server switchover so that all databases on the server are passive copies. There will be a brief interruption in service for the mailboxes hosted on the active databases during the switchover process.
    Install the update rollup.
    Resume activation for the databases on the updated server.
    Perform database switchovers as needed.
    http://blogs.technet.com/b/scottschnoll/archive/2009/12/10/installing-update-rollup-1-for-exchange-2010-on-dag-members.aspx
    Thanks Uday Kiran,
    Senior Consultant
    Cyquent Technology Consultants, Dubai
    Please Mark as answer if it helps you

  • Isn´t keynote, numbers and pages free after installing Mavericks?

    I tried to download numbers after installing Mavericks and it still shows it´s $19,99 price. Any work around?
    Is there any special instruction regarding this?

    Hi Dahveed,
    I'm still confused i have the Mac versions of  iWork 08 installed from DVD and still the app store is not offering me the latest version of iWork for free which is what the macworld article states below should be happening..
    Is this a problem with the app store?
    Regards
    Alistair
    If you don’t own iLife '11 or iWork ’09 apps (or v1 iOS apps), or own older Mac versions: On the iLife side, you’ll have to buy iMovie and iPhoto at full price ($15 or $5, depending on platform). GarageBand is free for everyone to download, though the app does offer in-app purchases. Apple’s iWork apps are each $20 for the Mac, $10 on the iPhone or iPad.

Maybe you are looking for

  • OSB - configuration project deploy error

    Hi! I got an error message when i wanted to deploy a configuration project to OSB: Permission denied Failed to create temporary jar file The OSB works in Linux. I had got problems with permissions of OSB file folder in Linux. I solved these (the orac

  • BDC recording in transaction BP

    Hi,     I am creating a program which needs to update vendors using transaction BP. I am using BDC for this. However, I noticed that the screen of this transaction is dependent on the previous mode done (display or change). To give an example, in tra

  • Legacy Servlet to JSF

    Hi, I am writing an application in JSF that will replace another Java Servlet but perform the same functions. The first step is to establish the front page in JSF with all the options, but link to the legacy servlet for all those options, and replace

  • Resend Text Settings question - N8 Belle

    Is there a way i can set the resend time for txt? you know when the message failed to send it will automatically send message again after 5mins, but 5 mins is too long., i want it to resend after a minute or so. 5 mins and this resend became so usele

  • Html iView is still displayed in foreground after layer navigation

    Hi Experts, in my model I have an layer with a form view and a html view. After navigation back to another layer, the opened window of the html view is still displayed in the foreground. When the model is compiled with Flash (flex), it works correctl