<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>BDC Meta Man</title>
        <link>http://www.lightningtools.com/blog/category/3.aspx</link>
        <description>BDC Meta Man</description>
        <language>en-GB</language>
        <copyright>Lightning Tools</copyright>
        <managingEditor>support@lightningtools.com</managingEditor>
        <generator>Subtext Version 1.9.5.177</generator>
        <item>
            <title>BDC Meta Man and &amp;quot;The type initializer for 'Oracle.DataAccess.Client.OracleConnection' threw an exception&amp;quot; error</title>
            <link>http://lightningtools.com/blog/archive/2011/07/25/bdc-meta-man-and-quotthe-type-initializer-for-oracle.dataaccess.client.oracleconnection-threw.aspx</link>
            <description>&lt;p&gt;We get quite a few support questions about having error regarding “Oracle.DataAccess.Client.OracleConnection” while using &lt;a href="http://www.lightningtools.com/bdc-meta-man/default.aspx"&gt;BDC Meta Man&lt;/a&gt; – hopefully we’ll be able to clear this up with this post. &lt;/p&gt;  &lt;p&gt;When you connect to Oracle using &lt;a href="http://www.lightningtools.com/bdc-meta-man/default.aspx"&gt;BDC Meta Man&lt;/a&gt; you may have this error raised “The type initializer for ‘Oracle.DataAccess.Client.OracleConnection’ threw an exception”:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lightningtools.com/blog/images/lightningtools_com/blog/Windows-Live-Writer/9b9e10875c85_12E93/OracleException_2.png"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="The type initializer for ‘Oracle.DataAccess.Client.OracleConnection’ threw an exception" border="0" alt="The type initializer for ‘Oracle.DataAccess.Client.OracleConnection’ threw an exception" src="http://lightningtools.com/blog/images/lightningtools_com/blog/Windows-Live-Writer/9b9e10875c85_12E93/OracleException_thumb.png" width="244" height="87" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;span id="BugEvents"&gt;It’s not a reason to spread panic &lt;img style="border-bottom-style: none; border-left-style: none; border-top-style: none; border-right-style: none" class="wlEmoticon wlEmoticon-smile" alt="Smile" src="http://lightningtools.com/blog/images/lightningtools_com/blog/Windows-Live-Writer/9b9e10875c85_12E93/wlEmoticon-smile_2.png" /&gt; This error occurs as BDC Meta Man uses Oracle Data Provider for .NET (ODP.NET) in order to connect to Oracle database and you don’t have it installed on the machine. So you should just have ODP.NET installed on the machine where BDC Meta Man runs. In order to do that you should install Oracle Database 11g Release 2 Client (11.2.0.1.0) for Microsoft Windows (32-bit). It can be found here &lt;a href="http://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-win32soft-098987.html" rel="nofollow"&gt;&lt;u&gt;&lt;font color="#0066cc"&gt;http://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-win32soft-098987.html&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;       &lt;br /&gt;Please ensure you select the 'Administrator' type of installation when you install Oracle client.&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span&gt;&lt;a href="http://lightningtools.com/blog/images/lightningtools_com/blog/Windows-Live-Writer/9b9e10875c85_12E93/InstallationType_2.png"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Select the 'Administrator' type of installation when you install Oracle clients." border="0" alt="Select the 'Administrator' type of installation when you install Oracle clients." src="http://lightningtools.com/blog/images/lightningtools_com/blog/Windows-Live-Writer/9b9e10875c85_12E93/InstallationType_thumb.png" width="244" height="170" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&amp;lt;Dmitry Kaloshin/&amp;gt;&lt;/p&gt;&lt;img src="http://lightningtools.com/blog/aggbug/290.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Lightning Tools</dc:creator>
            <guid>http://lightningtools.com/blog/archive/2011/07/25/bdc-meta-man-and-quotthe-type-initializer-for-oracle.dataaccess.client.oracleconnection-threw.aspx</guid>
            <pubDate>Mon, 25 Jul 2011 07:20:46 GMT</pubDate>
            <wfw:comment>http://lightningtools.com/blog/comments/290.aspx</wfw:comment>
            <comments>http://lightningtools.com/blog/archive/2011/07/25/bdc-meta-man-and-quotthe-type-initializer-for-oracle.dataaccess.client.oracleconnection-threw.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://lightningtools.com/blog/comments/commentRss/290.aspx</wfw:commentRss>
        </item>
        <item>
            <title>RevertToSelf and the Business Data Catalog</title>
            <link>http://lightningtools.com/blog/archive/2010/08/12/reverttoself-and-the-business-data-catalog.aspx</link>
            <description>&lt;p&gt;The double hop issue is something that comes up a number of times in support questions when people are using the Business Data Catalog with MS SQL Server, and SharePoint and SQL are on separate servers.&lt;/p&gt;  &lt;p&gt;There are a few solutions to this:&lt;/p&gt;  &lt;p&gt;1, Implement Kerberos&lt;/p&gt;  &lt;p&gt;2, Use Single Sign On&lt;/p&gt;  &lt;p&gt;3, Use RevertToSelf&lt;/p&gt;  &lt;p&gt;We’ll be stepping through how to use &lt;a href="http://www.lightningtools.com/bdc-meta-man/default.aspx" target="_blank"&gt;BDC Meta Man&lt;/a&gt; to configure RevertToSelf.&lt;/p&gt;  &lt;p&gt;1, When you have your entities configured within BDC Meta Man it is time to change the BDC Authentication Type. In the bottom left tree view right click on the root tree node and select ‘Edit…’ from the context menu that appears&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lightningtools.com/blog/images/lightningtools_com/blog/WindowsLiveWriter/RevertToSelfandtheBusinessDataCatalog_9A1E/image_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Edit BDC Lob System" border="0" alt="Edit BDC Lob System" src="http://lightningtools.com/blog/images/lightningtools_com/blog/WindowsLiveWriter/RevertToSelfandtheBusinessDataCatalog_9A1E/image_thumb.png" width="396" height="169" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;2, When the Lob System settings form opens up change the Authentication Mode to RevertToSelf&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lightningtools.com/blog/images/lightningtools_com/blog/WindowsLiveWriter/RevertToSelfandtheBusinessDataCatalog_9A1E/image_4.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Set Authentication Mode to RevertToSelf" border="0" alt="Set Authentication Mode to RevertToSelf" src="http://lightningtools.com/blog/images/lightningtools_com/blog/WindowsLiveWriter/RevertToSelfandtheBusinessDataCatalog_9A1E/image_thumb_1.png" width="271" height="291" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;3, You can then click the Save button, and generate your application definition file as normal and import it into SharePoint.&lt;/p&gt;  &lt;p&gt;4, When you are trying to use this BDC data within SharePoint, as you are using RevertToSelf - SharePoint will try to connect to SQL Server as the Identity that the Application Pool is running under that the web application is using. To check which account this is, open IIS and expand the application pools.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lightningtools.com/blog/images/lightningtools_com/blog/WindowsLiveWriter/RevertToSelfandtheBusinessDataCatalog_9A1E/image_6.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://lightningtools.com/blog/images/lightningtools_com/blog/WindowsLiveWriter/RevertToSelfandtheBusinessDataCatalog_9A1E/image_thumb_2.png" width="395" height="76" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;This account will need permissions to read the data in your SQL Server database so make sure you grant the necessary access rights.&lt;/p&gt;  &lt;p&gt;If you still need to secure the data to certain users you can do that through the Shared Service Provider by setting the BDC permissions to specific BDC applications or entities.&lt;/p&gt;  &lt;p&gt;&amp;lt;nick/&amp;gt;&lt;/p&gt;&lt;img src="http://lightningtools.com/blog/aggbug/196.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Lightning Tools</dc:creator>
            <guid>http://lightningtools.com/blog/archive/2010/08/12/reverttoself-and-the-business-data-catalog.aspx</guid>
            <pubDate>Thu, 12 Aug 2010 10:50:27 GMT</pubDate>
            <wfw:comment>http://lightningtools.com/blog/comments/196.aspx</wfw:comment>
            <comments>http://lightningtools.com/blog/archive/2010/08/12/reverttoself-and-the-business-data-catalog.aspx#feedback</comments>
            <wfw:commentRss>http://lightningtools.com/blog/comments/commentRss/196.aspx</wfw:commentRss>
        </item>
        <item>
            <title>How to set permissions for BDC Entities</title>
            <link>http://lightningtools.com/blog/archive/2010/07/14/how-to-set-permissions-for-bdc-entities.aspx</link>
            <description>&lt;p&gt;One common support question we have is when people have imported their BDC XML application definition file into the Shared Service Provider, they go to their SharePoint page and try to configure the BDC Data List Web Part but there are no entities to pick from. This is usually a permissions problem, as your user will need permissions to each BDC application and entity you want them to be able to use. &lt;/p&gt;  &lt;p&gt;To set the permissions go into your Shared Service Administration page and click on the ‘Business Data Catalog permissions’ link&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lightningtools.com/blog/images/lightningtools_com/blog/WindowsLiveWriter/HowtosetpermissionsforBDCEntities_EA52/image_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Set Business Data Catalog Permissions" border="0" alt="Set Business Data Catalog Permissions" src="http://lightningtools.com/blog/images/lightningtools_com/blog/WindowsLiveWriter/HowtosetpermissionsforBDCEntities_EA52/image_thumb.png" width="244" height="132" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;In here you can give users access to the BDC in general. You can use AD groups, as well as the group [Authenticated Users] if you wanted to give a permission to everybody who logs into SharePoint. Once you have enabled the permissions you can use the button to ‘Copy all permissions to descendants’ and this will copy the permission to all the BDC applications and entities.&lt;/p&gt;  &lt;p&gt;If you want to give specific permissions to a BDC application, view the list of applications you have imported and use the drop down menu to display the link to Manage Permissions at the application level&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lightningtools.com/blog/images/lightningtools_com/blog/WindowsLiveWriter/HowtosetpermissionsforBDCEntities_EA52/image_6.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Manage permissions for BDC application" border="0" alt="Manage permissions for BDC application" src="http://lightningtools.com/blog/images/lightningtools_com/blog/WindowsLiveWriter/HowtosetpermissionsforBDCEntities_EA52/image_thumb_2.png" width="244" height="84" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;[Please click the image for a larger view]&lt;/p&gt;  &lt;p&gt;If you want to give specific permissions to specific entities you can do this by navigating to the entity and clicking on the ‘Manage Permissions’ link within the entity view:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lightningtools.com/blog/images/lightningtools_com/blog/WindowsLiveWriter/HowtosetpermissionsforBDCEntities_EA52/image_4.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Manage permissions for BDC Entity" border="0" alt="Manage permissions for BDC Entity" src="http://lightningtools.com/blog/images/lightningtools_com/blog/WindowsLiveWriter/HowtosetpermissionsforBDCEntities_EA52/image_thumb_1.png" width="244" height="154" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://lightningtools.com/blog/aggbug/181.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Lightning Tools</dc:creator>
            <guid>http://lightningtools.com/blog/archive/2010/07/14/how-to-set-permissions-for-bdc-entities.aspx</guid>
            <pubDate>Wed, 14 Jul 2010 15:39:51 GMT</pubDate>
            <wfw:comment>http://lightningtools.com/blog/comments/181.aspx</wfw:comment>
            <comments>http://lightningtools.com/blog/archive/2010/07/14/how-to-set-permissions-for-bdc-entities.aspx#feedback</comments>
            <wfw:commentRss>http://lightningtools.com/blog/comments/commentRss/181.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Oracle Installation guide for SharePoint 2007 and SharePoint 2010</title>
            <link>http://lightningtools.com/blog/archive/2010/06/07/oracle-installation-guide-for-sharepoint-2007-and-sharepoint-2010.aspx</link>
            <description>&lt;p&gt;We get quite a few support questions about how to connect to Oracle when using BDC Meta Man or BCS Meta Man – hopefully we’ll be able to clear this up with this post.&lt;/p&gt;  &lt;p&gt;&lt;span style="font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; color: rgb(79,129,189); font-size: 13pt" lang="EN-US"&gt;&lt;strong&gt;&lt;font face="Cambria"&gt;BDC Meta Man and Oracle&lt;/font&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;&lt;strong&gt;If you are using BDC Meta Man on an x86 operating system (32bit) you need to install:&lt;/strong&gt; Oracle Database 11&lt;em&gt;g&lt;/em&gt; Release 2 Client (11.2.0.1.0) for Microsoft Windows (32-bit)&lt;em&gt;.&lt;/em&gt;  &lt;br /&gt;It can be found here       &lt;br /&gt;&lt;a href="http://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-win32soft-098987.html"&gt;http://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-win32soft-098987.html&lt;/a&gt;  &lt;br /&gt;      &lt;br /&gt;&lt;span id="BugEvents"&gt;Please ensure you select the 'Administrator' type of installation when you install Oracle clients&lt;/span&gt;       &lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;a href="http://lightningtools.com/blog/images/lightningtools_com/blog/Windows-Live-Writer/Oracle-Installation-guide-for-SharePoint_CB63/Oracle%20Installation%20Type_2.jpg"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Select the Administrator type of installation" border="0" alt="Select the Administrator type of installation" src="http://lightningtools.com/blog/images/lightningtools_com/blog/Windows-Live-Writer/Oracle-Installation-guide-for-SharePoint_CB63/Oracle%20Installation%20Type_thumb.jpg" width="244" height="184" /&gt;&lt;/a&gt;  &lt;br /&gt;&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;If you are using BDC Meta Man on an x64 operating system (64bit) you need to install:&lt;/strong&gt; All the same described in point №1 for x86 platform.       &lt;br /&gt;Also if you are using BDC Meta Man on a 64 bit operating system when connecting to Oracle you may be prompted with the error: “ORA-06413: Connection not open”. This seems to be a problem with Oracle and any application installed in a directory that has brackets "()" in it (you may find a description here &lt;a href="http://itknowledgeexchange.techtarget.com/itanswers/solution-for-ora-6413-error-showinh-connection-not-open/" rel="nofollow"&gt;&lt;u&gt;&lt;font color="#0066cc"&gt;http://itknowledgeexchange.techtarget.com/itanswers/solution-for-ora-6413-error-showinh-connection-not-open/&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;). If you check BDC Meta Man may be installed at: “C:\Program Files (x86)\BDC Meta Man”. The solution to get around this is to change the default installation path to something like: “C:\BDC Meta Man” &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;&lt;span style="font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; color: rgb(79,129,189); font-size: 13pt" lang="EN-US"&gt;&lt;strong&gt;When you deploy your application definition file to SharePoint 2007&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;&lt;strong&gt;If you are using SharePoint 2007 on an x86 operating system you need to install this on your SharePoint Servers:&lt;/strong&gt; Oracle Database 11&lt;em&gt;g&lt;/em&gt; Release 2 Client (11.2.0.1.0) for Microsoft Windows (32-bit)&lt;em&gt;.&lt;/em&gt;  &lt;br /&gt;It can be found here       &lt;br /&gt;&lt;a href="http://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-win32soft-098987.html"&gt;http://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-win32soft-098987.html&lt;/a&gt;  &lt;br /&gt;      &lt;br /&gt;&lt;span id="BugEvents"&gt;Please ensure you select the 'Administrator' type of installation when you install Oracle clients&lt;/span&gt;       &lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;a href="http://lightningtools.com/blog/images/lightningtools_com/blog/Windows-Live-Writer/Oracle-Installation-guide-for-SharePoint_CB63/Oracle%20Installation%20Type_2.jpg"&gt;&lt;em&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Select the Administrator type of installation" border="0" alt="Select the Administrator type of installation" src="http://lightningtools.com/blog/images/lightningtools_com/blog/Windows-Live-Writer/Oracle-Installation-guide-for-SharePoint_CB63/Oracle%20Installation%20Type_thumb.jpg" width="244" height="184" /&gt;&lt;/em&gt;&lt;/a&gt; &lt;/p&gt;      &lt;p&gt;Run “iisreset” command line utility after installation of Oracle client.        &lt;br /&gt;&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;If you are using SharePoint 2007 on an x64 operating system you need to install this on your SharePoint Servers:&lt;/strong&gt;  &lt;span&gt;Oracle Database 11&lt;em&gt;g&lt;/em&gt; Release 2 Client (11.2.0.1.0) for Microsoft Windows (x64)&lt;/span&gt;&lt;em&gt;.&lt;/em&gt;  &lt;br /&gt;It can be found here       &lt;br /&gt;&lt;a href="http://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-win64soft-094461.html"&gt;http://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-win64soft-094461.html&lt;/a&gt;  &lt;br /&gt;      &lt;br /&gt;&lt;span id="BugEvents"&gt;Please ensure you select the 'Administrator' type of installation when you install Oracle clients&lt;/span&gt;       &lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;a href="http://lightningtools.com/blog/images/lightningtools_com/blog/Windows-Live-Writer/Oracle-Installation-guide-for-SharePoint_CB63/Oracle%20Installation%20Type_2.jpg"&gt;&lt;em&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Select the Administrator type of installation" border="0" alt="Select the Administrator type of installation" src="http://lightningtools.com/blog/images/lightningtools_com/blog/Windows-Live-Writer/Oracle-Installation-guide-for-SharePoint_CB63/Oracle%20Installation%20Type_thumb.jpg" width="244" height="184" /&gt;&lt;/em&gt;&lt;/a&gt; &lt;/p&gt;      &lt;p&gt;Run “iisreset” command line utility after installation of Oracle client.&lt;/p&gt;   &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;&lt;span style="font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; color: rgb(79,129,189); font-size: 13pt" lang="EN-US"&gt;&lt;strong&gt;BCS Meta Man and Oracle&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;&lt;strong&gt;For BCS Meta Man you need to install this: &lt;/strong&gt;Oracle Database 11&lt;em&gt;g&lt;/em&gt; Release 2 Client (11.2.0.1.0) for Microsoft Windows (32-bit)&lt;em&gt;.&lt;/em&gt;  &lt;br /&gt;It can be found here       &lt;br /&gt;&lt;a href="http://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-win32soft-098987.html"&gt;http://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-win32soft-098987.html&lt;/a&gt;  &lt;br /&gt;      &lt;br /&gt;&lt;span id="BugEvents"&gt;Please ensure you select the 'Administrator' type of installation when you install Oracle clients&lt;/span&gt;       &lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;a href="http://lightningtools.com/blog/images/lightningtools_com/blog/Windows-Live-Writer/Oracle-Installation-guide-for-SharePoint_CB63/Oracle%20Installation%20Type_2.jpg"&gt;&lt;em&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Select the Administrator type of installation" border="0" alt="Select the Administrator type of installation" src="http://lightningtools.com/blog/images/lightningtools_com/blog/Windows-Live-Writer/Oracle-Installation-guide-for-SharePoint_CB63/Oracle%20Installation%20Type_thumb.jpg" width="244" height="184" /&gt;&lt;/em&gt;&lt;/a&gt;&lt;/p&gt;   &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;&lt;span style="font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; color: rgb(79,129,189); font-size: 13pt" lang="EN-US"&gt;&lt;strong&gt;When you deploy your BCS Model to SharePoint 2010&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;  &lt;ol&gt;&lt;em&gt;&lt;/em&gt;    &lt;li&gt;&lt;strong&gt;As SharePoint 2010 only supports x64 operating systems, you need to install this on your SharePoint Servers: &lt;/strong&gt;&lt;span&gt;Oracle Database 11&lt;em&gt;g&lt;/em&gt; Release 2 Client (11.2.0.1.0) for Microsoft Windows (x64)&lt;/span&gt;&lt;em&gt;.&lt;/em&gt;  &lt;br /&gt;It can be found here       &lt;br /&gt;&lt;a href="http://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-win64soft-094461.html"&gt;http://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-win64soft-094461.html&lt;/a&gt;  &lt;br /&gt;      &lt;br /&gt;&lt;span id="BugEvents"&gt;Please ensure you select the 'Administrator' type of installation when you install Oracle clients&lt;/span&gt;       &lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;a href="http://lightningtools.com/blog/images/lightningtools_com/blog/Windows-Live-Writer/Oracle-Installation-guide-for-SharePoint_CB63/Oracle%20Installation%20Type_2.jpg"&gt;&lt;em&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Select the Administrator type of installation" border="0" alt="Select the Administrator type of installation" src="http://lightningtools.com/blog/images/lightningtools_com/blog/Windows-Live-Writer/Oracle-Installation-guide-for-SharePoint_CB63/Oracle%20Installation%20Type_thumb.jpg" width="244" height="184" /&gt;&lt;/em&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/p&gt;      &lt;p&gt;Run “iisreset” command line utility after installation of Oracle client.&lt;em&gt;&lt;em&gt;&lt;a title="http://www.oracle.com/technology/software/tech/dotnet/utilsoft.html" href="http://www.oracle.com/technology/software/tech/dotnet/utilsoft.html"&gt;             &lt;br /&gt;&lt;/a&gt;&lt;/em&gt;&lt;/em&gt;&lt;/p&gt;   &lt;/li&gt; &lt;/ol&gt;&lt;img src="http://lightningtools.com/blog/aggbug/164.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Lightning Tools</dc:creator>
            <guid>http://lightningtools.com/blog/archive/2010/06/07/oracle-installation-guide-for-sharepoint-2007-and-sharepoint-2010.aspx</guid>
            <pubDate>Mon, 07 Jun 2010 13:52:44 GMT</pubDate>
            <wfw:comment>http://lightningtools.com/blog/comments/164.aspx</wfw:comment>
            <comments>http://lightningtools.com/blog/archive/2010/06/07/oracle-installation-guide-for-sharepoint-2007-and-sharepoint-2010.aspx#feedback</comments>
            <wfw:commentRss>http://lightningtools.com/blog/comments/commentRss/164.aspx</wfw:commentRss>
        </item>
        <item>
            <title>How to connect SharePoint BDC to Oracle through TNS</title>
            <link>http://lightningtools.com/blog/archive/2010/03/04/how-to-connect-sharepoint-bdc-to-oracle-through-tns.aspx</link>
            <description>&lt;p&gt;In this walkthrough we will demonstrate how to integrate Oracle with Microsoft SharePoint through the Oracle Transparent Network Substrate (TNS) and display Oracle data on SharePoint page. In order to do that we will describe how to create application definition files for the Business Data Catalog by means of &lt;a href="http://www.lightningtools.com/bdc-meta-man/default.aspx" target="_blank"&gt;BDC Meta Man&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;There are one articles which we are going to reference to. It describes &lt;a href="http://www.lightningtools.com/bdc-meta-man/moss-business-data-catalog-getting-started.aspx"&gt;&lt;u&gt;&lt;font color="#0066cc"&gt;Business Data Catalog - getting started&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;This walk through only applies to BDC Meta Man 4.0.0.7 and later.&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Prerequisites. &lt;/li&gt;    &lt;ul&gt;     &lt;li&gt;First of all we should have tnsnames.ora file. It can be taken from a machine where Oracle runs or you may create it manually. If you look at this post you may find detailed information regarding tnsnames.ora &lt;a href="http://www.orafaq.com/wiki/Tnsnames.ora"&gt;&lt;u&gt;&lt;font color="#0066cc"&gt;http://www.orafaq.com/wiki/Tnsnames.ora&lt;/font&gt;&lt;/u&gt;&lt;/a&gt; In our case a file will look as follows (for example) and we will put it to “D:/Work” folder:         &lt;p&gt;&lt;strong&gt;XE_ORION =            &lt;br /&gt;  (DESCRIPTION =             &lt;br /&gt;    (ADDRESS = (PROTOCOL = TCP)(HOST = Orion)(PORT = 1521))             &lt;br /&gt;    (CONNECT_DATA =             &lt;br /&gt;      (SERVER = DEDICATED)             &lt;br /&gt;      (SERVICE_NAME = XE)             &lt;br /&gt;    )             &lt;br /&gt;  )&lt;/strong&gt;&lt;/p&gt;        &lt;p&gt;&lt;strong&gt;ORCL_CYGNUS =            &lt;br /&gt;  (DESCRIPTION =             &lt;br /&gt;    (ADDRESS = (PROTOCOL = TCP)(HOST = Cygnus)(PORT = 1521))             &lt;br /&gt;    (CONNECT_DATA =             &lt;br /&gt;      (SERVER = DEDICATED)             &lt;br /&gt;      (SERVICE_NAME = ORCL)             &lt;br /&gt;    )             &lt;br /&gt;  )&lt;/strong&gt;&lt;/p&gt;     &lt;/li&gt;      &lt;li&gt;As BDC MetaMan uses Oracle Data Provider for .NET (ODP.NET) in order to connect to Oracle database you should install Oracle Database 11&lt;em&gt;g&lt;/em&gt; Release 2 Client (11.2.0.1.0) for Microsoft Windows (32-bit)&lt;em&gt;.&lt;/em&gt;  &lt;br /&gt;It can be found here         &lt;br /&gt;&lt;a href="http://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-win32soft-098987.html"&gt;http://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-win32soft-098987.html&lt;/a&gt;  &lt;br /&gt;&lt;span id="BugEvents"&gt;Please ensure you select the 'Administrator' type of installation when you install Oracle clients&lt;/span&gt;         &lt;p&gt;&lt;a href="http://lightningtools.com/blog/images/lightningtools_com/blog/Windows-Live-Writer/How-to-connect-SharePoint-BDC-to-Oracle-_13803/Oracle%20Installation%20Type_6.jpg"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="Select the Administrator type of installation" border="0" alt="Select the Administrator type of installation" src="http://lightningtools.com/blog/images/lightningtools_com/blog/Windows-Live-Writer/How-to-connect-SharePoint-BDC-to-Oracle-_13803/Oracle%20Installation%20Type_thumb_2.jpg" width="244" height="184" /&gt;&lt;/a&gt;&lt;/p&gt;     &lt;/li&gt;      &lt;li&gt;If SharePoint and BDC Meta Man are running on different machines and you have SharePoint 2007 running on an x86 operating system  you should also have Oracle Database 11&lt;em&gt;g&lt;/em&gt; Release 2 Client (11.2.0.1.0) for Microsoft Windows  (32-bit) installed on the machine where SharePoint runs. But if you are using SharePoint on a 64 bit operating system you should install &lt;span&gt;Oracle Database 11&lt;em&gt;g&lt;/em&gt; Release 2 Client (11.2.0.1.0) for Microsoft Windows (x64)&lt;/span&gt;&lt;em&gt;.&lt;/em&gt;  &lt;br /&gt;It can be found here         &lt;br /&gt;&lt;a href="http://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-win64soft-094461.html"&gt;http://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-win64soft-094461.html&lt;/a&gt;  &lt;br /&gt;&lt;span id="BugEvents"&gt;Please ensure you select the 'Administrator' type of installation when you install Oracle clients&lt;/span&gt;         &lt;p&gt;&lt;a href="http://lightningtools.com/blog/images/lightningtools_com/blog/Windows-Live-Writer/How-to-connect-SharePoint-BDC-to-Oracle-_13803/Oracle%20Installation%20Type_4.jpg"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="Select the Administrator type of installation" border="0" alt="Select the Administrator type of installation" src="http://lightningtools.com/blog/images/lightningtools_com/blog/Windows-Live-Writer/How-to-connect-SharePoint-BDC-to-Oracle-_13803/Oracle%20Installation%20Type_thumb_1.jpg" width="244" height="184" /&gt;&lt;/a&gt;&lt;/p&gt;     &lt;/li&gt;      &lt;li&gt;       &lt;p&gt;Run “iisreset” command line utility after installation of Oracle client on a machine where SharePoint 2007 is running.&lt;/p&gt;     &lt;/li&gt;      &lt;li&gt;If you are using BDC Meta Man on a 64 bit operating system when connecting to Oracle you may be prompted with the error: “ORA-06413: Connection not open”. This seems to be a problem with Oracle and any application installed in a directory that has brackets "()" in it (you may find a description here &lt;a href="http://itknowledgeexchange.techtarget.com/itanswers/solution-for-ora-6413-error-showinh-connection-not-open/" rel="nofollow"&gt;&lt;u&gt;&lt;font color="#0066cc"&gt;http://itknowledgeexchange.techtarget.com/itanswers/solution-for-ora-6413-error-showinh-connection-not-open/&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;). If you check BDC Meta Man may be installed at: “C:\Program Files (x86)\BDC Meta Man”. The solution to get around this is to change the default installation path to something like: “C:\BDC Meta Man” &lt;/li&gt;   &lt;/ul&gt;    &lt;li&gt;Now open BDC Meta Man and select menu Configuration-&amp;gt;Settings      &lt;br /&gt;      &lt;br /&gt;&lt;a href="http://lightningtools.com/blog/images/lightningtools_com/blog/WindowsLiveWriter/HowtoconnectSharePointtoOracle_D815/2_2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Menu Configuration-&amp;gt;Settings" border="0" alt="Menu Configuration-&amp;gt;Settings" src="http://lightningtools.com/blog/images/lightningtools_com/blog/WindowsLiveWriter/HowtoconnectSharePointtoOracle_D815/2_thumb.png" width="324" height="324" /&gt;&lt;/a&gt;       &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;In the “Configuration Options” dialog select “Oracle” item in the left list box, click “Browse” button, point tnsnames.ora file location and click “Save” button      &lt;p&gt;&lt;a href="http://lightningtools.com/blog/images/lightningtools_com/blog/WindowsLiveWriter/HowtoconnectSharePointtoOracle_D815/3_2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Point tnsnames.ora file" border="0" alt="Point tnsnames.ora file" src="http://lightningtools.com/blog/images/lightningtools_com/blog/WindowsLiveWriter/HowtoconnectSharePointtoOracle_D815/3_thumb.png" width="304" height="133" /&gt;&lt;/a&gt;&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;Now we should click the drop down menu “Connect to data source” and select “Oracle” menu item.      &lt;p&gt;&lt;a href="http://lightningtools.com/blog/images/lightningtools_com/blog/WindowsLiveWriter/HowtoconnectSharePointtoOracle_D815/4_2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Select Oracle menu item" border="0" alt="Select Oracle menu item" src="http://lightningtools.com/blog/images/lightningtools_com/blog/WindowsLiveWriter/HowtoconnectSharePointtoOracle_D815/4_thumb.png" width="354" height="324" /&gt;&lt;/a&gt;&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;After that we are able to select Oracle database from a drop-down list on "Connect to Data source" dialog and enter user name and password.      &lt;p&gt;&lt;a href="http://lightningtools.com/blog/images/lightningtools_com/blog/WindowsLiveWriter/HowtoconnectSharePointtoOracle_D815/5_2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Select Oracle database and type username and password" border="0" alt="Select Oracle database and type username and password" src="http://lightningtools.com/blog/images/lightningtools_com/blog/WindowsLiveWriter/HowtoconnectSharePointtoOracle_D815/5_thumb.png" width="371" height="288" /&gt;&lt;/a&gt;&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;After clicking "Connect" button BDC Meta Man will now connect to your Oracle data source and display the database. Expand the database you have connected to so you can see all the tables available for you to use. All the next steps about how to display the data on SharePoint page are described in &lt;a href="http://www.lightningtools.com/bdc-meta-man/moss-business-data-catalog-getting-started.aspx"&gt;&lt;u&gt;&lt;font color="#0066cc"&gt;Business Data Catalog - getting started&lt;/font&gt;&lt;/u&gt;&lt;/a&gt; article in details. We will walkthrough briefly.       &lt;p&gt;&lt;a href="http://lightningtools.com/blog/images/lightningtools_com/blog/WindowsLiveWriter/HowtoconnectSharePointtoOracle_D815/6_2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="All Oracle tables are available to use" border="0" alt="All Oracle tables are available to use" src="http://lightningtools.com/blog/images/lightningtools_com/blog/WindowsLiveWriter/HowtoconnectSharePointtoOracle_D815/6_thumb.png" width="324" height="324" /&gt;&lt;/a&gt;&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;Drag and Drop one table onto Design Surface. Upon dragging and dropping the table, the entity is created with the Finder, SpecificFinder and IdEnumerator methods.      &lt;p&gt;&lt;a href="http://lightningtools.com/blog/images/lightningtools_com/blog/WindowsLiveWriter/HowtoconnectSharePointtoOracle_D815/7_2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Drag and Drop one table onto Design Surface" border="0" alt="Drag and Drop one table onto Design Surface" src="http://lightningtools.com/blog/images/lightningtools_com/blog/WindowsLiveWriter/HowtoconnectSharePointtoOracle_D815/7_thumb.png" width="304" height="254" /&gt;&lt;/a&gt;&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;Open menu item Configuration-&amp;gt;Settings in order to set the path to save our Oracle application definition file.      &lt;p&gt;&lt;a href="http://lightningtools.com/blog/images/lightningtools_com/blog/WindowsLiveWriter/HowtoconnectSharePointtoOracle_D815/8_2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Set the path to save application definition file" border="0" alt="Set the path to save application definition file" src="http://lightningtools.com/blog/images/lightningtools_com/blog/WindowsLiveWriter/HowtoconnectSharePointtoOracle_D815/8_thumb.png" width="304" height="133" /&gt;&lt;/a&gt;&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;Click “Generate” button on BDC Meta Man toolbar. If everything is ok then we will see this message.      &lt;p&gt;&lt;a href="http://lightningtools.com/blog/images/lightningtools_com/blog/WindowsLiveWriter/HowtoconnectSharePointtoOracle_D815/9_2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Oracle application definition file has been created" border="0" alt="Oracle application definition file has been created" src="http://lightningtools.com/blog/images/lightningtools_com/blog/WindowsLiveWriter/HowtoconnectSharePointtoOracle_D815/9_thumb.png" width="445" height="201" /&gt;&lt;/a&gt;&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;Import generated application definition file to SharePoint 2007, add Business Data List web part and configure it by selecting just imported Business Data catalog Entity (&lt;a href="http://www.lightningtools.com/bdc-meta-man/moss-business-data-catalog-getting-started.aspx"&gt;&lt;u&gt;&lt;font color="#0066cc"&gt;Business Data Catalog - getting started&lt;/font&gt;&lt;/u&gt;&lt;/a&gt; article describes in &lt;span style="line-height: 115%; font-family: &amp;quot;Verdana&amp;quot;, &amp;quot;sans-serif&amp;quot;; color: rgb(76,76,76); font-size: 8pt" lang="EN-US"&gt;details &lt;/span&gt;how to do that). Now we will be able to see Oracle data on SharePoint page.  &lt;p&gt;&lt;a href="http://lightningtools.com/blog/images/lightningtools_com/blog/WindowsLiveWriter/HowtoconnectSharePointtoOracle_D815/103.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Oracle data on SharePoint page" border="0" alt="Oracle data on SharePoint page" src="http://lightningtools.com/blog/images/lightningtools_com/blog/WindowsLiveWriter/HowtoconnectSharePointtoOracle_D815/103_thumb.png" width="304" height="319" /&gt;&lt;/a&gt;&lt;/p&gt;   &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;We hope this walkthrough will be useful for you. If you have any questions feel free to email them to &lt;a href="mailto:support@lightningtools.com"&gt;&lt;u&gt;&lt;font color="#0066cc"&gt;support@lightningtools.com&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;. &lt;/p&gt;  &lt;p&gt;&amp;lt;dmitry/&amp;gt;&lt;/p&gt;&lt;img src="http://lightningtools.com/blog/aggbug/135.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Lightning Tools</dc:creator>
            <guid>http://lightningtools.com/blog/archive/2010/03/04/how-to-connect-sharepoint-bdc-to-oracle-through-tns.aspx</guid>
            <pubDate>Thu, 04 Mar 2010 14:36:06 GMT</pubDate>
            <wfw:comment>http://lightningtools.com/blog/comments/135.aspx</wfw:comment>
            <comments>http://lightningtools.com/blog/archive/2010/03/04/how-to-connect-sharepoint-bdc-to-oracle-through-tns.aspx#feedback</comments>
            <slash:comments>5</slash:comments>
            <wfw:commentRss>http://lightningtools.com/blog/comments/commentRss/135.aspx</wfw:commentRss>
        </item>
        <item>
            <title>How to connect SharePoint Business Data Catalog to PostgreSQL</title>
            <link>http://lightningtools.com/blog/archive/2010/02/12/how-to-connect-sharepoint-business-data-catalog-to-postgresql.aspx</link>
            <description>&lt;p&gt;In this walkthrough we will demonstrate how to integrate PostgreSQL with Microsoft SharePoint Business Data Catalog through&lt;em&gt; &lt;/em&gt;ODBC and display PostgreSQL data on SharePoint page. In order to do that we will describe how to create application definition files for the Business Data Catalog by means of &lt;a href="http://www.lightningtools.com/bdc-meta-man/default.aspx" target="_blank"&gt;BDC Meta Man&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;There are one articles which we are going to reference to. It describes &lt;a href="http://www.lightningtools.com/bdc-meta-man/moss-business-data-catalog-getting-started.aspx"&gt;&lt;u&gt;&lt;font color="#0066cc"&gt;Business Data Catalog - getting started&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Open BDC MetaMan and click the drop down menu “Connect to data source”. &lt;/li&gt;    &lt;li&gt;Select “ODBC - Connection String” from the drop down menu.      &lt;br /&gt;&lt;a href="http://lightningtools.com/blog/images/lightningtools_com/blog/WindowsLiveWriter/HowtoconnectSharePointtoPostgreSQL_B5A8/2_2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Select ODBC connection string" border="0" alt="Select ODBC connection string" src="http://lightningtools.com/blog/images/lightningtools_com/blog/WindowsLiveWriter/HowtoconnectSharePointtoPostgreSQL_B5A8/2_thumb.png" width="324" height="324" /&gt;&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;We now have a textbox to enter our ODBC connection string and advanced properties. As we are using PostgreSQL so:  &lt;ul&gt;       &lt;li&gt;our connection string should be &lt;em&gt;&lt;strong&gt;Driver={PostgreSQL ANSI};server=&amp;lt;server name&amp;gt;;port=&amp;lt;port number&amp;gt;;database=&amp;lt;database name&amp;gt;;Uid=&amp;lt;user login&amp;gt;;Pwd=&amp;lt;password&amp;gt;;Trusted_Connection=yes;&lt;/strong&gt;&lt;/em&gt;  For example in our case connection string looks like &lt;strong&gt;Driver={PostgreSQL ANSI};server=cygnus;port=5432;database=postgres;Uid=postgres;Pwd=test;Trusted_Connection=yes;&lt;/strong&gt; &lt;/li&gt;        &lt;li&gt;left and right delimiter symbols should be double quote &lt;strong&gt;“&lt;/strong&gt; &lt;/li&gt;        &lt;li&gt;parameter symbol should be question mark &lt;strong&gt;?&lt;/strong&gt; &lt;/li&gt;     &lt;/ul&gt;     &lt;a href="http://lightningtools.com/blog/images/lightningtools_com/blog/WindowsLiveWriter/HowtoconnectSharePointtoPostgreSQL_B5A8/3_4.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="PostgreSQL connection string " border="0" alt="PostgreSQL connection string " src="http://lightningtools.com/blog/images/lightningtools_com/blog/WindowsLiveWriter/HowtoconnectSharePointtoPostgreSQL_B5A8/3_thumb_1.png" width="371" height="288" /&gt;&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;BDC Meta Man will now connect to your ODBC data source and display the database. Expand the database you have connected to so you can see all the tables available for you to use. All the next steps about how to display the data on SharePoint page are described in &lt;a href="http://www.lightningtools.com/bdc-meta-man/moss-business-data-catalog-getting-started.aspx"&gt;&lt;u&gt;&lt;font color="#0066cc"&gt;Business Data Catalog - getting started&lt;/font&gt;&lt;/u&gt;&lt;/a&gt; article in &lt;span style="line-height: 115%; font-family: &amp;quot;Verdana&amp;quot;, &amp;quot;sans-serif&amp;quot;; color: rgb(76,76,76); font-size: 8pt" lang="EN-US"&gt;details&lt;/span&gt;. We will walkthrough briefly.       &lt;br /&gt;&lt;a href="http://lightningtools.com/blog/images/lightningtools_com/blog/WindowsLiveWriter/HowtoconnectSharePointtoPostgreSQL_B5A8/4_2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="All PostreSQL tables available to use" border="0" alt="All PostreSQL tables available to use" src="http://lightningtools.com/blog/images/lightningtools_com/blog/WindowsLiveWriter/HowtoconnectSharePointtoPostgreSQL_B5A8/4_thumb.png" width="354" height="354" /&gt;&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;Drag and Drop one table onto Design Surface. Upon dragging and dropping the table, the entity is created with the Finder, SpecificFinder and IdEnumerator methods.      &lt;p&gt;&lt;a href="http://lightningtools.com/blog/images/lightningtools_com/blog/WindowsLiveWriter/HowtoconnectSharePointtoPostgreSQL_B5A8/5_2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Drag and Drop one table onto Design Surface" border="0" alt="Drag and Drop one table onto Design Surface" src="http://lightningtools.com/blog/images/lightningtools_com/blog/WindowsLiveWriter/HowtoconnectSharePointtoPostgreSQL_B5A8/5_thumb.png" width="504" height="504" /&gt;&lt;/a&gt;&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;Open menu item Configuration-&amp;gt;Settings in order to set the path to save our application definition file.      &lt;p&gt;&lt;a href="http://lightningtools.com/blog/images/lightningtools_com/blog/WindowsLiveWriter/HowtoconnectSharePointtoPostgreSQL_B5A8/6_4.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Set the path to save application definition file" border="0" alt="Set the path to save application definition file" src="http://lightningtools.com/blog/images/lightningtools_com/blog/WindowsLiveWriter/HowtoconnectSharePointtoPostgreSQL_B5A8/6_thumb_1.png" width="634" height="279" /&gt;&lt;/a&gt; &lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;Click “Generate” button. If everything is ok then we will see this message.      &lt;p&gt;&lt;a href="http://lightningtools.com/blog/images/lightningtools_com/blog/WindowsLiveWriter/HowtoconnectSharePointtoPostgreSQL_B5A8/7_2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Application definition file has been created" border="0" alt="Application definition file has been created" src="http://lightningtools.com/blog/images/lightningtools_com/blog/WindowsLiveWriter/HowtoconnectSharePointtoPostgreSQL_B5A8/7_thumb.png" width="445" height="201" /&gt;&lt;/a&gt;&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;Import our application definition file to SharePoint 2007, add Business Data List web part and configure it by selecting just imported Business Data catalog Entity (&lt;a href="http://www.lightningtools.com/bdc-meta-man/moss-business-data-catalog-getting-started.aspx"&gt;&lt;u&gt;&lt;font color="#0066cc"&gt;Business Data Catalog - getting started&lt;/font&gt;&lt;/u&gt;&lt;/a&gt; article describes in detail&lt;span style="line-height: 115%; font-family: &amp;quot;Verdana&amp;quot;, &amp;quot;sans-serif&amp;quot;; color: #4c4c4c; font-size: 8pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: en-us; mso-fareast-language: ru; mso-bidi-language: ar-sa" lang="EN-US"&gt; &lt;/span&gt;how to do that). Now we will be able to see PostgreSQL data on SharePoint page.       &lt;p&gt;&lt;a href="http://lightningtools.com/blog/images/lightningtools_com/blog/WindowsLiveWriter/HowtoconnectSharePointtoPostgreSQL_B5A8/8_2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="PostgreSQL data on SharePoint page" border="0" alt="PostgreSQL data on SharePoint page" src="http://lightningtools.com/blog/images/lightningtools_com/blog/WindowsLiveWriter/HowtoconnectSharePointtoPostgreSQL_B5A8/8_thumb.png" width="504" height="504" /&gt;&lt;/a&gt; &lt;/p&gt;   &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;We hope this walkthrough will be useful for you. If you have any questions feel free to email them to &lt;a href="mailto:support@lightningtools.com"&gt;&lt;u&gt;&lt;font color="#0066cc"&gt;support@lightningtools.com&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&amp;lt;dmitry/&amp;gt; &lt;/p&gt;&lt;img src="http://lightningtools.com/blog/aggbug/125.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Lightning Tools</dc:creator>
            <guid>http://lightningtools.com/blog/archive/2010/02/12/how-to-connect-sharepoint-business-data-catalog-to-postgresql.aspx</guid>
            <pubDate>Fri, 12 Feb 2010 09:18:52 GMT</pubDate>
            <wfw:comment>http://lightningtools.com/blog/comments/125.aspx</wfw:comment>
            <comments>http://lightningtools.com/blog/archive/2010/02/12/how-to-connect-sharepoint-business-data-catalog-to-postgresql.aspx#feedback</comments>
            <wfw:commentRss>http://lightningtools.com/blog/comments/commentRss/125.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Business Data Catalog &amp;ndash; writing back to ODBC</title>
            <link>http://lightningtools.com/blog/archive/2010/01/07/business-data-catalog-ndash-writing-back-to-odbc.aspx</link>
            <description>&lt;p&gt;In the latest version of BDC Meta Man – 4.0.0.7, we included the functionality to allow you to write back to ODBC data sources that you connect to via an ODBC connection string such as DB2 or MySQL. Dmitry has just written a support article that shows you the steps how to do this:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.lightningtools.com/bdc-meta-man/odbc-write-back.aspx" target="_blank"&gt;BDC Write Back for ODBC Data Sources&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;lt;&lt;a href="http://www.twitter.com/nickswan" target="_blank"&gt;nick&lt;/a&gt;/&amp;gt;&lt;/p&gt;&lt;img src="http://lightningtools.com/blog/aggbug/108.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Lightning Tools</dc:creator>
            <guid>http://lightningtools.com/blog/archive/2010/01/07/business-data-catalog-ndash-writing-back-to-odbc.aspx</guid>
            <pubDate>Thu, 07 Jan 2010 12:14:42 GMT</pubDate>
            <wfw:comment>http://lightningtools.com/blog/comments/108.aspx</wfw:comment>
            <comments>http://lightningtools.com/blog/archive/2010/01/07/business-data-catalog-ndash-writing-back-to-odbc.aspx#feedback</comments>
            <wfw:commentRss>http://lightningtools.com/blog/comments/commentRss/108.aspx</wfw:commentRss>
        </item>
        <item>
            <title>BDC Meta Man 4.0.0.7 Released Yesterday</title>
            <link>http://lightningtools.com/blog/archive/2009/12/22/bdc-meta-man-4.0.0.7-released-yesterday.aspx</link>
            <description>&lt;p&gt;Yesterday we released a new version of BDC Meta Man.   &lt;br /&gt;The previous developer license of BDC Meta Man expires on 1/1/2010, but for version 4.0.0.7 we have extended this to 1/1/2011.    &lt;br /&gt;We’ve also added a few new important features such as the ability to modify identifiers on an entity:&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.lightningtools.com/bdc-meta-man/bdc-composite-key.aspx" href="http://www.lightningtools.com/bdc-meta-man/bdc-composite-key.aspx"&gt;http://www.lightningtools.com/bdc-meta-man/bdc-composite-key.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;And the ability to copy and paste SQL queries to create BDC methods:&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.lightningtools.com/bdc-meta-man/bdc-sql-query.aspx" href="http://www.lightningtools.com/bdc-meta-man/bdc-sql-query.aspx"&gt;http://www.lightningtools.com/bdc-meta-man/bdc-sql-query.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;You can download the latest release of BDC Meta Man from it’s homepage:&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.lightningtools.com/bdc-meta-man/default.aspx" href="http://www.lightningtools.com/bdc-meta-man/default.aspx"&gt;http://www.lightningtools.com/bdc-meta-man/default.aspx&lt;/a&gt;&lt;a href="http://m1e.net/c?70043780-qTrh56xweqcjc%404895997-TaZUBCYm3sFy2"&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://lightningtools.com/blog/aggbug/105.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Lightning Tools</dc:creator>
            <guid>http://lightningtools.com/blog/archive/2009/12/22/bdc-meta-man-4.0.0.7-released-yesterday.aspx</guid>
            <pubDate>Tue, 22 Dec 2009 13:41:06 GMT</pubDate>
            <wfw:comment>http://lightningtools.com/blog/comments/105.aspx</wfw:comment>
            <comments>http://lightningtools.com/blog/archive/2009/12/22/bdc-meta-man-4.0.0.7-released-yesterday.aspx#feedback</comments>
            <wfw:commentRss>http://lightningtools.com/blog/comments/commentRss/105.aspx</wfw:commentRss>
        </item>
        <item>
            <title>BCS Meta Man Alpha Release</title>
            <link>http://lightningtools.com/blog/archive/2009/11/20/bcs-meta-man-alpha-release.aspx</link>
            <description>&lt;p&gt;We’re delighted to announce an early release of BCS Meta Man for everyone to download and try out.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lightningtools.com/blog/images/lightningtools_com/blog/WindowsLiveWriter/BCSMetaManAlphaRelease_A1E4/image_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://lightningtools.com/blog/images/lightningtools_com/blog/WindowsLiveWriter/BCSMetaManAlphaRelease_A1E4/image_thumb.png" width="244" height="196" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;You can get the release from:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.lightningtools.com/downloads/bcsmetaman-download.aspx" target="_blank"&gt;BCS Meta Man Alpha Download&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;and take a read of our &lt;a href="http://docs.lightningtools.com/display/bcsmetaman/BCS+Meta+Man+-+Getting+Started" target="_blank"&gt;Getting Started article.&lt;/a&gt;&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;With this release you can:&lt;/p&gt;  &lt;p&gt;Drag and drop SQL Server tables&lt;/p&gt;  &lt;p&gt;All BCS Model and C# code generated for you&lt;/p&gt;  &lt;p&gt;F5 package and deployment to SharePoint&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;We’re really excited to hear your feedback and ideas after trying it out! Please feel free to email us at &lt;a href="mailto:support@lightningtools.com"&gt;support@lightningtools.com&lt;/a&gt;&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;Thanks&lt;/p&gt;  &lt;p&gt;The BCS Meta Man Team.&lt;/p&gt;&lt;img src="http://lightningtools.com/blog/aggbug/93.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Lightning Tools</dc:creator>
            <guid>http://lightningtools.com/blog/archive/2009/11/20/bcs-meta-man-alpha-release.aspx</guid>
            <pubDate>Fri, 20 Nov 2009 11:31:01 GMT</pubDate>
            <wfw:comment>http://lightningtools.com/blog/comments/93.aspx</wfw:comment>
            <comments>http://lightningtools.com/blog/archive/2009/11/20/bcs-meta-man-alpha-release.aspx#feedback</comments>
            <wfw:commentRss>http://lightningtools.com/blog/comments/commentRss/93.aspx</wfw:commentRss>
        </item>
        <item>
            <title>SharePoint and SAP made easy</title>
            <link>http://lightningtools.com/blog/archive/2009/09/29/sharepoint-and-sap-made-easy.aspx</link>
            <description>&lt;p&gt;We’re always looking for new solutions to make it easier to get your data useable in SharePoint through the Business Data Catalog. SAP has always been a difficult area for us due to the deep knowledge required of the SAP platform before you can even start thinking about the BDC side of things. Previous solutions have required additional tools, web service wrappers and all kinds of other things. &lt;/p&gt;  &lt;p&gt;When Simplement came to us and said that with their solution getting SAP data into SharePoint was as easy as working with Microsoft SQL Server we were all ears! And after a demo of their solution which was put together with BDC Meta Man we were amazed at the possibilities this could bring. Making SAP available through MS SQL Server not only opens up SAP data to SharePoint, but all of your general .NET applications without developers having to learn about SAP.&lt;/p&gt;  &lt;p&gt;The best thing to do is watch a brief screencast of it in action:&lt;/p&gt;  &lt;p&gt;&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/5nbJbNHHZn8&amp;amp;hl=en&amp;amp;fs=1&amp;amp;" /&gt;&lt;param name="allowFullScreen" value="true" /&gt;&lt;param name="allowscriptaccess" value="always" /&gt;&lt;embed src="http://www.youtube.com/v/5nbJbNHHZn8&amp;amp;hl=en&amp;amp;fs=1&amp;amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;For more information check out our &lt;a href="http://www.lightningtools.com/sap/business-data-catalog.aspx" target="_blank"&gt;SAP and SharePoint&lt;/a&gt; page.&lt;/p&gt;&lt;img src="http://lightningtools.com/blog/aggbug/82.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Lightning Tools</dc:creator>
            <guid>http://lightningtools.com/blog/archive/2009/09/29/sharepoint-and-sap-made-easy.aspx</guid>
            <pubDate>Tue, 29 Sep 2009 09:21:02 GMT</pubDate>
            <wfw:comment>http://lightningtools.com/blog/comments/82.aspx</wfw:comment>
            <comments>http://lightningtools.com/blog/archive/2009/09/29/sharepoint-and-sap-made-easy.aspx#feedback</comments>
            <wfw:commentRss>http://lightningtools.com/blog/comments/commentRss/82.aspx</wfw:commentRss>
        </item>
    </channel>
</rss>
