Hi,
My MSI installation of the BHOLD SP1 MSI file for the FIM Integration component (BHOLDFIMINTEGRATION 5.0.1992.0_Release.MSI) is crashing when it attempts to run the custom action installation of the FIMCustomization.exe.
The command fails:
C:\Program Files (x86)\BHOLD\FIM\FIM Customization>"C:\Program Files (x86)\BHOLD\FIM\FIM Customization\FimCustomization.exe" /apply "BHOLDcustomization.xml" server <serverrname>:5151
With the output:
<AttributeType Name="comment" DisplayName="Comment" DataType="String" MultiVal
ued="false" Required="false" />
</ResourceType>
Unhandled Exception: System.ServiceModel.ServerTooBusyException: The HTTP service located at <a href="http://:5151/bhold/roleexchangepoint/BHOLDRoleExchangePoint.svc">http://<servername>:5151/bhold/roleexchangepoint/BHOLDRoleExchangePoint.svc
is too busy. ---> System.Net.WebException: The remote server returned
an error: (503) Server Unavailable.
at System.Net.HttpWebRequest.GetResponse()
at System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpCha
nnelRequest.WaitForReply(TimeSpan timeout)
--- End of inner exception stack trace ---
Server stack trace:
at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebExc
eption(WebException webException, HttpWebRequest request, HttpAbortReason abortR
eason)
at System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpCha
nnelRequest.WaitForReply(TimeSpan timeout)
at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeS
pan timeout)
at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message messag
e, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean on
eway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan tim
eout)
at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCall
Message methodCall, ProxyOperationRuntime operation)
at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage req
Msg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgDa
ta, Int32 type)
at FimCustomization.BHOLDRoleExchangePoint.IBHOLDRoleExchangePoint.QueryObjec
ts(String objectType, String attributeName, String dn)
at FimCustomization.FimCustomizer.FindFilterScopesToBeUpdated(BHOLDRoleExchan
gePointClient svc, XElement resourceTypeHeader, List`1 AllFilterScopes) in d:\Bu
ilds\18\4\Sources\imp\src\Access Management\FIM Integration\FimCustomization\mai
n.cs:line 638
at FimCustomization.FimCustomizer.ApplySchemaExtensions(BHOLDRoleExchangePoin
tClient svc, IEnumerable`1 resourceTypes) in d:\Builds\18\4\Sources\imp\src\Acce
ss Management\FIM Integration\FimCustomization\main.cs:line 466
at FimCustomization.FimCustomizer.Apply(String customizationScriptFileName, S
tring server) in d:\Builds\18\4\Sources\imp\src\Access Management\FIM Integratio
n\FimCustomization\main.cs:line 208
at FimCustomization.FimCustomizer.Main(String[] args) in d:\Builds\18\4\Sourc
es\imp\src\Access Management\FIM Integration\FimCustomization\main.cs:line 85
Anyone seen this before?
Michael