At customer site:
When iterating through the tags for volume-get-iter we get strange errors.
E.g. returned by na_results_errno and na_results_reason after na_server_invoke:
Error:13001, PCDATA invalid Char value 18 .
Error:1, Extra content at the end of the document .
We asked the customer to run the ApiTest pgm with volume-get-iter to see if there was something strange in their settings.
There was:
<results status="passed">
<attributes-list>
<volume-attributes>
... (20 volumes elided)
</volume-attributes>
</attributes-list>
<next-tag><volume-get-iter-key-td>
<key-0>CIFS</key-0>
<key-1>veeam_repo1</key-1>
</volume-get-iter-key-td>
</next-tag>
<num-records>20</num-records>
</results>
The text in bold seems to be garabage. I have not been able to reproduce this behavior in our lab.
Does anyone have any input on this?
Adrian