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

Exporting errors leave the Adapter statistics unresolved.

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

An export with errors will leave an adapter in an Update state, and apparently also duplicates the adapter statistics:


adapterduplicatestats.jpg
0
Fixed

Connector jobs still run on schedule when disabled.

Tony Sheehy 13 years ago updated by anonymous 10 years ago 3

Scheduled connector jobs can still run when disabled, as this is no longer enforced on the Queued Connector Job Executor; A decorator to check the of the scheduler-state/connector enabled-state needs to be added/wrapped around each connector job on the ConnectorJobGenerator.

0
Completed

Support changing types for schema fields.

Matthew Clark 13 years ago updated by anonymous 10 years ago 6

Some schema providers may create fields as single value when they are later required to be multivalue, such as the CSV connector. To do this currently, the field must be removed and re-added as a multivalue field. This may be a bit of work as the validator types available may change for some types.

0
Fixed

Relational transformations with string priority can't be created

Matthew Clark 13 years ago updated by anonymous 10 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 10 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 10 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 10 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 10 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 10 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 10 years ago 4

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