Quantcast
Channel: Software Communities : Popular Discussions - Dell One Identity Manager
Viewing all articles
Browse latest Browse all 845

Exchange 2010 Sync failed

$
0
0

Hi everybody,

 

based on the information from this picture

Exchange Server Overview.png

I configured the Q1IM corresponding to the documentation for the exchange 2010 version.

 

I created the exchange server like this:

Exchange Server.png

with the Hardware with a AD Account like this

Exchange Server Hardware.png

 

The domain is configured like this

 

Domain.png

The IAMGW-T-NTR001 is the Q1IM Gateway Server. The AD Synchronisation with this server works fine. The Service Account has all entitlements which are requested corresponding to our documentation.

The task "Read Exchange Mapping" worked without an error. Also the task "Check Namespace works,

 

"

2013-08-20 09:50:17 +02:00 - VI.JobService.JobComponents.Ex2010Component - f6648622-26a5-4114-afff-892f3ecac2b0: Successful
    Last action taken by target system provider was: 2013-08-20 09:50:12 +02:00 - Info - Script to intialize a remote connection to Exchange server was set.
    Last action taken by target system provider was: 2013-08-20 09:50:12 +02:00 - Info - Script to intialize a remote connection to Exchange server was set.
    Process task Check Namespace is UP succeeded.
2013-08-20 09:50:17 +02:00 - Process step output parameter f6648622-26a5-4114-afff-892f3ecac2b0:
IsOperational=TRUE
2013-08-20 09:50:17 +02:00 - Info: Requesting process steps for queue \IAMGW-T-NTR001.

2013-08-20 09:50:17 +02:00 - Process step parameter 8dbf8c86-b8dd-4062-b69b-36b474154cf0:
[Job]
ComponentAssembly=Ex2010Component
ComponentClass=VI.JobService.JobComponents.Ex2010Component
Task=FullSync
Executiontype=EXTERNAL
[Parameters]
Port=389
ExchangeSyncServer=IAMGW-T-NTR001
MappingColumn=MappingInfo
PKWhereClause=Ident_Domain = N'KRONES-DEU'
ConfigColumn=SyncConfigurations
SyncServer=DC-P-NTR004
LookupDomainNames=
Domain=KRONES-DEU
AuthenticationType=
ConfigName=Ex2010 FullSync Aufbau (ReadOnly)
SingleThread=
TableName=Domain
RootContainer_ParentDomain=DC=krones-group,DC=com
ConnectionProvider=VI.DB.ViSqlFactory,VI.DB
LDAPLogin=XXX
StopScriptOrPath=Remove-PsSession $session
IgnorePSSnapins=True
IsOperational=TRUE
ConnectRoot=DC=KRONES-DEU,DC=krones-group,DC=com
ReadOnlyMode=True
ProcID=6C98C29B-62B3-4133-A558-0F4B98C6E1D5

"

but if the FullSync task starts it runs into the error:

"

2013-08-20 09:51:07 +02:00 - VI.JobService.JobComponents.Ex2010Component - 8dbf8c86-b8dd-4062-b69b-36b474154cf0: Errors occured
    Definition rule for object properties and relation memberships was changed by the definition loaded from table Domain/ column MappingInfo.
    Last action taken by target system provider was: 2013-08-20 09:51:06 +02:00 - Info - Method GetObject called.
    Validation of configured property set of object type MSEXCHORGANIZATIONCONTAINER initiated.
    Validation of configured property set of object type MSEXCHADMINGROUP initiated.
    Validation of configured property set of object type MSEXCHEXCHANGESERVER initiated.
    Validation of configured property set of object type ADDRESSBOOKCONTAINER initiated.
    Validation of configured property set of object type MSEXCHSHARINGPOLICY initiated.
    Validation of configured property set of object type MSEXCHPFTREE initiated.
    Validation of configured property set of object type MSEXCHPUBLICMDB initiated.
    Validation of configured property set of object type PUBLICFOLDER initiated.
    Validation of configured property set of object type MSEXCHOAB initiated.
    Validation of configured property set of object type MSEXCHPRIVATEMDB initiated.
    Validation of configured property set of object type MSEXCHMAILBOXRECIPIENTTEMPLATE initiated.
    Validation of configured property set of object type MSEXCHMOBILEMAILBOXPOLICY initiated.
    Validation of configured property set of object type MSEXCHRETENTIONPOLICY initiated.
    Validation of configured property set of object type MSEXCHRBACPOLICY initiated.
    Validation of configured property set of object type group initiated.
    Validation of configured property set of object type MSEXCHDYNAMICDISTRIBUTIONLIST initiated.
    Validation of configured property set of object type user initiated.
    Validation of configured property set of object type contact initiated.
    Start synchronizing MSEXCHORGANIZATIONCONTAINER ...
    Start processing objects /  relation of type "MSEXCHORGANIZATIONCONTAINER" using following settings:
    Database set : DELETE,
    Intersection set: UPDATEDB,
    Namespace set: IMPORT - USN optimization False.
    [1607003] Process task FullSync failed.
    [1607003] Process task DoFullsync failed.
    [1607014] Error loading MSEXCHORGANIZATIONCONTAINER list from target system.
    [921007] Error checking target system connection. Target system is temporarily not available.
       at StdioProcessor.StdioProcessor._Execute(Job job)
       at VI.JobService.JobComponents.Ex2010Component.Activate(String Task)
       ---- Start of Inner Exception ----
       at VI.JobService.JobComponents.Ex2010Component.Activate(String Task)
       at VI.JobService.JobComponents.Ex2010Component.FULLSYNC()
       at VI.JobService.JobComponents.Ex2010Component._DoFullsync()
       ---- Start of Inner Exception ----
       at VI.JobService.JobComponents.Ex2010Component._DoFullsync()
       at VI.JobService.JobComponents.Ex2010Component._DoFullSyncType(PropertyMapping PropMap, FullSyncStep StepDefinition, String WhereClause)
       ---- Start of Inner Exception ----
       at VI.JobService.JobComponents.Ex2010Component._DoFullSyncType(PropertyMapping PropMap, FullSyncStep StepDefinition, String WhereClause)
       at VI.JobService.JobComponents.NsJobComponent.GetNSObjectList(ArrayList ObjFilter, String KeyString, String AdditionalField)
"

 

The StartScript which is generated lookes like this:

"

$credential = New-Object System.Management.Automation.PsCredential -ArgumentList "XXX",(ConvertTo-SecureString "XXX" -AsPlainText -force)

$session = New-PSSession -Configurationname Microsoft.Exchange –ConnectionUri http://ech-p-ntr001.krones-deu.krones-group.com/powershell -Credential $credential -Authentication Kerberos

Import-PsSession $session

"

 

I'm wondering why the  SyncServer=DC-P-NTR004 is the DC of the domain and not the exchange server.

 

 

I have no idea and last week I created a service request, but maybe one of you sees what I have forgotten.

 

Thank you

Georg


Viewing all articles
Browse latest Browse all 845

Trending Articles