0
Fixed

Have to specify localhost as opposed to server name for workflow

Tony Sheehy 11 years ago updated by anonymous 8 years ago 4

The FIM Portal workflow generation script specifies the machine name but in my testing only the localhost identifier was sufficient.

Exception in post-processing request:

Forefront Identity Manager Service is not able to serialize this XOML definition:
'<ns0:SequentialWorkflow x:Name="SequentialWorkflow" ActorId="00000000-0000-0000-0000-000000000000" WorkflowDefinitionId="00000000-0000-0000-0000-000000000000" RequestId="00000000-0000-0000-0000-000000000000" TargetId="00000000-0000-0000-0000-000000000000" xmlns:ns1="clr-namespace:Unify.Product.EventBroker;Assembly=Unify.EventBroker.PortalWorkflow, Version=3.0.0.0, Culture=neutral, PublicKeyToken=84b9288cb2633de4" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 
xmlns:ns0="clr-namespace:Microsoft.ResourceManagement.Workflow.Activities;Assembly=Microsoft.ResourceManagement, Version=4.0.3594.2, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
	<ns1:EventBrokerChangesActivity x:Name="authenticationGateActivity1" EndPointAddress="http://FIMEVENTBROKER:59990/EventBroker/EventBrokerManagementStudio.svc" OperationListName="{x:Null}" EndPointConfigurationName="ServerNotifications" Description="Invokes a specified Event Broker operation list. This activity should only be used to specify either an incoming operation list for the FIM Portal MA, or to point at a baselining operation list." OperationListGuid="aba8517a-92e8-41b6-8e5d-5468e12f8bbf" />
</ns0:SequentialWorkflow>'.

Incompatible versions of the Microsoft.ResourceManagement assembly cause this exception;

Options:

  1. Determine whether version can be removed from definition
  2. Determine whether XOML specification requires this definition, or whether portal defaults it
  3. Determine whether it's possible to get the version from the FIM Portal.

Microsoft.ResourceManagement.Workflow.Activities;Assembly=Microsoft.ResourceManagement

Was accepted.

Reassigned for confirmation of fix.

Confirmed during regression and practice demonstrations.