File Trigger in SOA 12c | File/FTP and Database Adapter Demo | File polling with File Trigger Option

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

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

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

    Sir, pls upload daily video on these kind of topic. Thank you so much for this video

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

      You are welcome Nazia, stay subscribed as we upload regular content and thanks for your kind words.

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

    Behtareen 👌🏻👌🏻

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

    In the read operation how can i get the name of processed file since its a combination of random encrypted token and date

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

      The name of the first can be extracted from JCA.file.filename header property

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

      @@IntegrationGuru thank you but I meant the name of the processed file that file adapter creates in the archived folder after reading

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

      @@lengolass I see, we can list the files in archive folder by list operations and get the value of filename element. ( We can sort if there are many archived files )
      Note: there could be some out of the box feature as well to read the archived file name but I am not aware of that right now)

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

    Good lecture

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

    what is process files recursively

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

    I have one more doubt sir .. If i want to place a trigger file every day because I want to poll for the incoming files every day... can I insert a trigger file in the target location with any operation...? or Can I place some 30 trigger files manually for 30 days each day of month...so sync read will delete one by one and file adapter polls every day.. but path of the trigger file name (poll.txt) how to change automatically for the next day..

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

    Just asking.. please clear my doubts.. yesterday i had these questions in Interview..

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

    Can this be done using osb 12c?

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

      Yes it can be done using OSB 12c.

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

      Can you share the link if it can be done to refer

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

      @@merlinmerl7349 adapters work in same fashion, in SOA as well as OSB.
      So follow the same process just use File adapter rather than file transport in OSB.

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

      Do we need to install anything in osb to get file option...I am able to see only pipeline and split join after I click insert

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

      You are inserting in the message flow, you need to insert into the proxy or business service side. Right click on the proxy service side and choose adapters and then choose file.

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

    Sir please explain one or two real time projects

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

      Sure Anil, will create those videos soon.

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

    What is logical name in trigger file details..?

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

    what will happen if the incoming file directory is empty... does it throw any error.. or what file adapter will do...

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

      'Read' operation does not throw an error .. however 'sync read' operation will throw an error if the file is not present.

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

      @@IntegrationGuru so in this case.. read operation just waits for files in the incoming directory...?

  • @RadhaYadav-lo5sj
    @RadhaYadav-lo5sj 28 วันที่ผ่านมา +1

    Instead of XSLT, why can't we use assign activity?

    • @IntegrationGuru
      @IntegrationGuru  28 วันที่ผ่านมา

      @@RadhaYadav-lo5sj you can use assign as well. Thumb rule is if it's simple enough you can use assign but if mapping is a bit complex then use XSLT. I just prefer to use XSLT in my demos.

    • @RadhaYadav-lo5sj
      @RadhaYadav-lo5sj 28 วันที่ผ่านมา

      @IntegrationGuru okay , thanks a lot 😊

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

    how file adpater knows to read files one by one... for example read the second file