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.

0
Fixed

Time relational with string priority cannot be created

Matthew Clark 13 years ago updated by anonymous 9 years ago 4

Error thrown when an attempt is made to create it:

Cannot convert type 'Unify.Framework.Web.UnifyDynamicPlugInObject' to 'Unify.Framework.Collections.GroupedNameValueCollectionKey'

No other information in the logs. This would be a minor cast issue in the service controller or view.

0
Fixed

Cannot create composite group with string priority transformation

Matthew Clark 13 years ago updated by anonymous 9 years ago 11

After selecting a base connector for the group composite with string priority transformation (4.5.5), the error "The given key was not present in the dictionary." appears. No additional information in the logs.

0
Completed

Remove redundant transformations

Matthew Clark 13 years ago updated by anonymous 9 years ago 0

A number of transformations have been made potentially redundant due to some newer extended transformations that have been added over the last while. Examples include the composite key transformations - these now have controls that allow you to add one to many relationships. This makes the singular versions of the transformations redundant and confusing, and could reduce the list of transformations users have to discern between.

The only issue with doing this is backwards compatibility, and whatever mechanism we decide on for loading of old config could just pull these transformations into their newer counterparts.

0
Fixed

Progress bars should not report percentage if a job has not yet run.

Tony Sheehy 13 years ago updated by anonymous 9 years ago 4

Progress bars should not report percentage if a job has not yet run. The default value may be wildly inaccurate which may lead to issues about jobs seemingly getting stuck at the artificial end.

Additionally, it might be worth saying that a job is over 100% if it takes longer than the last run.

0
Answered

Hostname for embedded web server is not being applied.

Tony Sheehy 13 years ago updated by anonymous 9 years ago 9

An Identity Broker instance configured with a custom host-name cannot be connected to, using that same host-name.

0
Fixed

Cannot add adapters to adapter groups

Tony Sheehy 13 years ago updated by anonymous 9 years ago 2

Opening the update adapter groups pages errors with:

System.InvalidCastException: Unable to cast object of type 'System.Collections.Generic.List`1[Unify.Product.IdentityBroker.BasicAdapterRemotingConfiguration]' to type 'System.Collections.Generic.IList`1[Unify.Product.IdentityBroker.IBasicAdapterRemotingConfiguration]'.
at Unify.Connect.Web.GroupController.UpdateAdapterGroupAdapters(Guid groupId) in c:\workspaces\IdentityBroker\Source\Studio\Unify.Connect.Web\Controllers\GroupController.cs:line 365
at lambda_method(Closure , ControllerBase , Object[] )
at System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters)
at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters)
at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
at System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass15.<InvokeActionMethodWithFilters>b__12()
at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation)
at System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass15.<>c__DisplayClass17.<InvokeActionMethodWithFilters>b__14()
at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodWithFilters(ControllerContext controllerContext, IList`1 filters, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
at System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName)
0
Fixed

Membership list multivalue doesn't display DN generator

Matthew Clark 13 years ago updated by anonymous 9 years ago 2

The Membership List Multivalue transformation doesn't provide a DN generator link as it should.

EDIT: Only the "Membership List" transformation is displaying a DN generator link.

0
Completed

Service process runs after service stopped

Matthew Clark 12 years ago updated by anonymous 9 years ago 10

The Identity Broker service process continues to run for up to 10-15 seconds after the services window says the service has stopped.

0
Fixed

Changes entity search hitting the 2100 parameter limit (sql-server)

Tony Sheehy 12 years ago updated by anonymous 9 years ago 19

The changes entity search uses Contains, which can result in hitting the 2100 parameter-limit for the entity ids to be matched.

0
Fixed

Login failed when installing the software Error:1385

Peter Wass 12 years ago updated by anonymous 9 years ago 7

When installing the software you get an error:
Login failed with error: 1385

The issue is that the account doesn't have logon as a service rights to the server.

Is it possible to grant that right if it doesn't exist? If not, can you trap that particular error and report the true cause as the account is fine and it'll drive the normals nuts.