Analytica error message 1234

Revision as of 01:06, 11 February 2009 by Max (talk | contribs) (Created new page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 it, 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 occured.

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 -- if you have a Ana wiki login. In that way, we Analytica users can help each other.

Sample error message

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.

What caused it?

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.

How to fix it?

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

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.