![]() |
Open up the GSE and navigate to the Operating environment, Connections tab and enter a valid expression. The system provides a regular expression that the text provided must comply with. The pop up does not stay up for a long time. However if the user puts in an invalid entry and presses validate then the full message is provided in as a validation error. The message is ERROR 'minimumActiveConsoleVersion' : Value is invalid according to data type (Value 'GA3.7' does not match the pattern GA(20(08|09|10|11)\.1|2010\.4|2011\.2\.1|([3-9]|1\d)\.\d+\.\d+)(-\d{6})?) Operating environment Schema Validation 192.168.10.221:7038 /gateway[1]/operatingEnvironment[1]/clientConnectionRequirements[1]/minimumActiveConsoleVersion[1] This says that the Number must be of the form GA{A}, GA{A}-{X} or GA{B}.{C}.{D}-{X} In this case {A}is one of 2008.1. 2009.1, GA2010.1, GA2011.1, GA2010.4, GA2011.2.1 {B}is a number between 3 and 19 (inclusive) {C}is any positive integer {D}is any positive integer {X}is any 6 digit integer So the following are all allowed
|
![]() |
|
-
Tags:
Comments
0 comments
Please sign in to leave a comment.