Analytica error message 1234


Sample proposed format for wiki pages to document and explain Analytica errors.
I suggest that we set up permissions so that anyone using Analytica (i.e. anyone) 
can read these pages, even without a valid Ana wiki login.
Anyone with a current Ana wiki login can edit them. Is that possible?
Max
  • Sorry if this page has not yet been filled in.
  • If you need help on, please send email to support@lumina.com with the error number and text, preferably enclosing a copy of your model and what you were doing when the error occurred.
  • If you know what caused the error or how to fix it (and it's not already explained), you are welcome to add that information yourself -- assuming you have a Ana wiki login. In that way, we Analytica users can help each other.

Example:

In call to Bernoulli, the first parameter, p, should be greater than or equal to zero.

General form:

In call to function %1%, the %2% parameter, %3%, should be greater than or equal to zero.

Causes

You are calling a function that expects a non-negative number for the indicated parameter, but you are passing it something other than a non-negative number. You may be passing it a negative number, Null, a text value, a reference, or something else.

The parameter is declared with the NonNegative qualifier.

Remedies

Check on the parameter value, and how it was calculated. Make sure it is non-negative.

Work arounds

See Also

  • Error Messages/40512 -- Same error, but when an array is passed. Details about work arounds are described there.
Comments


You are not allowed to post comments.