<?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: cannot sync up metadata with physical library in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/cannot-sync-up-metadata-with-physical-library/m-p/884860#M43316</link>
    <description>&lt;P&gt;sasadm@saspw is an internal user which exists only in SAS metadata. You can not start a workspace server with it or run any oher type of SAS session, as it is not known to the operating system (which is necessary to run any process).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 14 Jul 2023 18:51:03 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2023-07-14T18:51:03Z</dc:date>
    <item>
      <title>cannot sync up metadata with physical library</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/cannot-sync-up-metadata-with-physical-library/m-p/884852#M43315</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use Enterprise Guide with user &lt;A href="mailto:sasadm@saspw," target="_blank"&gt;sasadm@saspw&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc metalib;&lt;BR /&gt;omr (library="sasdbetlLIB");&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;ERROR: The user does not have permission to perform this action.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="haibh_0-1689359094225.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/85779i97115C0D95D9FF39/image-size/medium?v=v2&amp;amp;px=400" role="button" title="haibh_0-1689359094225.png" alt="haibh_0-1689359094225.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Detail logs:&lt;/P&gt;&lt;P&gt;1 The SAS System 01:23 Saturday, July 15, 2023&lt;/P&gt;&lt;P&gt;1 ;*';*";*/;quit;run;&lt;BR /&gt;2 OPTIONS PAGENO=MIN;&lt;BR /&gt;3 %LET _CLIENTTASKLABEL='Program 1';&lt;BR /&gt;4 %LET _CLIENTPROCESSFLOWNAME='Process Flow';&lt;BR /&gt;5 %LET _CLIENTPROJECTPATH='/home/main-sas/Project.egp';&lt;BR /&gt;6 %LET _CLIENTPROJECTPATHHOST='dc-sas-app';&lt;BR /&gt;7 %LET _CLIENTPROJECTNAME='Project.egp';&lt;BR /&gt;8 %LET _SASPROGRAMFILE='';&lt;BR /&gt;9 %LET _SASPROGRAMFILEHOST='';&lt;BR /&gt;10&lt;BR /&gt;11 ODS _ALL_ CLOSE;&lt;BR /&gt;12 OPTIONS DEV=SVG;&lt;BR /&gt;13 GOPTIONS XPIXELS=0 YPIXELS=0;&lt;BR /&gt;14 %macro HTML5AccessibleGraphSupported;&lt;BR /&gt;15 %if %_SAS_VERCOMP_FV(9,4,4, 0,0,0) &amp;gt;= 0 %then ACCESSIBLE_GRAPH;&lt;BR /&gt;16 %mend;&lt;BR /&gt;17 FILENAME EGHTML TEMP;&lt;BR /&gt;18 ODS HTML5(ID=EGHTML) FILE=EGHTML&lt;BR /&gt;19 OPTIONS(BITMAP_MODE='INLINE')&lt;BR /&gt;20 %HTML5AccessibleGraphSupported&lt;BR /&gt;21 ENCODING='utf-8'&lt;BR /&gt;22 STYLE=HTMLBlue&lt;BR /&gt;23 NOGTITLE&lt;BR /&gt;24 NOGFOOTNOTE&lt;BR /&gt;25 GPATH=&amp;amp;sasworklocation&lt;BR /&gt;26 ;&lt;BR /&gt;NOTE: Writing HTML5(EGHTML) Body file: EGHTML&lt;BR /&gt;27&lt;BR /&gt;28 /* sync up metadata with physical library */&lt;BR /&gt;29 /* requires Create permissions for the library */&lt;BR /&gt;30 /*libname _temp meta library="sasdbetlLIB" metaout=data;*/&lt;BR /&gt;31 /*proc metalib;&lt;BR /&gt;32 /*omr (library="sasdbetlLIB");*/&lt;BR /&gt;33 /*update_rule=(delete);*/&lt;BR /&gt;34 /*select(NEWDATA);*/&lt;BR /&gt;35 /*report;*/&lt;BR /&gt;36 /*run;*/&lt;BR /&gt;37 /*libname _temp clear;*/&lt;BR /&gt;38 proc metalib;&lt;BR /&gt;39 omr (library="sasdbetlLIB");&lt;BR /&gt;40 run;&lt;/P&gt;&lt;P&gt;ERROR: The user does not have permission to perform this action.&lt;BR /&gt;NOTE: A total of 1 tables were analyzed for library "sasdbetlLIB".&lt;BR /&gt;NOTE: Metadata for 0 tables was updated.&lt;BR /&gt;NOTE: Metadata for 0 tables was added.&lt;BR /&gt;NOTE: Metadata for 1 tables matched the data sources.&lt;BR /&gt;NOTE: 0 other tables were not processed due to error or UPDATE_RULE.&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: PROCEDURE METALIB used (Total process time):&lt;BR /&gt;real time 0.45 seconds&lt;BR /&gt;cpu time 0.12 seconds&lt;BR /&gt;&lt;BR /&gt;41&lt;BR /&gt;42 %LET _CLIENTTASKLABEL=;&lt;BR /&gt;43 %LET _CLIENTPROCESSFLOWNAME=;&lt;BR /&gt;44 %LET _CLIENTPROJECTPATH=;&lt;BR /&gt;45 %LET _CLIENTPROJECTPATHHOST=;&lt;BR /&gt;2 The SAS System 01:23 Saturday, July 15, 2023&lt;/P&gt;&lt;P&gt;46 %LET _CLIENTPROJECTNAME=;&lt;BR /&gt;47 %LET _SASPROGRAMFILE=;&lt;BR /&gt;48 %LET _SASPROGRAMFILEHOST=;&lt;BR /&gt;49&lt;BR /&gt;50 ;*';*";*/;quit;run;&lt;BR /&gt;51 ODS _ALL_ CLOSE;&lt;BR /&gt;52&lt;BR /&gt;53&lt;BR /&gt;54 QUIT; RUN;&lt;BR /&gt;55&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2023 18:25:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/cannot-sync-up-metadata-with-physical-library/m-p/884852#M43315</guid>
      <dc:creator>haibh</dc:creator>
      <dc:date>2023-07-14T18:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: cannot sync up metadata with physical library</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/cannot-sync-up-metadata-with-physical-library/m-p/884860#M43316</link>
      <description>&lt;P&gt;sasadm@saspw is an internal user which exists only in SAS metadata. You can not start a workspace server with it or run any oher type of SAS session, as it is not known to the operating system (which is necessary to run any process).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2023 18:51:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/cannot-sync-up-metadata-with-physical-library/m-p/884860#M43316</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2023-07-14T18:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: cannot sync up metadata with physical library</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/cannot-sync-up-metadata-with-physical-library/m-p/886215#M43348</link>
      <description>&lt;P&gt;I think you are facing the Error because of internal&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="mailto:sasadm@saspw," target="_blank" rel="nofollow noopener noreferrer"&gt;sasadm@saspw&lt;/A&gt;&amp;nbsp;account. Try using an external account with proper SAS admin permission.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 11:37:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/cannot-sync-up-metadata-with-physical-library/m-p/886215#M43348</guid>
      <dc:creator>SAYAN009</dc:creator>
      <dc:date>2023-07-25T11:37:09Z</dc:date>
    </item>
  </channel>
</rss>

