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

Relational transformations with string priority can't be created

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

Attempting to create a date relational with string priority transformation results in a "Sequence contains no elements" error appearing, and redirecting the user back to the adapter page.

0
Fixed

The Group Target on the Multivalue.GenerateDNs UI component should be a text box.

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

The Group Target on the Multivalue.GenerateDNs UI component should be a text box, as this field is the target field against which the generated DN components will be written.

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
Fixed

Default CSV schema provider should mark the key field as required

Matthew Clark 13 years ago in CSV connector updated by anonymous 9 years ago 4

The default schema provider for CSVs should mark the key as required.

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

Identity Broker for Dynamics CRM - Annotations Connector filters and timeout

Ryan Crossingham 12 years ago in UNIFYBroker/Microsoft Dynamics CRM updated by anonymous 9 years ago 15

Due to annotation fields, namely documentbody being HUGE after (i assume) base64 encode. We are currently experiencing timeouts on this connector. Are we able to add a configurable timeout on connectors? I believe its currently set for 2min..

Additionally - annotation contains every attachment available in Dynamics CRM. NZ Parli is only interested a mimetype of image/pjpeg and a subject of "Example" or contains "Exa". Are we able to add filters to the connectors?

0
Fixed

chris21 connector should throw an error if schema discovery is attempted on non-existent form

Matthew Clark 13 years ago in UNIFYBroker/Frontier ichris/chris21 updated by anonymous 9 years ago 7

Chris21 schema discovery returns no schema if a form doesn't exist. It should instead error that the form could not be found.