Error Messages/41273
< Error Messages
Revision as of 23:44, 24 February 2010 by AManandhar (talk | contribs) (Created page with '= Error Message Examples = You have specified both <<resultIndex>> and <<localIndexName>> in the call to SipDecode. Both cannot be specified at the same time. = Cause = …')
Error Message Examples
You have specified both <<resultIndex>> and <<localIndexName>> in the call to SipDecode. Both cannot be specified at the same time.
Cause
The result of SipDecode is indexed by the Run index by default. You can pass in a name of a local index to the <<localIndexName>> parameter to index the results by a local index. You can also pass in an index as a <<resultIndex>> parameter to index the result by the passed index. You cannot pass in both the <<localIndexName>> parameter and the <<resultIndex>> parameter as the call would be ambiguous.
Remedies
Pass only one of the parameter depending on where you want the result to be indexed by a local index or the passed index.
Comments
<comments />
Enable comment auto-refresher