We made modifications so that this selection dialog would not allow you to connect to generic connection in specific scenarios that where not narrow enough. There was no issue created for the original problem. Issue 14867 was then opened for this code for an NPE occurrence. Customers has now reported that he is unable able to "Change Server Connection" from the query analyzer to a generic connection. This dialog should only disallow you from making a generic connection when applying the results to the ERM.
Modifications have been made so a allowGeneric flag is tracked and set to false from the ERM in the two instances that it uses the selection dialog
Tools -> Compare with Model
Tools -> Compare with Database
yet this flag is defaulted to true, so that any other location that is calling the selection dialog should still allow for generic connections; such as the query analayzer -> Change Server Connection action
I have added a flag that is defaulted to true but set to false when the dialog is called from the ERM. When the flag is false and the connection selected is generic, the error message will inform the user that generic connection can not be selected.
Commit Revision : 15076
Issue #15076 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build 18.0.4-2 |
No time estimate |
I have added a flag that is defaulted to true but set to false when the dialog is called from the ERM. When the flag is false and the connection selected is generic, the error message will inform the user that generic connection can not be selected.
Commit Revision : 15076