 <?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.analytica.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dpaine%2B25deca</id>
	<title>Analytica Docs - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.analytica.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dpaine%2B25deca"/>
	<link rel="alternate" type="text/html" href="https://docs.analytica.com/index.php/Special:Contributions/Dpaine%2B25deca"/>
	<updated>2026-05-19T16:38:44Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.9</generator>
	<entry>
		<id>https://docs.analytica.com/index.php?title=Installation_of_ADE&amp;diff=60195</id>
		<title>Installation of ADE</title>
		<link rel="alternate" type="text/html" href="https://docs.analytica.com/index.php?title=Installation_of_ADE&amp;diff=60195"/>
		<updated>2024-01-25T12:55:35Z</updated>

		<summary type="html">&lt;p&gt;Dpaine+25deca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:ADE User Guide]]&lt;br /&gt;
{{ReleaseBar}}&lt;br /&gt;
&amp;lt;languages /&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
[[ADE User Guide]] &amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
This chapter explains the system requirements for the Analytica Decision Engine (ADE) and describes how to install, upgrade, and uninstall ADE. &lt;br /&gt;
&lt;br /&gt;
==System Requirements== &amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
*Windows XP, Windows Server 2003, 2008, or 2012, Windows Vista, Windows 7, or Windows 8.&lt;br /&gt;
*40 MB of hard drive space, plus whatever you need for your applications&lt;br /&gt;
*At least 2GB of RAM. More is better if your users will run multiple parallel applications.&lt;br /&gt;
*You also need a development language environment to build your application using ADE. This could be Visual Studio with VB.NET, C#, ASP.NET, VC++, or any other COM or .NETenabled development environment. You can also use ADE from Microsoft Office Visual Basic for Applications (VBA) or from Windows Scripting Host (&amp;lt;tt&amp;gt;'''CScript.exe''&amp;lt;/tt&amp;gt;' or &amp;lt;tt&amp;gt;'''WScript.exe'''&amp;lt;/tt&amp;gt;), as well as other COM-enabled or ActiveX automation-enabled packages. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
You can download the ADE installer from [[http://www.analytica.com/ana/support/download.htm Analytica Downloads]]. The installation contains the ADE in-process automation server (&amp;lt;tt&amp;gt;'''Adew.dll'''&amp;lt;/tt&amp;gt;), the ADE local automation server (&amp;lt;tt&amp;gt;'''ADE.exe'''&amp;lt;/tt&amp;gt;), auxiliary files needed by ADE, this ''ADE User Guide'', and example programs.&lt;br /&gt;
&lt;br /&gt;
==Installing the Analytica Decision Engine Files== &amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
===Installing from the Network===&lt;br /&gt;
# Obtain an ADE activation key from Lumina. You normally get one via e-mail when you buy an ADE license or subscription. &lt;br /&gt;
# Download the ADE setup executable. The location of the file on the internet is provided when you receive your activation key. Save the file to disk. &lt;br /&gt;
# Run (i.e., double click) the file you just downloaded to begin the ADE installer. Make sure you are running it from an admin account. &lt;br /&gt;
# Follow the instructions. Read and agree to the license agreement, select a directory for the installation, and enter your activation key when prompted. The installer communicates with Lumina’s activation server to activate and download a license that is keyed to you computer. &lt;br /&gt;
&lt;br /&gt;
The activation process stores a license in a file named &amp;lt;tt&amp;gt;'''ADE*.lic'''&amp;lt;/tt&amp;gt;, where the * is completes the name of your own license. This license is keyed to the computer (the same ADE.lic won’t work on a different computer), but is valid for all users of the same computer, including special accounts used by your web server.&lt;br /&gt;
&lt;br /&gt;
===Manual Activation=== &amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
If activation fails as a result of the installer being unable to communicate with the activation server (either because your computer is not connected to the internet, or because your corporate firewall blocked the communication), you will need to manually activate the license. This involves these steps:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
#Allow the installer to finish (leave the activation key blank).&lt;br /&gt;
#Find your computer’s host id as follows.&lt;br /&gt;
##'''Start''' &amp;gt; '''All Programs''' &amp;gt; '''Analytica Decision Engine''' &amp;gt; '''Configure License''' &lt;br /&gt;
## Find your host id at the bottom right corner of the dialog. &lt;br /&gt;
#Go to http://analytica.com/support/activate-analytica &lt;br /&gt;
#Select ADE, Individual license, and fill in the remaining fields (make sure your host id is entered exactly, including any hyphens if any) and submit.&lt;br /&gt;
#On the thank you web page, find your license name. It will appear after “&amp;lt;tt&amp;gt;'''LICENSE lumina'''&amp;lt;/tt&amp;gt;” and will look something like ade_123_45 (the numbers will differ).&lt;br /&gt;
#When you receive the email, save the attachment (ADE.lic) to the ADE install directory.&lt;br /&gt;
#Run &amp;lt;tt&amp;gt;'''ADE.exe'''&amp;lt;/tt&amp;gt;&lt;br /&gt;
#In the dialog that appears, enter your license name from step5. Leave the RLM Server field blank.&lt;br /&gt;
#Test the installation by running &amp;lt;tt&amp;gt;'''AdeTest'''&amp;lt;/tt&amp;gt; and pressing the '''New ADE.CAEngine''' button. If this succeeds without reporting a licensing error, you got it right.&lt;br /&gt;
&lt;br /&gt;
===Installed Manuals and Examples=== &amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
The default installation directory, if you did not change it when running the installer, is&lt;br /&gt;
 &amp;lt;code&amp;gt;C:\Program Files\Lumina\ADE {{#svarget:anarelease|6.0}}&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
Four example programs should also have been installed in that directory underneath the examples directory. They are as follows: &lt;br /&gt;
*'''Tutorial.NET''' — This program is referred to by the Analytica Decision Engine Tutorial. It is recommended that you read the Analytica Decision Engine Tutorial completely before writing your own programs that depend on ADE. &lt;br /&gt;
*'''AdeTest''' — This program allows you to call or test the methods of ADE objects through a GUI. You can run AdeTest.Exe (in the bin directory), or you can trace through the code in the Visual Studio.NET 2005 debugger to observe each method being called. &lt;br /&gt;
*'''asp_exam''' — This program shows you how to access ADE through a Microsoft ASP program. &lt;br /&gt;
*'''excel_exam''' — This program shows you how to access ADE from any application with Visual Basic for Applications (VBA) support, including the Microsoft Office suite of applications.&lt;br /&gt;
&lt;br /&gt;
===Entering a new license code=== &amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
If you need to activate a different license you must run the ADE installer (or go through the [[Installation of ADE#Manual Activation | manual activation]] process).&lt;br /&gt;
&lt;br /&gt;
===Upgrading from an earlier version of ADE=== &amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
ADE {{#svarget:anarelease|5.4}} has been configured to install without disturbing previously installed versions of ADE. This allows you to compare the performance and output of your application under the different versions. However, it also means that your existing applications continue to use the previous version until you have changed them to use ADE {{#svarget:anarelease|6.0}}&lt;br /&gt;
&lt;br /&gt;
===Uninstalling ADE=== &amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
To uninstall ADE, select '''Add/Remove Programs''' in the Windows Control Panel. Scroll through the list to find “Analytica Decision Engine {{#svarget:anarelease|5.4}}.” Click the Remove button and proceed through the uninstall wizard&lt;br /&gt;
&lt;br /&gt;
==See Also== &amp;lt;!--T:18--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[Installing ADE in a Docker image]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:19--&amp;gt;&lt;br /&gt;
{| style=&amp;quot;margin: 1em auto 1em auto;width: 100%;border:0;table-layout: fixed;&amp;quot; cellpadding=5&lt;br /&gt;
|- style=&amp;quot;text-align: center&amp;quot;&lt;br /&gt;
|  [[Introduction to ADE]] &amp;lt;-  ||  [[Installation of ADE]] || -&amp;gt; [[The ADE Tutorial]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dpaine+25deca</name></author>
	</entry>
	<entry>
		<id>https://docs.analytica.com/index.php?title=Analytica_Cloud_Platform_(ACP)&amp;diff=60194</id>
		<title>Analytica Cloud Platform (ACP)</title>
		<link rel="alternate" type="text/html" href="https://docs.analytica.com/index.php?title=Analytica_Cloud_Platform_(ACP)&amp;diff=60194"/>
		<updated>2024-01-25T12:52:50Z</updated>

		<summary type="html">&lt;p&gt;Dpaine+25deca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Analytica User Guide]]&lt;br /&gt;
[[Category: Analytica Cloud Platform]]&lt;br /&gt;
&amp;lt;breadcrumbs&amp;gt;Analytica User Guide &amp;gt; User Interfaces for End Users&amp;gt; {{PAGENAME}}&amp;lt;/breadcrumbs&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can rapidly make an Analytica model available via a web browser by publishing it to the [[Analytica Cloud Platform]] (ACP) hosted by [http://acp.analytica.com Lumina]. Your collaborators and end users can then view and run the model on the web. They don't have to install Analytica or any other software on their computer other than a web browser. They can access it from non-Windows computers. After you upload your model to ACP,  you can simply email your end-users an invitation with a URL link to view the model.&lt;br /&gt;
&lt;br /&gt;
'''ACP individual account''': Every copy of Analytica comes with a free ACP account.  You get 25 free sessions with [[Analytica Free Edition]] or Analytica with expired support.  If you have a paid Analytica license with active support, you get 25 user sessions per month. You can always buy more session credits [https://analytica.com/purchase-analytica/ online]. &lt;br /&gt;
&lt;br /&gt;
'''ACP Group Plan''' enables a group of modelers to collaborate, share models, and provide them to end users. As a member of a Group Plan, you can save changes to model inputs as a snapshot so that you can modify and run it over multiple sessions. You can organize models into '''Project Directories'''. Group members may have different levels of access for each Project Directory: '''Reviewer access'''  lets you run models; '''Author access'''  lets you upload or edit models; '''Manager access''' lets you add new members or modify their access.  '''Admin access''' is a Manager, which can also add or delete projects, and delete users.&lt;br /&gt;
&lt;br /&gt;
'''ACP Premium Group Plan''' allows more members, more sessions, more CPU time per session, and supports models that use the [[Analytica Optimizer Guide|Optimizer]].  To see prices or buy a Group Plan, see [https://analytica.com/purchase-analytica/ Analytica.com].&lt;br /&gt;
&lt;br /&gt;
==Upload to ACP==&lt;br /&gt;
&lt;br /&gt;
To publish a model to ACP, open the model in Analytica, then select [[File menu|File]] &amp;amp;rarr; '''Publish to cloud...'''.&lt;br /&gt;
&lt;br /&gt;
If you already have an ACP account set up, it shows this dialog with the '''Publish model''' tab (see below to Set up an account):&lt;br /&gt;
&lt;br /&gt;
:[[File:Chapter9_23.png]]&lt;br /&gt;
&lt;br /&gt;
You can optionally change ACP model name  from your local file name -- useful if you want to keep several local file revisions, or want to publish different revisions. When you press '''Publish''', it uploads the model to the ACP server. You have three options for what happens once the upload completes:&lt;br /&gt;
&lt;br /&gt;
* Open ACP model folder page&lt;br /&gt;
* Open model in ACP&lt;br /&gt;
* Do nothing&lt;br /&gt;
&lt;br /&gt;
Opening the model in ACP consumes a session credit, while viewing the model folder page does not. From the folder page, you have the option of launching the model.&lt;br /&gt;
&lt;br /&gt;
You can also jump to the ACP model folder page by selecting [[File menu|File]] &amp;amp;rarr; '''Manage published models...'''.&lt;br /&gt;
&lt;br /&gt;
'''To Set up an ACP account''': The first time you select '''Publish to cloud...''',  it opens the dialog showing the '''Configure account '''tab.&lt;br /&gt;
&lt;br /&gt;
:[[File:Chapter9_24.png]]&lt;br /&gt;
&lt;br /&gt;
Click the [https://www.analyticacloud.com/acp/Signup/acpIndividualSignup.aspx sign up] link for a free ACP individual account in a web browser. You will get  account information to enter in this dialog. Then  press '''OK'''. For detailed steps on signing up for an ACP account, see [[Tutorial: Sharing a model with ACP#Analytica_Cloud_Platform_.28ACP.29|Analytica Cloud Platform (ACP)]] in the [[Analytica Tutorial]].&lt;br /&gt;
&lt;br /&gt;
== Designing models for ACP ==&lt;br /&gt;
&lt;br /&gt;
You can upload and run any Analytica model via a web browser with ACP. But, here are some guidelines to design a user interface to work well as a web application.  ACP also offers some user interface options not yet available in Analytica on the desktop, such as a tab-based interface, where each module in the main model is accessible via a tab.&lt;br /&gt;
&lt;br /&gt;
'''Limit computation times''': People expect each operation in a web application to complete quickly. When operations take more than a minute or so, users may give up and leave the page. Normally, ACP enforces a 60 second maximum compute time for each step. (If you have an ACP Group Account, you can modify this.)  The Lumina-hosted ACP server is shared by many users. It is not a super computer, and is not intended for computationally intensive models. &lt;br /&gt;
&lt;br /&gt;
'''Use small diagrams''': Even people with large screens often narrower web browser windows. We recommend that you don't design a web app that needs more than 1200 pixels wide. ACP shows scroll bars if the window is wider than fits in the browser window, but that doesn't make for a  great user experience.  You can achieve this by organizing a large model into a hierarchy of modules, each with not more than about 20 nodes.&lt;br /&gt;
&lt;br /&gt;
'''Single window design''': Analytica on the desktop lets you have multiple windows open simultaneously, side-by-side or overlapping. This gives lots of flexibility to display and arrange information. ACP shows only a single diagram (or result or object view), plus an Outline view on the left -- and  you can expand a view in ACP by  [[Embed table or graph with ACP | embedding tables and graphs in a diagram]] using Tall nodes or Frame nodes. &lt;br /&gt;
&lt;br /&gt;
'''Navigation styles''': ACP provides some [[ACP Style Library#Navigation styles| layout options]] that are not (yet) available in Analytica. These include tabbed module navigation, embedded tables and graphs, an outline tree or hierarchy header, control over what surrounding interface components display, and visual styles for diagram nodes.&lt;br /&gt;
&lt;br /&gt;
:[[File:Chapter9_25a.png|600px]]&lt;br /&gt;
&lt;br /&gt;
The full set of layout options and how to specify the settings are beyond the scope of this manual. The reference guide for these is on the Analytica Docs, see [[AcpStyles]], [[ACP Rendering tables and graphs on the diagram]], and [https://docs.analytica.com/index.php?title=What%27s_new_in_ACP%3F What's new in ACP].&lt;br /&gt;
&lt;br /&gt;
'''ACP Style Library''' '''makes it easy '''to select most navigation options and display settings in ACP. The Style Library is packaged as an Analytica library file, which you add to your model, then access the control panels by opening the library diagrams from within Analytica.&lt;br /&gt;
&lt;br /&gt;
You can make use of the styles without using the Style Library. Styles are specified in the AcpStyles attribute, as described at [[AcpStyles]]. However, the Style Library makes these far easier to use.&lt;br /&gt;
&lt;br /&gt;
See also the instructions for obtaining the latest version of the [[ACP Style Library]], and for using it.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;iframe width=&amp;quot;560&amp;quot; height=&amp;quot;315&amp;quot; src=&amp;quot;https://www.youtube.com/embed/uUAk4TwrOAw&amp;quot; title=&amp;quot;YouTube video player&amp;quot; frameborder=&amp;quot;0&amp;quot; allow=&amp;quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture&amp;quot; allowfullscreen&amp;gt;&amp;lt;/iframe&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Summary==&lt;br /&gt;
'''Analytica Cloud Platform''' (ACP) is a convenient way to share models over the internet, and is usable by people who have not installed any edition of Analytica, as well as people on non-Window’s platforms. ACP accounts are free, and a moderate level of usage is free as long as you keep your support active.&lt;br /&gt;
&lt;br /&gt;
When sharing models from the Cloud Platform, additional stylistic considerations are important for providing users of your model with a satisfactory browser-based experience. These include limiting evaluation times, keeping diagrams small, and making effective use of diagram real estate through embedded tables and graphs, tabbed panes and hierarchy headers. The Style Library provides an interface for selecting ACP styles.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[Analytica Cloud Platform]] More in-depth information.&lt;br /&gt;
* [[Tutorial: Sharing a model with ACP]]&lt;br /&gt;
* [[Model Licensing]]&lt;br /&gt;
* [[Editions of Analytica]]&lt;br /&gt;
* [[What's new in ACP?]]&lt;br /&gt;
* [[ACP Style Library]]&lt;br /&gt;
* [[AcpStyles]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;footer&amp;gt;User Interfaces for End Users / {{PAGENAME}} / Arrays and Indexes&amp;lt;/footer&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dpaine+25deca</name></author>
	</entry>
	<entry>
		<id>https://docs.analytica.com/index.php?title=CAEngine::ErrorCode&amp;diff=60193</id>
		<title>CAEngine::ErrorCode</title>
		<link rel="alternate" type="text/html" href="https://docs.analytica.com/index.php?title=CAEngine::ErrorCode&amp;diff=60193"/>
		<updated>2024-01-25T12:46:28Z</updated>

		<summary type="html">&lt;p&gt;Dpaine+25deca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:ADE Methods and Properties]]&lt;br /&gt;
[[Category:ADE User Guide]]&lt;br /&gt;
[[Category: Error messages]]&lt;br /&gt;
&lt;br /&gt;
[[ADE User Guide]] &amp;gt; [[ADE Server Class Reference]] &amp;gt; [[CAEngine]]&lt;br /&gt;
&amp;lt;languages /&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= {get} int ErrorCode = &amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
Returns the error code generated by the last communication with the Analytica Decision Engine&lt;br /&gt;
Server. The property ErrorCode should be checked after setting and retrieving critical [[CAEngine]]&lt;br /&gt;
properties and calling [[CAEngine]] methods. An ErrorCode of zero indicates the last action was&lt;br /&gt;
successful.&lt;br /&gt;
&lt;br /&gt;
= Data type = &amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
:integer&lt;br /&gt;
&lt;br /&gt;
= Access = &amp;lt;!--T:5--&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
:read&lt;br /&gt;
&lt;br /&gt;
= Usage = &amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
Dim x As Integer&lt;br /&gt;
 x = ADE.ErrorCode&lt;br /&gt;
&lt;br /&gt;
= Error Codes = &amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
{| style=&amp;quot;text-align:left;align:top&amp;quot;&lt;br /&gt;
!0&lt;br /&gt;
| OK    &lt;br /&gt;
|-&lt;br /&gt;
!1&lt;br /&gt;
| Unimplemented    &lt;br /&gt;
|-&lt;br /&gt;
!2&lt;br /&gt;
| Warning    &lt;br /&gt;
|-&lt;br /&gt;
!3&lt;br /&gt;
| Lexical error    &lt;br /&gt;
|-&lt;br /&gt;
!4&lt;br /&gt;
| Statement error    &lt;br /&gt;
|-&lt;br /&gt;
!5&lt;br /&gt;
| Expression error    &lt;br /&gt;
|-&lt;br /&gt;
!6&lt;br /&gt;
| Execution error    &lt;br /&gt;
|-&lt;br /&gt;
!7&lt;br /&gt;
| System error    &lt;br /&gt;
|-&lt;br /&gt;
!8&lt;br /&gt;
| Fatal error    &lt;br /&gt;
|-&lt;br /&gt;
!9&lt;br /&gt;
| Undefined variable error    &lt;br /&gt;
|-&lt;br /&gt;
!10&lt;br /&gt;
| Aborted    &lt;br /&gt;
|-&lt;br /&gt;
!11&lt;br /&gt;
| Analytica expired -- contact Lumina	&lt;br /&gt;
|-&lt;br /&gt;
!12&lt;br /&gt;
| Insufficient Memory	&lt;br /&gt;
|-&lt;br /&gt;
!13&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!14&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!15&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!16&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!17&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!18&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!19&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!20&lt;br /&gt;
| Analytica is uninitialized&lt;br /&gt;
|-&lt;br /&gt;
!21&lt;br /&gt;
| Bad parameter passed    &lt;br /&gt;
|-&lt;br /&gt;
!22&lt;br /&gt;
| Value not found in index    &lt;br /&gt;
|-&lt;br /&gt;
!23&lt;br /&gt;
| Illegal position in index    &lt;br /&gt;
|-&lt;br /&gt;
!24&lt;br /&gt;
| Subscripts must be an array of variants    &lt;br /&gt;
|-&lt;br /&gt;
!25&lt;br /&gt;
| Subscript cannot be accessed    &lt;br /&gt;
|-&lt;br /&gt;
!26&lt;br /&gt;
| Lower bound of subscript array inaccessible    &lt;br /&gt;
|-&lt;br /&gt;
!27&lt;br /&gt;
| Upper bound of subscript array inaccessible    &lt;br /&gt;
|-&lt;br /&gt;
!28&lt;br /&gt;
| Must specify at least one element in table    &lt;br /&gt;
|-&lt;br /&gt;
!29&lt;br /&gt;
| Position specified is out of bounds    &lt;br /&gt;
|-&lt;br /&gt;
!30&lt;br /&gt;
| Position does not exist    &lt;br /&gt;
|-&lt;br /&gt;
!31&lt;br /&gt;
| Illegal position specified in table    &lt;br /&gt;
|-&lt;br /&gt;
!32&lt;br /&gt;
| Index object not found    &lt;br /&gt;
|-&lt;br /&gt;
!33&lt;br /&gt;
| Illegal index number specified    &lt;br /&gt;
|-&lt;br /&gt;
!34&lt;br /&gt;
| Definition table not found    &lt;br /&gt;
|-&lt;br /&gt;
!35&lt;br /&gt;
| Attribute could not be retrieved    &lt;br /&gt;
|-&lt;br /&gt;
!36&lt;br /&gt;
| Attribute could not be set    &lt;br /&gt;
|-&lt;br /&gt;
!37&lt;br /&gt;
| Could not retrieve result    &lt;br /&gt;
|-&lt;br /&gt;
!38&lt;br /&gt;
| Could not get result table    &lt;br /&gt;
|-&lt;br /&gt;
!39&lt;br /&gt;
| Module/Model/Script could not be found    &lt;br /&gt;
|-&lt;br /&gt;
!40&lt;br /&gt;
| Object could not be created    &lt;br /&gt;
|-&lt;br /&gt;
!41&lt;br /&gt;
| Invalid name for object    &lt;br /&gt;
|-&lt;br /&gt;
!42&lt;br /&gt;
| Object name already in use    &lt;br /&gt;
|-&lt;br /&gt;
!43&lt;br /&gt;
| Current module could not be retrieved    &lt;br /&gt;
|-&lt;br /&gt;
!44&lt;br /&gt;
| Module could not be set    &lt;br /&gt;
|-&lt;br /&gt;
!45&lt;br /&gt;
| Model could not be created    &lt;br /&gt;
|-&lt;br /&gt;
!46&lt;br /&gt;
| Model/Module could not be saved    &lt;br /&gt;
|-&lt;br /&gt;
!47&lt;br /&gt;
| Illegal command	&lt;br /&gt;
|-&lt;br /&gt;
!48&lt;br /&gt;
| Invalid object class	&lt;br /&gt;
|-&lt;br /&gt;
!49&lt;br /&gt;
| There is no model in memory to save	&lt;br /&gt;
|-&lt;br /&gt;
!50&lt;br /&gt;
| Safe-array has incorrect size or number of dimensions	&lt;br /&gt;
|-&lt;br /&gt;
!51&lt;br /&gt;
| Element position is non-numeric	&lt;br /&gt;
|-&lt;br /&gt;
!52&lt;br /&gt;
| Specified name is not an index of the array	&lt;br /&gt;
|-&lt;br /&gt;
!53&lt;br /&gt;
| Insufficient memory	&lt;br /&gt;
|-&lt;br /&gt;
!54&lt;br /&gt;
| Unrecognized MIME type	&lt;br /&gt;
|-&lt;br /&gt;
!55&lt;br /&gt;
| Value is not atomic	&lt;br /&gt;
|-&lt;br /&gt;
!56&lt;br /&gt;
| Operation allowed only on a result CATable, not on a definition table	&lt;br /&gt;
|-&lt;br /&gt;
!57&lt;br /&gt;
| First param is not an IStream*	&lt;br /&gt;
|-&lt;br /&gt;
!58&lt;br /&gt;
| Subscript array contains the wrong number of elements.  There should be one element for each dimension.	&lt;br /&gt;
|-&lt;br /&gt;
!59&lt;br /&gt;
| CATable is not associated with an object, so it cannot be updated	&lt;br /&gt;
|-&lt;br /&gt;
!60&lt;br /&gt;
| A result table is read-only	&lt;br /&gt;
|-&lt;br /&gt;
!61&lt;br /&gt;
| Expression could not be parsed	&lt;br /&gt;
|-&lt;br /&gt;
!62&lt;br /&gt;
| Error evaluating expression	&lt;br /&gt;
|-&lt;br /&gt;
!63&lt;br /&gt;
| GraphWidth and GraphHeight must be positive.	&lt;br /&gt;
|-&lt;br /&gt;
!64&lt;br /&gt;
| Value is atomic (not an array).  To get value, use AtomicValue method.	&lt;br /&gt;
|-&lt;br /&gt;
!65&lt;br /&gt;
| Index value could not be computed	&lt;br /&gt;
|-&lt;br /&gt;
!66&lt;br /&gt;
| No picture stored with object	&lt;br /&gt;
|-&lt;br /&gt;
!67&lt;br /&gt;
| Internal picture format not supported	&lt;br /&gt;
|-&lt;br /&gt;
!68&lt;br /&gt;
| Filename too long	&lt;br /&gt;
|-&lt;br /&gt;
!69&lt;br /&gt;
| Result cannot be graphed.	&lt;br /&gt;
|-&lt;br /&gt;
!70&lt;br /&gt;
| Definition is Hidden	&lt;br /&gt;
|-&lt;br /&gt;
!71&lt;br /&gt;
| The maximum number of CAEngine instances allowed by license are already in use.	&lt;br /&gt;
|-&lt;br /&gt;
!72&lt;br /&gt;
| Invalid license code	&lt;br /&gt;
|-&lt;br /&gt;
!73&lt;br /&gt;
| Stale license code	&lt;br /&gt;
|-&lt;br /&gt;
!74&lt;br /&gt;
| Expired license code	&lt;br /&gt;
|-&lt;br /&gt;
!75&lt;br /&gt;
| No ADE license code is present. Re-install ADE.	&lt;br /&gt;
|-&lt;br /&gt;
!76&lt;br /&gt;
| Not an application license code.	&lt;br /&gt;
|-&lt;br /&gt;
!77&lt;br /&gt;
| Method Evaluation Time Limit exceeded	&lt;br /&gt;
|-&lt;br /&gt;
!78&lt;br /&gt;
| Computation aborted	&lt;br /&gt;
|-&lt;br /&gt;
!79&lt;br /&gt;
| License Code is not valid for this computer. If the hardware or network configuration of your computer has changed, you will need to re-enter a fresh license code.  Run &amp;quot;&amp;quot;ADE.EXE /RegServer&amp;quot;&amp;quot; to re-enter. and visit http://analytica.com/ana/staleLicense.htm to freshen a stale license code.	&lt;br /&gt;
|-&lt;br /&gt;
!80&lt;br /&gt;
| Linked module not found	&lt;br /&gt;
|-&lt;br /&gt;
!81&lt;br /&gt;
| License code is not valid for 64-bit edition	&lt;br /&gt;
|-&lt;br /&gt;
!82&lt;br /&gt;
| Must include at least one index to CreateDefTable	&lt;br /&gt;
|-&lt;br /&gt;
!83&lt;br /&gt;
| Operation allowed only on a definition table, not a result table	&lt;br /&gt;
|-&lt;br /&gt;
!84&lt;br /&gt;
| The license for ADE is not valid for this computer&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= See Also = &amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
* [[CAEngine::ErrorText]]&lt;br /&gt;
* [[Analytica Decision Engine (ADE) API]]&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dpaine+25deca</name></author>
	</entry>
</feed>