Hello,
Occassionally, we need to store a rather large xml string in a Memo variable (ntext in Sql Server).
When the size of the xml string gets large (due to user input), an error will be thrown when someone submits an action.
We are using ASP.NET as the front end and the ECL to start/submit actions. However, if we do the same exact thing (start/submit actions) through the Metastorm client, we do not receive any errors. So we are starting to believe that it may be a configuration setting in web.config that is limiting the amount of data passed or if it is an ECL issue.
The error which the ECL responds with is. "Failed to invoke action."
In elog this error message is shown...
eComponentType -> eField
ePropertyName -> eDataValue
eFolderID -> 0000000000000000000000000013572
eDescription -> Unable to save Server Data.
eDetectedByClass -> EEvaluationHandler
eDetectedByMethod -> saveServerData
ePreEval -> %xmlProcessing
Thanks in advanced for the help.