cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC TO RFC design help

Former Member
0 Kudos

Hi

My Scenario as below:

JDBC to RFC.

The requirement is, Data availability on JDBC is not known, but whenever the data is available on database, they will send a file to FTP server saying that Data is available with some number of records.

There is no specific time indiacation, ie data can come anytime.

So here I need to process the file and also see that JDBC channel is open and process the data from Database.

Can somebody help me in configuring this design.

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

there are two options:

1. sender jdbc adapter can pool data from a database

(you can set pooling interval) and once the data is there it will be fetched

with a select statement and you can map it directly to an RFC call

2. you can use a BPM which will wait for the file and once the file is

there it can trigger receiver jdbc call (synchronous) which will return the result

of a select statement which you can again map to RFC

I'd suggest using the first approach

Regards,

Michal Krawczyk

http://mypigenie.com XI/PI FAQ

Former Member
0 Kudos

Hi Michal,

By any chance can i get screenshot for option #2 ( Thatz how my client required)

It will really grateful.... Pls......

Thanks

VR