on 2012 Jul 20 4:09 PM
Hi Experts,
How to post Images from Fileserver to Database using File Adatper ar sender and Receiver adapter as JDBC. Can you please help me out how to pick the images from source file server to insert into Database.
Thanks
Kiran.
Request clarification before answering.
You can follow this design. Create file to jdbc scenario.
A) Take help from DBA. Create a column in db table as type BLOB. This blob column can store the image as binary object.
B) Use UDF in PI to read the image from file and pass it to blob column in mapping.
C) You can use insert jdbc statement structure in the target and reference the UDF output to the blob column.
This should help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Read image in binary mode using File Adapter. XI interface can carry any message in general
Refer my blog for your requirement: http://scn.sap.com/community/pi-and-soa-middleware/blog/2010/03/28/sap-xipi-storing-binaries-images-...
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.