Real Time Data Loading

  • Does the SSIS provide any features for real time data loading? Is it compatable with TIBCO? Also, does it integrate well with R3 and BW?

  • Does the SSIS provide any features for real time data loading?

    Yes

    Is it compatable with TIBCO?

    It is comparable to TIBCO Data Exchange in some ways. What compatibility are you looking for?

    Also, does it integrate well with R3 and BW?

    Yes, either through the SAP adapter we ship separately or through third party adapters such as IWay etc.

  • By compatability with TIBCO i meant with TIBCO Randezvous. Also, could you pls tell me how can real time data loading be implemented in the SSIS?

  • I'm not terribly familiar with Rendezvous, but I think the difficultly will lie in the differences between Rendezvous' subject based addressing and MSMQ's destination based addressing using queue names.

    If there is an adapter for Rendezvous that will convert to a queue name, then the integration is easy with the MSMQ task.

    You can also write custom adapters or use the VB.Net script component to create a custom adapter.

    SQL Broker queues or Biztalk may be a viable alternative as well.

    There are several ways to implement real time data loading in SSIS, it really depends on the requirements how you go about it.

    Thanks,

    K

     

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply