Difference between revisions of "Error Messages/40826"

(Created page with '= Error Message Examples = You cannot evaluate a call to RunConsoleProcess directly from an input variable. Variable CallProcess has an input node associated with it, so you c…')
 
Line 1: Line 1:
 
= Error Message Examples =
 
= Error Message Examples =
  
  You cannot evaluate a call to RunConsoleProcess directly from an input variable.
+
  You cannot evaluate a call to [[RunConsoleProcess]] directly from an input variable.
 
  Variable CallProcess has an input node associated with it, so you cannot enter a
 
  Variable CallProcess has an input node associated with it, so you cannot enter a
  call to RunConsoleProcess directly into Va1.
+
  call to [[RunConsoleProcess]] directly into the input of CallProcess.
  
 
= Cause =
 
= Cause =
  
The result of [[MdTable]] would have more dimensions than the maximum number of dimensions, 15, allowed in Analytica.
+
You cannot call the function [[RunConsoleProcess]] from a variable with an input node.
  
It is very unusual to have an array with more than 15 dimensions. You could have made a mistake in your call to the [[MdTable]] function which triggered this error.
+
You cannot call the function [[RunConsoleProcess]] by entering it into an input of a variable.
  
 
= Remedies =
 
= Remedies =
  
The maximum number of dimensions supported by Analytica is 15. You could use references in an array, or flatten dimensions to create objects with more than 15 dimensions, but this is not recommended; Analytica would not be able to successfully array abstract. Correct the [[MdTable]] call so that the resulting array would have less than or equal to 15 dimensions.
+
Remove the input node for the object that calls the [[RunConsoleProcess]] function.
  
 
<br><comments />
 
<br><comments />

Revision as of 22:24, 4 February 2010

Error Message Examples

You cannot evaluate a call to RunConsoleProcess directly from an input variable.
Variable CallProcess has an input node associated with it, so you cannot enter a
call to RunConsoleProcess directly into the input of CallProcess.

Cause

You cannot call the function RunConsoleProcess from a variable with an input node.

You cannot call the function RunConsoleProcess by entering it into an input of a variable.

Remedies

Remove the input node for the object that calls the RunConsoleProcess function.



You are not allowed to post comments.

Comments
<comments />