Exchange Connector 3.1 Fails on Test of "Run as Account" -EventViewer has "Unmarshalling Policy check" error

When Testing the Exchange Connector 3.1 during Create Connector, it gives the following Error when Testing the Connection:
"The connection to the server was unsuccessful. Please check the server name and/or credentials entered.
Additional Information: Unable to validate credentials, please refer the the event logs for more information (Err Type: AutoDiscoverRemoteException, Message=The Autodiscover service returned an error.)"
Event Viewer shows the following each time I Try:
Event 10031 COMRunTime
An unmarshaling policy check was performed when unmarshaling a custom marshaled object and the class {45FB4600-E6E8-4928-B25E-50476FF79425} was rejected.
Other Info:
Service Manager Workflow Account is a Local Admin
Service Manager Worfklow Account is a Service Manager Full Admin
Email Account is Create in Exchange 2010 Sp1
Service Manager 2012 R2 +CU5 +CU% Hotfix are installed. (Same error when running +CU4 though.
UAC is Turned Off.
Exchange Web Services Managed API Client DLL (x64) (Microsoft.Exchange.WebServices.dll is installed and copied into Service Manager Directory.)
Both Microsoft.SystemCenter.ExchangeConnector.dll and Microsoft.SystemCenter.ExchangeConnector.resources.dll are copied into Service Manager Directory.
Exchange connector MP has been imported.
David Baur

Partly resolved...
What I did to resolve this was to go into ADSIEdit.msc and go to the path of AdminImpersonateAll.In ADSI Edit, open 'Configuration'. Inside Configuration go to Services->Microsoft Exchange->then CN=YourOrgName->RBAC->Role Assignments-> and
Deleted the CN=AdminImpersonateAll.
Then I re-ran the Powershell script on the Exchange Server:
New-ManagementRoleAssignment -Name:AdminImpersonateAll
-Role:ApplicationImpersonation -User SCSMWorkflow<o:p></o:p>
After doing this, the Connector for Exchange 3.1 worked.
BUT...the event error is still occurring and it repeats?
David Baur

Similar Messages

  • Exchange Connector - Add a mailbox to ManagementScope

    Hi,
    I have installed SCSM 2012 RTM, also configured Exchange Connector 3.0 in my Test Environment. Also implemented Impersonate ([email protected]), everything is working fine. In prod we use  [email protected] for generating ticket, I am trying to
    add another Exchange Connector in Test lab with [email protected] to duplicate prod tickets in test lab. Is Multiple Exchange connectors possible in SCSM.
    Thanks and Regards,
    Pradeep Kumar
    Pradeep Kuimar

    Andreas,
    Thank you for your reply. Presently we are  using another ticketing system in Prod, i have been in-charge of testing SCSM product and replacing it with present Ticketing system. Prod and test has different email mailbox configured. In prod we use [email protected]
    and in Test lab we are using [email protected]
    when user sends email to [email protected], regular ticket will be generated in Prod and need duplicate ticket to be created in test lab.
    [email protected] has impersonation rights. I am trying to add [email protected] also to impersonation group. 
    New-ManagementScope
    -Name: 'Exchange Impersonation Incident'
    -RecipientRestrictionFilter
    'Name -eq "helpdesk"'
    Its giving me below error :
    + CategoryInfo          : NotSpecified: (0:Int32) [New-ManagementScope], ADObjectAlreadyExistsException
    + FullyQualifiedErrorId : 96079C5B,Microsoft.Exchange.Management.Tasks.NewManagementScope
    Please help....
    Pradeep Kuimar

  • Exchange Connector 3.0 status Never Run

    Hi,
    I've setup lab enviroment of SCSM 2012 SP1 following the instructions:
    http://technet.microsoft.com/en-us/library/hh914226.aspx
    Everything works fine with an exception of Exchange Connector. It is stuck in status: Never Run
    I was able to configure the connector with out error. I checked the event logs and it showed success
    of all the config items and even showed it connected to an email that I sent to the workflow mailbox:
    Logs:
    Log Name:      Operations Manager
    Source:        Exchange Connector
    Date:          7/28/2014 11:52:00 AM
    Event ID:      0
    Task Category: None
    Level:         Information
    Keywords:      Classic
    User:          N/A
    Computer:      GENINGSCSMT01.CORP.IGES.SI
    Description:
    Exchange Connector: Attempting to connect to Exchange with the settings: login email address="contoso@CORP", impersonation email address="none", server URL="https://geningcas.corp.iges.si/EWS/Exchange.asmx" 
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Exchange Connector" />
        <EventID Qualifiers="0">0</EventID>
        <Level>4</Level>
        <Task>0</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-07-28T09:52:00.000000000Z" />
        <EventRecordID>152481</EventRecordID>
        <Channel>Operations Manager</Channel>
        <Computer>CONTOSO.COM</Computer>
        <Security />
      </System>
      <EventData>
        <Data>Exchange Connector: Attempting to connect to Exchange with the settings: login email address="testscsm@CORP", impersonation email address="none", server URL="...................................................................."
    </Data>
      </EventData>
    </Event>
    - Exchange Connector: Exchange web service tracing enabled.
    - Exchange Connector: Using Exchange Web Service URL:.....................
    EwsRequestHttpHeaders: <Trace Tag="EwsRequestHttpHeaders" Tid="1" Time="2014-07-28 09:52:00Z">
    POST /EWS/Exchange.asmx HTTP/1.1
    Content-Type: text/xml; charset=utf-8
    Accept: text/xml
    User-Agent: ExchangeServicesClient/14.03.0032.000
    Accept-Encoding: gzip,deflate
    </Trace>
    EwsRequest: <Trace Tag="EwsRequest" Tid="1" Time="2014-07-28 09:52:00Z" Version="14.03.0032.000">
      <?xml version="1.0" encoding="utf-8"?>
      <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
        <soap:Header>
          <t:RequestServerVersion Version="Exchange2007_SP1" />
          <t:TimeZoneContext>
            <t:TimeZoneDefinition Id="Central Europe Standard Time" />
          </t:TimeZoneContext>
        </soap:Header>
        <soap:Body>
          <m:FindItem Traversal="Shallow">
            <m:ItemShape>
              <t:BaseShape>AllProperties</t:BaseShape>
            </m:ItemShape>
            <m:IndexedPageItemView MaxEntriesReturned="1" Offset="0" BasePoint="Beginning" />
            <m:Restriction>
              <t:And>
                <t:IsEqualTo>
                  <t:FieldURI FieldURI="message:IsRead" />
                  <t:FieldURIOrConstant>
                    <t:Constant Value="false" />
                  </t:FieldURIOrConstant>
                </t:IsEqualTo>
                <t:IsEqualTo>
                  <t:FieldURI FieldURI="item:ItemClass" />
                  <t:FieldURIOrConstant>
                    <t:Constant Value="IPM.Note" />
                  </t:FieldURIOrConstant>
                </t:IsEqualTo>
              </t:And>
            </m:Restriction>
            <m:ParentFolderIds>
              <t:DistinguishedFolderId Id="inbox" />
            </m:ParentFolderIds>
          </m:FindItem>
        </soap:Body>
      </soap:Envelope>
    </Trace>
    EwsResponseHttpHeaders: <Trace Tag="EwsResponseHttpHeaders" Tid="1" Time="2014-07-28 09:52:00Z">
    200 OK
    Transfer-Encoding: chunked
    Content-Encoding: gzip
    Vary: Accept-Encoding
    Persistent-Auth: true
    Cache-Control: private
    Content-Type: text/xml; charset=utf-8
    Date: Mon, 28 Jul 2014 09:52:00 GMT
    Server: Microsoft-IIS/7.5
    X-AspNet-Version: 2.0.50727
    X-Powered-By: ASP.NET
    </Trace>
    EwsResponse: <Trace Tag="EwsResponse" Tid="1" Time="2014-07-28 09:52:00Z" Version="14.03.0032.000">
      <?xml version="1.0" encoding="utf-8"?>
      <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
        <s:Header>
          <h:ServerVersionInfo MajorVersion="14" MinorVersion="2" MajorBuildNumber="347" MinorBuildNumber="0" Version="Exchange2010_SP2" xmlns:h="http://schemas.microsoft.com/exchange/services/2006/types"
    xmlns="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" />
        </s:Header>
        <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
          <m:FindItemResponse xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types">
            <m:ResponseMessages>
              <m:FindItemResponseMessage ResponseClass="Success">
                <m:ResponseCode>NoError</m:ResponseCode>
                <m:RootFolder IndexedPagingOffset="1" TotalItemsInView="2" IncludesLastItemInRange="false">
                  <t:Items>
                    <t:Message>
                      <t:ItemId Id="AAMkAGY0NWM1MDJlLWNlYzctNDUwMy04NjUyLWZmNmJhODZmZWFjNwBGAAAAAABEWg/FMFIlQ6snViUYxTCgBwCX9G6oX6gvSK4RK8YlCtwaAAAApoPnAACX9G6oX6gvSK4RK8YlCtwaAAAApqtHAAA=" ChangeKey="CQAAABYAAACX9G6oX6gvSK4RK8YlCtwaAAAApwJt"
    />
                      <t:ParentFolderId Id="AAMkAGY0NWM1MDJlLWNlYzctNDUwMy04NjUyLWZmNmJhODZmZWFjNwAuAAAAAABEWg/FMFIlQ6snViUYxTCgAQCX9G6oX6gvSK4RK8YlCtwaAAAApoPnAAA=" ChangeKey="AQAAAA==" />
                      <t:ItemClass>IPM.Note</t:ItemClass>
                      <t:Subject>FW:
    Test 2</t:Subject>
                      <t:Sensitivity>Normal</t:Sensitivity>
                      <t:DateTimeReceived>2014-06-13T05:41:55Z</t:DateTimeReceived>
                      <t:Size>9889</t:Size>
                      <t:Importance>Normal</t:Importance>
                      <t:IsSubmitted>false</t:IsSubmitted>
                      <t:IsDraft>false</t:IsDraft>
                      <t:IsFromMe>false</t:IsFromMe>
                      <t:IsResend>false</t:IsResend>
                      <t:IsUnmodified>true</t:IsUnmodified>
                      <t:DateTimeSent>2014-06-13T05:41:53Z</t:DateTimeSent>
                      <t:DateTimeCreated>2014-06-13T05:41:55Z</t:DateTimeCreated>
                      <t:ReminderIsSet>false</t:ReminderIsSet>
                      <t:ReminderMinutesBeforeStart>0</t:ReminderMinutesBeforeStart>
                      <t:DisplayCc />
                      <t:DisplayTo>Test Scsm</t:DisplayTo>
                      <t:HasAttachments>false</t:HasAttachments>
                      <t:Culture>en-US</t:Culture>
                      <t:EffectiveRights>
                        <t:CreateAssociated>false</t:CreateAssociated>
                        <t:CreateContents>false</t:CreateContents>
                        <t:CreateHierarchy>false</t:CreateHierarchy>
                        <t:Delete>true</t:Delete>
                        <t:Modify>true</t:Modify>
                        <t:Read>true</t:Read>
                      </t:EffectiveRights>
                      <t:LastModifiedName>Gorazd Lenko</t:LastModifiedName>
                      <t:LastModifiedTime>2014-06-13T05:41:55Z</t:LastModifiedTime>
                      <t:Sender>
                        <t:Mailbox>
                          <t:Name>Gorazd Lenko</t:Name>
                        </t:Mailbox>
                      </t:Sender>
                      <t:IsReadReceiptRequested>false</t:IsReadReceiptRequested>
                      <t:IsDeliveryReceiptRequested>false</t:IsDeliveryReceiptRequested>
                      <t:ConversationIndex>Ac+Gyiy/zkDKDTIqSzSWEj8rvPTxVQ==</t:ConversationIndex>
                      <t:ConversationTopic>test2</t:ConversationTopic>
                      <t:From>
                        <t:Mailbox>
                          <t:Name>Gorazd Lenko</t:Name>
                        </t:Mailbox>
                      </t:From>
                      <t:InternetMessageId>&lt;CC14C50767AF3448BEC68A24DC76AC439F00CDE0@&gt;</t:InternetMessageId>
                      <t:IsRead>false</t:IsRead>
                      <t:IsResponseRequested>false</t:IsResponseRequested>
                      <t:ReceivedBy>
                        <t:Mailbox>
                          <t:Name>Test Scsm</t:Name>
                        </t:Mailbox>
                      </t:ReceivedBy>
                      <t:ReceivedRepresenting>
                        <t:Mailbox>
                          <t:Name>Test Scsm</t:Name>
                        </t:Mailbox>
                      </t:ReceivedRepresenting>
                    </t:Message>
                  </t:Items>
                </m:RootFolder>
              </m:FindItemResponseMessage>
            </m:ResponseMessages>
          </m:FindItemResponse>
        </s:Body>
      </s:Envelope>
    </Trace>
    As you can see from the last event (bold letters) the Workflow account manages to get to the Exchange account, reads the inbox, but it isn't able to poll the message to SM. 
    Any ideas guys?

    Hi,
    It was set to Default Incident Template. I have created a new Incident template and recreated Exchange Connector, but the issue is still present. Workflow account is a member of SCSM Admin role, Workflow role and a local admin on the server. It is also Sysadmin
    on the database.
    On the Exchange server I have also ran Get_MailboxStatistics command and the output:
    [PS] C:\Windows\system32>Get-MailboxStatistics  | select lastlog* | fl
    cmdlet Get-MailboxStatistics at command pipeline position 1
    Supply values for the following parameters:
    Identity: testscsm
    LastLoggedOnUserAccount : CORP\testscsm
    LastLogoffTime          :  31.7.2014 7:45:14
    LastLogonTime           : 31.7.2014 7:39:58
    So that means that the a
    ccount logs in to mailbox but is unable to process emails.
    Also I have found the difference in the EWSLogEntry on the test and production server:
    The production log says:
    <m:IndexedPageItemView MaxEntriesReturned="2147483647" Offset="0" BasePoint="Beginning" />
    and the test log:
    <m:IndexedPageItemView MaxEntriesReturned="1"
    Offset="0" BasePoint="Beginning" />
    Is there any way I can edit those settings?

  • Exchange Connector for 365 cloud email

    We are hoping to use the Exchange Connector 3.0 for SCSM (Service Manager). Do we have to install the API on the Exchange server in the cloud to accomplish this? Also does the Exchange Connector 3.0 work with Exchange 2007?

    Using Office 365 there should be nothing you need to install in the cloud. You will need to install the Exchange Web Services Managed API client dll on your SCSM management server. 
    In the documentation for the Exchange Connector, it states it was tested on Exchange 2010 and Office 365. I'm not sure if it will work or not because Exchange 2007 doesn't have the same remote PowerShell abilities as 2010. I know this is why the Orchestrator
    IP for Exchange will not work on 2007.
    Matthew Dowst |
    Blog | Twitter

  • Network DR test causes Exchange DAG network to fail (Failover Cluster Manager reports comms errors)

    We have a DAG configured between 2 mailbox servers, one in each of our main data centres. Our comms team recently performed a DR test between our 2 data centres, switiching from the main production link to the backup link. During this outage the Failover
    Cluster Manager reported errors, with each mailbox server reporting the other as uncontactable. The Events that were logged include the following:
    Isatap interface isatap.{02ADE20A-D5D4-437F-AD00-E6601F7E7A9D} is no longer active. (EventID 4201)
    Cluster node 'MAILBOX_SERVER' was removed from the active failover cluster membership. The Cluster service on this node may have stopped. This could also be due to the node having lost communication with other active nodes in the failover cluster. Run the
    Validate a Configuration wizard to check your network configuration. If the condition persists, check for hardware or software errors related to the network adapters on this node. Also check for failures in any other network components to which the node is
    connected such as hubs, switches, or bridges. (EventID 1135)
    File share witness resource 'File Share Witness (\\WITNESS_SERVER\SHARE_NAME)' failed to arbitrate for the file share '\\WITNESS_SERVER\SHARE_NAME'. Please ensure that file share '\\WITNESS_SERVER\SHARE_NAME' exists and is accessible by the cluster. (EventID
    1564)
    Cluster resource 'File Share Witness (\\\WITNESS_SERVER\SHARE_NAME)' in clustered service or application 'Cluster Group' failed. (EventID 1069)
    The Cluster service is shutting down because quorum was lost. This could be due to the loss of network connectivity between some or all nodes in the cluster, or a failover of the witness disk. Run the Validate a Configuration wizard to check your network
    configuration. If the condition persists, check for hardware or software errors related to the network adapter. Also check for failures in any other network components to which the node is connected such as hubs, switches, or bridges. (EventID 1177)
    The Cluster Service service terminated with service-specific error A quorum of cluster nodes was not present to form a cluster. (EventID 7024)
    The Microsoft Exchange Information Store service terminated unexpectedly.  It has done this 1 time(s).  The following corrective action will be taken in 5000 milliseconds: Restart the service. (EventID 7031)
    Looking at the Cluster Events in the Failover Cluster Manager Snap-In i see a heap of Event ID 47 (cannot activate the DAG databases as the server is not up according to Windows Failover Cluster Service) and:
    Node status could not be recorded. This could prevent some network failure logic from functioning correctly. NodeStatus:IsHealthy=True,HasADAccess=True,ClusterErrorOverrideFalse,LastUpdate=5/2/2011 8:25:42 AMUTC Failure:An Active Manager operation failed.
    Error: An error occurred while attempting a cluster operation. Error: Cluster API '"ClusterRegSetValue() failed with 0x6be. Error: The remote procedure call failed"' failed.. (EventID 184)
    Forcefully dismounting all the locally mounted databases on server 'BACKUP_MAILBOX_SERVER. (EventID 307).
    Our Comms team doesn't believe it is a comms issue as they did not log any network communication errors between the servers in the two sites (using icmp). So if it is not a comms issue, how can I configure the Failover Cluster Manager to be resilient to
    this type of network failover event.
    Thanks
    Dan

    Isn't it also true that in a stretched DAG with even numbered nodes, the PAM needs to be in the same site as the active DAG node?  If the connection between both nodes goes down, and the PAM is in the "passive" site, the primary node will
    dismount the databases since it can't check with the PAM to make sure its safe for it to be up.  
    In a even-numbered node stretched DAG, the PAM changes to the DR/passive site everytime a failover occurs, but doesn't automatically switch back when you reactivate the primary node.

  • Exchange connector failed

    Hi,
    Does anyone have a method of monitoring the Exchange connector in SCSM.  Apparently ours had a problem processing a message, which I fixed, but we didn't know abou the error until several hours after it happened.
    Thanks

    i have two the same incidents wich differ only with the Event Description how can i monitor the only one event with the SCOM
    The 1 Event apear only when MailFlow is Stopped, and the second i have every minute,
    i ask microsoft about the 2 event but i was told to vait for connector update
    1 Event Description
    Log Name:      Operations Manager
    Source:        Health Service Modules
    Date:          04.07.2011 14:02:17
    Event ID:      33880
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      SCSM.mb.local
    Description:
    A Windows Workflow Foundation workflow failed during execution.
    Workflow Type: Microsoft.SystemCenter.ExchangeConnector.ProcessEmailsWorkflow
    Workflow Identifier: 5f39606b-eaaa-28a8-c8d1-5713551b73f7
    Exception Type: System.NullReferenceException
    Exception Message: Object reference not set to an instance of an object.
    Exception Stack:    at Microsoft.SystemCenter.ExchangeConnector.ExchangeInbox.ProcessMail()
       at Microsoft.SystemCenter.ExchangeConnector.ProcessEmailsWorkflow.Execute(ActivityExecutionContext executionContext)
       at System.Workflow.ComponentModel.ActivityExecutor`1.Execute(T activity, ActivityExecutionContext executionContext)
       at System.Workflow.ComponentModel.CompositeActivityExecutor`1.Execute(T activity, ActivityExecutionContext executionContext)
       at System.Workflow.ComponentModel.ActivityExecutor`1.Execute(Activity activity, ActivityExecutionContext executionContext)
       at System.Workflow.ComponentModel.ActivityExecutorOperation.Run(IWorkflowCoreRuntime workflowCoreRuntime)
       at System.Workflow.Runtime.Scheduler.Run()
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Health Service Modules" />
        <EventID Qualifiers="49152">33880</EventID>
        <Level>2</Level>
        <Task>0</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2011-07-04T11:02:17.000000000Z" />
        <EventRecordID>2684963</EventRecordID>
        <Channel>Operations Manager</Channel>
        <Computer>SCSM.mb.local</Computer>
        <Security />
      </System>
      <EventData>
        <Data>Microsoft.SystemCenter.ExchangeConnector.ProcessEmailsWorkflow</Data>
        <Data>5f39606b-eaaa-28a8-c8d1-5713551b73f7</Data>
        <Data>System.NullReferenceException</Data>
        <Data>Object reference not set to an instance of an object.</Data>
        <Data>   at Microsoft.SystemCenter.ExchangeConnector.ExchangeInbox.ProcessMail()
       at Microsoft.SystemCenter.ExchangeConnector.ProcessEmailsWorkflow.Execute(ActivityExecutionContext executionContext)
       at System.Workflow.ComponentModel.ActivityExecutor`1.Execute(T activity, ActivityExecutionContext executionContext)
       at System.Workflow.ComponentModel.CompositeActivityExecutor`1.Execute(T activity, ActivityExecutionContext executionContext)
       at System.Workflow.ComponentModel.ActivityExecutor`1.Execute(Activity activity, ActivityExecutionContext executionContext)
       at System.Workflow.ComponentModel.ActivityExecutorOperation.Run(IWorkflowCoreRuntime workflowCoreRuntime)
       at System.Workflow.Runtime.Scheduler.Run()</Data>
      </EventData>
    </Event>
    2 Event Description
    Log Name:      Operations Manager
    Source:        Health Service Modules
    Date:          04.07.2011 14:02:13
    Event ID:      33880
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      SCSM.mb.local
    Description:
    A Windows Workflow Foundation workflow failed during execution.
    Workflow Type: Microsoft.SystemCenter.ExchangeConnector.ProcessEmailsWorkflow
    Workflow Identifier: d90a1166-01fb-c687-0c9b-1883794d8adc
    Exception Type: System.ArgumentNullException
    Exception Message: Value cannot be null.
    Parameter name: Cannot find Exchange connector status instance: InboxConnector.928babe243f6416284ca3f4af4154a9f
    Exception Stack:    at Microsoft.SystemCenter.ExchangeConnector.ExchangeInbox.initializeConnectorObjects()
       at Microsoft.SystemCenter.ExchangeConnector.ExchangeInbox.ProcessMail()
       at Microsoft.SystemCenter.ExchangeConnector.ProcessEmailsWorkflow.Execute(ActivityExecutionContext executionContext)
       at System.Workflow.ComponentModel.ActivityExecutor`1.Execute(T activity, ActivityExecutionContext executionContext)
       at System.Workflow.ComponentModel.CompositeActivityExecutor`1.Execute(T activity, ActivityExecutionContext executionContext)
       at System.Workflow.ComponentModel.ActivityExecutor`1.Execute(Activity activity, ActivityExecutionContext executionContext)
       at System.Workflow.ComponentModel.ActivityExecutorOperation.Run(IWorkflowCoreRuntime workflowCoreRuntime)
       at System.Workflow.Runtime.Scheduler.Run()
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Health Service Modules" />
        <EventID Qualifiers="49152">33880</EventID>
        <Level>2</Level>
        <Task>0</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2011-07-04T11:02:13.000000000Z" />
        <EventRecordID>2684936</EventRecordID>
        <Channel>Operations Manager</Channel>
        <Computer>SCSM.mb.local</Computer>
        <Security />
      </System>
      <EventData>
        <Data>Microsoft.SystemCenter.ExchangeConnector.ProcessEmailsWorkflow</Data>
        <Data>d90a1166-01fb-c687-0c9b-1883794d8adc</Data>
        <Data>System.ArgumentNullException</Data>
        <Data>Value cannot be null.
    Parameter name: Cannot find Exchange connector status instance: InboxConnector.928babe243f6416284ca3f4af4154a9f</Data>
        <Data>   at Microsoft.SystemCenter.ExchangeConnector.ExchangeInbox.initializeConnectorObjects()
       at Microsoft.SystemCenter.ExchangeConnector.ExchangeInbox.ProcessMail()
       at Microsoft.SystemCenter.ExchangeConnector.ProcessEmailsWorkflow.Execute(ActivityExecutionContext executionContext)
       at System.Workflow.ComponentModel.ActivityExecutor`1.Execute(T activity, ActivityExecutionContext executionContext)
       at System.Workflow.ComponentModel.CompositeActivityExecutor`1.Execute(T activity, ActivityExecutionContext executionContext)
       at System.Workflow.ComponentModel.ActivityExecutor`1.Execute(Activity activity, ActivityExecutionContext executionContext)
       at System.Workflow.ComponentModel.ActivityExecutorOperation.Run(IWorkflowCoreRuntime workflowCoreRuntime)
       at System.Workflow.Runtime.Scheduler.Run()</Data>
      </EventData>
    </Event>

  • Exchange 2010 MP : Some Client Access test cmdlets failed to run

    Hi all,
    This error is triggered in SCOM 2012 R2 about a single Exchange 2010 SP3 server :
    Exchange 2010 MP : Some Client Access test cmdlets failed to run.
    When I dig into the error context, I can see it's about the cmdlet "Test-CalendarConnectivity -TestType:External".
    The TechNet
    https://technet.microsoft.com/en-us/library/hh377605(v=exchg.140).aspx proposes to verify that the URL for the external virtual directory can be accessed by running the Test-OwaConnectivity.
    OK.
    But what sould I specify for the parameter -MailBoxCredential required for Test-OwaConnectivity -URL my_url -MailBoxCredential ?
    Thank you.
    Have a good day.
    FXE

    Hi,
    Under Administration, run as configuration, profiles, you can check Default action account.
    Local system is the account account for agents by default, you can change to use another account.
    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]

  • SCSM 2012 Exchange connector 3.0 Status Never Run.

    HI ,
    SCSM exchange connector was Running for almost 8 months . all of sudden it stopped pulling email from Exchange  Server.
    I looked in to the issue and did not found any major error in the Event log “Operation Manager”
    Only event were warning, “OpsMgr Config Service failed to send the dirty state notifications to the dirty OpsMgr Health Services.  This may be happening because the Root OpsMgr Health Service is not running.”  I  did not installed SCOM at
    all. This server is not connected to any SCOM server.
    I have reinstalled the Exchange web Service API (copied file to SCSM folder)
    I have reinstalled  exchange connector 3.0  (copied files to SCSM folder and imported management packs)
    Created new Exchange connector and all test passed.
    But the connector status stays  “Never Run”
    In my regedit ,I also made the following changes
     KEY_LOCAL_MACHINE\SOFTWARE\Microsoft\System Center Service Manager Exchange Connector
    EnableEWSTracing = 7
    LoggingLevel= 7
    I have also looked and tried every option with  “Run as Account” and also making  admin Role.
    I am not getting any error in the log apart from  following warning .
    I did not found any major error in the Event log “Operation Manager
    Only event were warning, “OpsMgr Config Service failed to send the dirty state notifications to the dirty OpsMgr Health Services.  This may be happening because the Root OpsMgr Health Service is not running.
    Can someone help me , what should be the next step.

    the reason you are seeing operations manager errors is because Service manager uses the operations manager SDK to do all of it's work. the error that you are seeing "OpsMgr Config Service failed to send the dirty state notifications to the dirty OpsMgr
    Health Services.  This may be happening because the Root OpsMgr Health Service is not running." means that the service manager configuration service can't notify the data access service that there are changes to it's MP base, for whatever reason.
    i would stop all the system center services on this server, go into the service manager folder, find the "Health state" and "Config State" folders, and move them somewhere else on the system, then restart both services. assuming your
    system isn't otherwise damaged, this will force both the config and data access services to rebuild their cache from the database, and should unstick your workflows. 

  • Getting error when trying to create Exchange Connector in System Center Service Manager 2012

    Getting error when trying to create Exchange Connector in System Center Service Manager 2012
    The connection to the server was unsuccessful. Please check the server name and/or credentials entered.
    Additional Information: The server URL is not accessible or the user does not have permission to access it (message: The request failed. The remote server returned an error: (401) Unauthorized.
    Warm Regards, Pramod Kumar Singh Manager-IT

    Someone sorted out this issue by installing API 1.2 and copying the dll files to the service manager server ,service folder and replacing it with API 2.0 dll files.
    Also, your question is related to SCSM, please post at SCSM forum if you have further question.
    Juke Chou
    TechNet Community Support

  • Exchange Server 2013: Installation failed while installing Mailbox role.

    Hi,
    Mailbox role installation failed. I tried to remove and reinstall so many times but it still fails. (but the uninstall is complete)
    Below is log from the lastest installation. Could you please help to veify the problem.
    Error:
    The following error was generated when "$error.Clear();
    if ($RoleIsDatacenter -ne $true)
    if (Test-ExchangeServersWriteAccess -DomainController $RoleDomainController -ErrorAction SilentlyContinue)
    $sysMbx = $null;
    $name = "SystemMailbox{bb558c35-97f1-4cb9-8ff7-d53741dc928c}";
    $dispName = "Microsoft Exchange";
    Write-ExchangeSetupLog -Info ("Retrieving mailboxes with Name=$name.");
    $mbxs = @(Get-Mailbox -Arbitration -Filter {name -eq $name} -IgnoreDefaultScope -ResultSize 1 );
    if ($mbxs.Length -eq 0)
    Write-ExchangeSetupLog -Info ("Retrieving mailbox databases on Server=$RoleFqdnOrName.");
    $dbs = @(Get-MailboxDatabase -Server:$RoleFqdnOrName -DomainController $RoleDomainController);
          if ($dbs.Length -ne 0)
    Write-ExchangeSetupLog -Info ("Retrieving users with Name=$name.");
    $arbUsers = @(Get-User -Filter {name -eq $name} -IgnoreDefaultScope -ResultSize 1);
    if ($arbUsers.Length -ne 0)
    Write-ExchangeSetupLog -Info ("Enabling mailbox $name.");
    $sysMbx = Enable-Mailbox -Arbitration -Identity $arbUsers[0] -DisplayName $dispName -database $dbs[0].Identity;
    else
    if ($mbxs[0].DisplayName -ne $dispName )
    Write-ExchangeSetupLog -Info ("Setting DisplayName=$dispName.");
    Set-Mailbox -Arbitration -Identity $mbxs[0] -DisplayName $dispName -Force;
    $sysMbx = $mbxs[0];
    # Set the Organization Capabilities needed for this mailbox
    if ($sysMbx -ne $null)
    # We need 1 GB for uploading large OAB files to the organization mailbox
    Write-ExchangeSetupLog -Info ("Setting mailbox properties.");
    set-mailbox -Arbitration -identity $sysMbx -UMGrammar:$true -OABGen:$true -GMGen:$true -ClientExtensions:$true -MailRouting:$true -MaxSendSize 1GB -Force;
    else
    Write-ExchangeSetupLog -Info ("Cannot find arbitration mailbox with name=$name.");
    else
    Write-ExchangeSetupLog -Info "Skipping creating E15 System Mailbox because of insufficient permission."
    " was run: "Database is mandatory on UserMailbox.".
    Error:
    The following error was generated when "$error.Clear();
    if ($RoleIsDatacenter -ne $true)
    if (Test-ExchangeServersWriteAccess -DomainController $RoleDomainController -ErrorAction SilentlyContinue)
    $sysMbx = $null;
    $name = "SystemMailbox{bb558c35-97f1-4cb9-8ff7-d53741dc928c}";
    $dispName = "Microsoft Exchange";
    Write-ExchangeSetupLog -Info ("Retrieving mailboxes with Name=$name.");
    $mbxs = @(Get-Mailbox -Arbitration -Filter {name -eq $name} -IgnoreDefaultScope -ResultSize 1 );
    if ($mbxs.Length -eq 0)
                Write-ExchangeSetupLog
    -Info ("Retrieving mailbox databases on Server=$RoleFqdnOrName.");
    $dbs = @(Get-MailboxDatabase -Server:$RoleFqdnOrName -DomainController $RoleDomainController);
    if ($dbs.Length -ne 0)
    Write-ExchangeSetupLog -Info ("Retrieving users with Name=$name.");
    $arbUsers = @(Get-User -Filter {name -eq $name} -IgnoreDefaultScope -ResultSize 1);
    if ($arbUsers.Length -ne 0)
    Write-ExchangeSetupLog -Info ("Enabling mailbox $name.");
    $sysMbx = Enable-Mailbox -Arbitration -Identity $arbUsers[0] -DisplayName $dispName -database $dbs[0].Identity;
    else
    if ($mbxs[0].DisplayName -ne $dispName )
    Write-ExchangeSetupLog -Info ("Setting DisplayName=$dispName.");
    Set-Mailbox -Arbitration -Identity $mbxs[0] -DisplayName $dispName -Force;
    $sysMbx = $mbxs[0];
    # Set the Organization Capabilities needed for this mailbox
    if ($sysMbx -ne $null)
    # We need 1 GB for uploading large OAB files to the organization mailbox
    Write-ExchangeSetupLog -Info ("Setting mailbox properties.");
    set-mailbox -Arbitration -identity $sysMbx -UMGrammar:$true -OABGen:$true -GMGen:$true -ClientExtensions:$true -MailRouting:$true -MaxSendSize 1GB -Force;
    else
    Write-ExchangeSetupLog -Info ("Cannot find arbitration mailbox with name=$name.");
    else
    Write-ExchangeSetupLog -Info "Skipping creating E15 System Mailbox because of insufficient permission."
    " was run: "Database is mandatory on UserMailbox. Property Name: Database".

    Hi,
    See if deleting the account SystemMailbox{bb558c35-97f1-4cb9-8ff7-d53741dc928c} in ADUC (you should find it in the Users Container) and then rerun
    setup.exe /preparead helps you solve your problem.
    Martina Miskovic

  • Exchange server 2010 backup fails

    My exchange server backup keep failing
    the exchange server 2010 two node dag
    netbackup 7.6
    I have contacted Symantec support. They believed it's Exchange server problem as "Vssadin list writers"
    show Microsoft Exchange writer Retryable error
    Any help?

    Hi,
    Please try to restart Information Store service for testing.
    Also try to refer following blogs:
    Troubleshooting Exchange 2007 VSS Backups
    http://blogs.technet.com/b/exchange/archive/2008/08/25/3406172.aspx 
    Exchange and VSS -- My Exchange writer is in a failed retryable state
    http://blogs.technet.com/b/timmcmic/archive/2012/03/11/exchange-and-vss-my-exchange-writer-is-in-a-failed-retryable-state.aspx 
    Thanks
    Mavis Huang
    TechNet Community Support

  • Scsm 2012 r2 (ur 3) with exchange connector 3 - state never run but reveices mail in opm log?!

    Hello everybody,
    we have installed scsm 2012 r2 (UR 3) with exchange connector 3. We have connected the connector by the workflow Account (domain user "servicedesk" is in local admin group of the sm server and in the sm Administrators group) and have access
    to the mailbox on exchange (2010; autodiscovery is working correct). We receive all mails in the servicedesk mailbox on restarting the sm services and see the mails in the opm logs. But no incidents are created and the connector stays in "never
    tun" state and does not receive mails any More after the first start. What do we have missed to check? Beste regards Thomas

    i have added the registry keys.
    the last log says:
    EwsResponse: <Trace Tag="EwsResponse" Tid="1" Time="2014-08-10 18:38:52Z" Version="14.03.0067.001">
      <?xml version="1.0" encoding="utf-8"?>
      <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
        <s:Header>
          <h:ServerVersionInfo MajorVersion="14" MinorVersion="3" MajorBuildNumber="174" MinorBuildNumber="1" Version="Exchange2010_SP2" xmlns:h="http://schemas.microsoft.com/exchange/services/2006/types"
    xmlns="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" />
        </s:Header>
        <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
          <m:FindItemResponse xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types">
            <m:ResponseMessages>
              <m:FindItemResponseMessage ResponseClass="Success">
                <m:ResponseCode>NoError</m:ResponseCode>
                <m:RootFolder IndexedPagingOffset="1" TotalItemsInView="1" IncludesLastItemInRange="true">
                  <t:Items>
                    <t:Message>
                      <t:ItemId Id="AAMkAGM0NzI4Nzc5LWM0NWMtNDBiZC1iMjIyLWU5YTZlNGM0YjVjZgBGAAAAAADPPKNYSCzLRLMWL/UoJg1CBwAVmecTYATlQovl76GEizxlAAAAoyGrAAAVmecTYATlQovl76GEizxlAAAAo0kZAAA="
    ChangeKey="CQAAABYAAAAVmecTYATlQovl76GEizxlAAAAo4Fd" />
                      <t:ParentFolderId Id="AAMkAGM0NzI4Nzc5LWM0NWMtNDBiZC1iMjIyLWU5YTZlNGM0YjVjZgAuAAAAAADPPKNYSCzLRLMWL/UoJg1CAQAVmecTYATlQovl76GEizxlAAAAoyGrAAA="
    ChangeKey="AQAAAA==" />
                      <t:ItemClass>IPM.Note</t:ItemClass>
                      <t:Subject>Test 1</t:Subject>
                      <t:Sensitivity>Normal</t:Sensitivity>
                      <t:DateTimeReceived>2014-08-10T18:35:12Z</t:DateTimeReceived>
                      <t:Size>2858</t:Size>
                      <t:Importance>Normal</t:Importance>
                      <t:IsSubmitted>false</t:IsSubmitted>
                      <t:IsDraft>false</t:IsDraft>
                      <t:IsFromMe>false</t:IsFromMe>
                      <t:IsResend>false</t:IsResend>
                      <t:IsUnmodified>true</t:IsUnmodified>
                      <t:DateTimeSent>2014-08-10T18:34:56Z</t:DateTimeSent>
                      <t:DateTimeCreated>2014-08-10T18:35:12Z</t:DateTimeCreated>
                      <t:DisplayCc />
                      <t:DisplayTo>Service Desk</t:DisplayTo>
                      <t:HasAttachments>false</t:HasAttachments>
                      <t:Culture>de</t:Culture>
                      <t:EffectiveRights>
                        <t:CreateAssociated>false</t:CreateAssociated>
                        <t:CreateContents>false</t:CreateContents>
                        <t:CreateHierarchy>false</t:CreateHierarchy>
                        <t:Delete>true</t:Delete>
                        <t:Modify>true</t:Modify>
                        <t:Read>true</t:Read>
                      </t:EffectiveRights>
                      <t:LastModifiedName>Thomas Göttl</t:LastModifiedName>
                      <t:LastModifiedTime>2014-08-10T18:35:12Z</t:LastModifiedTime>
                      <t:Sender>
                        <t:Mailbox>
                          <t:Name>Thomas Göttl</t:Name>
                        </t:Mailbox>
                      </t:Sender>
                      <t:IsReadReceiptRequested>false</t:IsReadReceiptRequested>
                      <t:ConversationIndex>Ac+0ycOTmfHK8XrvSM2ftu9rcjREeg==</t:ConversationIndex>
                      <t:ConversationTopic>Test 1</t:ConversationTopic>
                      <t:From>
                        <t:Mailbox>
                          <t:Name>Thomas Göttl</t:Name>
                        </t:Mailbox>
                      </t:From>
                      <t:InternetMessageId>&lt;[email protected]&gt;</t:InternetMessageId>
                      <t:IsRead>false</t:IsRead>
                      <t:ReceivedBy>
                        <t:Mailbox>
                          <t:Name>Service Desk</t:Name>
                        </t:Mailbox>
                      </t:ReceivedBy>
                      <t:ReceivedRepresenting>
                        <t:Mailbox>
                          <t:Name>Service Desk</t:Name>
                        </t:Mailbox>
                      </t:ReceivedRepresenting>
                    </t:Message>
                  </t:Items>
                </m:RootFolder>
              </m:FindItemResponseMessage>
            </m:ResponseMessages>
          </m:FindItemResponse>
        </s:Body>
      </s:Envelope>
    </Trace>
    and the one before:
    EwsResponseHttpHeaders: <Trace Tag="EwsResponseHttpHeaders" Tid="1" Time="2014-08-10 18:38:52Z">
    200 OK
    Transfer-Encoding: chunked
    Content-Encoding: gzip
    Vary: Accept-Encoding
    Persistent-Auth: false
    Cache-Control: private
    Content-Type: text/xml; charset=utf-8
    Date: Sun, 10 Aug 2014 18:38:51 GMT
    Server: Microsoft-IIS/7.5
    WWW-Authenticate: Negotiate oYGyMIGvoAMKAQChCwYJKoZIgvcSAQICooGaBIGXYIGUBgkqhkiG9xIBAgICAG+BhDCBgaADAgEFoQMCAQ+idTBzoAMCAReibARqZCLk7OlBLjMLGg8XtQO+mutKfYPyK2jeJ2B+wq9raDj1chIZkQT0/72YftQJfdtu1DwfzmlEz8kDSD7ElFT2nF/T5LMDIMT4EpLJALsGQPTec86ubSbl1dKsIZn09qdoGDg5tGxV0bwOSg==
    X-AspNet-Version: 2.0.50727
    X-Powered-By: ASP.NET
    </Trace>
    the one before:
    EwsRequest: <Trace Tag="EwsRequest" Tid="1" Time="2014-08-10 18:38:51Z" Version="14.03.0067.001">
      <?xml version="1.0" encoding="utf-8"?>
      <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
        <soap:Header>
          <t:RequestServerVersion Version="Exchange2007_SP1" />
          <t:TimeZoneContext>
            <t:TimeZoneDefinition Id="W. Europe Standard Time" />
          </t:TimeZoneContext>
        </soap:Header>
        <soap:Body>
          <m:FindItem Traversal="Shallow">
            <m:ItemShape>
              <t:BaseShape>AllProperties</t:BaseShape>
            </m:ItemShape>
            <m:IndexedPageItemView MaxEntriesReturned="1" Offset="0" BasePoint="Beginning" />
            <m:Restriction>
              <t:And>
                <t:IsEqualTo>
                  <t:FieldURI FieldURI="message:IsRead" />
                  <t:FieldURIOrConstant>
                    <t:Constant Value="false" />
                  </t:FieldURIOrConstant>
                </t:IsEqualTo>
                <t:IsEqualTo>
                  <t:FieldURI FieldURI="item:ItemClass" />
                  <t:FieldURIOrConstant>
                    <t:Constant Value="IPM.Note" />
                  </t:FieldURIOrConstant>
                </t:IsEqualTo>
              </t:And>
            </m:Restriction>
            <m:ParentFolderIds>
              <t:DistinguishedFolderId Id="inbox" />
            </m:ParentFolderIds>
          </m:FindItem>
        </soap:Body>
      </soap:Envelope>
    </Trace>
    the one before:
    EwsRequestHttpHeaders: <Trace Tag="EwsRequestHttpHeaders" Tid="1" Time="2014-08-10 18:38:51Z">
    POST /EWS/Exchange.asmx HTTP/1.1
    Content-Type: text/xml; charset=utf-8
    Accept: text/xml
    User-Agent: ExchangeServicesClient/14.03.0067.001
    Accept-Encoding: gzip,deflate
    </Trace>
    the one before (xxx for our Domain):
    Exchange Connector: Autodiscovered URL: https://sv-exchange01.xxx.intra/EWS/Exchange.asmx
    Is there something we missed?

  • Error while installing AD exchange connector

    Hi All,
    When I m trying to install exchange connector 9.1.1.7.0 in OIM 11.1.1.3.0 I m getting the following error
    the error occurred while importing connector xml files
    please help me in this regards
    DOBJ.XML_IMPORT_ERROR
    oracle.iam.reconciliation.exception.ConfigException: oracle.iam.platform.entitymgr.SchemaUpdateException: CREATE TABLE RA_EXCHANGE12 (RECON_TABLE_KEY NUMBER(19,0) PRIMARY KEY NOT NULL,re_key NUMBER(19,0) REFERENCES RECON_EVENTS(re_key) NOT NULL,RECON_CHGLOGATTR_IDXLST VARCHAR2(256),RECON_DBOVERQUOTALIMIT18282E09 VARCHAR2(10),RECON_OTHERTELEPHONENU8FAAE255 VARCHAR2(20),RECON_ADSERVER6D5E9E00 VARCHAR2(19),RECON_DBUSERDEFAULTS311616E5 VARCHAR2(5),RECON_MAILNICKNAMEC69E0A1F VARCHAR2(50),RECON_DELETEDITEMFLAGS4B8499C1 VARCHAR2(2),RECON_MAILSTORENAMEF58A4893 VARCHAR2(300),RECON_SUBMISSIONCONTLED9766CE0 VARCHAR2(10),RECON_DELIVERYCONTLENG317E1988 VARCHAR2(10),RECON_PAGERNUMBER582E286 VARCHAR2(32),RECON_MAIL VARCHAR2(80),RECON_MOBILENUMBERF6563487 VARCHAR2(20),RECON_DBOVERHARDQUOTALE34CA3C8 VARCHAR2(10),RECON_LOGONNAMED4149F30 VARCHAR2(150),RECON_OBJECTGUID VARCHAR2(32),RECON_GARBAGECOLLECTIO4F439638 VARCHAR2(10),RECON_EXCHANGERECIPIENTB8EAAD7 VARCHAR2(10),RECON_DBSTORAGEQUOTA8D855431 VARCHAR2(10),RECON_DISPLAYNAME66894369 VARCHAR2(100),RECON_TELEPHONENUMBER7AECF325 VARCHAR2(20),RECON_EXCHANGEHIDEFROM83F62EF4 VARCHAR2(5),RECON_SAMACCOUNTNAME VARCHAR2(256))
    Regards
    Sri

    Did you tried and failed in importing the AD connector in OIM?
    Login to the OIM database and check if that table already exists. Do you get any other errors before or after this one in the diagnostic logs.

  • Exchange Connector is whacked. Don't know what to do

    This is on my test Service Manager 2012 SP1 server. Playing around with Management Pack and other things and some how managed to jack up my Exchange Connector real good. In the console, when I select it, the task pane has nothing like Properties, Enable/Disable
    etc. Basically the only option in task is to create a new connector.
    I have several Connectors on my test server and when I click the other ones, I get the normal tasks.
    What I have done so far.
    Rebooted
    Removed the Exchange Management pack and re-imported
    Removed the Connector using Powershell. The command seems to work (no errors) but the Connector is still in the Console.
    I am totally helpless here. Only thing I can think of now is finding it in SQL and deleting it from there. Seems a bit ridiculous that it's in the console but I can't do anything with it. Even powershell is useless. Any help would be appreciated. I can't
    do anymore testing without email.

    Hi again,
    I've posted in another
    thread but also want to leave a trail here. It's not enough to remove the instances of the EC connector. You also have to remove all associated rules stored in ServiceManager.LinkingFramework.Configuration otherwise your OP's log becomes red.
    I descripted the solution
    here.
    Cheers,
    Marat
    Site: www.scutils.com  Twitter:
    LinkedIn:
    Graveyard:

  • Exchange connector to hosted Exchange Server gives Connection errors in log.

    I have setup the exchange connector within SCCM 2012 R2 CU3. Everything seems to work. I get the EAS connected devices discovered in the SCCM console.
    The Hosted Exchange server I used is https://ps.outlook.com/PowerShell-Live-ID
    Although everything seems to work i frequently get the following errors in the EASdisc.log:
    ERROR: [MANAGED] Failed to open Runspace. Exception: System.Management.Automation.Remoting.PSRemotingTransportException: Connecting to remote server failed with the following error message : The SSL connection cannot be established. Verify that the service
    on the remote host is properly configured to listen for HTTPS requests. Consult the logs and documentation for the WS-Management service running on the destination, most commonly IIS or WinRM. If the destination is the WinRM service, run the following command
    on the destination to analyze and configure the WinRM service: "winrm quickconfig -transport:https". For more information, see the about_Remote_Troubleshooting Help topic.~~ &nbsp; at System.Management.Automation.Runspaces.AsyncResult.EndInvoke()~~
    &nbsp; at System.Management.Automation.Runspaces.Internal.RunspacePoolInternal.EndOpen(IAsyncResult asyncResult)~~ &nbsp; at System.Management.Automation.Runspaces.RunspacePool.Open()~~ &nbsp; at System.Management.Automation.RemoteRunspace.Open()~~
    &nbsp; at Microsoft.ConfigurationManager.ExchangeConnector.ExchangeRunspace.InitRunspace()
    ERROR: Failed to call Initialize of managed COM. error = Unknown error 0x80131501
    ERROR: Failed to initialize managed com instance. Error = Unknown error 0x80131501, -2146233087
    There is no fixed interval in which these errors are reported.
    Can i neglect these errors, or am I missing something?
    I found the following thread without a solution:
    http://community.office365.com/en-us/f/156/t/265109.aspx

    Try to use FQDN of Cas server in URL and Add CASADMIN into all the three Exchage Roles: Recipient Management; View Only Organization Management; and Server
    Management. Enabled the Windows Authentication on Exchange CAS Server for /powershell in IIS.
    Also You can check below link
    https://social.technet.microsoft.com/Forums/en-US/e7ca3f0c-a793-4437-8050-2de4c9d9253c/exchange-connector?forum=configmanagergeneral
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"Mai Ali | My blog:
    Technical | Twitter:
    Mai Ali

Maybe you are looking for

  • Looking for a specific webhelp skin

    I noticed a webhelp skin that I would like to use for my robohelp project's output, but I can't seem to find it in the options provided in the following adobe page: http://www.adobe.com/cfusion/exchange/index.cfm?s=5&from=1&o=desc&cat=316&scat=317&l=

  • Will the free OSX Mavericks work with CS4?

    I am using OSX 10.6.8 and want to take advantage of the new free offer for OSX Mavericks. I am a graphic designer and am currently using CS4 on a daily basis for my business. Will I be able to use it with OSX Mavericks or will I have to upgrade?

  • Error 1180: Call to a possibly undefined method class_name

    hi, i am new AS 3.0. When i try to compile my file it show the following error. 1180: Call to a possibly undefined method ClassA.                                 var obj =new ClassA(10,10); My class file contains... class ClassA {     public var Avg:

  • Exported image not like image in Photoshop

    Hello, I need some help. I processed one of my cat photos in Photoshop and when I was happy with the results I expored the photo. This is how it looks like in Photoshop: And this is how it looks like after the export: Can someone explain to me why th

  • Installing Arch on BTRFS: my setup

    Hi everybody, recently i've reinstalled my Arch and i've chosen the btrfs filesystem because i like, and would use, the snapshot features. After long reading about btrfs on various forums and blogs, i've chosen the following layout for my filesystem.