User contributions for 198.242.244.47
Jump to navigation
Jump to search
9 November 2010
- 15:0115:01, 9 November 2010 diff hist +241 N MSIR.0762 Sending (n)K bytes for port (port) to (ipaddr) Created page with "This message indicates that the Janus Web thread has started to send web content to a browser. The message shows the Janus port name, the IP address of the client, and size of th..."
- 15:0115:01, 9 November 2010 diff hist +916 N MSIR.0761 ($function) not callable Created page with "The indicated $function as invoked as an explicit or implicit Call, but the $function is not callable.<pre> An explicit call is one where the $function name is preceded with the ..."
- 15:0115:01, 9 November 2010 diff hist +234 N MSIR.0760 Comparison mismatch -- (type1) (clname1) against (type2) (clname2) Created page with "A comparison was made between two variables of different types (object vs. structure) or of two different classes or structures. Such a comparison makes no sense so should be cor..."
- 15:0115:01, 9 November 2010 diff hist +527 N MSIR.0759 Order comparison (GE, LE, LT, GT) not valid for (what) Created page with "An order comparison was made between two structure or two object variables. Order comparisons (GE, LE, LT, and GT) are not supported for structures or objects. If an order compar..."
- 15:0115:01, 9 November 2010 diff hist +491 N MSIR.0758 Class (class), (method) returns no value so can only be used in standalone call Created page with "A method was included as part or all of a User Language expression, but that method does not return a value. Such a method can only be implicitly or explicitly <tt>Called</tt> ou..."
- 15:0115:01, 9 November 2010 diff hist +368 N MSIR.0757 (qualifier) not allowed for ARRAY parameters Created page with "Either <tt>Copy</tt> or <tt>AllowNull</tt> was specified after an <tt>Array</tt> parameter on a method declaration. Arrays are always implicitly passed by reference so <tt>Copy</..."
- 15:0115:01, 9 November 2010 diff hist +229 N MSIR.0756 Unexpected left parenthesis Created page with "An object variable, either common, local, or a class/structure variable was followed by a left parenthesis, but the variable is neither an array or a collection. Correct the erro..."
- 15:0115:01, 9 November 2010 diff hist +307 N MSIR.0755 Assignment source for (method) invalid Created page with "An assignment to a settable method, i.e. a property, had the incorrect datatype. If the object is a member of a system class, check the property documentation to determine its da..."
- 15:0115:01, 9 November 2010 diff hist +570 N MSIR.0754 Class (class), (method): not (action) Created page with "The indicated method was used in a context in which it's not allowed. If the object is a member of a system class, check the method documentation to determine its appropriate con..."
- 15:0115:01, 9 November 2010 diff hist +499 N MSIR.0753 Explicit (action) not allowed for class (class) Created page with "An explicit <tt>New</tt> or <tt>Discard</tt> was issued against an object variable but the class does not allow the specified method to be explicitly invoked. If the object is a ..."
- 15:0115:01, 9 November 2010 diff hist +844 N MSIR.0752 ($Function): (error) with no Sirius debug info Created page with "Method ''''meth'''' of class ''''cl'''' was invoked incorrectly. ''''Error'''' indicates the exact nature of the error; for some methods if the error is specific to one of its..."
- 15:0115:01, 9 November 2010 diff hist +637 N MSIR.0751 Class (cl) method (meth): (error) in line (lnum) of command level program Created page with "Method ''''meth'''' of class ''''cl'''' was invoked incorrectly at line number ''''lnum'''' of a command level request. ''''Error'''' indicates the exact nature of the error; ..."
- 15:0115:01, 9 November 2010 diff hist +659 N MSIR.0750 Class (cl) method (meth): (error) in line (lnum), procedure (pname), file (fname) Created page with "Method ''''meth'''' of class ''''cl'''' was invoked incorrectly at line number ''''lnum'''' of procedure ''''pname'''' in file ''''fname''''. ''''Error'''' indicates the exact..."
- 15:0115:01, 9 November 2010 diff hist +1,114 N MSIR.0749 (error) during (action), no Sirius debug info Created page with "A severe error occurred while performing the indicated action with objects. The two possible errors are "Object $list full" or "CCATEMP full". ;p An "Object $list full" error sug..."
- 15:0115:01, 9 November 2010 diff hist +852 N MSIR.0748 (error) during (action) at command level Created page with "A severe error occurred while performing the indicated action with objects. The two possible errors are "Object $list full" or "CCATEMP full". An "Object $list full" error sug..."
- 15:0115:01, 9 November 2010 diff hist +852 N MSIR.0747 (error) during (action) in line (linenum), procedure (procname), file (filename) Created page with "A severe error occurred while performing the indicated action with objects. The two possible errors are "Object $list full" or "CCATEMP full". An "Object $list full" error sug..."
- 15:0115:01, 9 November 2010 diff hist +347 N MSIR.0746 Object variable required for (what) Created page with "A non-object variable was used in a context that requires an object variable. For example, using a Float variable in an <tt>Is Null</tt> test will cause this error. If the cause ..."
- 15:0115:01, 9 November 2010 diff hist +230 N MSIR.0745 Invalid syntax for (what) Created page with "A User Language statement had incorrect syntax. If the cause of the error is not readily apparent, check the ''Janus SOAP Reference Manual'' for the appropriate syntax for the st..."
- 15:0115:01, 9 November 2010 diff hist +305 N MSIR.0744 Too many arguments for (method) Created page with "More arguments were specified for the indicated method than the method accepts. If a system method, check the documentation for the method to determine the correct method paramet..."
- 15:0115:01, 9 November 2010 diff hist +508 N MSIR.0743 Argument (num) for (method) invalid Created page with "The indicated method argument has the wrong type. This message only occurs if the correct argument type is an object or structure, or the specified argument is an object or a str..."
- 15:0115:01, 9 November 2010 diff hist +352 N MSIR.0742 Argument (num) for (method) missing Created page with "A required argument for a method was not specified. If a system method, check the documentation for the method to determine the correct method parameters. If a User Language meth..."
- 15:0115:01, 9 November 2010 diff hist +349 N MSIR.0741 (method) does not return a structure or object Created page with "A method invocation was followed by a colon but that method does not return an object. It is likely that there is a misunderstanding of the method result type, or, perhaps, the w..."
- 15:0115:01, 9 November 2010 diff hist +419 N MSIR.0740 AllowNull only allowed for Objects Created page with "AllowNull was specified on a method or subroutine parameter in the method or subroutine declaration but the parameter was not an object. Since only objects can be "null", the All..."
- 15:0115:01, 9 November 2010 diff hist +42 N MSIR.0739 Created page with "Unused. Category:Sirius Mods Messages"
- 15:0115:01, 9 November 2010 diff hist +597 N MSIR.0738 Assignment mismatch -- input is (clname), output is (clname) Created page with "An assignment from one object to another had a class mismatch or an assignment from one structure to another had a structure mismatch. Assignments between structure and object va..."
- 15:0115:01, 9 November 2010 diff hist +625 N MSIR.0737 Assignment from (type) must be to (type) Created page with "The target of an assignment from an object variable was not an object or the target of an assignment to a structure variable was not a structure. Not only is this not allowed, it..."
- 15:0115:01, 9 November 2010 diff hist +623 N MSIR.0736 Assignment to (type) must be from (type) Created page with "The source of an assignment to an object variable was not an object or the source of an assignment to a structure variable was not a structure. Not only is this not allowed, it r..."
- 15:0115:01, 9 November 2010 diff hist +134 N MSIR.0735 Subscripts not allowed for (name) Created page with "A structure or class variable name was followed by a parenthesis but the variable was not an array. Category:Sirius Mods Messages"
- 15:0115:01, 9 November 2010 diff hist +227 N MSIR.0734 (type) variable name invalid Created page with "An object or structure variable name on a declaration contained one or more invalid characters such as colon, dollar sign or percent sign. Remove the special characters from the ..."
- 15:0115:01, 9 November 2010 diff hist +226 N MSIR.0733 (var mem) (name) not found in (classs struct) (clname) Created page with "An apparent class member reference or structure variable reference had a name that was not actually in the class or structure. Probably the name is misspelled or was forgotten to..."
- 15:0115:01, 9 November 2010 diff hist +691 N MSIR.0732 Invalid context for (type) Created page with "An object or structure variable was used in an invalid context. One of the most common cases where this error occurs is in an attempt to print the value of an object variable, es..."
- 15:0115:01, 9 November 2010 diff hist +175 N MSIR.0731 (name) is not a structure, object, image, screen or menu Created page with "A class or structure member name followed by a colon was not defined as a structure or object. Correct the name of the member or declare it. Category:Sirius Mods Messages"
- 15:0115:01, 9 November 2010 diff hist +344 N MSIR.0730 (name) not defined Created page with "A variable name followed by a colon was not defined as a screen, image, structure or object. This message is issued instead of the <tt>M204.0324: SCREEN, MENU, OR IMAGE NAME NOT ..."
- 15:0115:01, 9 November 2010 diff hist +364 N MSIR.0729 Variable (varname) doesn't have required suffix (reqsuffix) Created page with "A class or structure was declared with the RequiredSuffix parameter but an Object or Structure variable of that class was declared without the required suffix in the variable nam..."
- 15:0115:01, 9 November 2010 diff hist +368 N MSIR.0728 (attribute) variable invalid in (blocktype) Created page with "Certain variable attributes are invalid in certain variable definition blocks. For example, the Global, Session, or Common attributes are not valid for structures or Public/Priva..."
- 15:0115:01, 9 November 2010 diff hist +406 N MSIR.0727 (ImageOrScreen) has same name as (StructureOrObject) variable Created page with "An attempt was made to declare a Screen or Image with the same name as an Object or Structure variable. Since Image, Screen, Structure, and Object variables are all accessed via ..."
- 15:0115:01, 9 November 2010 diff hist +388 N MSIR.0726 Already an image or screen named (name) Created page with "An attempt was made to declare an Object or Structure variable with the same name as an Image. Since image, structure variables, and object variables are all accessed via a perce..."
- 15:0115:01, 9 November 2010 diff hist +907 N MSIR.0725 (type) (name) not defined Created page with "A variable was declared as either a Class or Structure but that class or structure name was not defined. Either the name of the structure or class was misspelled, or the declarat..."
- 15:0115:01, 9 November 2010 diff hist +285 N MSIR.0724 (type) name missing Created page with "A structure or class name was expected but none was specified. The <tt>Structure</tt> or <tt>Class</tt> keywords should always be followed by the name of the applicable structure..."
- 15:0115:01, 9 November 2010 diff hist +134 N MSIR.0723 Structure has no variables Created page with "A structure was defined with no variables in it. Such a structure makes no sense so is not allowed. Category:Sirius Mods Messages"
- 15:0115:01, 9 November 2010 diff hist +41 N MSIR.0722 Created page with "Unused Category:Sirius Mods Messages"
- 15:0115:01, 9 November 2010 diff hist +329 N MSIR.0721 END (exptag) expected, got END (gottag) Created page with "A block had an incorrect End statement -- the block type after the word End does not match the block start. Check the nesting of blocks and the spelling of the block ends. This e..."
- 15:0115:01, 9 November 2010 diff hist +466 N MSIR.0720 (newtype) name already in use as a (oldtype) Created page with "A Class or Structure statement was followed by a name that was already in use for another Structure or Class. Since classes can be continued this message will not be issued if a ..."
- 15:0115:01, 9 November 2010 diff hist +231 N MSIR.0719 Value missing for (parm) Created page with "A User Language statement had the indicated parameter which requires a value, but no value was specified. See the ''Janus SOAP Reference Manual'' for the correct syntax for the s..."
- 15:0115:01, 9 November 2010 diff hist +42 N MSIR.0718 Created page with "Unused. Category:Sirius Mods Messages"
- 15:0115:01, 9 November 2010 diff hist +363 N MSIR.0715 Can't create new (procoralias) (name) ((offset)) Created page with "This message indicates that for some reason, the procedure or procedure alias <i>name</i> cannot be entered into the Procedure Dictionary in the receiving file during a ''[[Fast/..."
- 15:0115:01, 9 November 2010 diff hist +420 N MSIR.0714 (procoralias) name (name) already used ((offset)) Created page with "This message indicates a name clash between a procedure or alias in the input file and an existing procedure or alias in the receiving file during a ''Fast/Reload''. <i>proco..."
- 15:0115:01, 9 November 2010 diff hist +172 N MSIR.0713 XmlDoc with over 16M items Created page with "This message indicates that the internal storage limit for items in an XMLDoc (which contains nodes and other items) exceeded 16,777,215. Category:Sirius Mods Messages"
- 15:0115:01, 9 November 2010 diff hist +1,107 N MSIR.0712 (C or X): (XML document fragment) Created page with "This message is issued when an error occurs while parsing an XML document, and the cause of the error is such that diagnosis might require examination of the hexadecimal content ..."
- 15:0115:01, 9 November 2010 diff hist +627 N MSIR.0711 (XML document fragment) Created page with "This message indicates that an error occurred while parsing an XML document. The text of the message (''''XML document fragment'''') contains the entire XML document, or a portio..."