You are viewing limited content. For full access, please sign in.

Question

Question

IIS configuration required to use Run a Workflow in Forms?

asked on March 25, 2015 Show version history

I am getting the following message in the event log when trying to run a Workflow Service Task from Forms. I went ahead and add the recommended configuration to the Workflow application in IIS and now forms just says "Access Denied" when trying to run the task.

 

: System.ServiceModel.ServiceHostingEnvironment+HostingManager/62476613
 Exception: System.ServiceModel.ServiceActivationException: The service '/Workflow/api' cannot be activated due to an exception during compilation.  The exception message is: This collection already contains an address with scheme http.  There can be at most one address per scheme in this collection. If your service is being hosted in IIS you can fix the problem by setting 'system.serviceModel/serviceHostingEnvironment/multipleSiteBindingsEnabled' to true or specifying 'system.serviceModel/serviceHostingEnvironment/baseAddressPrefixFilters'.
Parameter name: item. ---> System.ArgumentException: This collection already contains an address with scheme http.  There can be at most one address per scheme in this collection. If your service is being hosted in IIS you can fix the problem by setting 'system.serviceModel/serviceHostingEnvironment/multipleSiteBindingsEnabled' to true or specifying 'system.serviceModel/serviceHostingEnvironment/baseAddressPrefixFilters'.
Parameter name: item

 

0 0

Answer

APPROVED ANSWER
replied on March 25, 2015
0 0
replied on March 25, 2015

That did it, thanks! I assume this is to support an alternate http binding. They do have a 8081 binding.

0 0

Replies

You are not allowed to reply in this post.
replied on March 25, 2015

What exactly did you change for the Workflow application in IIS?

You are not allowed to follow up in this post.

Sign in to reply to this post.