Bug 245364 - Wrong message when connection fails.
Summary: Wrong message when connection fails.
Status: RESOLVED DUPLICATE of bug 238609
Alias: None
Product: Target Management
Classification: Tools
Component: RSE (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P4 minor (vote)
Target Milestone: 3.1 M7   Edit
Assignee: David McKnight CLA
QA Contact: Martin Oberhuber CLA
URL:
Whiteboard:
Keywords: PII
Depends on:
Blocks:
 
Reported: 2008-08-27 05:46 EDT by Lavir the Whiolet CLA
Modified: 2008-12-12 12:31 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lavir the Whiolet CLA 2008-08-27 05:46:39 EDT
The bug is in SubSystem#checkIsConnected(...) method, line 591:

String msgTxt = CommonMessages.MSG_DISCONNECT_FAILED;

When I try to connect my subsystem and connection fails, "RSEG1061: Disconnect from {0} failed with exception" message appears. It should be "RSEG1601: Connection to <subsystem> failed" and details should be provided.
Comment 1 Martin Oberhuber CLA 2008-08-27 06:00:06 EDT
Looks trivial.
Comment 2 Martin Oberhuber CLA 2008-09-30 09:18:08 EDT
bulk update of target milestone
Comment 3 Martin Oberhuber CLA 2008-11-26 09:06:44 EST
This should be a simple one though it requires a PII change.
Comment 4 David McKnight CLA 2008-12-12 12:31:20 EST
This was already fixed with the fix for bug 238609.

*** This bug has been marked as a duplicate of bug 238609 ***