<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: How to post image's from FileServer to SQL Database. in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/how-to-post-image-s-from-fileserver-to-sql-database/qaa-p/8872881#M3149259</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can follow this design.&amp;nbsp; Create file to jdbc scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A) Take help from DBA. Create a column in db table as type BLOB. This blob column can store the image as binary object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B) Use UDF&amp;nbsp; in PI to read the image from file and pass it to blob column in mapping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C) You can use insert jdbc statement structure in the target and reference the UDF output to the blob column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Jul 2012 15:19:47 GMT</pubDate>
    <dc:creator>baskar_gopalakrishnan2</dc:creator>
    <dc:date>2012-07-20T15:19:47Z</dc:date>
    <item>
      <title>How to post image's from FileServer to SQL Database.</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-post-image-s-from-fileserver-to-sql-database/qaq-p/8872880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 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.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 15:09:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-post-image-s-from-fileserver-to-sql-database/qaq-p/8872880</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-20T15:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to post image's from FileServer to SQL Database.</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-post-image-s-from-fileserver-to-sql-database/qaa-p/8872881#M3149259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can follow this design.&amp;nbsp; Create file to jdbc scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A) Take help from DBA. Create a column in db table as type BLOB. This blob column can store the image as binary object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B) Use UDF&amp;nbsp; in PI to read the image from file and pass it to blob column in mapping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C) You can use insert jdbc statement structure in the target and reference the UDF output to the blob column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 15:19:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-post-image-s-from-fileserver-to-sql-database/qaa-p/8872881#M3149259</guid>
      <dc:creator>baskar_gopalakrishnan2</dc:creator>
      <dc:date>2012-07-20T15:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to post image's from FileServer to SQL Database.</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-post-image-s-from-fileserver-to-sql-database/qaa-p/8872882#M3149260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi baskar,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Thanks for the information. how file adapter reads the image from file server. Do i need to take care any extra setting in file adapter.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 18:17:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-post-image-s-from-fileserver-to-sql-database/qaa-p/8872882#M3149260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-20T18:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to post image's from FileServer to SQL Database.</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-post-image-s-from-fileserver-to-sql-database/qaa-p/8872883#M3149261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to write it using java mapping or simple UDF to do this. Are you getting this in payload xml structure? Search online java coding for reading the image data. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 18:42:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-post-image-s-from-fileserver-to-sql-database/qaa-p/8872883#M3149261</guid>
      <dc:creator>baskar_gopalakrishnan2</dc:creator>
      <dc:date>2012-07-20T18:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to post image's from FileServer to SQL Database.</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-post-image-s-from-fileserver-to-sql-database/qaa-p/8872884#M3149262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Read image in binary mode using File Adapter. XI interface can carry any message in general &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/825/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer my blog for your requirement: &lt;A _jive_internal="true" href="https://answers.sap.com/community/pi-and-soa-middleware/blog/2010/03/28/sap-xipi-storing-binaries-images-pdfs-etc-in-the-database-blobs-using-jdbc-adapter"&gt;http://scn.sap.com/community/pi-and-soa-middleware/blog/2010/03/28/sap-xipi-storing-binaries-images-pdfs-etc-in-the-database-blobs-using-jdbc-adapter&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 19:26:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-post-image-s-from-fileserver-to-sql-database/qaa-p/8872884#M3149262</guid>
      <dc:creator>former_member181985</dc:creator>
      <dc:date>2012-07-20T19:26:29Z</dc:date>
    </item>
  </channel>
</rss>

