<?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>topic Build a library with base sas coding and then register it to meta server in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Build-a-library-with-base-sas-coding-and-then-register-it-to/m-p/58707#M554</link>
    <description>Good Evening all,&lt;BR /&gt;
We have an interesting issue.&lt;BR /&gt;
We are using Access to OLEDB and want to use BulkLoad capabilities and we want to use windows authentication..&lt;BR /&gt;
However when defining library in Metadata Server using Management Console it always fails because you cant use BULKLOAD and OLEDB Services.&lt;BR /&gt;
We have been able to build the library using OLEDB engine with BULKLOAD and windows authentication using good old base SAS code techniques&lt;BR /&gt;
Now we want to register it with Metadata server since management console cant create it, How is that performed?  Is there a better way?&lt;BR /&gt;
Thanks</description>
    <pubDate>Wed, 27 Apr 2011 22:24:25 GMT</pubDate>
    <dc:creator>JPSASMAN</dc:creator>
    <dc:date>2011-04-27T22:24:25Z</dc:date>
    <item>
      <title>Build a library with base sas coding and then register it to meta server</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Build-a-library-with-base-sas-coding-and-then-register-it-to/m-p/58707#M554</link>
      <description>Good Evening all,&lt;BR /&gt;
We have an interesting issue.&lt;BR /&gt;
We are using Access to OLEDB and want to use BulkLoad capabilities and we want to use windows authentication..&lt;BR /&gt;
However when defining library in Metadata Server using Management Console it always fails because you cant use BULKLOAD and OLEDB Services.&lt;BR /&gt;
We have been able to build the library using OLEDB engine with BULKLOAD and windows authentication using good old base SAS code techniques&lt;BR /&gt;
Now we want to register it with Metadata server since management console cant create it, How is that performed?  Is there a better way?&lt;BR /&gt;
Thanks</description>
      <pubDate>Wed, 27 Apr 2011 22:24:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Build-a-library-with-base-sas-coding-and-then-register-it-to/m-p/58707#M554</guid>
      <dc:creator>JPSASMAN</dc:creator>
      <dc:date>2011-04-27T22:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: Build a library with base sas coding and then register it to meta server</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Build-a-library-with-base-sas-coding-and-then-register-it-to/m-p/58708#M555</link>
      <description>Hi,&lt;BR /&gt;
I'm not aware of any limitations to bulkload and OLEDB. Can you be more specific about "because you cant use BULKLOAD and OLEDB Services". &lt;BR /&gt;
Any error messages?&lt;BR /&gt;
&lt;BR /&gt;
/Linus</description>
      <pubDate>Thu, 28 Apr 2011 06:24:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Build-a-library-with-base-sas-coding-and-then-register-it-to/m-p/58708#M555</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2011-04-28T06:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Build a library with base sas coding and then register it to meta server</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Build-a-library-with-base-sas-coding-and-then-register-it-to/m-p/58709#M556</link>
      <description>There are limitations as indicated in the documentation.&lt;BR /&gt;
It specifically indicates that BULKLOAD is not supported thru OLEDB Services.  However if you direct connect to the data source with provider and information BULKLOAD will work, which we have been able to do using base sas coding using Enteprise Guide.    THe problem that we have encountered is that when you use Management Console to create the libref defintion despite multiple configurations on properties tabs SAS OLEDB Services are deployed and we cant find a way to perform the direct connection required to enable BULKLOAD:</description>
      <pubDate>Thu, 28 Apr 2011 14:30:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Build-a-library-with-base-sas-coding-and-then-register-it-to/m-p/58709#M556</guid>
      <dc:creator>JPSASMAN</dc:creator>
      <dc:date>2011-04-28T14:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: Build a library with base sas coding and then register it to meta server</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Build-a-library-with-base-sas-coding-and-then-register-it-to/m-p/58710#M557</link>
      <description>Does the "Connecting to Common Data Sources" chapter in the Data Administration Guide have a topic that matches your situation? &lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/bidsag/61236/HTML/default/a003112367.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/bidsag/61236/HTML/default/a003112367.htm&lt;/A&gt;</description>
      <pubDate>Thu, 28 Apr 2011 15:19:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Build-a-library-with-base-sas-coding-and-then-register-it-to/m-p/58710#M557</guid>
      <dc:creator>DaveR_SAS</dc:creator>
      <dc:date>2011-04-28T15:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: Build a library with base sas coding and then register it to meta server</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Build-a-library-with-base-sas-coding-and-then-register-it-to/m-p/58711#M558</link>
      <description>No.&lt;BR /&gt;
What we are truly trying to do is establish a libref using sas management console to a SQLServer 2008 database where the bulkload option is enabled.  &lt;BR /&gt;
If order for this to work we need to somehow have sas managment console create a direct connections through the provider to the SQLServer database and not via OLEDB Services.</description>
      <pubDate>Thu, 28 Apr 2011 16:08:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Build-a-library-with-base-sas-coding-and-then-register-it-to/m-p/58711#M558</guid>
      <dc:creator>JPSASMAN</dc:creator>
      <dc:date>2011-04-28T16:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Build a library with base sas coding and then register it to meta server</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Build-a-library-with-base-sas-coding-and-then-register-it-to/m-p/58712#M559</link>
      <description>One option is to use the generic library template.  In this library, you can type in your own libname statement.  It still gets registered in metadata as a library, but the syntax is entirely user written.</description>
      <pubDate>Wed, 04 May 2011 16:50:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Build-a-library-with-base-sas-coding-and-then-register-it-to/m-p/58712#M559</guid>
      <dc:creator>nar_sas</dc:creator>
      <dc:date>2011-05-04T16:50:57Z</dc:date>
    </item>
  </channel>
</rss>

