<?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 Re: Weird behavior of Management Console in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Weird-behavior-of-Management-Console/m-p/50900#M13908</link>
    <description>Hi:&lt;BR /&gt;
  This is probably a question for Tech Support. You should be able to register a library and import tables using SAS Management Console. Although your code solution works, what's happening may signal some configuration problem that should not go unchecked.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
    <pubDate>Wed, 01 Oct 2008 13:34:07 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2008-10-01T13:34:07Z</dc:date>
    <item>
      <title>Weird behavior of Management Console</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Weird-behavior-of-Management-Console/m-p/50899#M13907</link>
      <description>Hi to all,&lt;BR /&gt;
I've witnessed this weird behavior with the Management Console, and I'd like to understand what can cause it:&lt;BR /&gt;
I've wrote the metadata for a SAS Library, but when I try to import the tables through Management Console it just freeze, like it's blocked...I've tried to give to the user all the possible rights, without any result.&lt;BR /&gt;
However, I've been able to create and update the metadata with this code:&lt;BR /&gt;
&lt;BR /&gt;
options metaserver="xxxxx"&lt;BR /&gt;
		metaport=xxxx&lt;BR /&gt;
		metauser="xxxxx"&lt;BR /&gt;
		metapass="xxxxx"&lt;BR /&gt;
		metaprotocol="Bridge"&lt;BR /&gt;
		metarepository="Foundation"; &lt;BR /&gt;
&lt;BR /&gt;
	libname DPEFdest meta library="DPEF Destination" metaout=data repname="Foundation";&lt;BR /&gt;
&lt;BR /&gt;
libname _temp meta repname="Foundation" library="DPEF Destination"&lt;BR /&gt;
	metaout=data;&lt;BR /&gt;
&lt;BR /&gt;
	proc metalib;&lt;BR /&gt;
		omr (library="DPEF Destination"&lt;BR /&gt;
		metarepository="Foundation");&lt;BR /&gt;
		update_rule=(delete);&lt;BR /&gt;
		report;&lt;BR /&gt;
	run;&lt;BR /&gt;
&lt;BR /&gt;
	libname _temp clear;&lt;BR /&gt;
&lt;BR /&gt;
By running this code, I can then access to the metadata of my dataset, and use it as I want...&lt;BR /&gt;
Any idea?</description>
      <pubDate>Wed, 01 Oct 2008 10:15:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Weird-behavior-of-Management-Console/m-p/50899#M13907</guid>
      <dc:creator>DanieleTiles</dc:creator>
      <dc:date>2008-10-01T10:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Weird behavior of Management Console</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Weird-behavior-of-Management-Console/m-p/50900#M13908</link>
      <description>Hi:&lt;BR /&gt;
  This is probably a question for Tech Support. You should be able to register a library and import tables using SAS Management Console. Although your code solution works, what's happening may signal some configuration problem that should not go unchecked.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Wed, 01 Oct 2008 13:34:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Weird-behavior-of-Management-Console/m-p/50900#M13908</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2008-10-01T13:34:07Z</dc:date>
    </item>
  </channel>
</rss>

