Identity Broker Forum
Welcome to the community forum for Identity Broker.
Browse the knowledge base, ask questions directly to the product group, or leverage the community to get answers. Leave ideas for new features and vote for the features or bug fixes you want most.
Transformations should check that relationship fields actually exist
Some transformations do a good job picking up invalid configuration, but a lot of the relationship connectors don't actually check that the relationship fields exist. It should be an invalid configuration.
Improve relationship transformations by allowing for automatic type conversions
As the quality of some connectors will be dictated by the quality of the target system, it would be good if all relationship transformations included the ability to automatically convert types. This would mean using the entity schema validator method to convert the values (IEntitySchemaFieldValidator.CreateValue() I think) of the input keys in each page to the value type of the relationship key.
Transformations should check that the relationship connector actually exists
Some of the relationship connectors don't check that the relationship connector ID supplied exists. This should be an invalid configuration.
TimeOffsetFlag transformation optional parameters are not optional
Please refer to IDB-86 for details.
EntityTimeOffsetFlagAdapterGenerator needs to be modified to use configurationElement.AttributeValue(string attribute, string default)
Unhandled failed service connection in IDB Management Studio
The attached unhandled exception occurs when the details of a connector are attempted to be viewed when the IDB service is not running; See the following exception details:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.ServiceModel.EndpointNotFoundException: Could not connect to http://localhost:59990/IdentityBroker/IdentityBrokerManagementStudio.svc. TCP error code 10061: No connection could be made because the target machine actively refused it 127.0.0.1:59990. ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 127.0.0.1:59990
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception)
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context)
at System.Net.HttpWebRequest.GetRequestStream()
at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream()
--- End of inner exception stack trace ---
Server stack trace:
at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream()
at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout)
at System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, TimeSpan timeout)
at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)
at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at Unify.Framework.IIdentityBrokerEngineNotificationCollector.GetConnectorConfiguration()
at Unify.UI.Win.Connect.ConnectionExplorerTree.IdentityBrokerEngineNotificationCollectorChannelFactoryDecorator.<>c__DisplayClass4.<GetConnectorConfiguration>b__3(IIdentityBrokerEngineNotificationCollector service) in S:\hg\Legacy\WizardPlugIns\ServiceConnection\Source\Unify.WizardPlugIns.ServiceConnection\IdentityBrokerEngineNotificationCollectorChannelFactoryDecorator.cs:line 48
at Unify.UI.Win.Connect.ConnectionExplorerTree.ChannelFactoryDecoratorBase`1.InvokeAction(Action`1 action) in S:\hg\Legacy\WizardPlugIns\ServiceConnection\Source\Unify.WizardPlugIns.ServiceConnection\ChannelFactoryDecoratorBase.cs:line 43
at Unify.UI.Win.Connect.ConnectionExplorerTree.IdentityBrokerEngineNotificationCollectorChannelFactoryDecorator.GetConnectorConfiguration() in S:\hg\Legacy\WizardPlugIns\ServiceConnection\Source\Unify.WizardPlugIns.ServiceConnection\IdentityBrokerEngineNotificationCollectorChannelFactoryDecorator.cs:line 48
at Unify.Framework.IdentityBrokerEngineClient.GetConnectorConfiguration() in S:\hg\unify\Framework\Identity Broker\v3.0.5\Source\Unify.Framework.ConnectEngine.Client\IdentityBrokerEngineClient.cs:line 44
at Unify.UI.Win.Connect.ConnectionExplorerTree.IdentityBrokerEngineServerKey.get_Connectors() in S:\hg\Legacy\WizardPlugIns\ServiceConnection\Source\Unify.WizardPlugIns.ServiceConnection\IdentityBrokerEngineServerKey.cs:line 128
at Unify.UI.Win.Connect.ConnectionExplorerTree.IdentityBrokerServerKeyBase`1.get_Connectors() in S:\hg\Legacy\Studios\Management\Source\Unify.UI.Win.ManagementStudio\ConnectionExplorerTree\IdentityBrokerServerKeyBase.cs:line 112
at Unify.UI.Win.ConnectionExplorerTree.ConnectorIdToConnectorConfigurationAdapter.Transform(Guid baseValue) in S:\hg\Legacy\Studios\Management\Source\Unify.UI.Win.ManagementStudio\ConnectionExplorerTree\ConnectorIdToConnectorConfigurationAdapter.cs:line 39
at Unify.Framework.ChainValueAdapter`3.Transform(TBaseValue baseValue) in D:\Hg\Framework\Core\Master\Source\ValueAdapter\Unify.Framework.ValueAdapter\ChainValueAdapter.cs:line 44
at Unify.UI.ContextAdapter`2.RefreshContext() in S:\hg\unify\Presentation\Core\v3.0.5\UI\Mediation\Unify.UI.Mediation\Context\ContextAdapter.cs:line 85
at Unify.UI.ContextAdapter`2.Notify(IContextChangeStart`1 message) in S:\hg\unify\Presentation\Core\v3.0.5\UI\Mediation\Unify.UI.Mediation\Context\ContextAdapter.cs:line 62
at Unify.Framework.NotificationSinkList`1.<>c__DisplayClass1.<Notify>b__0(INotificationSink`1 sink) in D:\Hg\Framework\Core\Master\Source\Notification\Unify.Framework.Notification\NotificationSinkList.cs:line 22
at Unify.Framework.Visitor.<>c__DisplayClass1`1.<Visit>b__0(T item, Int32 index) in D:\Hg\Framework\Core\Master\Source\DesignPatterns\Unify.Framework.DesignPatterns\Visitor.cs:line 23
at Unify.Framework.Visitor.Visit[T](IEnumerable`1 visitCollection, Action`2 visitor) in D:\Hg\Framework\Core\Master\Source\DesignPatterns\Unify.Framework.DesignPatterns\Visitor.cs:line 48
at Unify.Framework.Visitor.Visit[T](IEnumerable`1 visitCollection, Action`1 visitor) in D:\Hg\Framework\Core\Master\Source\DesignPatterns\Unify.Framework.DesignPatterns\Visitor.cs:line 23
at Unify.Framework.NotificationSinkList`1.Notify(T message) in D:\Hg\Framework\Core\Master\Source\Notification\Unify.Framework.Notification\NotificationSinkList.cs:line 22
at Unify.Framework.NotificationSinkList`1.NotifyRegisteredSinksOfMessage[TMessage](TMessage message) in D:\Hg\Framework\Core\Master\Source\Notification\Unify.Framework.Notification\NotificationSinkList.cs:line 35
at Unify.Framework.NotificationMessageService.<>c__DisplayClass1`1.<NotifyRegisteredSinksOfMessage>b__0(KeyValuePair`2 sinkList) in D:\Hg\Framework\Core\Master\Source\Notification\Unify.Framework.Notification\NotificationMessageService.cs:line 71
at Unify.Framework.Visitor.<>c__DisplayClass1`1.<Visit>b__0(T item, Int32 index) in D:\Hg\Framework\Core\Master\Source\DesignPatterns\Unify.Framework.DesignPatterns\Visitor.cs:line 23
at Unify.Framework.Visitor.Visit[T](IEnumerable`1 visitCollection, Action`2 visitor) in D:\Hg\Framework\Core\Master\Source\DesignPatterns\Unify.Framework.DesignPatterns\Visitor.cs:line 48
at Unify.Framework.Visitor.Visit[T](IEnumerable`1 visitCollection, Action`1 visitor) in D:\Hg\Framework\Core\Master\Source\DesignPatterns\Unify.Framework.DesignPatterns\Visitor.cs:line 23
at Unify.Framework.NotificationMessageService.NotifyRegisteredSinksOfMessage[T](T message) in D:\Hg\Framework\Core\Master\Source\Notification\Unify.Framework.Notification\NotificationMessageService.cs:line 71
at Unify.UI.ContextBase`1.RaiseContextChangeStartMessage() in S:\hg\unify\Presentation\Core\v3.0.5\UI\Mediation\Unify.UI.Mediation\Context\ContextBase.cs:line 85
at Unify.UI.ContextBase`1.RaiseContextChange() in S:\hg\unify\Presentation\Core\v3.0.5\UI\Mediation\Unify.UI.Mediation\Context\ContextBase.cs:line 72
at Unify.UI.ContextBase`1.SetCurrentContext(T newContext) in S:\hg\unify\Presentation\Core\v3.0.5\UI\Mediation\Unify.UI.Mediation\Context\ContextBase.cs:line 64
at Unify.UI.Win.Tasks.ContextStripIdContextControl.ContextStripOpened(Object sender, EventArgs e) in S:\hg\Legacy\Studios\Management\Source\Unify.UI.Win.ManagementStudio\Tasks\ContextStripIdContextControl.cs:line 27
at System.Windows.Forms.ToolStripDropDown.OnOpened(EventArgs e)
at System.Windows.Forms.ToolStripDropDown.SetVisibleCore(Boolean visible)
at System.Windows.Forms.ToolStripDropDown.Show(Control control, Point position)
at System.Windows.Forms.ContextMenuStrip.ShowInternal(Control source, Point location, Boolean isKeyboardActivated)
at System.Windows.Forms.Control.WmContextMenu(Message& m, Control sourceControl)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4959 (win7RTMGDR.050727-4900)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
Unify.UI.Win.IdentityBrokerStudio
Assembly Version: 3.0.5.3
Win32 Version: 3.0.5.3
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.UI.Win.IdentityBrokerStudio.exe
----------------------------------------
Unify.UI.Win.ManagementStudio
Assembly Version: 3.0.5.3
Win32 Version: 3.0.5.3
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.UI.Win.ManagementStudio.DLL
----------------------------------------
Unify.UI.Plugin.Win
Assembly Version: 3.0.5.0
Win32 Version: 3.0.5.0
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.UI.Plugin.Win.DLL
----------------------------------------
Unify.UI.Window.Win
Assembly Version: 3.0.5.0
Win32 Version: 3.0.5.0
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.UI.Window.Win.DLL
----------------------------------------
Unify.UI.Window.Interfaces
Assembly Version: 3.0.5.0
Win32 Version: 3.0.5.0
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.UI.Window.Interfaces.DLL
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
Unify.UI.Mediation.Interfaces
Assembly Version: 3.0.5.0
Win32 Version: 3.0.5.0
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.UI.Mediation.Interfaces.DLL
----------------------------------------
Unify.Framework.Notification.Interfaces
Assembly Version: 3.0.0.0
Win32 Version: 3.0.5.6
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Framework.Notification.Interfaces.DLL
----------------------------------------
Unify.UI.Mediation.Win
Assembly Version: 3.0.5.0
Win32 Version: 3.0.5.0
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.UI.Mediation.Win.DLL
----------------------------------------
Unify.UI.Control.Win
Assembly Version: 3.0.5.0
Win32 Version: 3.0.5.0
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.UI.Control.Win.DLL
----------------------------------------
Unify.UI.Control.Interfaces
Assembly Version: 3.0.5.0
Win32 Version: 3.0.5.0
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.UI.Control.Interfaces.DLL
----------------------------------------
Unify.Presentation.ElementController.Interfaces
Assembly Version: 3.0.5.0
Win32 Version: 3.0.5.0
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Presentation.ElementController.Interfaces.DLL
----------------------------------------
Unify.UI.Mediation
Assembly Version: 3.0.5.0
Win32 Version: 3.0.5.0
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.UI.Mediation.DLL
----------------------------------------
System.Core
Assembly Version: 3.5.0.0
Win32 Version: 3.5.30729.4926 built by: NetFXw7
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
Unify.Framework.DesignPatterns
Assembly Version: 3.0.0.0
Win32 Version: 3.0.5.6
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Framework.DesignPatterns.DLL
----------------------------------------
Unify.UI.Plugin.Interfaces
Assembly Version: 3.0.5.0
Win32 Version: 3.0.5.0
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.UI.Plugin.Interfaces.DLL
----------------------------------------
Unify.Framework.PlugIn.Interfaces
Assembly Version: 3.0.0.0
Win32 Version: 3.0.5.6
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Framework.PlugIn.Interfaces.DLL
----------------------------------------
Unify.UI.Plugin
Assembly Version: 3.0.5.0
Win32 Version: 3.0.5.0
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.UI.Plugin.DLL
----------------------------------------
Unify.Framework.PlugIn
Assembly Version: 3.0.0.0
Win32 Version: 3.0.5.6
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Framework.PlugIn.DLL
----------------------------------------
System.Xml.Linq
Assembly Version: 3.5.0.0
Win32 Version: 3.5.30729.4926 built by: NetFXw7
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml.Linq/3.5.0.0__b77a5c561934e089/System.Xml.Linq.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Unify.Framework.Exception
Assembly Version: 3.0.0.0
Win32 Version: 3.0.5.6
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Framework.Exception.DLL
----------------------------------------
Unify.Studio.PlugIn.CsvLogReader
Assembly Version: 3.0.5.3
Win32 Version: 3.0.5.3
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Studio.PlugIn.CsvLogReader.DLL
----------------------------------------
Unify.UI.ReportPlugin.Win
Assembly Version: 3.0.5.3
Win32 Version: 3.0.5.3
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.UI.ReportPlugin.Win.DLL
----------------------------------------
Unify.UI.ReportPlugin.Interfaces
Assembly Version: 3.0.5.3
Win32 Version: 3.0.5.3
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.UI.ReportPlugin.Interfaces.DLL
----------------------------------------
Unify.WizardPlugIn.SecurePassword
Assembly Version: 3.0.5.3
Win32 Version: 3.0.5.3
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.WizardPlugIn.SecurePassword.DLL
----------------------------------------
Unify.UI.Win.Studio
Assembly Version: 3.0.5.3
Win32 Version: 3.0.5.3
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.UI.Win.Studio.DLL
----------------------------------------
Unify.Framework.Collections
Assembly Version: 3.0.0.0
Win32 Version: 3.0.5.6
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Framework.Collections.DLL
----------------------------------------
Unify.Framework.Collections.Interfaces
Assembly Version: 3.0.0.0
Win32 Version: 3.0.5.6
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Framework.Collections.Interfaces.DLL
----------------------------------------
Unify.UI.Win.ConnectionExplorer.Interfaces
Assembly Version: 3.0.5.3
Win32 Version: 3.0.5.3
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.UI.Win.ConnectionExplorer.Interfaces.DLL
----------------------------------------
Unify.UI.ReportPlugin
Assembly Version: 3.0.5.3
Win32 Version: 3.0.5.3
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.UI.ReportPlugin.DLL
----------------------------------------
Unify.Framework.ValueAdapter.Interfaces
Assembly Version: 3.0.0.0
Win32 Version: 3.0.5.6
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Framework.ValueAdapter.Interfaces.DLL
----------------------------------------
Unify.WizardPlugIns.ServiceConnect
Assembly Version: 3.0.5.3
Win32 Version: 3.0.5.3
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.WizardPlugIns.ServiceConnect.DLL
----------------------------------------
Unify.UI.Win.IdentityBrokerStudio.Interfaces
Assembly Version: 3.0.5.3
Win32 Version: 3.0.5.3
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.UI.Win.IdentityBrokerStudio.Interfaces.DLL
----------------------------------------
Unify.Framework.ConnectEngine.Client
Assembly Version: 3.0.0.0
Win32 Version: 3.0.5.6
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Framework.ConnectEngine.Client.DLL
----------------------------------------
Unify.Framework.Schedule.Interfaces
Assembly Version: 3.0.0.0
Win32 Version: 3.0.5.6
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Framework.Schedule.Interfaces.DLL
----------------------------------------
Unify.Repository.Entity.Interfaces
Assembly Version: 3.0.0.0
Win32 Version: 3.0.5.6
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Repository.Entity.Interfaces.DLL
----------------------------------------
Unify.Framework.Connector.Configuration.Interfaces
Assembly Version: 3.0.0.0
Win32 Version: 3.0.5.6
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Framework.Connector.Configuration.Interfaces.DLL
----------------------------------------
Unify.Framework.Entity.Interfaces
Assembly Version: 3.0.0.0
Win32 Version: 3.0.5.6
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Framework.Entity.Interfaces.DLL
----------------------------------------
Unify.UI.Win.ConnectionExplorer
Assembly Version: 3.0.5.3
Win32 Version: 3.0.5.3
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.UI.Win.ConnectionExplorer.DLL
----------------------------------------
DevExpress.XtraBars.v10.1
Assembly Version: 10.1.7.0
Win32 Version: 10.1.7.0
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/DevExpress.XtraBars.v10.1/10.1.7.0__b88d1754d700e49a/DevExpress.XtraBars.v10.1.dll
----------------------------------------
DevExpress.Data.v10.1
Assembly Version: 10.1.7.0
Win32 Version: 10.1.7.0
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/DevExpress.Data.v10.1/10.1.7.0__b88d1754d700e49a/DevExpress.Data.v10.1.dll
----------------------------------------
DevExpress.Utils.v10.1
Assembly Version: 10.1.7.0
Win32 Version: 10.1.7.0
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/DevExpress.Utils.v10.1/10.1.7.0__b88d1754d700e49a/DevExpress.Utils.v10.1.dll
----------------------------------------
DevExpress.XtraEditors.v10.1
Assembly Version: 10.1.7.0
Win32 Version: 10.1.7.0
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/DevExpress.XtraEditors.v10.1/10.1.7.0__b88d1754d700e49a/DevExpress.XtraEditors.v10.1.dll
----------------------------------------
Unify.UI.Notification.Interfaces
Assembly Version: 3.0.5.0
Win32 Version: 3.0.5.0
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.UI.Notification.Interfaces.DLL
----------------------------------------
DevExpress.XtraGrid.v10.1
Assembly Version: 10.1.7.0
Win32 Version: 10.1.7.0
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/DevExpress.XtraGrid.v10.1/10.1.7.0__b88d1754d700e49a/DevExpress.XtraGrid.v10.1.dll
----------------------------------------
Unify.Framework.Filter
Assembly Version: 3.0.0.0
Win32 Version: 3.0.5.6
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Framework.Filter.DLL
----------------------------------------
Unify.Framework.Filter.Interfaces
Assembly Version: 3.0.0.0
Win32 Version: 3.0.5.6
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Framework.Filter.Interfaces.DLL
----------------------------------------
System.Data
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_64/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
Unify.Presentation.ElementController
Assembly Version: 3.0.5.0
Win32 Version: 3.0.5.0
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Presentation.ElementController.DLL
----------------------------------------
Unify.UI.Window
Assembly Version: 3.0.5.0
Win32 Version: 3.0.5.0
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.UI.Window.DLL
----------------------------------------
Unify.Framework.Notification
Assembly Version: 3.0.0.0
Win32 Version: 3.0.5.6
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Framework.Notification.DLL
----------------------------------------
Unify.Framework.Schedule
Assembly Version: 3.0.0.0
Win32 Version: 3.0.5.6
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Framework.Schedule.DLL
----------------------------------------
Unify.Framework.Job.Interfaces
Assembly Version: 3.0.0.0
Win32 Version: 3.0.5.6
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Framework.Job.Interfaces.DLL
----------------------------------------
Unify.Framework.Job
Assembly Version: 3.0.0.0
Win32 Version: 3.0.5.6
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Framework.Job.DLL
----------------------------------------
Unify.UI.Log.Interfaces
Assembly Version: 3.0.5.3
Win32 Version: 3.0.5.3
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.UI.Log.Interfaces.DLL
----------------------------------------
DevExpress.XtraPrinting.v10.1
Assembly Version: 10.1.7.0
Win32 Version: 10.1.7.0
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/DevExpress.XtraPrinting.v10.1/10.1.7.0__b88d1754d700e49a/DevExpress.XtraPrinting.v10.1.dll
----------------------------------------
Unify.Framework.Linq.Interfaces
Assembly Version: 3.0.0.0
Win32 Version: 3.0.5.6
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Framework.Linq.Interfaces.DLL
----------------------------------------
Unify.Framework.Cloning.Interfaces
Assembly Version: 3.0.0.0
Win32 Version: 3.0.5.6
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Framework.Cloning.Interfaces.DLL
----------------------------------------
Unify.Framework.Value.Interfaces
Assembly Version: 3.0.0.0
Win32 Version: 3.0.5.6
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Framework.Value.Interfaces.DLL
----------------------------------------
Unify.Framework.Auditing.Interfaces
Assembly Version: 3.0.0.0
Win32 Version: 3.0.5.6
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Framework.Auditing.Interfaces.DLL
----------------------------------------
Unify.Framework.ValueAdapter
Assembly Version: 3.0.0.0
Win32 Version: 3.0.5.6
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Framework.ValueAdapter.DLL
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
Unify.Framework.Xml
Assembly Version: 3.0.0.0
Win32 Version: 3.0.5.6
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Framework.Xml.DLL
----------------------------------------
Unify.Framework.Timing
Assembly Version: 3.0.0.0
Win32 Version: 3.0.5.6
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Framework.Timing.DLL
----------------------------------------
Unify.Framework.Timing.Interfaces
Assembly Version: 3.0.0.0
Win32 Version: 3.0.5.6
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Framework.Timing.Interfaces.DLL
----------------------------------------
System.ServiceModel
Assembly Version: 3.0.0.0
Win32 Version: 3.0.4506.4926 (NetFXw7.030729-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.ServiceModel/3.0.0.0__b77a5c561934e089/System.ServiceModel.dll
----------------------------------------
Unify.Framework.InterLinq
Assembly Version: 3.0.0.0
Win32 Version: 3.0.5.6
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Framework.InterLinq.DLL
----------------------------------------
Unify.Framework.Entity
Assembly Version: 3.0.0.0
Win32 Version: 3.0.5.6
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Framework.Entity.DLL
----------------------------------------
Unify.Notification.Core.Interfaces
Assembly Version: 3.0.0.0
Win32 Version: 3.0.5.6
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Notification.Core.Interfaces.DLL
----------------------------------------
Unify.Framework.Notification.Async
Assembly Version: 3.0.0.0
Win32 Version: 3.0.5.6
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Framework.Notification.Async.DLL
----------------------------------------
Unify.Repository.Entity.Client
Assembly Version: 3.0.0.0
Win32 Version: 3.0.5.6
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Repository.Entity.Client.DLL
----------------------------------------
Unify.Repository.Entity
Assembly Version: 3.0.0.0
Win32 Version: 3.0.5.6
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Repository.Entity.DLL
----------------------------------------
Unify.Data.Interfaces
Assembly Version: 3.0.0.0
Win32 Version: 3.0.5.6
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Data.Interfaces.DLL
----------------------------------------
SMDiagnostics
Assembly Version: 3.0.0.0
Win32 Version: 3.0.4506.4926 (NetFXw7.030729-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/SMDiagnostics/3.0.0.0__b77a5c561934e089/SMDiagnostics.dll
----------------------------------------
System.Runtime.Serialization
Assembly Version: 3.0.0.0
Win32 Version: 3.0.4506.4926 (NetFXw7.030729-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Serialization/3.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll
----------------------------------------
System.WorkflowServices
Assembly Version: 3.5.0.0
Win32 Version: 3.5.594.4926
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.WorkflowServices/3.5.0.0__31bf3856ad364e35/System.WorkflowServices.dll
----------------------------------------
System.ServiceModel.Web
Assembly Version: 3.5.0.0
Win32 Version: 3.5.594.4926
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.ServiceModel.Web/3.5.0.0__31bf3856ad364e35/System.ServiceModel.Web.dll
----------------------------------------
Microsoft.VisualStudio.Diagnostics.ServiceModelSink
Assembly Version: 3.0.0.0
Win32 Version: 10.0.30319.1
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualStudio.Diagnostics.ServiceModelSink/3.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Diagnostics.ServiceModelSink.dll
----------------------------------------
Unify.UI.Win.Control.ServiceMonitor
Assembly Version: 3.0.5.3
Win32 Version: 3.0.5.3
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.UI.Win.Control.ServiceMonitor.DLL
----------------------------------------
Unify.UI.Control.ServiceMonitor.Interfaces
Assembly Version: 3.0.5.3
Win32 Version: 3.0.5.3
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.UI.Control.ServiceMonitor.Interfaces.DLL
----------------------------------------
System.ServiceProcess
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.ServiceProcess/2.0.0.0__b03f5f7f11d50a3a/System.ServiceProcess.dll
----------------------------------------
Unify.Framework.Job.Specialised.Interfaces
Assembly Version: 3.0.0.0
Win32 Version: 3.0.5.6
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Framework.Job.Specialised.Interfaces.DLL
----------------------------------------
Unify.WizardPlugIn.MiisXmaExport
Assembly Version: 3.0.5.3
Win32 Version: 3.0.5.3
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.WizardPlugIn.MiisXmaExport.DLL
----------------------------------------
Unify.UI.UpgradeXmaWizard.Win
Assembly Version: 3.0.5.3
Win32 Version: 3.0.5.3
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.UI.UpgradeXmaWizard.Win.DLL
----------------------------------------
Unify.UI.ImageNodeWizard.Win
Assembly Version: 3.0.5.3
Win32 Version: 3.0.5.3
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.UI.ImageNodeWizard.Win.DLL
----------------------------------------
Unify.Notification.Core
Assembly Version: 3.0.0.0
Win32 Version: 3.0.5.6
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Notification.Core.DLL
----------------------------------------
Unify.Framework.IO.LDAP
Assembly Version: 3.0.0.0
Win32 Version: 3.0.5.6
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Framework.IO.LDAP.DLL
----------------------------------------
Unify.Framework.Value
Assembly Version: 3.0.0.0
Win32 Version: 3.0.6.1
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Framework.Value.DLL
----------------------------------------
Unify.Framework.IO.LDAP.Interfaces
Assembly Version: 3.0.0.0
Win32 Version: 3.0.6.1
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Framework.IO.LDAP.Interfaces.DLL
----------------------------------------
Unify.Framework.Entity.Schema.Interfaces
Assembly Version: 3.0.0.0
Win32 Version: 3.0.5.0
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Framework.Entity.Schema.Interfaces.DLL
----------------------------------------
Unify.Framework.Schema.Interfaces
Assembly Version: 3.0.0.0
Win32 Version: 3.0.5.6
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Framework.Schema.Interfaces.DLL
----------------------------------------
System.Web
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4955 (win7RTMGDR.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_64/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll
----------------------------------------
Unify.UI.Win.Control.DefaultServiceMonitor
Assembly Version: 3.0.5.3
Win32 Version: 3.0.5.3
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.UI.Win.Control.DefaultServiceMonitor.DLL
----------------------------------------
Unify.Notification.ChangeDetection.Interfaces
Assembly Version: 3.0.0.0
Win32 Version: 3.0.5.6
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Notification.ChangeDetection.Interfaces.DLL
----------------------------------------
DevExpress.OfficeSkins.v10.1
Assembly Version: 10.1.7.0
Win32 Version: 10.1.7.0
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/DevExpress.OfficeSkins.v10.1/10.1.7.0__95fc6c5621878f0a/DevExpress.OfficeSkins.v10.1.dll
----------------------------------------
DevExpress.BonusSkins.v10.1
Assembly Version: 10.1.7.0
Win32 Version: 10.1.7.0
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/DevExpress.BonusSkins.v10.1/10.1.7.0__95fc6c5621878f0a/DevExpress.BonusSkins.v10.1.dll
----------------------------------------
Unify.UI.Control
Assembly Version: 3.0.5.0
Win32 Version: 3.0.5.0
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.UI.Control.DLL
----------------------------------------
Unify.Framework.Connector.Configuration
Assembly Version: 3.0.0.0
Win32 Version: 3.0.5.6
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Framework.Connector.Configuration.DLL
----------------------------------------
Unify.Framework.Connector.Interfaces
Assembly Version: 3.0.0.0
Win32 Version: 3.0.5.6
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Framework.Connector.Interfaces.DLL
----------------------------------------
Unify.Framework.Entity.Schema
Assembly Version: 3.0.0.0
Win32 Version: 3.0.5.0
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Framework.Entity.Schema.DLL
----------------------------------------
Unify.Framework.Schema
Assembly Version: 3.0.0.0
Win32 Version: 3.0.5.6
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Framework.Schema.DLL
----------------------------------------
Unify.Framework.Entity.Adapters
Assembly Version: 3.0.0.0
Win32 Version: 3.0.5.6
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Framework.Entity.Adapters.DLL
----------------------------------------
Unify.Notification.Adapter.Interfaces
Assembly Version: 3.0.0.0
Win32 Version: 3.0.5.6
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Notification.Adapter.Interfaces.DLL
----------------------------------------
Unify.Notification.Connector.Interfaces
Assembly Version: 3.0.0.0
Win32 Version: 3.0.5.6
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Notification.Connector.Interfaces.DLL
----------------------------------------
Unify.UI.Wizard.Win
Assembly Version: 3.0.5.0
Win32 Version: 3.0.5.0
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.UI.Wizard.Win.DLL
----------------------------------------
Unify.UI.Wizard.Interfaces
Assembly Version: 3.0.5.0
Win32 Version: 3.0.5.0
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.UI.Wizard.Interfaces.DLL
----------------------------------------
Unify.UI.Wizard
Assembly Version: 3.0.5.0
Win32 Version: 3.0.5.0
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.UI.Wizard.DLL
----------------------------------------
Unify.Services.Miis2003XmaGenerator.Interfaces
Assembly Version: 3.0.5.3
Win32 Version: 3.0.5.3
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Services.Miis2003XmaGenerator.Interfaces.DLL
----------------------------------------
Unify.Services.Miis2003XmaGenerator
Assembly Version: 3.0.5.3
Win32 Version: 3.0.5.3
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Services.Miis2003XmaGenerator.DLL
----------------------------------------
Unify.UI.Notification
Assembly Version: 3.0.5.0
Win32 Version: 3.0.5.0
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.UI.Notification.DLL
----------------------------------------
Unify.Services.Miis2003XmaGenerator.Entity
Assembly Version: 3.0.5.3
Win32 Version: 3.0.5.3
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Services.Miis2003XmaGenerator.Entity.DLL
----------------------------------------
System.Data.SqlXml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Data.SqlXml/2.0.0.0__b77a5c561934e089/System.Data.SqlXml.dll
----------------------------------------
System.Xml.Xsl.CompiledQuery.1
Assembly Version: 0.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Data.SqlXml/2.0.0.0__b77a5c561934e089/System.Data.SqlXml.dll
----------------------------------------
Unify.Notification.Adapter
Assembly Version: 3.0.0.0
Win32 Version: 3.0.5.6
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Notification.Adapter.DLL
----------------------------------------
Unify.Framework.LogEntry.Interfaces
Assembly Version: 3.0.0.0
Win32 Version: 3.0.5.6
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Framework.LogEntry.Interfaces.DLL
----------------------------------------
DevExpress.XtraLayout.v10.1
Assembly Version: 10.1.7.0
Win32 Version: 10.1.7.0
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/DevExpress.XtraLayout.v10.1/10.1.7.0__b88d1754d700e49a/DevExpress.XtraLayout.v10.1.dll
----------------------------------------
Unify.Framework.IO
Assembly Version: 3.0.0.0
Win32 Version: 3.0.5.6
CodeBase: file:///C:/Program%20Files%20(x86)/UNIFY%20Solutions/Management%20Studio/Unify.Framework.IO.DLL
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
NoConnectionCouldBeMade.png
UNIFY Management Studio always installs to ~\Program Files (x86)\UNIFY Solutions\Management Studio
When deploying the management console I tried overriding the default C:\Program Files (x86)\UNIFY Solutions\Management Studio but the software was installed to C:\Program Files\UNIFY Solutions\Management Studio regardless. Not unhappy that it splits it out this way, but it's not the option I selected.
Can you change the installation directory for the IdB Service?
The Identity Broker Service has been written up to be installed on a D: drive here at DET but the installer : "UNIFY Identity Broker Service v3.0.6 x64" does not give an option to select the installation directory. Is there any way to get it installed on the D: drive? Moving the files doesn't work because then the service isn't pointing to the executable.
Identity Broker Service fails to start (timeout) when removing connectors/adapters
Thought I'd added this one already, but can't see it....
Essentially what happens here is that when you start the Identity Broker service, it has a database timeout. I don't have the exact log message, but I can reproduce and will do so once I finish working in the environment I'm in (next week). Removing all connectors/adapters from the config has no impact. Clearing the database allows the service to restart.
My understanding is that this error is caused by Identity Broker's clean-up process that occurs during startup... for example, if a connector has been removed, Identity Broker deletes all entities in that connector... etc.
The issue comes in where you have large volumes of data. The time taken to run the entity deletion command exceeds Identity Broker's database timeout.
This can cause problems in development environments where you are chopping and changing connectors/adapters quite regularly. In production it's not as big an issue, though it can have some impact.
Two work-arounds:
1) Leave all connectors/adapters in when testing new ones.. just extend timings
2) Manually delete entities for those connectors/adapters you're removing from the Entity table before
The description for Event ID 0 from source The following error in Identity Broker occurred during start of the server: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
If the event originated on another computer, the display information had to be saved with the event.
The following information was included with the event:
Error occurred in module: Identity Broker
The following error occurred:
System.Data.SqlClient.SqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
at System.Data.SqlClient.TdsParserStateObject.ReadSniError(TdsParserStateObject stateObj, UInt32 error)
at System.Data.SqlClient.TdsParserStateObject.ReadSni(DbAsyncResult asyncResult, TdsParserStateObject stateObj)
at System.Data.SqlClient.TdsParserStateObject.ReadNetworkPacket()
at System.Data.SqlClient.TdsParserStateObject.ReadBuffer()
at System.Data.SqlClient.TdsParserStateObject.ReadByte()
at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at System.Data.Linq.SqlClient.SqlProvider.Execute(Expression query, QueryInfo queryInfo, IObjectReaderFactory factory, Object[] parentArgs, Object[] userArgs, ICompiledSubQuery[] subQueries, Object lastResult)
at System.Data.Linq.SqlClient.SqlProvider.ExecuteAll(Expression query, QueryInfo[] queryInfos, IObjectReaderFactory factory, Object[] userArguments, ICompiledSubQuery[] subQueries)
at System.Data.Linq.SqlClient.SqlProvider.System.Data.Linq.Provider.IProvider.Execute(Expression query)
at System.Data.Linq.ChangeDirector.StandardChangeDirector.DynamicDelete(TrackedObject item)
at System.Data.Linq.ChangeDirector.StandardChangeDirector.Delete(TrackedObject item)
at System.Data.Linq.ChangeProcessor.SubmitChanges(ConflictMode failureMode)
at System.Data.Linq.DataContext.SubmitChanges(ConflictMode failureMode)
at System.Data.Linq.DataContext.SubmitChanges()
at Unify.Data.LinqContextConversionBase`4.DeleteItems(HashSet`1 deletedItems, TContext sourceContext, SqlConnection connection)
at Unify.Data.LinqContextConversionBase`4.SubmitChanges()
at Unify.Framework.IdentityBrokerEngine.SetUpEntityRepositoryPartitions(IEnumerable`1 connectorConfigurationCollection, IEnumerable`1 adapters)
at Unify.Framework.IdentityBrokerEngine.Start()
at Unify.Framework.UnifyEngine.Start()
withAllMinusIncludesOnIndex.sqlplan
withAllSelect.sqlplan
withoutEntityValueIncludesIndex.sqlplan
Placeholder Connector Changes
Summary Watchers
The placeholder connector does not appear to trigger the changes plugin in Unify Now. This is an issue where the placeholder is used to generate transformation data for a different object. when the placeholder changes the other object should have a change registered so that it can trigger the UN import.
'Refresh' Entity Viewer
A 'Refresh' Button on the Entity Viewer which does a requery of the entities. Currently it seems to use a cache (which is faster) but it doesn't refresh when I want it requiring me to restart the server.
Shane Day It no longer uses a cache on the server. Would still be useful to provide a refresh button.
Customer support service by UserEcho