Azure AD Connect Health agent options

Hi all,
We aim to implement Azure AD connection health to monitor and gather reports on our ADFS infrastructure.
I know that the service stills in preview but is there any options to tune the information gathering or monitoring check periods ? Can we configure the installed agents ?
For example:
Check the health each 1 minute or 5 minutes 
Gather reporting Data on an hour basis, 2 hours basis...
Regards, Samir Farhat Infrastructure and Virtualization Consultant || Virtualization, Cloud, Azure ? Follow and Ask here https://buildwindows.wordpress.com

Hi Samir,
Currently we do not provide any such configuration knobs to the admin and wish to keep the admin experience very simple. Unless this is blocking you from using the service, we wish to wait and provide minimal knobs.
Various reporting features are on the road map and they should satisfy your above requirements.
Thanks
-Varun

Similar Messages

  • Can't add azure ad connect health to azure

    Hi,
    I purchased Azure AD Premium for my PAYG Azure subscription. The license on Azure even states Premium, however, when I try to add Azure
    AD Premium (logged in as a global admin) to my subscription (in the new portal) I get this error:
    You are required to have Azure Active Directory Premium license to be able to create and use Azure Active
    Directory Connect Health
    This is contradictory. Please advise how to get around this.

    Hi,
    I purchased Azure AD Conect Health for my PAYG Azure subscription, having purchased Azure AD Premium. The license on Azure AD states Premium, however, when I try to add Azure AD Premium to my subscription (in the new portal) I get this error:
    AZURE ACTIVE DIRECTORY LICENSE
    Premium
    <svg class="msportalfx-svg-placeholder" focusable="false" role="img" viewBox="0 0 16 16"><g><path d="M10.8,8H5.2V6.1c0-0.8,0.3-1.8,0.7-2.3C6.4,3.4,7.4,3.1,8,3.1c0.6,0,1.6,0.3,2.1,0.8s0.7,1.2,0.7,2V8h2.4V6
    c0-1.3-0.5-2.6-1.3-3.5C11.1,1.6,9.3,1,8,1S4.9,1.6,4.1,2.5C3.3,3.4,2.8,4.6,2.8,6v2h0C1.6,8,1.2,8.7,1.2,9.6v4.8 c0,0.8,0.5,1.6,1.4,1.6h10.8c1,0,1.4-0.8,1.4-1.6V9.6c0-0.8-0.3-1.6-1.6-1.6h0H10.8z"></path></g></svg>
    You are required to have Azure Active Directory Premium license to be able to create and use Azure Active Directory Connect Health.
    Please advise?

  • AAD Connect Health and outbound proxy server

    Fired up the Azure AD Connect Health preview on some AD FS 2012 R2 servers today. Installation went fine and the servers show up in the portal, but no data is flowing. Event log shows repeated exceptions trying to connect to:
    https://policykeyservice.dc.ad.msft.net/clientregistrationmanager.svc/AgentUpdateCheck?tenant=<mytenantguidhere>&env=adfs&productname=Microsoft.Identity.Health.Agent¤tversion=1.0.15022.0
    The machines are on private IP addresses but have a proxy server configured (netsh winhttp set proxy). I'm not seeing any requests hit the proxy log, so I'm guessing the initial install used my IE proxy settings, but the service is not using the system proxy
    config as it should.
    Seems like a bug. Am I doing something wrong?
    Cheers.

    Event 171 from source Monitoring Agent. Not a simple HTTP 403 or 404 error -- the proxy is not being used so the system cannot be reached at all.
    UpdateChecker.ThrottleUpdateInterval;Scheduling next attempt in 5 minutes. Exception: There was no endpoint listening at
    https://policykeyservice.dc.ad.msft.net/clientregistrationmanager.svc/AgentUpdateCheck?tenant=my-tenant-guid&env=adfs&productname=Microsoft.Identity.Health.Agent&currentversion=1.0.15022.0 that could accept the message. This is often caused
    by an incorrect address or SOAP action. See InnerException, if present, for more details. Unable to connect to the remote server
    System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at
    https://policykeyservice.dc.ad.msft.net/clientregistrationmanager.svc/AgentUpdateCheck?tenant=my-tenant-guid&env=adfs&productname=Microsoft.Identity.Health.Agent&currentversion=1.0.15022.0 that could accept the message. This is often caused
    by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected
    party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 168.61.179.146:443
       at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
       at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
       --- End of inner exception stack trace ---
       at System.Net.HttpWebRequest.GetResponse()
       at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
       --- End of inner exception stack trace ---
    Server stack trace:
       at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason)
       at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
       at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)
       at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
       at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
       at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
    Exception rethrown at [0]:
       at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
       at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
       at Microsoft.Online.KeyAndPolicyService.Contracts.IClientRegistrationManager.CheckForAgentUpdate(String tenantName, String environment, String productName, String currentVersion)
       at Microsoft.Online.Reporting.MonitoringAgent.ClientRegistration.CheckForUpdates()
       at Microsoft.Online.Reporting.MonitoringAgent.UpdateChecker.CheckForUpdates()
       at Microsoft.Online.Reporting.MonitoringAgent.UpdateChecker.CheckForAndApplyUpdates(TimeSpan curUpdateCheckInterval)
       at Microsoft.Online.Reporting.MonitoringAgent.UpdateChecker.RunUpdateChecker(TimeSpan curUpdateCheckInterval)
    There's also event 137 from Monitoring Agent with the same basic issue:
    Agent.DownloadPolicyAndUpdateProcessors;DownloadPolicyFailed:There was no endpoint listening at
    https://policykeyservice.dc.ad.msft.net/policymanager.svc/MonitoringPolicy/my-tenant-guid/adfs that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. Unable to connect
    to the remote server
    System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at
    https://policykeyservice.dc.ad.msft.net/policymanager.svc/MonitoringPolicy/my-tenant-guid/adfs that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException:
    Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to
    respond 168.61.179.146:443
       at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
       at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
       --- End of inner exception stack trace ---
       at System.Net.HttpWebRequest.GetResponse()
       at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
       --- End of inner exception stack trace ---

  • ORA-28544: connect to agent failed, probable Net8 administration error

    HI WHEN I TRY TO QUERY SQL SERVER DATABASE FROM ORACLE IAM GETTING THE FOLLOWING ERROR
    ORA-28544: connect to agent failed, probable Net8 administration error
    External procedure agent received SQL or transactional RPC
    CAN ANYONE HELP ME ON THIS

    I've got the same error, help!!!
    specs:
    0. issues
    #>cat /etc/issue
    Welcome to SUSE LINUX Enterprise Server 9 (i586) - Kernel \r (\l).
    1. Checking ODBC connection
    #>cat /etc/unixODBC/odbc.ini
    [myodbc01]
    Description = my01
    Driver = my01
    Server = 192.168.0.xxx
    Database = mysqldb
    USER = oracle
    Password = orapasswd
    Port =
    Socket =
    Option =
    Stmt =
    #>cat /etc/unixODBC/odbcinst.ini
    [my01]
    Description = MYODBC351
    Driver = /usr/lib/unixODBC/libmyodbc3-3.51.06.so
    Setup = /usr/lib/unixODBC/libodbcmyS.so.1
    FileUsage = 1
    CPTimeout =
    CPReuse =
    #>isql myodbc01 oracle orapasswd
    | Connected! |
    | |
    | sql-statement |
    | help [tablename] |
    | quit |
    | |
    SQL> select * from mytable;
    | id| bug_id| reporter_id| bugnote_text_id| view_state| date_submitted | last_modified | note_type| note_attr|
    | 51| 5 | 2 | 51 | 10 | 2007-06-08 13:06:40| 2007-06-08 13:06:40| 0 | |
    | 50| 5 | 6 | 50 | 50 | 2007-06-08 13:05:54| 2007-06-08 13:05:54| 0 | |
    | 49| 5 | 5 | 49 | 50 | 2007-06-08 13:01:05| 2007-06-08 13:01:05| 0 | |
    | 48| 5 | 6 | 48 | 50 | 2007-06-08 13:00:42| 2007-06-08 13:00:42| 0 | |
    | 47| 5 | 5 | 47 | 50 | 2007-06-08 12:59:49| 2007-06-08 12:59:49| 0 | |
    | 46| 5 | 3 | 46 | 10 | 2007-06-08 12:58:27| 2007-06-08 12:58:27| 0 | |
    | 45| 5 | 2 | 45 | 10 | 2007-06-08 12:46:20| 2007-06-08 12:46:20| 0 | |
    | 44| 5 | 6 | 44 | 50 | 2007-06-08 12:45:52| 2007-06-08 12:45:52| 0 | |
    | 43| 5 | 2 | 43 | 50 | 2007-06-08 12:44:42| 2007-06-08 12:44:42| 0 | |
    | 39| 5 | 5 | 39 | 50 | 2007-06-08 12:37:48| 2007-06-08 12:37:48| 0 | |
    | 40| 5 | 6 | 40 | 50 | 2007-06-08 12:41:06| 2007-06-08 12:41:06| 0 | |
    | 41| 5 | 5 | 41 | 50 | 2007-06-08 12:41:41| 2007-06-08 12:41:41| 0 | |
    | 42| 5 | 6 | 42 | 50 | 2007-06-08 12:43:04| 2007-06-08 12:43:04| 0 | |
    SQLRowCount returns 13
    13 rows fetched
    SQL>
    ...so, it works
    2. Configuring HS
    #>hsodbc
    Oracle Corporation --- WEDNESDAY JUN 13 2007 13:23:56.886
    Heterogeneous Agent Release 10.2.0.3.0 - Production Built with
    Driver for ODBC
    #>cat /home/oracle/Ora10g/hs/admin/initmantis.ora --SID=mantis
    HS_FDS_CONNECT_INFO = myodbc01
    HS_FDS_TRACE_LEVEL = ON
    HS_FDS_SHAREABLE_NAME = /usr/lib/libodbc.so
    set ODBCINI=/etc/unixODBC/odbc.ini
    #>cat /home/oracle/Ora10g/network/admin/listener.ora
    LISTENER =
    (ADDRESS_LIST=
    (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521))
    (ADDRESS=(PROTOCOL=ipc)(KEY=MANTIS)))
    SID_LIST_LISTENER=
    (SID_LIST=
    (SID_DESC=
    (SID_NAME=mantis)
    (ORACLE_HOME=/home/oracle/Ora10g)
    (PROGRAM=hsodbc)
    CONNECT_TIMEOUT_LISTENER = 5
    #>cat /home/oracle/Ora10g/network/admin/tnsnames.ora
    mantis =
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521))
    (CONNECT_DATA=(SID=mantis))
    (HS=OK)
    3. Creating 'n testing db link..
    #>sqlplus ...
    SQL*Plus: Release 10.2.0.3.0 - Production on Wed Jun 13 13:53:00 2007
    Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL>select banner from v$version;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Prod
    PL/SQL Release 10.2.0.3.0 - Production
    CORE 10.2.0.3.0 Production
    TNS for Linux: Version 10.2.0.3.0 - Production
    NLSRTL Version 10.2.0.3.0 - Production
    SQL>create database link mantis_dblink connect to oracle identified by orapasswd using 'mantis';
    Database link created.
    SQL> select * from mytable@mantis_dblink;
    SQL> select * from mytable@mantis_dblink
    ERROR at line 1:
    ORA-28545: error diagnosed by Net8 when connecting to an agent
    Unable to retrieve text of NETWORK/NCR message 65535
    ORA-02063: preceding 2 lines from MANTIS_DBLINK

  • How can i use my smart TV as a second monitor for my Power mac (2010) via HDMI cable? i've made the connection but no options show in system prefs display.

    How can i use my smart TV as a second monitor for my Power mac (2010) via HDMI cable? i've made the connection but no options show in system prefs display.
    the computer:Mac Pro, Mac OS X (10.9.5), 2 x 2.66 Ghz 6-Core intel Xeon
    the TV: LG Smart tv

    The Mac uses a highly-parameterized universal Driver for every display. The parameters are set at certain times when a query is sent to your display. The display MUST answer with its name and capabilities, or the screen stays dark. A TV set that is off or "not paying attention" because it is set to a different port when the query occurs will rarely answer, and so will often remain dark.
    You can use tools in the System Report to see whether your display has been detected at all. If it has, the report will look something like this, but its name will appear:
    The times when the query is sent are:
    • at Startup
    • at wake from sleep
    • when the Mac-end of the cable is inserted
    • when using the Option ( Detect Displays ) button in displays preferences

  • Agent option in OBIEE 11g

    I have OBIEE 11g(11.1.1.7.1) in my machine as development environment.When i try to create an agent from analytics->New->agent
    But i am not able to find the agent option in NEW menu.
    What are all the required steps to make it enable.
    Thanks,
    prasanna

    Have a look at the below document and section 19.1.
    Configuring and Managing Agents - 11g Release 1 (11.1.1)
    Thanks,
    ~KKT~

  • In TOAD, Need to Enable DB Health check option

    Hi,
    I am using TOAD 10.1.1.8 DBA Suite.
    As my TOAD DBA Suite, DB Health check option should be there under
    Database -> Diagnose -> DB Health Check.
    But its not showing this option.
    Kindly guide me as How to enable DB Health check.
    Expecting your valuable reply.
    Thanks in advance,
    Orahar.
    Edited by: Orahar on Feb 10, 2010 3:06 PM

    Sure.
    As I didn't get any valuable response from TOAD Forum, I have posted here.
    I hope, I will get the solution here at OTN.
    Thanks.

  • DPM 2012 R2 Looses connectivity with Agents

    We're receiving this errors:
    Event1:
    The DPM protection agent on server.contoso.com could not be contacted. Subsequent protection activities for this computer may fail if the connection is not established. The attempted contact failed for the following reason: (ID: 3122)
    The protection agent operation failed because DPM could not communicate with the Protection Agent service on server.contoso.com. (ID: 308).
    Event2:
    The description for Event ID 902 from source MSDPM cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event:
    The job encountered an internal fatal error.  Contact Microsoft Customer Support
    Problem Details:
    <RecoveredFromFatalError><__System><ID>1059</ID><Seq>365</Seq><TimeCreated>27-02-2014 12:21:52</TimeCreated><Source>TaskExecutor.cs</Source><Line>384</Line><HasError>True</HasError></__System><ExceptionType>System.NullReferenceException</ExceptionType><ExceptionDetails>  
    at Microsoft.Internal.EnterpriseStorage.Dls.Prm.FindActiveNodeBlock.DetermineIfAnotherPossibleOwnerNodeExists(Message msg)
       at Microsoft.Internal.EnterpriseStorage.Dls.TaskExecutor.Fsm.ConnectionPoint.Execute(Message msg)
       at Microsoft.Internal.EnterpriseStorage.Dls.TaskExecutor.TaskInstance.ExecuteOnEngineRestart(Message msg, Boolean&amp; isTaskForceFailed)</ExceptionDetails><ExceptionMessage>Object reference not set to an instance of an object.</ExceptionMessage><CustomDetails>&lt;?xml
    version="1.0" encoding="utf-16"?&gt;
    &lt;TaskExecutionContext&gt;
      &lt;PrmWriterId&gt;a65faa63-5ea8-4ebc-9dbd-a0c4db26912a&lt;/PrmWriterId&gt;
      &lt;PrmDatasourceId&gt;8ceaf865-9c67-4236-8b8b-fc3b05ffd7d2&lt;/PrmDatasourceId&gt;
      &lt;PrmActiveNodeName&gt;server.contoso.com&lt;/PrmActiveNodeName&gt;
      &lt;PrmLogicalReplicaId&gt;6c248345-f5dc-4124-83ad-4894ff8e213a&lt;/PrmLogicalReplicaId&gt;
      &lt;PrmDatasetId&gt;e1e12509-d030-4a9b-91e8-8d5b9413df78&lt;/PrmDatasetId&gt;
      &lt;PrmPhysicalReplicaId&gt;a440f69a-d335-4e49-b9f7-6480487df1d8&lt;/PrmPhysicalReplicaId&gt;
      &lt;PrmReplicaValidity&gt;Valid&lt;/PrmReplicaValidity&gt;
      &lt;PrmReplicaStatus&gt;Idle&lt;/PrmReplicaStatus&gt;
      &lt;PrmOwnerLockId&gt;00000000-0000-0000-0000-000000000000&lt;/PrmOwnerLockId&gt;
      &lt;TEVerb&gt;DeltaReplicate&lt;/TEVerb&gt;
      &lt;TETaskXml&gt;&amp;lt;?xml version="1.0" encoding="utf-16"?&amp;gt;
    &amp;lt;BackupTask xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" BackupType="Incremental"
    Generation="Son" WaitForAllowedConflictingOperationToFinish="true" CheckDataIntegrity="false" TaskId="3e83e15c-0a84-482d-be89-e1902ca65651" AAClsId="da6aa17a-d61c-4e9c-8cea-db25dea52a95" SourceWorkItemId="f0224732-b7d1-4f80-9a52-a1b5dab80044"
    DestinationWorkItemId="c8c31524-3876-41f5-8670-30daf08d1fe5" xmlns="http://schemas.microsoft.com/2003/dls/arm/TaskDefinitions.xsd"&amp;gt;
      &amp;lt;CommonConnectionAttributes Compression="false" Encryption="false" Checksum="false" /&amp;gt;
      &amp;lt;ProtectionConfig DataSourceId="8ceaf865-9c67-4236-8b8b-fc3b05ffd7d2"&amp;gt;
        &amp;lt;HostEndpoint NameOrIP="server" PrincipalName="server.contoso.com" Port="5718" /&amp;gt;
        &amp;lt;ProtectedObject Name="Protection" WriterId="a65faa63-5ea8-4ebc-9dbd-a0c4db26912a" LogicalPath="server" ComponentName="model" ComponentType="FileGroup" Caption="model"
    TimeStamp="0" /&amp;gt;
      &amp;lt;/ProtectionConfig&amp;gt;
      &amp;lt;ReplicaTaskConfig&amp;gt;
        &amp;lt;HostEndpoint NameOrIP="DPMServer" PrincipalName="DPMServer.contoso.com" Port="5718" /&amp;gt;
      &amp;lt;/ReplicaTaskConfig&amp;gt;
      &amp;lt;DatasetConfig DatasetId="e1e12509-d030-4a9b-91e8-8d5b9413df78" DependentDatasetId="e2378516-d72b-45dc-8eb0-d2d6efb32431" PreviousBackupStamp="CAAAALFBT+/0Jc8B" /&amp;gt;
    &amp;lt;/BackupTask&amp;gt;&lt;/TETaskXml&gt;
      &lt;TEErrorDetails&gt;&amp;lt;?xml version="1.0" encoding="utf-16"?&amp;gt;
    &amp;lt;q1:ErrorInfo ErrorCode="0" DetailedCode="0" DetailedSource="0" ExceptionDetails="" xmlns:q1="http://schemas.microsoft.com/2003/dls/GenericAgentStatus.xsd"
    /&amp;gt;&lt;/TEErrorDetails&gt;
      &lt;TELastStateName&gt;BackupRAForRead.ACInquiryPending&lt;/TELastStateName&gt;
    &lt;/TaskExecutionContext&gt;</CustomDetails><OccurredDateTime>27-02-2014 12:21:52</OccurredDateTime></RecoveredFromFatalError>
    the message resource is present but the message is not found in the string/message table
    Our DPM Server has a 4Gb configured with NicTeaming (SLB - Switch Load Balance), there is no fw between the DPM Server and Protection Servers.
    We receive some DCOM errors too:
    Level Date and Time Source Event ID Task Category
    Error 25-02-2014 10:17:18 Microsoft-Windows-DistributedCOM 10009 None DCOM was unable to communicate with the computer server.contoso.com using any of the configured protocols.
    We already uninstalled some agents, cleaning folders/files registry and after installed the agents again and performed setdpmserver -dpmservername <dpmserver>
    we can ping, we can traceroute, sc query, net view \\server , nothing is blocked...
    in DPM console -> Management -> Agents, when we try to refresh the connection the agent status is always "Attempting connection..." if we close and open DPM console the Agent Status is Unknown.
    The version of the Agents is 4.2.1270.0
    Is anyone with same problem.
    Thanks in advance

    g.)
    DPMServer
    C:\Windows\system32>tasklist /svc
    Image Name                     PID Services
    ========================= ======== ===========================================
    System Idle Process              0 N/A
    System                           4 N/A
    smss.exe                       412 N/A
    csrss.exe                      672 N/A
    wininit.exe                    720 N/A
    csrss.exe                      728 N/A
    winlogon.exe                   788 N/A
    services.exe                   844 N/A
    lsass.exe                      852 Netlogon, SamSs
    lsm.exe                        860 N/A
    svchost.exe                    972 DcomLaunch, PlugPlay, Power
    svchost.exe                    184 RpcEptMapper, RpcSs
    LogonUI.exe                    484 N/A
    svchost.exe                    500 Dhcp, eventlog, lmhosts
    svchost.exe                    560 AeLookupSvc, Appinfo, BITS, CertPropSvc,
                                       gpsvc, IKEEXT, iphlpsvc, LanmanServer,
                                       ProfSvc, Schedule, SENS, SessionEnv,
                                       ShellHWDetection, Winmgmt, wuauserv
    svchost.exe                    640 EventSystem, FontCache, netprofm, nsi,
                                       W32Time
    svchost.exe                    748 Netman, TrkWks, UmRdpService, UxSms
    svchost.exe                    908 CryptSvc, Dnscache, LanmanWorkstation,
                                       NlaSvc, WinRM
    svchost.exe                   1060 BFE, DPS
    spoolsv.exe                   1172 Spooler
    svchost.exe                   1236 AppHostSvc
    cissesrv.exe                  1264 Cissesrv
    vcagent.exe                   1288 cpqvcagent
    DPMAMService.exe              1384 DPMAMService
    DpmWriter.exe                 1520 DpmWriter
    HealthService.exe             1564 HealthService
    hpwmistor.exe                 1620 HPWMISTOR
    inetinfo.exe                  1660 IISADMIN
    sqlservr.exe                  1748 MSSQL$MSDPM2012
    SMSvcHost.exe                 1868 NetPipeActivator, NetTcpActivator,
                                       NetTcpPortSharing
    HAInitService.exe             1928 paxphostagent
    RealtimeService.exe           1956 paxprealtime
    HAJavaWrapper.exe             2004 N/A
    svchost.exe                   2024 RemoteRegistry
    RealtimeWrapper.exe           2044 N/A
    conhost.exe                    628 N/A
    conhost.exe                   1148 N/A
    snmp.exe                      2612 SNMP
    SQLAGENT.EXE                  2644 SQLAgent$MSDPM2012
    conhost.exe                   2660 N/A
    sqlbrowser.exe                2688 SQLBrowser
    sqlwriter.exe                 2728 SQLWriter
    sysdown.exe                   2772 sysdown
    smhstart.exe                  2808 SysMgmtHp
    svchost.exe                   2876 W3SVC, WAS
    cpqnimgt.exe                  2904 CpqNicMgmt
    cqmgserv.exe                  2948 CqMgServ
    cqmgstor.exe                  3016 CqMgStor
    cmd.exe                       2828 N/A
    conhost.exe                   2832 N/A
    hpsmhd.exe                    3080 N/A
    MonitoringHost.exe            3104 N/A
    cqmghost.exe                  3272 CqMgHost
    WmiPrvSE.exe                  3356 N/A
    WmiPrvSE.exe                  3364 N/A
    WmiPrvSE.exe                  3528 N/A
    rotatelogs.exe                3568 N/A
    rotatelogs.exe                3576 N/A
    msdpm.exe                     3692 MSDPM
    svchost.exe                   3772 TermService
    svchost.exe                   3804 PolicyAgent
    hpsmhd.exe                    4048 N/A
    rotatelogs.exe                2408 N/A
    conhost.exe                   3504 N/A
    rotatelogs.exe                3688 N/A
    conhost.exe                   3828 N/A
    WmiPrvSE.exe                  5044 N/A
    WmiPrvSE.exe                  5468 N/A
    vds.exe                       5552 vds
    MonitoringHost.exe            5740 N/A
    MonitoringHost.exe            6004 N/A
    msdtc.exe                     5848 MSDTC
    VSSVC.exe                     5688 VSS
    svchost.exe                   6784 swprv
    csrss.exe                     7924 N/A
    winlogon.exe                  1844 N/A
    taskhost.exe                  2928 N/A
    rdpclip.exe                   3628 N/A
    dwm.exe                       7352 N/A
    explorer.exe                  7932 N/A
    cmd.exe                       6312 N/A
    conhost.exe                   2392 N/A
    wbemtest.exe                  6812 N/A
    powershell.exe                7260 N/A
    conhost.exe                   2420 N/A
    notepad.exe                   9068 N/A
    mmc.exe                       5916 N/A
    notepad.exe                   7060 N/A
    tasklist.exe                  3864 N/A
    Server:
    C:\Windows\system32>tasklist /svc
    Image Name                     PID Services
    ========================= ======== ===========================================
    System Idle Process              0 N/A
    System                           4 N/A
    smss.exe                       368 N/A
    csrss.exe                      456 N/A
    wininit.exe                    500 N/A
    csrss.exe                      508 N/A
    winlogon.exe                   548 N/A
    services.exe                   596 N/A
    lsass.exe                      604 Netlogon, SamSs
    lsm.exe                        612 N/A
    svchost.exe                    708 DcomLaunch, PlugPlay, Power
    svchost.exe                    784 RpcEptMapper, RpcSs
    svchost.exe                    868 Dhcp, eventlog, lmhosts
    svchost.exe                    908 AeLookupSvc, Appinfo, AppMgmt, BITS,
                                       CertPropSvc, gpsvc, IKEEXT, iphlpsvc,
                                       LanmanServer, ProfSvc, Schedule, seclogon,
                                       SENS, SessionEnv, ShellHWDetection,
                                       Winmgmt, wuauserv
    svchost.exe                    960 EventSystem, fdPHost, FontCache, netprofm,
                                       nsi, W32Time
    LogonUI.exe                   1008 N/A
    svchost.exe                    232 Netman, TrkWks, UmRdpService, UxSms
    svchost.exe                    192 CryptSvc, Dnscache, LanmanWorkstation,
                                       NlaSvc, WinRM
    svchost.exe                    676 BFE, DPS, MpsSvc
    spoolsv.exe                   1108 Spooler
    cissesrv.exe                  1188 Cissesrv
    cpqrcmc.exe                   1208 CpqRcmc
    vcagent.exe                   1236 cpqvcagent
    hpwmistor.exe                 1388 HPWMISTOR
    MsDtsSrvr.exe                 1424 MsDtsServer100
    svchost.exe                   1748 RemoteRegistry
    snmp.exe                      1768 SNMP
    sqlbrowser.exe                1800 SQLBrowser
    sqlwriter.exe                 1884 SQLWriter
    sysdown.exe                   1916 sysdown
    smhstart.exe                  1948 SysMgmtHp
    cpqnimgt.exe                  2028 CpqNicMgmt
    cqmgserv.exe                   932 CqMgServ
    cqmgstor.exe                  1384 CqMgStor
    CcmExec.exe                   1480 CcmExec
    cmd.exe                       1964 N/A
    conhost.exe                   2060 N/A
    hpsmhd.exe                    2072 N/A
    clussvc.exe                   2092 ClusSvc
    smssqlbkup.exe                2252 SMS_SITE_SQL_BACKUP_CCM02
    smssqlbkup.exe                2420 SMS_SITE_SQL_BACKUP_CCM07
    rotatelogs.exe                2684 N/A
    rotatelogs.exe                2692 N/A
    hpsmhd.exe                    2712 N/A
    rotatelogs.exe                2784 N/A
    conhost.exe                   2792 N/A
    rotatelogs.exe                2808 N/A
    conhost.exe                   2816 N/A
    rhs.exe                       3776 N/A
    rhs.exe                       3824 N/A
    rhs.exe                       4100 N/A
    rhs.exe                       4152 N/A
    rhs.exe                       4188 N/A
    rhs.exe                       4232 N/A
    rhs.exe                       4264 N/A
    rhs.exe                       4296 N/A
    rhs.exe                       4328 N/A
    rhs.exe                       4360 N/A
    rhs.exe                       4392 N/A
    rhs.exe                       4424 N/A
    cqmghost.exe                  4744 CqMgHost
    svchost.exe                   5048 TermService
    svchost.exe                   5108 PolicyAgent
    WmiPrvSE.exe                  6684 N/A
    WmiPrvSE.exe                  6856 N/A
    WmiPrvSE.exe                  6484 N/A
    WmiPrvSE.exe                  6984 N/A
    WmiPrvSE.exe                  4824 N/A
    WmiPrvSE.exe                  5408 N/A
    WmiPrvSE.exe                  5884 N/A
    WmiPrvSE.exe                  2668 N/A
    fdlauncher.exe                7308 MSSQLFDLauncher
    fdlauncher.exe                4872 MSSQLFDLauncher$VS09
    fdlauncher.exe                8528 MSSQLFDLauncher$VS10
    fdlauncher.exe                7092 MSSQLFDLauncher$VS11
    fdlauncher.exe                9744 MSSQLFDLauncher$VS12
    smssqlbkup.exe               10992 SMS_SITE_SQL_BACKUP_CCM01
    msdtc.exe                      780 MSDTC
    HealthService.exe             9012 HealthService
    MonitoringHost.exe            7976 N/A
    MonitoringHost.exe            5876 N/A
    MonitoringHost.exe            1900 N/A
    dllhost.exe                  10668 COMSysApp
    sqlservr.exe                  9276 MSSQL$VS12
    fdhost.exe                    7144 N/A
    conhost.exe                   2580 N/A
    WmiPrvSE.exe                  3980 N/A
    WmiPrvSE.exe                 10456 N/A
    csrss.exe                     2144 N/A
    winlogon.exe                 11208 N/A
    taskhost.exe                  8912 N/A
    rdpclip.exe                   5156 N/A
    dwm.exe                      11080 N/A
    explorer.exe                  9612 N/A
    mmc.exe                        864 N/A
    cmd.exe                      12900 N/A
    conhost.exe                  12836 N/A
    TrustedInstaller.exe          4828 TrustedInstaller
    sppsvc.exe                   11156 sppsvc
    wuauclt.exe                   5140 N/A
    wbemtest.exe                 11640 N/A
    notepad.exe                  11740 N/A
    notepad.exe                  11692 N/A
    notepad.exe                  10984 N/A
    tasklist.exe                  9300 N/A
    h.)
    DPMServer:
    DPMAMService.exe 1384 TCP dpmserver 6075 dpmserver 0 LISTENING          
    DPMAMService.exe 1384 TCPV6 dpmserver 6075 dpmserver 0 LISTENING          
    msdpm.exe 3692 UDP dpmserver 56662 * *           
    svchost.exe 184 TCP dpmserver 49733 server.contoso.com epmap ESTABLISHED          
    svchost.exe 3804 TCP dpmserver 52808 dpmserver 0 LISTENING          
    svchost.exe 184 TCP dpmserver 58356 server.contoso.com epmap ESTABLISHED          
    svchost.exe 640 UDP dpmserver ntp * *           
    svchost.exe 560 UDP dpmserver isakmp * *           
    svchost.exe 560 UDP dpmserver ipsec-msft * *           
    svchost.exe 908 UDP dpmserver llmnr * *    8 192      
    svchost.exe 560 UDP dpmserver 49938 * *           
    svchost.exe 908 UDP dpmserver 53590 * *           
    svchost.exe 184 TCPV6 dpmserver epmap dpmserver 0 LISTENING          
    svchost.exe 3772 TCPV6 dpmserver ms-wbt-server dpmserver 0 LISTENING          
    svchost.exe 500 TCPV6 dpmserver 49153 dpmserver 0 LISTENING          
    svchost.exe 560 TCPV6 dpmserver 49154 dpmserver 0 LISTENING          
    svchost.exe 3804 TCPV6 dpmserver 52808 dpmserver 0 LISTENING          
    svchost.exe 640 UDPV6 dpmserver 123 * *           
    svchost.exe 560 UDPV6 dpmserver 500 * *           
    svchost.exe 560 UDPV6 dpmserver 4500 * *           
    svchost.exe 908 UDPV6 dpmserver 5355 * *           
    svchost.exe 184 TCP dpmserver epmap server.contoso.com 51072 ESTABLISHED 3 395 5 2.735      
    System 4 TCP dpmserver netbios-ssn dpmserver 0 LISTENING          
    System 4 TCP dpmserver http dpmserver 0 LISTENING          
    System 4 TCP dpmserver microsoft-ds dpmserver 0 LISTENING          
    System 4 TCP dpmserver 47001 dpmserver 0 LISTENING          
    System 4 UDP dpmserver netbios-ns * *    6 300      
    System 4 UDP dpmserver netbios-dgm * *    3 603      
    System 4 TCPV6 dpmserver http dpmserver 0 LISTENING          
    System 4 TCPV6 dpmserver microsoft-ds dpmserver 0 LISTENING          
    System 4 TCPV6 dpmserver 47001 dpmserver 0 LISTENING          
    wininit.exe 720 TCP dpmserver 49152 dpmserver 0 LISTENING          
    wininit.exe 720 TCPV6 dpmserver 49152 dpmserver 0 LISTENING          
    WmiPrvSE.exe 3356 UDP dpmserver 52388 * *           
    ServeR:
    WmiPrvSE.exe 6684 UDP server.contoso.com 57622 * *           
    wininit.exe 500 TCP server.contoso.com 49152 server.contoso.com 0 LISTENING          
    wininit.exe 500 TCPV6 server.contoso.com 49152 server.contoso.com 0 LISTENING          
    System 4 TCP server.contoso.com netbios-ssn server.contoso.com 0 LISTENING          
    System 4 TCP sdc1ri00qcl09 netbios-ssn server.contoso.com 0 LISTENING          
    System 4 TCP sdc1ri00qvs12 netbios-ssn server.contoso.com 0 LISTENING          
    System 4 TCP server.contoso.com netbios-ssn server.contoso.com 0 LISTENING          
    System 4 TCP server.contoso.com netbios-ssn server.contoso.com 0 LISTENING          
    System 4 TCP sdc1ri00qvs12 microsoft-ds server.contoso.com 51104 ESTABLISHED          
    System 4 TCP server.contoso.com microsoft-ds server.contoso.com 0 LISTENING          
    System 4 TCP server.contoso.com 5985 server.contoso.com 0 LISTENING          
    System 4 TCP server.contoso.com 47001 server.contoso.com 0 LISTENING          
    System 4 UDP server.contoso.com netbios-ns * *  12 1.134 12 1.134      
    System 4 UDP server.contoso.com netbios-ns * *           
    System 4 UDP server.contoso.com netbios-ns * *           
    System 4 UDP server.contoso.com netbios-dgm * *    12 2.412      
    System 4 UDP server.contoso.com netbios-dgm * *           
    System 4 UDP server.contoso.com netbios-dgm * *           
    System 4 UDP server.contoso.com ms-cluster-net * *  20.947 3.447.169 20.935 3.448.145 10.374 9.526 63 59  
    System 4 UDP server.contoso.com ms-cluster-net * *           
    System 4 TCPV6 server.contoso.com microsoft-ds server.contoso.com 0 LISTENING          
    System 4 TCPV6 server.contoso.com 5985 server.contoso.com 0 LISTENING          
    System 4 TCPV6 server.contoso.com 47001 server.contoso.com 0 LISTENING          
    svchost.exe 784 TCP server.contoso.com epmap server.contoso.com 0 LISTENING          
    svchost.exe 784 TCP server.contoso.com epmap dpmserver 49733 ESTABLISHED          
    svchost.exe 5048 TCP server.contoso.com ms-wbt-server server.contoso.com 0 LISTENING          
    svchost.exe 868 TCP server.contoso.com 49153 server.contoso.com 0 LISTENING          
    svchost.exe 908 TCP server.contoso.com 49154 server.contoso.com 0 LISTENING          
    svchost.exe 5108 TCP server.contoso.com 49372 server.contoso.com 0 LISTENING          
    svchost.exe 960 UDP server.contoso.com ntp * *           
    svchost.exe 908 UDP server.contoso.com isakmp * *           
    svchost.exe 908 UDP server.contoso.com ipsec-msft * *           
    svchost.exe 192 UDP server.contoso.com llmnr * *           
    svchost.exe 908 UDP server.contoso.com 59281 * *           
    svchost.exe 192 UDP server.contoso.com 61778 * *           
    svchost.exe 784 TCPV6 server.contoso.com epmap server.contoso.com 0 LISTENING          
    svchost.exe 5048 TCPV6 server.contoso.com ms-wbt-server server.contoso.com 0 LISTENING          
    svchost.exe 868 TCPV6 server.contoso.com 49153 server.contoso.com 0 LISTENING          
    svchost.exe 908 TCPV6 server.contoso.com 49154 server.contoso.com 0 LISTENING          
    svchost.exe 5108 TCPV6 server.contoso.com 49372 server.contoso.com 0 LISTENING          
    svchost.exe 960 UDPV6 server.contoso.com 123 * *           
    svchost.exe 908 UDPV6 server.contoso.com 500 * *           
    svchost.exe 908 UDPV6 server.contoso.com 4500 * *           
    sqlbrowser.exe 1800 UDP server.contoso.com ms-sql-m * *           
    sqlbrowser.exe 1800 UDPV6 server.contoso.com 1434 * *           
    snmp.exe 1768 UDP server.contoso.com snmp * *  4 176 4 176      
    snmp.exe 1768 UDP server.contoso.com 58396 * *           
    snmp.exe 1768 UDPV6 server.contoso.com 161 * *           
    services.exe 596 TCP server.contoso.com 49371 server.contoso.com 0 LISTENING          
    services.exe 596 TCPV6 server.contoso.com 49371 server.contoso.com 0 LISTENING          
    rhs.exe 3824 UDP server.contoso.com 64187 * *           
    msdtc.exe 780 TCP server.contoso.com 62092 server.contoso.com 0 LISTENING          
    msdtc.exe 780 TCPV6 server.contoso.com 62092 server.contoso.com 0 LISTENING          
    lsass.exe 604 TCP server.contoso.com 49185 server.contoso.com 0 LISTENING          
    lsass.exe 604 UDP server.contoso.com 61776 * *           
    lsass.exe 604 TCPV6 server.contoso.com 49185 server.contoso.com 0 LISTENING          
    hpsmhd.exe 2072 TCP server.contoso.com 2301 server.contoso.com 0 LISTENING          
    hpsmhd.exe 2072 TCP server.contoso.com 2381 server.contoso.com 0 LISTENING          
    hpsmhd.exe 2072 TCPV6 server.contoso.com 2301 server.contoso.com 0 LISTENING          
    hpsmhd.exe 2072 TCPV6 server.contoso.com 2381 server.contoso.com 0 LISTENING          
    HealthService.exe 9012 UDP server.contoso.com 56317 * *           
    dllhost.exe 10668 TCP server.contoso.com 61453 server.contoso.com 0 LISTENING          
    dllhost.exe 10668 TCPV6 server.contoso.com 61453 server.contoso.com 0 LISTENING          
    clussvc.exe 2092 TCP server.contoso.com ms-cluster-net server.contoso.com 0 LISTENING          
    clussvc.exe 2092 TCP server.contoso.com 49234 server.contoso.com 0 LISTENING          
    clussvc.exe 2092 TCPV6 server.contoso.com ms-cluster-net server.contoso.com 0 LISTENING          
    clussvc.exe 2092 TCPV6 server.contoso.com 49234 server.contoso.com 0 LISTENING          
    CcmExec.exe 1480 UDP server.contoso.com 55500 * *           
    i.)
    Windows Firewall service is disabled and off for all profiles in DPMServer and Server
    j.)
    k.)
    Server:
    C:\Windows\system32>netsh int tcp show global
    Querying active state...
    TCP Global Parameters
    Receive-Side Scaling State          : disabled
    Chimney Offload State               : disabled
    NetDMA State                        : enabled
    Direct Cache Acess (DCA)            : disabled
    Receive Window Auto-Tuning Level    : normal
    Add-On Congestion Control Provider  : ctcp
    ECN Capability                      : disabled
    RFC 1323 Timestamps                 : disabled
    DPMServer
    C:\Windows\system32>netsh int tcp show global
    Querying active state...
    TCP Global Parameters
    Receive-Side Scaling State          : disabled
    Chimney Offload State               : disabled
    NetDMA State                        : enabled
    Direct Cache Acess (DCA)            : disabled
    Receive Window Auto-Tuning Level    : normal
    Add-On Congestion Control Provider  : ctcp
    ECN Capability                      : disabled
    RFC 1323 Timestamps                 : disabled
    ** The above autotuninglevel setting is the result of Group Policy overriding any local configuration.
    C:\Windows\system32>setspn -l dpmserver
    Registered ServicePrincipalNames for CN=dpmserver,OU=DPM,OU=Service Management,DC=contoso,DC=com:
            MSSQLSvc/dpmserver:MSDPM2012
            MSSQLSvc/dpmserver:51644
            WSMAN/dpmserver
            WSMAN/dpmserver
            TERMSRV/dpmserver
            TERMSRV/dpmserver
            RestrictedKrbHost/dpmserver
            HOST/dpmserver
            RestrictedKrbHost/dpmserver
            HOST/dpmserver
    C:\Windows\system32>setspn -l server
    Registered ServicePrincipalNames for CN=server,OU=QNO,OU=Service Management DC1,DC=contoso,DC=com:
            MSServerClusterMgmtAPI/Server
            MSServerClusterMgmtAPI/Server
            WSMAN/Server
            WSMAN/Server
            TERMSRV/Server
            TERMSRV/Server
            RestrictedKrbHost/Server
            HOST/Server
            RestrictedKrbHost/Server
            HOST/Server

  • Azure AD Connect question

    Hi,
    Just came across Azure AD Connect: http://blogs.technet.com/b/ad/archive/2015/03/24/azure-ad-connect-preview-2-is-available.aspx
    Is this replacing both DirSync and Azure AD Sync?
    How does this fit into the picture?
    Thanks,
    SK

    Hello,
    thats correct AADConnect is a replacement for DirSync and AADSync.
    And even a replacement for the WAAD Connector for FIM as this one will no get any updates and you should normally not use it for new deployments.
    All new and future features will be implemented to AADConnect.
    Current/New architecture is to use AADConnect for all Sync in the Bridge On-Prem<>Cloud and FIM/MIM will do all the On-Prem synchronization.
    -Peter
    Peter Stapf - ExpertCircle GmbH - My blog:
    JustIDM.wordpress.com

  • I can see an RSS folder from SharePoint on my phone (yay!) - is there a way to have this with the "Connect to Outlook" option?

    I can see an RSS folder from SharePoint on my phone (yay!) - is there a way to have this with the "Connect to Outlook" option?
    We've got a bevy of test phones here and I've been able to see RSS feeds in an Exchange setup using Android (along with other folders) but no Lists that were hooked up using "Connect to Outlook" button from SharePoint.

    Hi,
    You are viewing Mobile view of the site into your phone. If you open the same site in normal PC view i.e. the same look which you have in your computer then it will give you an option to connect to outlook.
    Hope this helps
    Regards,
    Pratik Vyas | SharePoint Consultant |
    http://sharepointpratik.blogspot.com
    Posting is provided AS IS with no warranties, and confers no rights
    Please remember to click Mark As Answer if a post solves your problem or
    Vote As Helpful if it was useful.
    Thanks for the suggestion but clicking on 'Connect to Outlook' from various phones doesn't seem to work.  "This webpage is not available." -- I didn't really expect it to do anything as I think this was meant to be done on a computer.  And then
    the result is that the documents would be available in Outlook. 
    And then, my question kicks in:  is it possible to see these files that are now in Outlook on a phone that's connected to the Exchange Server.

  • Issue in Accessing Azure Diagnostics connection string

    Hi Guys,
    I'm trying to bring Azure PaaS application in SCOM Monitoring to create custom level monitors and rules, but unable to get discover, getting the message "Storage account for Windows Azure Diagnostics could not be discovered " Event ID 34022.
    We have changed the string as suggested in MP Doc, not it is pointing to new changed value "
    Microsoft.WindowsAzure.Plugins.Diagnostics.ConnectionString", further digging it looks like there is major changes happened in new Azure SDK 2.5 guess this should be blocking."https://msdn.microsoft.com/en-us/library/azure/dn186185.aspx".Can someone help on this regards,Thanks in Advance!
    - Thanks, Sai

    Hi,
    In earlier versions of the Windows Azure SDK, the default Windows Azure Diagnostics string provided by the Visual Studio template in the service configuration file was named
    DiagnosticsConnectionString. Later Windows Azure SDKs have changed this name to
    Microsoft.WindowsAzure.Plugins.Diagnostics.ConnectionString. By default, however, the SCOM 2007 R2 Windows Azure Management Pack continues to reference the
    DiagnosticsConnectionString setting in order to find the storage account from which to collect diagnostics. This has obviously caused some chagrin for those who have deployed new applications and setup SCOM to monitor them only to see no results
    in SCOM.
    I would like to suggest you go through the two articles below to troubleshoot this issue:
    http://robertgreiner.com/2012/05/system-center-operations-manager-windows-azure-storage-account-error/
    http://blogs.msdn.com/b/walterm/archive/2012/01/16/resolving-windows-azure-diagnostics-connection-string-issues-with-scom-2007-r2.aspx
    Regards,
    Yan Li
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • My daughters Ipod .7, the facetime keeps saying, Could not sign in, please check your network connection or try again. I checked the network on it, and it says connected. any other options?

    My daughters Ipod .7, the facetime keeps saying, Could not sign in, please check your network connection or try again. I checked the network on it, and it says connected. any other options?

    FaceTime, Game Center, Messages: Troubleshooting sign in issues

  • BCC error "Failed to connect to agent"

    Hi ,
    I am trying to start the BCC module with B2B application as the production.I am using the default B2B application Motorprise provided with ATG.The production server is up and running fine. But the when I start the BCC it starts but am not able to deploy. The initial deployment is not done . The agent goes into error state with the error "Transport Uninstantiated". No snapshot ID is generated since the initial deployment has not occured.
    It gives the following error.
    15:00:00,767 WARN [DeploymentServer] Failed to connect to agent 'PubAgent'. This agent not allowed to be absent for a deployment. The server will continue attempts to intialize the connection. Set loggingDebug to true for continued exception and stacktrace logging.
    15:00:30,762 WARN [DeploymentServer] Failed to connect to agent 'PubAgent'. This agent not allowed to be absent for a deployment. The server will continue attempts to intialize the connection. Set loggingDebug to true for continued exception and stacktrace logging.
    15:01:00,789 WARN [DeploymentServer] Failed to connect to agent 'PubAgent'. This agent not allowed to be absent for a deployment. The server will continue attempts to intialize the connection. Set loggingDebug to true for continued exception and stacktrace logging.
    15:01:30,706 WARN [DeploymentServer] Failed to connect to agent 'PubAgent'. This agent not allowed to be absent for a deployment. The server will continue attempts to intialize the connection. Set loggingDebug to true for continued exception and stacktrace logging.
    15:02:00,780 WARN [DeploymentServer] Failed to connect to agent 'PubAgent'. This agent not allowed to be absent for a deployment. The server will continue attempts to intialize the connection. Set loggingDebug to true for continued exception and stacktrace logging.
    15:02:30,698 WARN [DeploymentServer] Failed to connect to agent 'PubAgent'. This agent not allowed to be absent for a deployment. The server will continue attempts to intialize the connection. Set loggingDebug to true for continued exception and stacktrace logging.
    When loggingDebug in /atg/epub/DeploymentServer/
    is set to true it gives the following stacktrace.
    CAUGHT AT:
    CONTAINER:atg.deployment.common.DeploymentException: could not instantiate RMI server-side agent transport with URI 'rmi://ProductionServer:8860/atg/epub/AgentTransport'; SOURCE:CONTAINER:atg.deployment.common.DeploymentException: A system error was encountered trying to lookup the RMI URI 'rmi://ProductionServer:8860/atg/epub/AgentTransport'.; SOURCE:java.rmi.NotBoundException: atg/epub/AgentTransport
    at atg.deployment.common.ResourceUtil.exception(ResourceUtil.java:373)
    at atg.deployment.server.Topology.createRMIAgentTransport(Topology.java:488)
    at atg.deployment.server.Topology.createAgentTransport(Topology.java:408)
    at atg.deployment.server.AgentRef.initializeTransport(AgentRef.java:390)
    at atg.deployment.server.Target.initializeAgents(Target.java:489)
    at atg.deployment.server.Target.initializeAgents(Target.java:466)
    at atg.deployment.server.queue.DeploymentFulfiller.handleNextJobForTarget(DeploymentFulfiller.java:487)
    at atg.deployment.server.queue.DeploymentFulfiller.performScheduledTask(DeploymentFulfiller.java:323)
    at atg.service.scheduler.Scheduler$1handler.run(Scheduler.java:535)
    Caused by: CONTAINER:atg.deployment.common.DeploymentException: A system error was encountered trying to lookup the RMI URI 'rmi://ProductionServer:8860/atg/epub/AgentTransport'.; SOURCE:java.rmi.NotBoundException: atg/epub/AgentTransport
    at atg.deployment.common.ResourceUtil.exception(ResourceUtil.java:373)
    at atg.deployment.server.RMIServerAgentTransport.<init>(RMIServerAgentTransport.java:99)
    at atg.deployment.server.Topology.createRMIAgentTransport(Topology.java:480)
    ... 7 more
    Caused by: java.rmi.NotBoundException: atg/epub/AgentTransport
    at sun.rmi.registry.RegistryImpl.lookup(RegistryImpl.java:106)
    at sun.rmi.registry.RegistryImpl_Skel.dispatch(Unknown Source)
    at sun.rmi.server.UnicastServerRef.oldDispatch(UnicastServerRef.java:386)
    at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:250)
    at sun.rmi.transport.Transport$1.run(Transport.java:159)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
    at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    at java.lang.Thread.run(Thread.java:619)
    at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:255)
    at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:233)
    at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:359)
    at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
    at java.rmi.Naming.lookup(Naming.java:84)
    at atg.deployment.server.RMIServerAgentTransport.<init>(RMIServerAgentTransport.java:97)
    ... 8 more
    <and goes on reappearing>
    I beleive that this error occurs only if the production is not running or if there are some issues with it. But I have checked and the production is running fine.
    Please do help me out. Is there any compatability issues between BCC and B2B? Has anyone used BCC for a B2B application?

    If you are sure that host and rmi port is correct, then check if PublishingAgent is running in prod server or not.
    Go to /atg/epub/DeploymentAgent in dyn/admin of production. If you have that component then good.
    Otherwise there could be that u might have multi-home servers which more than one IP. From the logs find the host the rmi server is listening to.
    Peace
    Shaik

  • No Finder Go "Connect To Server" option

    After installing OSX 10.6 I no longer have the Finder > Go > "Connect To Server" option. Command-K does not activate it. How can I connect to a known server? How can I get this option back on the menu?

    Thanks!!!!
    That helped me...
    I could pull up a list of other computers on the network (command-k), but when I tried to connect to any one, I got looped back to the list. Wouldn't connect at all.
    Deleting the finder prefs worked like a champ.
    rock on.

  • Unable to connect to agent

    Hi,
    I m trying to update scheduling agent. I can make it from the topology in our main server which ODI is installed.
    However when i try to update the scheduling from my local computer, it is unable to update or test the scheduling agent since it is unable to connect to agent.
    We got network permitions and able to reach the ports which agents (local and schedule agents) are currently using.
    What else the problem can be?
    Tnks in advance

    Issue resolved.
    In the host tab of the agent, it was written 'localhost',
    After changing it to 'ip adress' ,the problem is sorted out.

Maybe you are looking for