<?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: Admin Coaches Corner set for March 8, 2:00-3:00pm ET in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Admin-Coaches-Corner-set-for-March-8-2-00-3-00pm-ET/m-p/339390#M7831</link>
    <description>&lt;P&gt;it happens specifically on the two jobs I added the snippet from which both included a proc export. Also, it happens sometimes but enough to stop the job from completing and the user being angry. I asked the user to test the xls instead but he is tied up at the moment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks though&lt;/P&gt;</description>
    <pubDate>Wed, 08 Mar 2017 19:58:27 GMT</pubDate>
    <dc:creator>sharda</dc:creator>
    <dc:date>2017-03-08T19:58:27Z</dc:date>
    <item>
      <title>Admin Coaches Corner set for March 8, 2:00-3:00pm ET</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Admin-Coaches-Corner-set-for-March-8-2-00-3-00pm-ET/m-p/334395#M7571</link>
      <description>&lt;P&gt;Do you have a burning administration or deployment question? Need help figuring out what that error message means? Have an installation conundrum? Have a metadata, server or directory question you would ask at SAS Global Forum, if only you were attending? Well, &lt;U&gt;now is your time&lt;/U&gt;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/7354i0629853F0C2D446A/image-size/small?v=1.0&amp;amp;px=-1" border="0" alt="Coaching.png" title="Coaching.png" align="right" /&gt;&lt;/P&gt;
&lt;P&gt;SAS employees from R&amp;amp;D, product management, technical support and customer loyalty will be on hand to answer your questions in near real-time. Just sign in to communities.sas.com, head to the &lt;A href="https://communities.sas.com/t5/Administration-and-Deployment/bd-p/sas_admin" target="_blank"&gt;Administration community&lt;/A&gt; and post your question. We will be standing by to provide helpful advice, ask follow on questions, or direct you to the appropriate resources.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Remember: it’s one hour only, &lt;STRONG&gt;2:00-3:00pm ET on March 8&lt;/STRONG&gt;, for the near real-time response; but, as you know there’s always someone here to help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We’ll see you then!&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2017 17:34:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Admin-Coaches-Corner-set-for-March-8-2-00-3-00pm-ET/m-p/334395#M7571</guid>
      <dc:creator>ShelleySessoms</dc:creator>
      <dc:date>2017-02-20T17:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Admin Coaches Corner set for March 8, 2:00-3:00pm ET</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Admin-Coaches-Corner-set-for-March-8-2-00-3-00pm-ET/m-p/337091#M7691</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a pre-question for this event:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This code works great in SAS EG but when placed on the server, it kicks back this error message (in red):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;%include '/sas/shared/628562/pass.sas';&lt;/P&gt;
&lt;P&gt;libname DVM oracle user=&amp;amp;user_a password=&amp;amp;pass_a path=DVMTFPRD schema=APP_ALL;&lt;/P&gt;
&lt;P&gt;　&lt;/P&gt;
&lt;P&gt;data _null_;&lt;/P&gt;
&lt;P&gt;date1=today();&lt;/P&gt;
&lt;P&gt;call symput ('paydate',put(intnx('day',date1,-2,'end'),date11.));&lt;/P&gt;
&lt;P&gt;call symput ('busdate',put(intnx('day',date1,-1,'end'),date11.));&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;%put &amp;amp;busdate;&lt;/P&gt;
&lt;P&gt;%put &amp;amp;paydate;&lt;/P&gt;
&lt;P&gt;　&lt;/P&gt;
&lt;P&gt;proc sql;&lt;/P&gt;
&lt;P&gt;connect to oracle as oracle (user=&amp;amp;user_a password=&amp;amp;pass_a path=DVMTFPRD);&lt;/P&gt;
&lt;P&gt;create table aggregate1 as select distinct * from Connection To oracle&lt;/P&gt;
&lt;P&gt;(select&lt;/P&gt;
&lt;P&gt;a.Business_dt,&lt;/P&gt;
&lt;P&gt;a.Next_Pmt_Dt,&lt;/P&gt;
&lt;P&gt;a.sale_dt,&lt;/P&gt;
&lt;P&gt;a.service_entity_num,&lt;/P&gt;
&lt;P&gt;a.service_entity_nm,&lt;/P&gt;
&lt;P&gt;a.contract_num,&lt;/P&gt;
&lt;P&gt;a.member_num,&lt;/P&gt;
&lt;P&gt;a.fac_cd,&lt;/P&gt;
&lt;P&gt;a.suppression_cd,&lt;/P&gt;
&lt;P&gt;a.Loan_and_Credit_Life_Bal_Amt&lt;/P&gt;
&lt;P&gt;　&lt;/P&gt;
&lt;P&gt;from vh_coll_contract_hist a inner join&lt;/P&gt;
&lt;P&gt;dm_d_calendar b&lt;/P&gt;
&lt;P&gt;on a.report_category_nm = b.report_category_nm&lt;/P&gt;
&lt;P&gt;and a.business_dt = b.business_dt&lt;/P&gt;
&lt;P&gt;　&lt;/P&gt;
&lt;P&gt;where b.region_loaded_cd in ('NA','ALL')&lt;/P&gt;
&lt;P&gt;and a.report_category_nm in ('DAILY', 'SEMI-MONTHLY')&lt;/P&gt;
&lt;P&gt;and a.Next_Pmt_Dt between '15-jan-2017' and %bquote('&amp;amp;paydate.') /** We started the project on Jan 15 **/&lt;/P&gt;
&lt;P&gt;and trunc(a.business_dt) = %bquote('&amp;amp;busdate.')/** business date is yesterday **/&lt;/P&gt;
&lt;P&gt;and a.service_entity_nm in ('FAIRFIELD','TRENDWEST')&lt;/P&gt;
&lt;P&gt;and a.delete_crmast_ind = 'N'&lt;/P&gt;
&lt;P&gt;and a.suppression_cd in ('7','%','A','C','H','M','N','O','S')&lt;/P&gt;
&lt;P&gt;and a.fac_cd = 'Q'&lt;/P&gt;
&lt;P&gt;and a.loan_and_credit_life_bal_amt &amp;gt;0&lt;/P&gt;
&lt;P&gt;and a.Contract_Status_Cd = '0'&lt;/P&gt;
&lt;P&gt;);&lt;/P&gt;
&lt;P&gt;Disconnect from oracle;&lt;/P&gt;
&lt;P&gt;quit;&lt;/P&gt;
&lt;P&gt;　&lt;/P&gt;
&lt;P&gt;data aggregate2;&lt;/P&gt;
&lt;P&gt;set aggregate1;&lt;/P&gt;
&lt;P&gt;　&lt;/P&gt;
&lt;P&gt;dayslate = intck('day',datepart(next_pmt_dt),datepart(business_dt));&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;　&lt;/P&gt;
&lt;P&gt;proc sort data=aggregate2;by dayslate;run;&lt;/P&gt;
&lt;P&gt;　&lt;/P&gt;
&lt;P&gt;proc export data=aggregate2 outfile='/sas/shared/mfritz/SAS/Data/pool_code_Q/Pool_Code_Q.xlsx'&lt;/P&gt;
&lt;P&gt;dbms=xlsx replace ;&lt;/P&gt;
&lt;P&gt;sheet = "&amp;amp;busdate.";&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;　&lt;/P&gt;
&lt;P&gt;/*&lt;/P&gt;
&lt;P&gt;filename mymail email ("adminemail@abc.com")&lt;/P&gt;
&lt;P&gt;subject="Pool Code Q Project Daily file"&lt;/P&gt;
&lt;P&gt;attach=("/sas/shared/mfritz/SAS/Data/pool_code_Q/Pool_Code_Q.xlsx" content_type="application/xlsx");&lt;/P&gt;
&lt;P&gt;　&lt;/P&gt;
&lt;P&gt;data _null_;&lt;/P&gt;
&lt;P&gt;file mymail;&lt;/P&gt;
&lt;P&gt;put 'All,';&lt;/P&gt;
&lt;P&gt;put "Here is the daily file as of &amp;amp;busdate. for the Pool Code Q project. Please let me know if you have any questions on the data.";&lt;/P&gt;
&lt;P&gt;put;&lt;/P&gt;
&lt;P&gt;put 'Thank you,';&lt;/P&gt;
&lt;P&gt;put 'Max';&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;*/&lt;/P&gt;
&lt;P&gt;　&lt;/P&gt;
&lt;P&gt;filename mymail email ("firstname.lastname@abc.com" "firstname2.lastname2@abc.com" "firstname3.lastname3@abc.com"&lt;/P&gt;
&lt;P&gt;"firstname4.lastname4@abc.com" "firstname5.lastname5@abc.com" "firstname6.lastname6@abc.com" )&lt;/P&gt;
&lt;P&gt;subject="Pool Code Q Project Daily file"&lt;/P&gt;
&lt;P&gt;attach=("/sas/shared/mfritz/SAS/Data/pool_code_Q/Pool_Code_Q.xlsx" content_type="application/xlsx");&lt;/P&gt;
&lt;P&gt;　&lt;/P&gt;
&lt;P&gt;data _null_;&lt;/P&gt;
&lt;P&gt;file mymail;&lt;/P&gt;
&lt;P&gt;put 'All,';&lt;/P&gt;
&lt;P&gt;put "Here is the daily file as of &amp;amp;busdate. for the Pool Code Q project. Please let me know if you have any questions on the data.";&lt;/P&gt;
&lt;P&gt;put;&lt;/P&gt;
&lt;P&gt;put 'Thank you,';&lt;/P&gt;
&lt;P&gt;put 'Max';&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;　&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#ff0000"&gt;　&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#ff0000"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#ff0000"&gt;62 proc export data=aggregate2 outfile='/sas/shared/mfritz/SAS/Data/pool_code_Q/Pool_Code_Q.xlsx'&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#ff0000"&gt;63 dbms=xlsx replace ;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#ff0000"&gt;64 sheet = "&amp;amp;busdate.";&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#ff0000"&gt;65 run;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#ff0000"&gt;　&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#ff0000"&gt;Error creating temporary file for XLSX file -&amp;gt; /sas/shared/mfritz/SAS/Data/pool_code_Q//Pool_Code_Q.$$1 . It is either not an&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#ff0000"&gt;Excel spreadsheet or it is damaged. Error code=8000101D&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#ff0000"&gt;Requested Output File is Invalid&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#ff0000"&gt;ERROR: Export unsuccessful. See SAS Log for details.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#ff0000"&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#ff0000"&gt;NOTE: PROCEDURE EXPORT used (Total process time):&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#ff0000"&gt;real time 0.21 seconds&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#ff0000"&gt;cpu time 0.01 seconds&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#ff0000"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;Any thoughts?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;Thanks,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;Sharda&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2017 23:25:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Admin-Coaches-Corner-set-for-March-8-2-00-3-00pm-ET/m-p/337091#M7691</guid>
      <dc:creator>sharda</dc:creator>
      <dc:date>2017-03-01T23:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: Admin Coaches Corner set for March 8, 2:00-3:00pm ET</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Admin-Coaches-Corner-set-for-March-8-2-00-3-00pm-ET/m-p/337183#M7693</link>
      <description>&lt;P&gt;FYI, I have edited your post to remove the email addresses.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you say the code is "placed on the server" do you mean it is run by a SAS service account and not by your identity? It could be permissions related for how it is being executed by the service account not having access.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind Regards,&lt;/P&gt;
&lt;P&gt;Michelle&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2017 23:29:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Admin-Coaches-Corner-set-for-March-8-2-00-3-00pm-ET/m-p/337183#M7693</guid>
      <dc:creator>MichelleHomes</dc:creator>
      <dc:date>2017-03-01T23:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: Admin Coaches Corner set for March 8, 2:00-3:00pm ET</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Admin-Coaches-Corner-set-for-March-8-2-00-3-00pm-ET/m-p/339361#M7819</link>
      <description>&lt;P&gt;I have two scheduled Jobs on the Grid kicking back this error message based on the code snippets below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;61&lt;BR /&gt;62 proc export data=aggregate2 outfile='/sas/shared/mfritz/SAS/Data/pool_code_Q/Pool_Code_Q.xlsx'&lt;BR /&gt;63 dbms=xlsx replace ;&lt;BR /&gt;64 sheet = "&amp;amp;busdate.";&lt;BR /&gt;65 run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error creating temporary file for XLSX file -&amp;gt; /sas/shared/mfritz/SAS/Data/pool_code_Q//Pool_Code_Q.$$1 . It is either not an&lt;BR /&gt;Excel spreadsheet or it is damaged. Error code=8000101D&lt;BR /&gt;Requested Output File is Invalid&lt;BR /&gt;ERROR: Export unsuccessful. See SAS Log for details.&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: PROCEDURE EXPORT used (Total process time):&lt;BR /&gt;real time 0.21 seconds&lt;BR /&gt;cpu time 0.01 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-----&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;542 proc export data=both_twodays_final&lt;BR /&gt;542 ! outfile="/sas/shared/mfritz/SAS/Data/auto_pay/daily_autopay/CS_reconciliation_data/reconciliation_data_&amp;amp;yesterday5..xlsx"&lt;BR /&gt;543 dbms=xlsx replace ;&lt;BR /&gt;544 sheet = "Onbothdays_twodaysago";&lt;BR /&gt;545&lt;/P&gt;&lt;P&gt;Error creating temporary file for XLSX file -&amp;gt;&lt;BR /&gt;/sas/shared/mfritz/SAS/Data/auto_pay/daily_autopay/CS_reconciliation_data//reconciliation_data_06MAR.$$1 . It is either not an&lt;BR /&gt;Excel spreadsheet or it is damaged. Error code=8000101D&lt;BR /&gt;Requested Output File is Invalid&lt;BR /&gt;ERROR: Export unsuccessful. See SAS Log for details.&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: PROCEDURE EXPORT used (Total process time):&lt;BR /&gt;real time 0.13 seconds&lt;BR /&gt;cpu time 0.02 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What do you think is the issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Sharda&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 19:13:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Admin-Coaches-Corner-set-for-March-8-2-00-3-00pm-ET/m-p/339361#M7819</guid>
      <dc:creator>sharda</dc:creator>
      <dc:date>2017-03-08T19:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: Admin Coaches Corner set for March 8, 2:00-3:00pm ET</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Admin-Coaches-Corner-set-for-March-8-2-00-3-00pm-ET/m-p/339363#M7820</link>
      <description>&lt;P&gt;Thank you for editing the email addresses...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code is placed on the grid server as a scheduled job.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Sharda&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 19:14:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Admin-Coaches-Corner-set-for-March-8-2-00-3-00pm-ET/m-p/339363#M7820</guid>
      <dc:creator>sharda</dc:creator>
      <dc:date>2017-03-08T19:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Admin Coaches Corner set for March 8, 2:00-3:00pm ET</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Admin-Coaches-Corner-set-for-March-8-2-00-3-00pm-ET/m-p/339368#M7822</link>
      <description>&lt;P&gt;I would verify that you have available disk space in the outfile location you're specifying. &amp;nbsp;You could also try redirecting to a different output location (with available space). &amp;nbsp;If these don't help, I believe you're best served taking this one to Tech Support.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 19:22:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Admin-Coaches-Corner-set-for-March-8-2-00-3-00pm-ET/m-p/339368#M7822</guid>
      <dc:creator>Mark_sas</dc:creator>
      <dc:date>2017-03-08T19:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: Admin Coaches Corner set for March 8, 2:00-3:00pm ET</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Admin-Coaches-Corner-set-for-March-8-2-00-3-00pm-ET/m-p/339370#M7823</link>
      <description>&lt;P&gt;My first thought is to agree with Michelle, because I always suspect permission first.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since you mention Grid, though, the other thing that comes to mind is a problem relating to shared file system:&lt;/P&gt;
&lt;P&gt;1. Could jobs on different nodes be trying to access this file for update, and not being serialized correctly?&lt;/P&gt;
&lt;P&gt;2. Could things be set up wrong, and this directory being incorrectly accessed for update by multiple grid nodes?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I will confess, I'm really spitballing here. It just seems like such an odd error if it's working correctly in EG.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 19:26:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Admin-Coaches-Corner-set-for-March-8-2-00-3-00pm-ET/m-p/339370#M7823</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2017-03-08T19:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: Admin Coaches Corner set for March 8, 2:00-3:00pm ET</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Admin-Coaches-Corner-set-for-March-8-2-00-3-00pm-ET/m-p/339371#M7824</link>
      <description>&lt;P&gt;Thank you all but I have confirmation that the service account has permission to that shared drive...&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 19:28:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Admin-Coaches-Corner-set-for-March-8-2-00-3-00pm-ET/m-p/339371#M7824</guid>
      <dc:creator>sharda</dc:creator>
      <dc:date>2017-03-08T19:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Admin Coaches Corner set for March 8, 2:00-3:00pm ET</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Admin-Coaches-Corner-set-for-March-8-2-00-3-00pm-ET/m-p/339373#M7825</link>
      <description>&lt;P&gt;TomKari - what do you mean by your first point (specifically not being serialized)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 19:29:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Admin-Coaches-Corner-set-for-March-8-2-00-3-00pm-ET/m-p/339373#M7825</guid>
      <dc:creator>sharda</dc:creator>
      <dc:date>2017-03-08T19:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Admin Coaches Corner set for March 8, 2:00-3:00pm ET</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Admin-Coaches-Corner-set-for-March-8-2-00-3-00pm-ET/m-p/339374#M7826</link>
      <description>&lt;P&gt;I'm probably using the terminology wrong, because I'm far from an expert.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But the job of the shared file server is to make sure that any disk resource (a directory name, a file name, a piece of physical disk) is created / updated by only one job, user, whatever.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If one job was busily writing the temporary file that's the source of an error message, and then another job was able to get a hold of the same resource for update, and make some changes, the first job would think that the file was corrupted. What should happen is the second job should be told that the resource is locked for update by another job.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As I say, spitballing.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 19:34:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Admin-Coaches-Corner-set-for-March-8-2-00-3-00pm-ET/m-p/339374#M7826</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2017-03-08T19:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Admin Coaches Corner set for March 8, 2:00-3:00pm ET</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Admin-Coaches-Corner-set-for-March-8-2-00-3-00pm-ET/m-p/339375#M7827</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/37150"&gt;@sharda&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have some questions:&lt;/P&gt;
&lt;P&gt;- does it happen only on some jobs?&lt;/P&gt;
&lt;P&gt;- does it happen &amp;nbsp;with all the jobs that include a proc export?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- on the jobs that it happens: does it happens always you run them, or only sometimes?&lt;/P&gt;
&lt;P&gt;- what happens if you select xls intead of xlsx?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 19:35:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Admin-Coaches-Corner-set-for-March-8-2-00-3-00pm-ET/m-p/339375#M7827</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2017-03-08T19:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Admin Coaches Corner set for March 8, 2:00-3:00pm ET</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Admin-Coaches-Corner-set-for-March-8-2-00-3-00pm-ET/m-p/339377#M7828</link>
      <description>&lt;P&gt;I should have added: If it works in EG in a non-grid environment, it leads me to wonder what's different in grid? And the shared file system is a very large elephant in the room.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another thought. Can you run a test that works in the EG environment, and then run EXACTLY THE SAME TEST, same code, same data, same everything, on ONLY ONE GRID NODE? It would be interesting to see if it fails with the same message.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 19:37:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Admin-Coaches-Corner-set-for-March-8-2-00-3-00pm-ET/m-p/339377#M7828</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2017-03-08T19:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Admin Coaches Corner set for March 8, 2:00-3:00pm ET</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Admin-Coaches-Corner-set-for-March-8-2-00-3-00pm-ET/m-p/339386#M7829</link>
      <description>&lt;P&gt;Since we have only a production environment, i would need to wait until I can test this during our next outage but thanks for the suggestion.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 19:55:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Admin-Coaches-Corner-set-for-March-8-2-00-3-00pm-ET/m-p/339386#M7829</guid>
      <dc:creator>sharda</dc:creator>
      <dc:date>2017-03-08T19:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: Admin Coaches Corner set for March 8, 2:00-3:00pm ET</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Admin-Coaches-Corner-set-for-March-8-2-00-3-00pm-ET/m-p/339390#M7831</link>
      <description>&lt;P&gt;it happens specifically on the two jobs I added the snippet from which both included a proc export. Also, it happens sometimes but enough to stop the job from completing and the user being angry. I asked the user to test the xls instead but he is tied up at the moment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks though&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 19:58:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Admin-Coaches-Corner-set-for-March-8-2-00-3-00pm-ET/m-p/339390#M7831</guid>
      <dc:creator>sharda</dc:creator>
      <dc:date>2017-03-08T19:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: Admin Coaches Corner set for March 8, 2:00-3:00pm ET</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Admin-Coaches-Corner-set-for-March-8-2-00-3-00pm-ET/m-p/339399#M7833</link>
      <description>&lt;P&gt;Ok, I see.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have seen previosly similar kind or errors. The most common are related to:&lt;/P&gt;
&lt;P&gt;- too large amount of rows on the exported excel&lt;/P&gt;
&lt;P&gt;- incorrect template used&lt;/P&gt;
&lt;P&gt;- some kind of problem on the storage, generally on shared storages, very common on Grid environments. On the direction of what&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15142"&gt;@TomKari&lt;/a&gt;&amp;nbsp;rightly indicated&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The first 2 cases are easier to solve, but the last one usually requires intervention from SAS Consultancy services ot SAS Technical Support, because requires hands on investigation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let;s wait for the test done by your user. Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 20:03:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Admin-Coaches-Corner-set-for-March-8-2-00-3-00pm-ET/m-p/339399#M7833</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2017-03-08T20:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Admin Coaches Corner set for March 8, 2:00-3:00pm ET</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Admin-Coaches-Corner-set-for-March-8-2-00-3-00pm-ET/m-p/339400#M7834</link>
      <description>&lt;P&gt;If it succeeds sometimes, and fails sometimes, with the same user, I don't see how it could relate to permissions unless that user has more than one credential.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 20:03:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Admin-Coaches-Corner-set-for-March-8-2-00-3-00pm-ET/m-p/339400#M7834</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2017-03-08T20:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Admin Coaches Corner set for March 8, 2:00-3:00pm ET</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Admin-Coaches-Corner-set-for-March-8-2-00-3-00pm-ET/m-p/339401#M7835</link>
      <description>&lt;P&gt;In case that it succeds sometimes and sometimes fails... I agree with you. It might be more related to the GRID node where it is being executed. It might be interesting to know if there is such a pattern.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 20:05:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Admin-Coaches-Corner-set-for-March-8-2-00-3-00pm-ET/m-p/339401#M7835</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2017-03-08T20:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: Admin Coaches Corner set for March 8, 2:00-3:00pm ET</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Admin-Coaches-Corner-set-for-March-8-2-00-3-00pm-ET/m-p/339403#M7836</link>
      <description>&lt;P&gt;I really like that idea from &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/35204"&gt;@JuanS_OCS&lt;/a&gt;&amp;nbsp;about the problem being a very large spreadsheet. That one should be quick to confirm or eliminate.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 20:07:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Admin-Coaches-Corner-set-for-March-8-2-00-3-00pm-ET/m-p/339403#M7836</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2017-03-08T20:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: Admin Coaches Corner set for March 8, 2:00-3:00pm ET</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Admin-Coaches-Corner-set-for-March-8-2-00-3-00pm-ET/m-p/339408#M7838</link>
      <description>&lt;P&gt;Thank you all&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 20:07:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Admin-Coaches-Corner-set-for-March-8-2-00-3-00pm-ET/m-p/339408#M7838</guid>
      <dc:creator>sharda</dc:creator>
      <dc:date>2017-03-08T20:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: Admin Coaches Corner set for March 8, 2:00-3:00pm ET</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Admin-Coaches-Corner-set-for-March-8-2-00-3-00pm-ET/m-p/339411#M7840</link>
      <description>&lt;P&gt;How can I help put you guys mind at ease? What test should I do?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 20:08:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Admin-Coaches-Corner-set-for-March-8-2-00-3-00pm-ET/m-p/339411#M7840</guid>
      <dc:creator>sharda</dc:creator>
      <dc:date>2017-03-08T20:08:51Z</dc:date>
    </item>
  </channel>
</rss>

