HI
I have JDBC to Proxy scenario. I have to pull data from two views and then post it to ECC system. They want to do this as single innterface,
Firtly when I used receiver communication channel and tried to pull the metadata to ESR, I am not able to do that. I think we can pull only metadat of JDBC tables to the PI system
Secondly. the structure of the tables are like this
Fistrt view
Table_XYZ
Customer
MobileNumber
Second view
Table_ABC
EmpNumber
Phone
Address
Region
How should I create the datat type for this? I mean sender data type. Can these two views be integrated in one interface?
Another point that I noted is this: Customer from first table and EmpNumber from secon table are going to the same field in ECC table. Both views are updated in the same ECC table
I created the Receiver data type for proxy like this:
DT_xyz
Table_XYz
Customer
MobileNumber
Table_ABC
EmpNumber
Phone
Address
Region
I gave both Table_XYZ and Table_ABC as unbounded. Is this structure correct?
Is it possible to do this as single interface? Is it possible to impport views into PO