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

Assign IdB Operations a unique identifier in logs

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

IdB currently logs connector imports starting and ending, but there is nothing to tie the start and end operations together. a unique identifier would provide this. This would be useful when parsing the logs to get information on the operations.

0
Answered

Identity Broker always logs to Application Event Log

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

Identity Broker v4.1 allows you to specify an event log to write to. Regardless of the event log chosen, it always writes to the application log.
If a custom log is chosen, it creates the event log (if it has sufficient rights), however it doesn't write to this log.

0
Fixed

Deleting an existing connector throws exception

Patrick Johannessen 10 years ago updated by anonymous 8 years ago 1

When deleting a populated connector in the latest IDB5 build the following error is received:

An exception of type 'System.Data.SqlClient.SqlException' occurred in Unify.IdentityBroker.Connector.Engine.dll but was not handled in user code

Additional information: Constraint 'FK_ChangeLog_Partition' does not belong to table 'Changes'.

The connector is still deleted successfully.

0
Fixed

Transformations potentially retrieving whole join criteria instead of paged

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

As ToLookup will load all information in one hit, a new version should be created (StreamToLookup). Transformations should be changed to use this version (mainly group transformations).

Test to ensure they correctly page.

0
Completed

Ability to disable timings in Identity Broker for maintenance/inital load

André van der Westhuizen 10 years ago updated by anonymous 8 years ago 2

Shane raising this on behalf of Andre from the previous weekend.

At times during a system migration, it is useful to be able to suspend automatic import schedules for connectors whilst still being able to operate the connectors manually.

0
Fixed

After changing connector agent old agent schema is still fetched

Beau Harrison (Senior Product Software Engineer) 10 years ago updated by anonymous 8 years ago 0

Changing a connectors agent or target table/file/etc then requesting the schema fetches the old schema. After a few minutes, requesting a schema fetches the correct schema

0
Completed

Request for deletion threshold to prevent mass deletion on imports

Richard Green 9 years ago updated by anonymous 8 years ago 5

Hey Guys,

This request has come as a result of the deletion issues experienced at APRA on the weekend.

Is it possible to implement a feature to abort a connector import / change detection run if an unexpected number of deletes are imported?

I'm thinking something along the lines of a flag to enable/disable, and a threshold value (either a number of entities, or percentage value).
Ideally this would be configurable per connector (as some may legitimately and regularly experience large changes in existing data).

This kind of issue has happened previously on other sites, and a feature like this could prevent temporary data issues within a source system from having impact on downstream systems.

0
Completed

SQL server "Date" type is not supported?

Kevin Lin 10 years ago updated by anonymous 8 years ago 2

SQL server "Date" type is not supported?

I have one field of type Date in SQL server.

But on import into Identity Broker, using the default field type that is configured for the schema provider (date), validation fails.


DateSQLServerNotSupported.jpg
0
Completed

Dashboard - counter for number of connector/adapters

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

The dashboard should have a counter for the number of connectors and adapter.

0
Completed

Change log clearing job schedule should be configurable

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

The schedule for {{DeleteChangeLogsJob }} added in v5.0.0 is not configurable. Due to different requirements for each client, the duration and frequency of clearing out change logs should be configurable.