• Font Size
  • S
  • M
  • L

Search via FAQ No.


  • No : 30600
  • Open Date : 2019/08/23 13:44
  • Print
NEW

[DataSpider Servista] I want to retry a process when an error occurs on the connection destination

When an error occurred at the connection destination by connecting to a database or application, I want to retry the process.  Please tell me how to retry the process.
 
Category : 

Answer

Specification
 
If an error occurred during the connection, the Salesforce adapter and Log Manager for Salesforce adapter can be configured to retry the connection.
*Please refer to the help of "Reference information" for details.
 
Currently, other adapters do not have the function to automatically retry when an error occurs on the connection destination.
 
Workaround
 
By combining repetition processing and exception monitoring processing, you can create retry process when an error occurs. The setting image is as follows.
  • Set to repeat as many times as you want in the repeat process
  • Monitors connection processing in exception monitoring processing try processing
  • The connecting process in continue process is performed again in the catch process of exception monitoring process
  • If the exception monitoring processing ends normally, the break processing will exit from repeated processing
Please refer to the help of "Reference information" for details such as setting screen.
 
 
Reference Information
  • Global resource property (Salesforce)
 
  • Global resource property (Log Manager for Salesforce)