<?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 Preassign vs. Not Preassigned Oracle Libraries in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Preassign-vs-Not-Preassigned-Oracle-Libraries/m-p/5290#M1675</link>
    <description>I have hit a real puzzler...&lt;BR /&gt;
&lt;BR /&gt;
Why does my pre-assigned Oracle library work fine BUT when I turn off just the pre-assigned option in SMC, it fails in EG 4.1?  This is 9.1.3 SP4 with the library assigned by MLE with no table metadata required.&lt;BR /&gt;
&lt;BR /&gt;
Here is the message on the failure:&lt;BR /&gt;
&lt;BR /&gt;
"The library could not be assigned by the SAS server.&lt;BR /&gt;
&lt;BR /&gt;
--------------------------------------------------------&lt;BR /&gt;
&lt;BR /&gt;
[Error] IOM call failed&lt;BR /&gt;
&lt;BR /&gt;
------------------------------ Technical Information Follows ------------------------------&lt;BR /&gt;
&lt;BR /&gt;
[SAS.EG.SDS.Model] &lt;BR /&gt;
 &lt;BR /&gt;
 &lt;EXCEPTIONS&gt;&lt;EXCEPTION&gt;&lt;SASMESSAGE severity="Error"&gt;IOM call failed&lt;/SASMESSAGE&gt;&lt;/EXCEPTION&gt;&lt;/EXCEPTIONS&gt; &lt;BR /&gt;
 &lt;BR /&gt;
 ---------------------------------------------------- &lt;BR /&gt;
 &lt;BR /&gt;
    at SAS.EG.SDS.Model.Library.Assign()&lt;BR /&gt;
   at SAS.EG.SDS.Model.Library.PopulateDatasets(Collection&amp;amp; collection)&lt;BR /&gt;
   at SAS.EG.SDS.Model.Broker.PopulateCollection(Collection collection)&lt;BR /&gt;
   at SAS.EG.SDS.Model.Collection.DoPopulate()&lt;BR /&gt;
   at SAS.EG.SDS.Model.Collection.Populate()&lt;BR /&gt;
   at SAS.EG.SDS.Views.View.DoPopulate(DisplayOperation&amp;amp; op)[Error] IOM call failed&lt;BR /&gt;
&lt;BR /&gt;
------------------------------ End of Technical Information ------------------------------&lt;BR /&gt;
"</description>
    <pubDate>Wed, 31 Oct 2007 18:04:36 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2007-10-31T18:04:36Z</dc:date>
    <item>
      <title>Preassign vs. Not Preassigned Oracle Libraries</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Preassign-vs-Not-Preassigned-Oracle-Libraries/m-p/5290#M1675</link>
      <description>I have hit a real puzzler...&lt;BR /&gt;
&lt;BR /&gt;
Why does my pre-assigned Oracle library work fine BUT when I turn off just the pre-assigned option in SMC, it fails in EG 4.1?  This is 9.1.3 SP4 with the library assigned by MLE with no table metadata required.&lt;BR /&gt;
&lt;BR /&gt;
Here is the message on the failure:&lt;BR /&gt;
&lt;BR /&gt;
"The library could not be assigned by the SAS server.&lt;BR /&gt;
&lt;BR /&gt;
--------------------------------------------------------&lt;BR /&gt;
&lt;BR /&gt;
[Error] IOM call failed&lt;BR /&gt;
&lt;BR /&gt;
------------------------------ Technical Information Follows ------------------------------&lt;BR /&gt;
&lt;BR /&gt;
[SAS.EG.SDS.Model] &lt;BR /&gt;
 &lt;BR /&gt;
 &lt;EXCEPTIONS&gt;&lt;EXCEPTION&gt;&lt;SASMESSAGE severity="Error"&gt;IOM call failed&lt;/SASMESSAGE&gt;&lt;/EXCEPTION&gt;&lt;/EXCEPTIONS&gt; &lt;BR /&gt;
 &lt;BR /&gt;
 ---------------------------------------------------- &lt;BR /&gt;
 &lt;BR /&gt;
    at SAS.EG.SDS.Model.Library.Assign()&lt;BR /&gt;
   at SAS.EG.SDS.Model.Library.PopulateDatasets(Collection&amp;amp; collection)&lt;BR /&gt;
   at SAS.EG.SDS.Model.Broker.PopulateCollection(Collection collection)&lt;BR /&gt;
   at SAS.EG.SDS.Model.Collection.DoPopulate()&lt;BR /&gt;
   at SAS.EG.SDS.Model.Collection.Populate()&lt;BR /&gt;
   at SAS.EG.SDS.Views.View.DoPopulate(DisplayOperation&amp;amp; op)[Error] IOM call failed&lt;BR /&gt;
&lt;BR /&gt;
------------------------------ End of Technical Information ------------------------------&lt;BR /&gt;
"</description>
      <pubDate>Wed, 31 Oct 2007 18:04:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Preassign-vs-Not-Preassigned-Oracle-Libraries/m-p/5290#M1675</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-10-31T18:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: Preassign vs. Not Preassigned Oracle Libraries</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Preassign-vs-Not-Preassigned-Oracle-Libraries/m-p/5291#M1676</link>
      <description>Hello Stephen,&lt;BR /&gt;
&lt;BR /&gt;
You might try a straight libname statement to see if the META engine is working at all in this case:&lt;BR /&gt;
&lt;BR /&gt;
libname ora META library="Oracle library in metadata";&lt;BR /&gt;
&lt;BR /&gt;
With pre-assigned in place, the SAS workspace might be assigning the library without using the META engine, instead using the native Oracle engine.&lt;BR /&gt;
&lt;BR /&gt;
For more information, check out: "What SAS® Administrators Should Know about Libraries, Metadata, and SAS® Enterprise Guide 4.1"&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/techsup/technote/ts788.pdf" target="_blank"&gt;http://support.sas.com/techsup/technote/ts788.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Otherwise known as "EG library behavior for Dummies" &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Thu, 01 Nov 2007 17:42:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Preassign-vs-Not-Preassigned-Oracle-Libraries/m-p/5291#M1676</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2007-11-01T17:42:28Z</dc:date>
    </item>
  </channel>
</rss>

