Build retry logic in Oracle Integration | OIC

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ม.ค. 2025

ความคิดเห็น • 21

  • @eddiehapson1730
    @eddiehapson1730 ปีที่แล้ว

    Nice

  • @Truth_seeker999
    @Truth_seeker999 3 ปีที่แล้ว

    super

  • @mikeha
    @mikeha 2 ปีที่แล้ว +2

    so, if you have a loop around your calling of a REST API, wouldn't you have to update the while loop variable to false in the main logic after it invokes the REST API and succeeds? Otherwise if it never fails, it would call the API forever and we only want to call it once if it is successful

    • @TechSupper
      @TechSupper  2 ปีที่แล้ว

      Yes, we should do this.

    • @MMD_EB
      @MMD_EB ปีที่แล้ว

      Even I had the same question while watching this video. What happens if the FTP call was successful then it will go into infinite loop if the run iteration variable is not updated to 'false' after the invoke activity.

  • @soumyamallick80
    @soumyamallick80 6 หลายเดือนก่อน

    Thanks for OIC retry video.I have built an OIC process which reads record by record from file and then calls API.My requirement is that the integration should retry the transaction once on error after waiting for 5 minutes.Where should I fit the retry logic as mentioned in ur video.Also I need to send success and error report

    • @TechSupper
      @TechSupper  6 หลายเดือนก่อน

      You can put the wait aciton under exception handler.

  • @RathoreFitnessAndNutrition
    @RathoreFitnessAndNutrition 3 ปีที่แล้ว

    How to reprocess integration with in oic,both synchronous & asynchronous

    • @TechSupper
      @TechSupper  3 ปีที่แล้ว +1

      You can only re-process asynch one way integration not synch.

  • @krishnachaithanya4003
    @krishnachaithanya4003 ปีที่แล้ว

    Hi Sir, I am trying to resubmit the error integration but am not getting the resubmit option any in error section , what i need to enable to get that option.

  • @prasantharavindramesh1078
    @prasantharavindramesh1078 3 ปีที่แล้ว

    Sir is there any way to convert timestamp in oic to integer format?
    Thank you 😊

  • @pratiksharma172000
    @pratiksharma172000 7 หลายเดือนก่อน

    Can I retry after 4 hours using WAIT activity?

    • @TechSupper
      @TechSupper  7 หลายเดือนก่อน

      you can in asynch integration...

    • @pratiksharma172000
      @pratiksharma172000 6 หลายเดือนก่อน

      @@TechSupper any video for async integration?

    • @TechSupper
      @TechSupper  6 หลายเดือนก่อน

      What is the use-case Pratik ?