<?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: How Do I submit job execution with postman in Developers</title>
    <link>https://communities.sas.com/t5/Developers/How-Do-I-submit-job-execution-with-postman/m-p/844164#M6216</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/214450"&gt;@joeFurbee&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks! Yes, I tried to run with cURL but the error is the same.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here you are what you have asked (I removed&lt;SPAN&gt;&amp;nbsp;the sensitive data&lt;/SPAN&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;curl --location --request POST 'myserver/jobExecution/jobs' \
--header 'Authorization: Bearer 123456789' \
--header 'Content-Type: application/json' \
--data-raw '{
  "name": "Hello World Execution",
  "description": "Execution of the job we previously created",
  "jobDefinitionUri": "/jobDefinitions/definitions/111111-222222-3333333-5555555"
}'&lt;/PRE&gt;&lt;P&gt;I really don't understand why from postman job doesn't run &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;</description>
    <pubDate>Mon, 14 Nov 2022 16:52:53 GMT</pubDate>
    <dc:creator>MatteBalda981</dc:creator>
    <dc:date>2022-11-14T16:52:53Z</dc:date>
    <item>
      <title>How Do I submit job execution with postman</title>
      <link>https://communities.sas.com/t5/Developers/How-Do-I-submit-job-execution-with-postman/m-p/843741#M6212</link>
      <description>&lt;P class="lia-align-left"&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need your help. I created with SAS Studio a &lt;STRONG&gt;job execution code&lt;/STRONG&gt; and it runs correctly when I launch it from&amp;nbsp;&lt;A href="https://myserver/SASJobExecution/..." target="_blank" rel="noopener"&gt;https://myserver/SASJobExecution/...&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;The submit link runs whenever I call the job in the open website but every time I use postman to launch the code with the defition url (taken from the job I created) it doesn't work. I have all the tokens that the request needs and I receive a 201 positive response but when I try to get the state it returns always failed.&lt;/P&gt;&lt;P&gt;The error is this:&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-center" image-alt="prova.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/77197iF96582660A7F07BF/image-size/large?v=v2&amp;amp;px=999" role="button" title="prova.png" alt="prova.png" /&gt;&lt;/span&gt;&lt;SPAN&gt;Can someone help me please?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Maybe some parameters from management environment are set wrong?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/214450"&gt;@joeFurbee&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2022 11:46:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/How-Do-I-submit-job-execution-with-postman/m-p/843741#M6212</guid>
      <dc:creator>MatteBalda981</dc:creator>
      <dc:date>2022-11-11T11:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: How Do I submit job execution with postman</title>
      <link>https://communities.sas.com/t5/Developers/How-Do-I-submit-job-execution-with-postman/m-p/843781#M6213</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/436998"&gt;@MatteBalda981&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/sassoftware/rest-api-use-cases/tree/main/postman/job-execution" target="_self"&gt;Here is a link&lt;/A&gt; to a postman collection in our SAS Viya REST API end-to-end repository. I've linked the Postman specific use case for JobExecution. Can you compare the call I have there vs what you have in Postman?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The call I have for the job execution in the collection is:&lt;/P&gt;
&lt;PRE&gt;{{sasserver}}/jobExecution/jobs&lt;/PRE&gt;
&lt;P&gt;as defined in &lt;A href="https://developer.sas.com/apis/rest/Compute/#submit-a-job-request" target="_self"&gt;our API doc&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I assume you're using the same token in both cases (Studio vs Postman), or are you creating the token used for the Postman calls in Postman?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2022 13:29:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/How-Do-I-submit-job-execution-with-postman/m-p/843781#M6213</guid>
      <dc:creator>joeFurbee</dc:creator>
      <dc:date>2022-11-11T13:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: How Do I submit job execution with postman</title>
      <link>https://communities.sas.com/t5/Developers/How-Do-I-submit-job-execution-with-postman/m-p/843795#M6214</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/214450"&gt;@joeFurbee&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your support.&amp;nbsp;I'm using the same call available in your postman collection and the bearer token is the same in Studio and postman.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any additional setting (e.g. _contextName) that could impact on the procedure?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you again&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2022 14:19:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/How-Do-I-submit-job-execution-with-postman/m-p/843795#M6214</guid>
      <dc:creator>MatteBalda981</dc:creator>
      <dc:date>2022-11-11T14:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: How Do I submit job execution with postman</title>
      <link>https://communities.sas.com/t5/Developers/How-Do-I-submit-job-execution-with-postman/m-p/844091#M6215</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/436998"&gt;@MatteBalda981&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;The _contextName should be picked up by default in this call I believe.&lt;/P&gt;
&lt;P&gt;In Postman, there is a &amp;lt;/&amp;gt; icon on the right-hand side. You can choose the format of the call at the top. Choose cURL. Can you forward me the call (removing any sensitive data)?&amp;nbsp;If you don't want to post the call here, feel free to private message me here in Communities or send me an email: joe.furbee@sas.com.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, have you tried to run the command via cURL?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2022 13:06:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/How-Do-I-submit-job-execution-with-postman/m-p/844091#M6215</guid>
      <dc:creator>joeFurbee</dc:creator>
      <dc:date>2022-11-14T13:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: How Do I submit job execution with postman</title>
      <link>https://communities.sas.com/t5/Developers/How-Do-I-submit-job-execution-with-postman/m-p/844164#M6216</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/214450"&gt;@joeFurbee&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks! Yes, I tried to run with cURL but the error is the same.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here you are what you have asked (I removed&lt;SPAN&gt;&amp;nbsp;the sensitive data&lt;/SPAN&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;curl --location --request POST 'myserver/jobExecution/jobs' \
--header 'Authorization: Bearer 123456789' \
--header 'Content-Type: application/json' \
--data-raw '{
  "name": "Hello World Execution",
  "description": "Execution of the job we previously created",
  "jobDefinitionUri": "/jobDefinitions/definitions/111111-222222-3333333-5555555"
}'&lt;/PRE&gt;&lt;P&gt;I really don't understand why from postman job doesn't run &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2022 16:52:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/How-Do-I-submit-job-execution-with-postman/m-p/844164#M6216</guid>
      <dc:creator>MatteBalda981</dc:creator>
      <dc:date>2022-11-14T16:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: How Do I submit job execution with postman</title>
      <link>https://communities.sas.com/t5/Developers/How-Do-I-submit-job-execution-with-postman/m-p/844411#M6217</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/436998"&gt;@MatteBalda981&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I'm stumped as well. From the code block I got from Postman, I replaced '--location --request', with '-k -X', but I don't think that has anything to do with getting 'Access denied'.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you able to run other requests using this token? Say the Folders API? Something like:&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;curl&amp;nbsp;-k -X GET&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;'&lt;A href="https://sasserver.sas.com/dataSources/providers/" target="_blank"&gt;https://sasserver.sas.com/dataSources/providers/&lt;/A&gt;'&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;\&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;--header&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;'Accept:&amp;nbsp;application/json'&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;\&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;--header&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;'Authorization:&amp;nbsp;Bearer&amp;nbsp;eyJhbGciOiJSUzI1NiIsImprdSI.....'&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Or any other API calls you can try around Jobs. Maybe get a list of jobs with:&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;curl&amp;nbsp;-k -X GET&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;'&lt;A href="https://sasserver.sas.com/jobDefinitions/jobs/" target="_blank"&gt;https://sasserver.sas.com/jobDefinitions/jobs/&lt;/A&gt;'&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;\&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;--header&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;'Authorization:&amp;nbsp;Bearer&amp;nbsp;eyJhbGciOiJSUzI1NiIsImprdSI.....'&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 15 Nov 2022 16:09:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/How-Do-I-submit-job-execution-with-postman/m-p/844411#M6217</guid>
      <dc:creator>joeFurbee</dc:creator>
      <dc:date>2022-11-15T16:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: How Do I submit job execution with postman</title>
      <link>https://communities.sas.com/t5/Developers/How-Do-I-submit-job-execution-with-postman/m-p/844629#M6218</link>
      <description>&lt;P&gt;A state of failed can also mean, there was an error while running the code. Have you tried to read the log from the executed job?&lt;/P&gt;
&lt;P&gt;Do a GET on&amp;nbsp;&lt;SPAN class="resolvedVariable"&gt;&lt;SPAN data-offset-key="4m2k0-0-0"&gt;{{viya_base_url}}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-offset-key="4m2k0-1-0"&gt;/jobExecution/jobs/0e355cd4-7050-418c-8859-71bafc378442 the exact URL you get from the response when executing the job defintion&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-offset-key="4m2k0-1-0"&gt;You will then find in the returned JSON the "results" use the "...log.txt" url like so:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-offset-key="4m2k0-1-0"&gt;GET&amp;nbsp;&lt;SPAN class="resolvedVariable"&gt;{{viya_base_url}}&lt;/SPAN&gt;/files/files/043c0310-0615-4af5-9705-5b4ab06702f4/content&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-offset-key="4m2k0-1-0"&gt;This should give you plain text SAS log.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-offset-key="4m2k0-1-0"&gt;Maybe this will help with finding what is wrong.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 14:55:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/How-Do-I-submit-job-execution-with-postman/m-p/844629#M6218</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2022-11-16T14:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: How Do I submit job execution with postman</title>
      <link>https://communities.sas.com/t5/Developers/How-Do-I-submit-job-execution-with-postman/m-p/844655#M6219</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/32"&gt;@BrunoMueller&lt;/a&gt;&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/214450"&gt;@joeFurbee&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems that the only way to run correctly the job is starting a session through&amp;nbsp;&lt;SPAN&gt;{{myaddres&lt;/SPAN&gt;&lt;SPAN&gt;s}}/compute/sessions&lt;/SPAN&gt;&amp;nbsp;and then including the session id into job execution body request (&lt;A title="https://s91phsasvy01p.prod.secservizi.it/jobExecution/jobs" href="https://s91phsasvy01p.prod.secservizi.it/jobExecution/jobs" target="_blank" rel="noopener noreferrer"&gt;{{myaddress}}/jobExecution/jobs&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;e.g.:&lt;/P&gt;&lt;PRE&gt;{

  "name": "AAAAAA",

  "description": "Execution of the job",

  "jobDefinitionUri": "/jobDefinitions/definitions/aaa11bb22-............",

  "arguments":{

    "_contextName": "SAS Job Execution compute context",

    "_sessionId": "1111aaaa-2222bbb....."

  }

}&lt;/PRE&gt;&lt;P&gt;Finally, we are able to obtain the link to the log and we can notice that the autoexec (included into the SAS Job Execution compute context in the SAS environment manager) job is not executed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If we don't follow these steps, we are not able to obtain the log into the returned Json and the result is the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MatteBalda981_0-1668616076120.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/77365i50146BCF5072B6CB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MatteBalda981_0-1668616076120.png" alt="MatteBalda981_0-1668616076120.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Should we start a new session every time we need to run the job (otherwise SAS is not able to start it by itself)?&lt;/P&gt;&lt;P&gt;There is a way to include the run of autoexec into the request?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you again for your support!&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 16:33:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/How-Do-I-submit-job-execution-with-postman/m-p/844655#M6219</guid>
      <dc:creator>MatteBalda981</dc:creator>
      <dc:date>2022-11-16T16:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: How Do I submit job execution with postman</title>
      <link>https://communities.sas.com/t5/Developers/How-Do-I-submit-job-execution-with-postman/m-p/844703#M6220</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/436998"&gt;@MatteBalda981&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I checked with my good friend and job execution SME&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10923"&gt;@Mike_Drutar&lt;/a&gt;. He dug through some of his work and in a Python code snippet he did have the context name included in his body text, but no session id. Moreover, he had different headers. I did not include content type and accept headers in my Postman calls. I took a look a the doc and I see the following example for curl:&lt;/P&gt;
&lt;PRE&gt;curl -X POST https://example.com/jobExecution/jobs \
  -H 'Authorization: Bearer &amp;lt;access-token-goes-here&amp;gt;' \
  -H 'Content-Type: application/vnd.sas.job.execution.job.request+json' \
  -H 'Accept: application/vnd.sas.job.execution.job+json'&lt;/PRE&gt;
&lt;P&gt;Can you please try with the new headers and just the _contextName and see if that's successful? It would be good if it works with just the context name and not the session id. The former is known and can easily be included in your body text. The latter must be derived and placed there.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 20:31:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/How-Do-I-submit-job-execution-with-postman/m-p/844703#M6220</guid>
      <dc:creator>joeFurbee</dc:creator>
      <dc:date>2022-11-16T20:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: How Do I submit job execution with postman</title>
      <link>https://communities.sas.com/t5/Developers/How-Do-I-submit-job-execution-with-postman/m-p/844786#M6221</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/214450"&gt;@joeFurbee&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;thanks for your quickly answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unlucky it doesn't work and the error is always the same. We really think that there is a problem with the compute context. We have tried to launch a post request to the compute server from job execution id to create a session. The error is in the image below and it is the same of the job execution.&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="error.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/77384i99759257164D60D5/image-size/large?v=v2&amp;amp;px=999" role="button" title="error.png" alt="error.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What does it means?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could we have some error in the environment configuration?&lt;/P&gt;&lt;P&gt;Is there any link between the two similar errors?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks as always.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 10:48:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/How-Do-I-submit-job-execution-with-postman/m-p/844786#M6221</guid>
      <dc:creator>MatteBalda981</dc:creator>
      <dc:date>2022-11-17T10:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: How Do I submit job execution with postman</title>
      <link>https://communities.sas.com/t5/Developers/How-Do-I-submit-job-execution-with-postman/m-p/845125#M6225</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/214450"&gt;@joeFurbee&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another idea is that we haven't a compute service account able to launch the launcher server. Is maybe this the real problem for all the errors?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2022 14:59:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/How-Do-I-submit-job-execution-with-postman/m-p/845125#M6225</guid>
      <dc:creator>MatteBalda981</dc:creator>
      <dc:date>2022-11-18T14:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: How Do I submit job execution with postman</title>
      <link>https://communities.sas.com/t5/Developers/How-Do-I-submit-job-execution-with-postman/m-p/845129#M6226</link>
      <description>&lt;P&gt;Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/436998"&gt;@MatteBalda981&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;It could be a number of things on the compute/context side. I'm afraid though that since we can't reproduce the issue from our side, you may need to log a ticket with tech support. There may be local compute and context configurations that we can't troubleshoot here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please make sure you refer to this thread with tech support, so they can review the history of what we've tried so far.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2022 15:24:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/How-Do-I-submit-job-execution-with-postman/m-p/845129#M6226</guid>
      <dc:creator>joeFurbee</dc:creator>
      <dc:date>2022-11-18T15:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: How Do I submit job execution with postman</title>
      <link>https://communities.sas.com/t5/Developers/How-Do-I-submit-job-execution-with-postman/m-p/851213#M6255</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/214450"&gt;@joeFurbee&lt;/a&gt;&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/32"&gt;@BrunoMueller&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I write here for a similar problem. Now we have resolved the job execution with sas support and the requests go successfully but I have another question. In these days I am starting to make a lot of request in sas server (for write json file) similar to this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;curl --location --request POST 'https://server:port/files/files?parentFolderUri=/folders/folders/544343243ed' \
--header 'Content-Disposition: form-data; name="file"; filename="Score_Request_Imprese.json"' \
--header 'Authorization: Bearer .....' \
--header 'Content-Type: application/json' \
--data-raw '{
  "input_file": [
    {
      
    }
  ]
}
'&lt;/PRE&gt;&lt;P&gt;I would like to see the log of the request from sas server but I dont' find it. Where Can I see it? For example if i receive an 400:bad request error in the request in which path (from server connection) can I see the log or the server answer?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks Again,&lt;/P&gt;&lt;P&gt;Matteo&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2022 10:55:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/How-Do-I-submit-job-execution-with-postman/m-p/851213#M6255</guid>
      <dc:creator>MatteBalda981</dc:creator>
      <dc:date>2022-12-27T10:55:02Z</dc:date>
    </item>
  </channel>
</rss>

