Error Messages/41273
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.
See Also
Comments
Enable comment auto-refresher