Hello Sailor,
We have created IntegrationConfig, Provisioning is working for the managed application. We are concerning about retries are not working for the requests which are about to provision with IntegrationConfig.
Application requests are getting retrying but requests which generated for the integration config are not retrying. I tired placing the below entries in app and integration config.
<entry key="provisioningMaxRetries" value="3"/>
<entry key="provisioningRetry`Preformatted text`Threshold" value="2"/>
<entry key="retryableErrors">
<value>
<List>
<String>Server returned HTTP response</String>
<String>Native Identity should not be</String>
<String>Failed to connect to server</String>
</List>
</value>
</entry>
Am i missing any thing here? Thanks in advance.
Regards
Vijay Mamidi