Results 1 to 3 of 3

Thread: How to migrate to WCF Oracle Adapter on Microsoft BizTalk Server 2006?

  1. #1
    Join Date
    Jan 2012
    Posts
    42

    How to migrate to WCF Oracle Adapter on Microsoft BizTalk Server 2006?

    Well I am using Legacy Oracle adapter on Microsoft BizTalk Server 2006 to select record from Orcale database. I am using delete after poll option to delete selected record. However I have found that there is no such option available in WCF adapter? Can you tell me how can I implement above mentioned thing? I know that I can do this by using stored procedure. But i don’t wanted to use it as I am not interested to make any changes on database. Now let me know if you are having any useful instruction to get my requirement. Thanks a lot in advance.

  2. #2
    Join Date
    Jul 2011
    Posts
    634

    Re: How to migrate to WCF Oracle Adapter on Microsoft BizTalk Server 2006?

    After going through the problem which you have mentioned over here I wanted tell you that you should try to read more record at a given moment of time. After that you should debatch all the records at a port level. You will be able to process all records through Biztalk engine as per your requirement. Also you will be able to flag records which you have selected. However to add flag you should create an extra column. Also you have to mentioned logic for delete records into PostPollStatement in wcf-oracle adapter binding.

  3. #3
    Join Date
    Aug 2011
    Posts
    564

    Re: How to migrate to WCF Oracle Adapter on Microsoft BizTalk Server 2006?

    In this particular situation main issue is you are getting single message for all matching rows when you are polling database table to enter new data on it. normally you would like to debatch messages into separate message for every single row. it seems to be really easy to do. however there could be an issue with property promotions. Since it wont work with incoming schema. The remedy is you have to create separate intermediate schema as per promotions and after that you have to convert incoming messages in newly created schema by making use of inbound maps available at receive port. I let you know that source schema supposed to be on top TypedPollingResultSet0 element at newly generated schema. It should not be below of TypedPolling element because transformation would occur once you have done with debtaching. Also you should not get confused withTypedPollingResultSet0 message as it does not contain much descriptor. RaindanceNotification type of messages are having much description.

Similar Threads

  1. isa server 2006 problem
    By Lalsha in forum Networking & Security
    Replies: 1
    Last Post: 24-11-2011, 12:54 AM
  2. Ping ISA Server 2006
    By alsolaih in forum Networking & Security
    Replies: 1
    Last Post: 28-03-2011, 01:50 AM
  3. Replies: 5
    Last Post: 24-10-2010, 05:32 AM
  4. migrate an access database to oracle
    By Sujit15 in forum Software Development
    Replies: 5
    Last Post: 25-02-2009, 11:50 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,710,831,653.22387 seconds with 16 queries