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
Completed

Connection string window small by default

Matthew Woolnough 12 years ago updated by anonymous 8 years ago 1

Creation of a new Connector:

Connection String - window very small by default. Can we have it so its possible to fit a typical connection string in without wrap-around?

0
Completed

Update usage of Adapter GUIDs and names

Tony Sheehy 11 years ago updated by anonymous 8 years ago 5

Event Broker allows for an Adapter ID Override, but this couldn't be done in IDB4 without taking the ID from the URL or from the Extensibility; would it be worthwhile including a label with the adapter id?

PJ Edit: Update logging to display adapter/connector name as well as id, and ensure standard adapter display shows GUID.

0
Completed

Introduce Synchronous connector operations

Tony Sheehy 11 years ago updated by anonymous 8 years ago 4

The current implementation of connector operations only allow for asynchronous calls; however the current implementation of Event Broker requires synchronous calls for the error event to function.

Either Identity Broker needs to support Synchronous/Like-Synchronous operations or a contract needs to be defined in EB to support an equivalent if timeouts are going to be a problem.

0
Completed

Relational transformations starting with all mappings

Matthew Clark 11 years ago updated by anonymous 8 years ago 3

It would be handy if relational transformations started out with all columns in their column mappings, or a shortcut to do so. You don't always want to pull all columns from a relational connector, but in the cases you do it would be quite useful.

0
Completed

Modifying schema improvements

Matthew Woolnough 11 years ago updated by anonymous 8 years ago 4

When deleting attributes from the connector schema, the whole screen refreshes rather than just removing single line.

User needs to scroll back down to bottom of page to make further changes.

Another improvement would be to have the edit text boxes and drop downs only appear on mouseover, as this would clean up the UI a bit.

0
Completed

SQL Connector table hints support

Matthew Woolnough 11 years ago updated by anonymous 8 years ago 2

Would like to have SQL Table hints support, specifically for NOLOCK, but other options might also be useful.

0
Completed

Disabling Connector Job Execution does not stop import

Matthew Woolnough 11 years ago updated by anonymous 8 years ago 3

If you disable a connector, the job keeps running & there appears to be no way to stop it running except for restarting the IdB service.

0
Completed

Change logs to show most recent items at top

Matthew Woolnough 11 years ago updated by anonymous 8 years ago 11

Viewing IdB logs shows you oldest items in logs at top.
Typically user looks at logs to view recent information. User needs to navigate to bottom and click last to show most relevant objects.
This is opposite to default view on Windows Event Viewer.
I think I already wrote an enhancement for changing and sorting by relevant column, as can be done in previous versions of IdB.

0
Completed

Investigate ability to update relational data

Tony Sheehy 11 years ago updated by anonymous 8 years ago 3

Consider the potential for updating relational data through a single core adapter. Need to consider:

  • Adds vs. Updates
  • If adds, default values
  • User expectations
  • What it means if Join criteria aren't met (adds or exception)
  • Supported transformations
  • 1:1 vs. 1:many
0
Completed

PowerShell log writer

Adam van Vliet 11 years ago updated by anonymous 8 years ago 1

Currently the extensibility options for log writers involves a new product life-cycle.

It could be of benefit to create a PowerShell log writer.

It would be good if it kept around the PowerShell context and the script (if possible) for a certain amount of time or activity, in a similar way to the transformation on IDB-839.