Skip to Content
0
Former Member
Mar 20, 2009 at 09:07 AM

BPM FILE--> JDBC--> RFC

23 Views

Hi All,

I am doing the File to JDBC(Sync) to RFC through BPM

Start ->Receive(Ansc) >Send(sync) >send(Anyc) >

I have created like this:

DT and corresponding MT

1. File

2.JDBC_Req

3.JDBC_Req_response

i have created Message interfaces bellow

File outbound

File outbound Abstract

JDBC sync inound

JDBC Sync Abstract

JDBC response Asyc Abstract

I have created Mappings like this

File to File outbound Abstract

File Abstact JDBC_req

JDBC_Req Abstact to JDBC_Req

JDBC_res Abstact to JDBC_res

JDBC_res Abstact to RFC

I have created Interface Mappings like this

File to File Abstract

JDBC_req to JDBC_res

JDBC_res to RFC

while i am doing in BPM i am getting error like this:

Message File Abstact to be received and synchrounous interface MI_JDBC_req_Abstact are not of the same type

Pls suggest me how i can map the File Abstact and JDBC Abstact.

Thanks,

Venkat