-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check supported SC version and report correct error #40
Comments
This is not an issue during production. What is happening here is if the Service Control is not available, then the alert message is displayed. All SP is trying to do is to connect to a URL. |
It is an issue during production, although it may be phrased differently. Let me ask you this: what would be Opie's experience when he as an SP instance trying to connect to an old / incompatible version of SC ?
IMO, We can either do it now, before the support headaches begin, or do it later, and suffer through the support headaches. |
Agree, but lets update the description with just that. On Wednesday, November 6, 2013, Danny Cohen wrote:
Regards |
Yes, with "1.0" being defined in config. |
Defined in config? On Wednesday, November 6, 2013, Danny Cohen wrote:
Regards |
Correct. Not configured by user, but set by us. |
Yes, I do need to hardcoded it somewhere. On Thursday, November 7, 2013, Danny Cohen wrote:
Regards |
Let's bump this to 1.0.0? |
OK, but the more installations / versions are out there that do not support this, the more issues we will encounter. |
Is this really required for v1? |
@johnsimons - Lets discuss and evaluate. |
@johnsimons / @indualagarsamy - Following a chat with @andreasohlund - The issue can be minimized to show SP / SC versions in a prominent and avisible way. Do you want to have something similar for SC / SP ? |
I see this as a nice to have, hence not required for v1 |
I'll leave it to you guys to decide, but consider how you will need to debug a customer issue that may (and probably will) require that you easily identify both SP and SC versions. // CC @indualagarsamy |
How tricky is this to implement? (I agree with @dannycohen that the version On Mon, Feb 10, 2014 at 1:06 PM, Danny Cohen notifications@github.comwrote:
|
P.S.> SM also has an easy to locate feature for version detection. |
@johnsimons your take on this? bump or do it? |
I assume you are asking about displaying the versions somewhere on the UI? |
Correct On Wed, Feb 26, 2014 at 10:28 AM, John Simons notifications@github.comwrote:
|
When SP tries to connect to a an SC version that does not support SP, it presents the following error message:
The expected behavior would be to check for the version of the SC instance it is trying to connect to, and make sure that version is equal to or later then an approved and tested version. If not - display an appropriate and informative message.
The text was updated successfully, but these errors were encountered: