<?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: Schedule Data Job in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Schedule-Data-Job/m-p/469605#M14684</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/12447"&gt;@Patrick&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When running out of DIS I refer to run the Data Job via the Schedule Manager in the Console. I assume that I do have the privileges, as when I run the Data Job in DIS the update in Oracle it performs as expected.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Jun 2018 12:48:36 GMT</pubDate>
    <dc:creator>mchiappe83</dc:creator>
    <dc:date>2018-06-12T12:48:36Z</dc:date>
    <item>
      <title>Schedule Data Job</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Schedule-Data-Job/m-p/468773#M14664</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to schedule a Data Job that ends updating an Oracle table. I could obtain a Data Job in SAS DI that, when run manually, updates that table. My trials, until now, couldn't attain that objective.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd appreaciate a lot your guidance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Martín&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jun 2018 16:20:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Schedule-Data-Job/m-p/468773#M14664</guid>
      <dc:creator>mchiappe83</dc:creator>
      <dc:date>2018-06-08T16:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Schedule Data Job</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Schedule-Data-Job/m-p/468907#M14669</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/205100"&gt;@mchiappe83&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;If I understand you right then you've got already a working job in DIS and it's now only about how to deploy and schedule a DIS job?&lt;/P&gt;
&lt;P&gt;Is that correct? Have you ever scheduled DIS jobs?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Jun 2018 03:22:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Schedule-Data-Job/m-p/468907#M14669</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2018-06-09T03:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: Schedule Data Job</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Schedule-Data-Job/m-p/469218#M14671</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/12447"&gt;@Patrick&lt;/a&gt;&amp;nbsp;Hi Patrick, I have scheduled Data Jobs and I could run the Data Job in DIS. When I run the Data Job in DIS, it performs as expected (reading the source and writing in the destination -an oracle table-). But when scheduled in the console, no writing in the destination occurs. Please confirm if I'm being clear and if you'd need further infor to guide me.&lt;/P&gt;&lt;P&gt;Thanks a lot for your time. Very much appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Martín&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jun 2018 13:15:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Schedule-Data-Job/m-p/469218#M14671</guid>
      <dc:creator>mchiappe83</dc:creator>
      <dc:date>2018-06-11T13:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: Schedule Data Job</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Schedule-Data-Job/m-p/469516#M14680</link>
      <description>Have you looked in the log?&lt;BR /&gt;Also, are you using the same user in both scenarios?</description>
      <pubDate>Tue, 12 Jun 2018 06:12:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Schedule-Data-Job/m-p/469516#M14680</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2018-06-12T06:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Schedule Data Job</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Schedule-Data-Job/m-p/469541#M14681</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/205100"&gt;@mchiappe83&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;I can't add more than what&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13674"&gt;@LinusH&lt;/a&gt; wrote.&lt;/P&gt;
&lt;P&gt;DIS generates SAS code, your Date Job is in Data Flux, and there is a DIS transformation which allows you to call a Data Flux job out of SAS - so SAS is the wrapper for your Data Flux job.&lt;/P&gt;
&lt;P&gt;I assume that running out of DIS means you run that using the DIS client - so it's going to use the user with which you have connected to DIS.&lt;/P&gt;
&lt;P&gt;Now you use DIS and deploy your jobs. That creates .sas files (with exactly the same code than what gets executed out of DIS) and a scheduling object. I assume you then use this scheduling object to build a flow which your run via scheduler. Such jobs are run in batch and will use the batch user defined.&lt;/P&gt;
&lt;P&gt;If this batch user doesn't have the right privileges - i.e. to access Oracle - then things will fall over. If they do then you'll see this in the log of your batch job. So that's your first place to investigate what's not working.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jun 2018 09:10:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Schedule-Data-Job/m-p/469541#M14681</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2018-06-12T09:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Schedule Data Job</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Schedule-Data-Job/m-p/469583#M14683</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13674"&gt;@LinusH&lt;/a&gt;&amp;nbsp;There is no such thing as a log, as the process ends without any output.&lt;BR /&gt;Yes, I'm using the same user in both scenarios.&lt;BR /&gt;Many thanks&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jun 2018 12:33:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Schedule-Data-Job/m-p/469583#M14683</guid>
      <dc:creator>mchiappe83</dc:creator>
      <dc:date>2018-06-12T12:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Schedule Data Job</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Schedule-Data-Job/m-p/469605#M14684</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/12447"&gt;@Patrick&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When running out of DIS I refer to run the Data Job via the Schedule Manager in the Console. I assume that I do have the privileges, as when I run the Data Job in DIS the update in Oracle it performs as expected.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jun 2018 12:48:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Schedule-Data-Job/m-p/469605#M14684</guid>
      <dc:creator>mchiappe83</dc:creator>
      <dc:date>2018-06-12T12:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: Schedule Data Job</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Schedule-Data-Job/m-p/470143#M14689</link>
      <description>&lt;P&gt;Thanks everyone for your support. The solution was to reset the DIS security to its original&amp;nbsp;configuration.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jun 2018 23:20:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Schedule-Data-Job/m-p/470143#M14689</guid>
      <dc:creator>mchiappe83</dc:creator>
      <dc:date>2018-06-13T23:20:55Z</dc:date>
    </item>
  </channel>
</rss>

