Error Messages/40585
< Error Messages
Revision as of 22:48, 22 January 2010 by AManandhar (talk | contribs) (Created page with ' = Error Message Examples = The value of the Setting parameter to NLP_Definition is not a 1-D array (after array abstraction). Since the optional 'Parameter' parameter is not…')
Error Message Examples
The value of the Setting parameter to NLP_Definition is not a 1-D array (after array abstraction). Since the optional 'Parameter' parameter is not specified, the value to the setting parameter needs to be a 1-D array where the index values contain the optimizer parameter name.
Cause
The Setting parameter passed to the function (LpDefine or QpDefine orNlpDefine) was not a 1-D array indexed by the Parameter it is assigning and no Parameter parameter is passed to the function either.
The Setting and Parameter parameters to the above functions can be used to set the search setting.
Lpdefine#Specifying_Search_Control_Parameters Nlpdefine#Specifying_Search_Control_Settings
- The file passed could be a read only file.
- You do not have write permissions to the directory/folder passed.
Remedies
You can solve this by passing in a file you have write access to or by passing a directory you have write permission to.
Comments
<comments />
Enable comment auto-refresher