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

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
Fixed

Non-integer valuetypes should be converted to string in XMA

Tony Sheehy 13 years ago in UNIFYBroker/Microsoft Identity Manager updated by anonymous 9 years ago 1

Decimal and Single values are registered as Numeric values in FIM, but floating point values are not supported by the Numeric valuetype - this results in errors on FIM full imports; namely:

'invalid-numeric-value'

0
Completed

Service process runs after service stopped

Matthew Clark 13 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 13 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 13 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.

0
Fixed

IdB4: Cannot delete last adapter of a composite adapter

Peter Wass 13 years ago updated by anonymous 9 years ago 4

I have demoted a connector out of a composite adapter. I am now trying to delete the other adapter that is part of the composite (the connector was deleted so I don't want it).

The product accepts it and returns you to the main page. However, if you then click on the composite adapter again it displays the 'deleted' connector. it should either tell you you can't do it, or do it and perhaps delete the composite as well (with a warning).

0
Completed

Make installer more clear about authentication type

Peter Wass 13 years ago updated by anonymous 9 years ago 11

I recieved the error:
Error -2147217843: failed to create SQL database:
Unify.IdentityBroker, error detail: unknown error.

Make the installer clearer regarding the different types of authentication.


dbinstall.png
0
Completed

IdB4: Make Entity Id the same as other columns in Entity Search

Peter Wass 13 years ago updated by anonymous 9 years ago 6

If we are using the Entity ID its because its an anchor or similar in FIM. Therefore, we would like to be able to search or filter for a specific entity by ID. Similarly, we may often not care what it is and would like to hide it. Can it be treated the same way as any other column?

Also, it would be good if clicking anywhere on the row brought up the entity view (which is great!), thus removing the issue if the column is hidden.

0
Fixed

IdB 4 Alpha - Removing columns mappings in a Relational transformation

Paul Barratt 13 years ago updated by anonymous 9 years ago 2

When removing an added column mapping in a adapter Relational transformation

The following error message is displayed:


IdB4_Rel_Error.png
IdB4_Rel_Error1.png