User contributions for 198.242.244.47
Jump to navigation
Jump to search
9 November 2010
- 15:0115:01, 9 November 2010 diff hist +876 N MSIR.0868 Invalid %this reference -- class (classname) not constructed Created page with "An implicit or explicit reference to <tt>%this</tt> was found in an extension class constructor, but not all base classes had a Construct statement for them yet. Implicit referen..."
- 15:0115:01, 9 November 2010 diff hist +682 N MSIR.0867 Class (classname) (maybe) not constructed Created page with "A Return statement for a constructor or the End statement ending a constructor was encountered, but no Construct statement was found for one of the base classes. Or, the Construc..."
- 15:0115:01, 9 November 2010 diff hist +316 N MSIR.0866 CONSTRUCT invalid -- (reason) Created page with "The Construct statement is invalid because it violates one of the rules about the placement of constructors. The ''reason'' should clearly indicate the problem. If this is not th..."
- 15:0115:01, 9 November 2010 diff hist +225 N MSIR.0865 (name) is not a constructor for class (classname) Created page with "The method name specified after the class name (in ''%(classname):'' format) is not a constructor of the base class. Correct the method name or class name, or remove the Construc..."
- 15:0115:01, 9 November 2010 diff hist +290 N MSIR.0864 Class (classname) is not a base class of (extclass) Created page with "An Inherit statement in the Public or Private block for an extension class specified a class name after the From keyword that, while a valid class name, was not the name of a bas..."
- 15:0115:01, 9 November 2010 diff hist +325 N MSIR.0863 CONSTRUCT only valid in constructor of an extension class Created page with "The Construct statement was used in an invalid context. As the message suggests, it can only be used inside a constructor, and that constructor has to belong to an extension clas..."
- 15:0115:01, 9 November 2010 diff hist +42 N MSIR.0862 Created page with "Unused. Category:Sirius Mods Messages"
- 15:0115:01, 9 November 2010 diff hist +629 N MSIR.0861 Class (classname) repeatedly extended Created page with "A class declaration extended two classes that each extended the same class. Repeat inheritance is not currently supported in ''Janus SOAP ULI'', and it is often (though not a..."
- 15:0115:01, 9 November 2010 diff hist +428 N MSIR.0860 Can't extend (classtype) Created page with "The indicated class type (enumeration, file/group class, collection) cannot be extended. These somewhat arbitrary restrictions might be lifted some day, but for now they must be ..."
- 15:0115:01, 9 November 2010 diff hist +42 N MSIR.0859 Created page with "Unused. Category:Sirius Mods Messages"
- 15:0115:01, 9 November 2010 diff hist +290 N MSIR.0858 Class (classname) had (rule), but extends class (classname), which is not (attribute) Created page with "An extension class had a rule such as Allow Copy, but it extends a class that does not have that rule. Since in a Copy operation, base class data would also be copied, the base c..."
- 15:0115:01, 9 November 2010 diff hist +362 N MSIR.0857 Input object of class (classname) not (attribute) Created page with "An object of the indicated class was passed to a method that requires the object to have a certain attribute (usually DeepCopy-ability), but the input object did not have that at..."
- 15:0115:01, 9 November 2010 diff hist +244 N MSIR.0856 Allow Auto not allowed for (classtype) Created page with "An Allow Auto was specified in the Public block for a class definition, but the class type does not permit an Allow Auto. For example, classes with constructors cannot be Allow A..."
- 15:0115:01, 9 November 2010 diff hist +719 N MSIR.0855 Class (classname) had (operation), but contains a direct or indirect reference to class (classname), which is not (capability) Created page with "An operation (such as a DeepDiscard) was performed against a class, or a rule for an operation (such as Allow DeepCopy) was provided for a class, and the operation or rule must b..."
- 15:0115:01, 9 November 2010 diff hist +435 N MSIR.0854 Compilation terminated -- (what) before (situation) Created page with "The SIRCOMP parameter's X'02' or X'04' bit is set, and a compilation started in a procedure (the Begin statement was in that procedure) was not yet complete at the end of that pr..."
- 15:0115:01, 9 November 2010 diff hist +316 N MSIR.0853 Master lost Created page with "The sdaemon thread doing work for a Daemon object detected that the master thread (the thread that had instantiated the Daemon object) had logged out. This is most likely the res..."
- 15:0115:01, 9 November 2010 diff hist +486 N MSIR.0852 Daemon requires non-command-level input -- restarting Created page with "The sdaemon thread doing work for a Daemon object required terminal input, but the input stream (the first parameter to the Daemon class Run method) had reached its end. Each inv..."
- 15:0115:01, 9 November 2010 diff hist +318 N MSIR.0851 Parameter name (name) in use Created page with "An internal name specified in an InternalNames block was already in use, either as an internal name for another parameter, or as a parameter name. Internal parameter names must b..."
- 15:0115:01, 9 November 2010 diff hist +295 N MSIR.0850 Invalid parameter name (name) Created page with "An internal name specified in an InternalNames block did not begin with a percent sign (%) as it should. Add a percent sign to the start of internal variable names. See the ''Jan..."
- 15:0115:01, 9 November 2010 diff hist +648 N MSIR.0848 Invalid InternalNames statement Created page with "An InternalNames statement was followed by something on the same line. Since the InternalNames statement has no parameters or options, it must appear alone in a line of User Lang..."
- 15:0115:01, 9 November 2010 diff hist +386 N MSIR.0847 Value already specified for parameter (name) Created page with "On a method invocation, the indicated parameter was specified twice: either first as a positional parameter (for a NameAllowed parameter) and then as a named parameter, or both t..."
- 15:0115:01, 9 November 2010 diff hist +514 N MSIR.0846 NameAllowed not allowed after NameRequired Created page with "The <tt>NameAllowed</tt> keyword was specified on a parameter description of a method declaration, but an earlier parameter had been specified as <tt>NameRequired</tt>. This does..."
- 15:0115:01, 9 November 2010 diff hist +500 N MSIR.0845 Parameter (nameOrNumber) is type incompatible Created page with "The indicated parameter on a method invocation was incompatible with the parameter on the method declaration. This message has the same meaning as M204.1725, with the exception t..."
- 15:0115:01, 9 November 2010 diff hist +795 N MSIR.0844 Previous undefined macro variable Created page with "When the first macro statement was encountered in a request, a possible macro variable (something that begins with <tt>?!</tt>) had already been bypassed. For backward compatibil..."
- 15:0115:01, 9 November 2010 diff hist +687 N MSIR.0843 The record object's file/group does not match the file/group context of the record loop Created page with "The shared function <tt>CurrentRecord</tt> in the Record class was invoked inside a For Each Record loop, but the For Each Record loop was on a file or group different from the f..."
- 15:0115:01, 9 November 2010 diff hist +406 N MSIR.0842 Record:CurrentRecord must be inside a FOR EACH RECORD loop Created page with "The shared function <tt>CurrentRecord</tt> in the Record class was invoked outside a For Each Record loop context. Since the intent of the CurrentRecord method is to return a rec..."
- 15:0115:01, 9 November 2010 diff hist +471 N MSIR.0841 HTTPRequest: Timeout=(value) exceeded Created page with "This message indicates that the timeout setting specified for this HTTPRequest object has been exceeded. This timeout (in wall-clock seconds) is independent of any timeout set fo..."
- 15:0115:01, 9 November 2010 diff hist +368 N MSIR.0840 FTP DEASSIGN can't be performed: folder is referred to by HOME or ALLOW rules Created page with "A JANUS FTP DEASSIGN command was issued, but the folder specified in the deassign command is associated with one or more HOME or ALLOW rules. While it might be possible to replac..."
- 15:0115:01, 9 November 2010 diff hist +410 N MSIR.0839 FTP DEASSIGN can't be performed: FTP Port is started Created page with "A JANUS FTP DEASSIGN command was issued, but such a command is not allowed while the FTP port is started. At the very least, the FTP port must be stopped before a DEASSIGN is don..."
- 15:0115:01, 9 November 2010 diff hist +376 N MSIR.0838 Parameter named (name) not found for (method) Created page with "A method invocation specified a parameter name that is not a valid parameter name for the method invocation. For system methods, check the method documentation. For User Language..."
- 15:0115:01, 9 November 2010 diff hist +317 N MSIR.0837 Too many un-named arguments for (method) Created page with "A method invocation specified more un-named parameters than are supported by the method. NameRequired parameters must be specified with their names rather than positionally. For ..."
- 15:0115:01, 9 November 2010 diff hist +619 N MSIR.0836 Named parameters should not begin with % Created page with "A named parameter was specified on a method invocation and the name began with a percent sign (%). Even though method declarations specify parameter names starting with a percent..."
- 15:0115:01, 9 November 2010 diff hist +500 N MSIR.0835 (method) has no named parameters Created page with "A named parameter (any word followed by an equal sign) was specified on a method invocation, but the method has no named parameters. For system methods, check the method document..."
- 15:0115:01, 9 November 2010 diff hist +225 N MSIR.0834 Un-named parameters not allowed after named parameters Created page with "A method invocation specified an un-named parameter, after one or more named ones. Only named parameters are allowed once a named parameter has been specified. Correct the method..."
- 15:0115:01, 9 November 2010 diff hist +707 N MSIR.0833 Can't set Model 6 -- (reason) Created page with "A <tt>RESET MODEL 6</tt> command could not be executed for the indicated reason. The most likely reasons for this error are an insufficiently large LOUTPB which can be corrected ..."
- 15:0115:01, 9 November 2010 diff hist +518 N MSIR.0832 Can't end with ellipses with TO clause Created page with "An <tt>HTML</tt> or <tt>Text</tt> statement was specified with a <tt>To</tt> keyword, but the last line in the block ended with a ellipses (...). This is not allowed. If the inte..."
- 15:0115:01, 9 November 2010 diff hist +253 N MSIR.0831 Target of TO must be a StringList object Created page with "An <tt>HTML</tt> or <tt>Text</tt> statement was specified with a <tt>To</tt> keyword, but that keyword was not followed by a StringList object variable. This is currently the onl..."
- 15:0115:01, 9 November 2010 diff hist +434 N MSIR.0830 Only one TO clause allowed Created page with "An <tt>HTML</tt> or <tt>Text</tt> statement was specified with multiple <tt>To</tt> clauses but, as the error message indicates, this is not allowed. If the intent is to populate..."
- 15:0115:01, 9 November 2010 diff hist +300 N MSIR.0829 AUTO inconsistency for Common/Global/Session variable Created page with "The <tt>Auto</tt> qualifier was specified in one declaration of a Common, Global, or Session variable in a request, but not in another. If <tt>Auto</tt> is to be specified for su..."
- 15:0115:01, 9 November 2010 diff hist +382 N MSIR.0828 AUTO value missing or invalid Created page with "The <tt>Auto</tt> qualifier on an object variable declaration was not followed by an appropriate constructor name such as <tt>New</tt>. Since <tt>Auto</tt> indicates that an inst..."
- 15:0115:01, 9 November 2010 diff hist +288 N MSIR.0827 AUTO not supported for (what) Created page with "The <tt>Auto</tt> qualifier was specified on an object variable declaration but Auto is not supported for that class. The <tt>Auto</tt> keyword should be removed and a run-time i..."
- 15:0115:01, 9 November 2010 diff hist +763 N MSIR.0826 NONPRE doesn't make sense for DISALLOW Created page with "A <tt>SIRMETH DISALLOW</tt> command was issued with a <tt>NONPRE</tt> qualifier on a subsystem name. Since non-pre-compiled requests in a subsystem have no privileges to set glob..."
- 15:0115:01, 9 November 2010 diff hist +614 N MSIR.0825 SUBSYSTEM without NONPRE doesn't make sense for SUBSYSTEMSET Created page with "A <tt>SIRMETH</tt> command was issued that indicated the <tt>SUBSYSTEM</tt> parameter but did not have a subsystem name qualified with the <tt>NONPRE</tt> keyword. Since pre-comp..."
- 15:0115:01, 9 November 2010 diff hist +304 N MSIR.0824 No qualifiers allowed for SIRMETH DISPLAY Created page with "A SIRMETH DISPLAY command was followed by some word which was most likely intended as a qualifier on the command, that is, to limit the display to certain SIRMETH rules. Currentl..."
- 15:0115:01, 9 November 2010 diff hist +218 N MSIR.0823 Insufficient storage for SIRMETH command Created page with "Insufficient free virtual storage was available to allocate the control block required to hold the SIRMETH rule. Increase the amount of virtual storage available to the Online re..."
- 15:0115:01, 9 November 2010 diff hist +322 N MSIR.0822 Invalid SIRMETH qualifier (qualifier) Created page with "A <tt>SIRMETH</tt> command was incorrectly qualified. The only valid qualifier for <tt>SIRMETH</tt> commands is <tt>SUBSYSTEM</tt>, which can only be followed by the <tt>NONPRE</..."
- 15:0115:01, 9 November 2010 diff hist +869 N MSIR.0821 File in use for file/group objects, command rejected Created page with "A ''Model 204'' command which would modify certain important file structures was rejected because there were file or group objects that referenced the file. This is almost certai..."
- 15:0115:01, 9 November 2010 diff hist +271 N MSIR.0820 SIRMETH (subsysparm) name missing or invalid Created page with "A <tt>SIRMETH</tt> <tt>SUBSYSTEMCONTEXT</tt> or <tt>SUBSYSTEM</tt> parameter was not followed by a valid subsystem name or wildcard string. See the ''Janus SOAP Reference Manual'..."
- 15:0115:01, 9 November 2010 diff hist +295 N MSIR.0819 Session (sesname) for owner (userid) - (action) Created page with "This is an informational message that is issued for any change in the status of a session. This message is issued for any session creation, open, close and deletion. This message..."
- 15:0115:01, 9 November 2010 diff hist +400 N MSIR.0818 SIRMETH (subcommand) action missing or invalid Created page with "The keyword following a <tt>SIRMETH ALLOW</tt> or <tt>SIRMETH DISALLOW</tt> was either missing or invalid. The expected keyword indicates the action to be allowed or disallowed a..."