MIM Event Broker Forum

Welcome to the community forum for MIM Event 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
Answered

Installation footprint of Event Broker v3.0

Shane Day (Chief Technology Officer) 14 years ago updated by anonymous 9 years ago 7

EB300:Prerequisites topic - has anyone actually checked the install footprint?

0
Completed

Adapter text box width in Identity Broker plug-in check operation

Shane Day (Chief Technology Officer) 14 years ago updated by anonymous 9 years ago 8

The width of the adapter text box should fit an entire GUID on the screen at once. See attached screen shot.


screenshot1.PNG
0
Fixed

Notification of failed operation lists

Shane Day (Chief Technology Officer) 14 years ago updated by anonymous 9 years ago 6

My Identity Broker import operation list failed due to not having the correct WCF end-points configured, however from the main screen I couldn't really see that this had occurred. Perhaps I didn't notice anything due to tiredness last night, however it would be nice if the main screen said the last run resulted in an error.

0
Completed

Order of text boxes in IDB plugin

Shane Day (Chief Technology Officer) 14 years ago updated by anonymous 9 years ago 2

The order of text boxes in the Identity Broker plug-in is annoying, much like the order in the FIM MA config. See attached screenshot - I'd like the Adapter ID to be at the top of the list as that's where my focus is at when I get to this screen.


screenshot1.PNG
0
Completed

Notification of outstanding alerts

Shane Day (Chief Technology Officer) 14 years ago updated by anonymous 9 years ago 2

Would it possible to get notification of outstanding alerts on other pages? It wouldn't necessarily have to say what the alerts are, just say there are some and provide a link to see what they are. This would help when setting up agents.

0
Fixed

Create Operation List - descriptions

Shane Day (Chief Technology Officer) 14 years ago updated by anonymous 9 years ago 2

Public name of operation list

As opposed to private name?

0
Fixed

Updating operation list settings clears all operations

Matthew Clark 14 years ago updated by anonymous 9 years ago 3

After adding an operation list comment to an operation list, I found my check and standard operations had all been cleared from the list. The schedule remains untouched by the looks of things.

0
Completed

Minor correction and suggestion for Cassini configuration instruction

Shane Lim 14 years ago updated by anonymous 9 years ago 11

I find the information on this page, Configuring for use with Cassini is not as straight forward and also a small omission of the .xml part of the file name.

I recommend it is changed to something similar to below

Configuration

The Event Broker Web engine configuration details can be found within the extensibility file located in %Event Broker Installation Directory%\Services\Extensibility:
Unify.Product.EventBroker.WebEnginePlugInKey.extensibility.config.xml

0
Completed

Configure Event Broker v3.0.0 for Cassini WebServer

Shane Lim 14 years ago updated by anonymous 9 years ago 6

I am trying to follow the instruction on Jira at Configuring for use with Cassini to deploy Event Broker v3.0.0 UI to Cassini WebServer v2.0.8.

  • I have download and installed Cassini WebServer v2.0.8
  • There is no instruction on how to deploy Event Broker's UI component on the same machine as the Event Broker's service (which I believe is located in the default installed location C:\Program Files (x86)\UNIFY Solutions\Event Broker\Web).
  • I opened the Cassini WebServer Manager, http://localhost:7756/ in IE
  • I have tried registering the appliction at C:\Program Files (x86)\UNIFY Solutions\Event Broker\Web\Global.asax using port 8080). But when accessing it I got the following error
    Server Error in '/' Application.
    --------------------------------------------------------------------------------
    
    Runtime Error 
    Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed. 
    
    Details: To enable the details of this specific error message to be viewable on the local server machine, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "RemoteOnly". To enable the details to be viewable on remote machines, please set "mode" to "Off".
    
    
    <!-- Web.Config Configuration File -->
    
    <configuration>
        <system.web>
            <customErrors mode="RemoteOnly"/>
        </system.web>
    </configuration>
     
    
    Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
    
    
    <!-- Web.Config Configuration File -->
    
    <configuration>
        <system.web>
            <customErrors mode="On" defaultRedirect="mycustompage.htm"/>
        </system.web>
    </configuration>
     

I am not certain whether this error is due to the issue with I cannot start the Event Broker service, see EB-263.

My main concern here is getting the right documentation/instructions ready and available so that I spend the minimal amount of time to get a Event Broker v3.0.0 deployed.

0
Answered

Installing the Event Broker Portal Workflow unclear where this should be installed

Shane Day (Chief Technology Officer) 14 years ago updated by anonymous 9 years ago 2

EB300:Installing the Event Broker Portal Workflow - it is unclear where this should be installed. On the FIM Portal server, I presume, however it would be good if this was clearly specified.