User contributions
- 01:57, 27 January 2010 diff hist +487 Nm Error Messages/40333 Created page with '= Error Message Examples = 3 is not a legal value for the showErr parameter (the 7th parameter) of RunConsoleProcess. Allowed values are: 0 = Ignore StdErr text 1 = Report te…'
- 01:44, 27 January 2010 diff hist +5 m Error Messages/40350 →Cause
- 01:44, 27 January 2010 diff hist +369 N Error Messages/40350 Created page with '= Error Message Examples = The parameter to CopyIndex cannot be indexed by more than one dimension. = Cause = You passed in a multidimensional object to the CopyIndex fun…'
- 00:42, 27 January 2010 diff hist +559 N Error Messages/40361 Created page with '= Error Message Examples = Bad date unit to DateAdd. The third parameter must be "Y", "M", "D", "WD", "h", "m", or "s". Note that "M" is case sensitive with "M" for months an…'
- 00:27, 27 January 2010 diff hist +633 N Error Messages/40394 Created page with '= Error Message Examples = The value HKKCU for root, the first parameter to GetRegistryValue, is not a legal registry root. Common acceptable values are HKLM, HKCU, HKCR, …'
- 18:47, 26 January 2010 diff hist +284 m Error Messages/40413
- 18:47, 26 January 2010 diff hist +113 m Error Messages/40412
- 18:31, 26 January 2010 diff hist 0 m Error Messages/40413 →Error Message Examples
- 18:30, 26 January 2010 diff hist +578 N Error Messages/40412 Created page with '= Error Message Examples = In SingularValueDecomp, index Index3 must be the same length as index Index2. = Cause = The indexes passed as the third and fourth parameter to…'
- 18:25, 26 January 2010 diff hist +751 Nm Error Messages/40413 Created page with '= Error Message Examples = In SingularValueDecomp, index IndexA must be at least as long as index IndexB. = Cause = The number of rows (indexed by the second parameter) f…'
- 01:46, 26 January 2010 diff hist +309 m Error Messages/40446
- 01:41, 26 January 2010 diff hist +1,281 m Error Messages/40446
- 01:39, 26 January 2010 diff hist +332 Nm Error Messages/40446 Created page with ' An example of the parameters for a 2 dimensional table with the columns 'IndexA', 'IndexB', 'Red', 'Green' and 'Blue' would be as follows: <code><br> Cols parameter := [ 'I…'
- 00:29, 26 January 2010 diff hist +16 m Error Messages/40445 →Remedies
- 00:29, 26 January 2010 diff hist 0 m Error Messages/40445 →Remedies
- 00:28, 26 January 2010 diff hist +1,250 Nm Error Messages/40445 Created page with '= Error Message Examples = The optional valueColumn parameter (7th parameter) passed to MdTable was 'Yellow', which is not an element of the Column2D index. = Cause = The p…'
- 22:54, 25 January 2010 diff hist +17 m Error Messages/40448 →Remedies
- 22:53, 25 January 2010 diff hist +20 m Error Messages/40448 →Cause
- 22:52, 25 January 2010 diff hist +1,183 N Error Messages/40448 Created page with '= Error Message Examples = In the call to MdTable, the Vars parameter cannot be omitted when the valueColumn is explicitly specified. = Cause = You passed the '''ValueColumn'…'
- 22:18, 25 January 2010 diff hist +28 m Error Messages/40239 →Cause
- 22:16, 25 January 2010 diff hist +510 Nm Error Messages/40239 Created page with '= Error Message Examples = In call to function Pdf, the first parameter, x, should be probabilistic -- that is, it should be indexed by Run when evaluated in probability m…'
- 21:57, 25 January 2010 diff hist +18 m Error Messages/40454
- 21:57, 25 January 2010 diff hist +521 Nm Error Messages/40454 Created page with '= Error Message Examples = Illegal value, 5 passed as the Method parameter to Function Random. The method parameter to Function Random must be between 0 and 3. 0=Default, 1=M…'
- 21:47, 25 January 2010 diff hist +64 m Error Messages/40719 →Cause
- 21:46, 25 January 2010 diff hist +14 m Error Messages/40719 →Cause
- 21:46, 25 January 2010 diff hist +618 N Error Messages/40719 Created page with '= Error Message Examples = The C:\Program Files\Lumina\Analytica 4.2\SolverSDK.dll library was not found. The file may be missing, or the registry setting: HKLM/Software/Lumi…'
- 21:39, 25 January 2010 diff hist +3 m Error Messages/40460
- 21:36, 25 January 2010 diff hist +834 Nm Error Messages/40460 Created page with '= Error Message Examples = In an assignment of the form 'Slice(X, 1):= ...', the value of the local variable X must have an implicit dimension of be one-dimensional. = Cause …'
- 21:17, 25 January 2010 diff hist -1 m Error Messages/40461 →Cause
- 21:16, 25 January 2010 diff hist +466 Nm Error Messages/40461 Created page with '= Error Message Examples = Assignment to slice 4 along IndexA is out-of-range. = Cause = You tried to assign to a slice of a local variable that does not exist. The foll…'
- 20:06, 25 January 2010 diff hist +88 m Error Messages/40556 →Cause
- 20:04, 25 January 2010 diff hist +380 N Error Messages/40478 Created page with '= Error Message Examples = An attempt was made to set the numeric-value system literal Baroverlap to a non-numeric value. = Cause = You tried to set a non-numeric system vari…'
- 19:54, 25 January 2010 diff hist +6 m Error Messages/40498 →Cause
- 19:53, 25 January 2010 diff hist +757 Nm Error Messages/40498 Created page with '= Error Message Examples = The first parameter, dist, to Function Random, if specified, must be an explicit call to a distribution function that supports single samples, such …'
- 19:39, 25 January 2010 diff hist +3 m Error Messages/40499 →Remedies
- 19:39, 25 January 2010 diff hist +508 N Error Messages/40499 Created page with '= Error Message Examples = The binMethod parameter to Pdf must be one of the following values: 0 = Equal X 1 = Equal Sample Prob. 2 = Equal Weighted Prob. = Cause = You pa…'
- 19:22, 25 January 2010 diff hist +440 N Error Messages/40502 Created page with '= Error Message Examples = A threshold parameter to Function Truncate was not specified. Either the second (min) or third (max) parameter to Truncate must be specified. = Ca…'
- 19:16, 25 January 2010 diff hist +583 N Error Messages/40504 Created page with '= Error Message Examples = The Min parameter is greater than the Max parameter value in call to Truncate. = Cause = The value passed to the Min parameter of the Truncate…'
- 18:52, 25 January 2010 diff hist +14 m Error Messages/40284 →Remedies
- 18:51, 25 January 2010 diff hist +406 N Error Messages/40284 Created page with '= Error Message Examples = In call to function Argmin, the first parameter, vector parameter R must have at least one dimension. = Cause = You have passed a single value…'
- 18:38, 25 January 2010 diff hist +5 Error Messages/40539 →Cause
- 18:38, 25 January 2010 diff hist +781 N Error Messages/40539 Created page with '= Error Message Examples = Local variables (e.g., parameters or locals declared using FOR, VAR, or USING) are not objects and thus have no attributes. An attempt has been ma…'
- 18:04, 25 January 2010 diff hist +5 m Error Messages/40556 →Cause
- 18:04, 25 January 2010 diff hist 0 m Error Messages/40556 →Error Message Examples
- 18:04, 25 January 2010 diff hist +349 N Error Messages/40556 Created page with '= Error Message Examples = You cannot set system variable Symbolsize to 1000. the value must be between 0 and 100. = Cause = As the error states, an attempt has been made to…'
- 17:51, 25 January 2010 diff hist +7 Error Messages/40557 →Cause
- 17:51, 25 January 2010 diff hist +606 N Error Messages/40557 Created page with '= Error Message Examples = The registry key SOFTWARE\Lumina Decision Systems\Analytica\4.2/solver.lic is not set. It needs to contain a full path to the Solver.lic file conta…'
- 17:41, 25 January 2010 diff hist +630 N Error Messages/40560 Created page with '= Error Message Examples = The value "AvailEngine" is not an item name recognized by SolverInfo. = Cause = The parameter supplied to SolverInfo was not recognized. You …'
- 02:20, 23 January 2010 diff hist +18 m Error Messages/40563 →Cause
- 02:20, 23 January 2010 diff hist +1 m Error Messages/40563 →Cause