<?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 Autodesk Vault 2020 - Programming 101 - Custom Job not showing up in Job Types in Vault Customization Forum</title>
    <link>https://forums.autodesk.com/t5/vault-customization-forum/autodesk-vault-2020-programming-101-custom-job-not-showing-up-in/m-p/11285052#M2371</link>
    <description>&lt;P&gt;Hello, I followed the steps in the Autodesk Vault 2020 - Programming 101 so far.&lt;/P&gt;&lt;P&gt;I am at chapter&amp;nbsp;3.2.2 right now.&lt;/P&gt;&lt;P&gt;I created a new project wit the API-Onboarding Custom Job template, then I changed the output folder to "ProgramData\Autodesk\Vault 2022\JobName\".&lt;/P&gt;&lt;P&gt;Creatiang the custom job when building the project works as intended, but the job doesn't show up in the job types list in the job processor.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas why it doesn't show up there?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards Darrell Johnson&lt;/P&gt;</description>
    <pubDate>Fri, 08 Jul 2022 09:39:08 GMT</pubDate>
    <dc:creator>Darrell.johnson</dc:creator>
    <dc:date>2022-07-08T09:39:08Z</dc:date>
    <item>
      <title>Autodesk Vault 2020 - Programming 101 - Custom Job not showing up in Job Types</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/autodesk-vault-2020-programming-101-custom-job-not-showing-up-in/m-p/11285052#M2371</link>
      <description>&lt;P&gt;Hello, I followed the steps in the Autodesk Vault 2020 - Programming 101 so far.&lt;/P&gt;&lt;P&gt;I am at chapter&amp;nbsp;3.2.2 right now.&lt;/P&gt;&lt;P&gt;I created a new project wit the API-Onboarding Custom Job template, then I changed the output folder to "ProgramData\Autodesk\Vault 2022\JobName\".&lt;/P&gt;&lt;P&gt;Creatiang the custom job when building the project works as intended, but the job doesn't show up in the job types list in the job processor.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas why it doesn't show up there?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards Darrell Johnson&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 09:39:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/autodesk-vault-2020-programming-101-custom-job-not-showing-up-in/m-p/11285052#M2371</guid>
      <dc:creator>Darrell.johnson</dc:creator>
      <dc:date>2022-07-08T09:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: Autodesk Vault 2020 - Programming 101 - Custom Job not showing up in Job Types</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/autodesk-vault-2020-programming-101-custom-job-not-showing-up-in/m-p/11294221#M2372</link>
      <description>&lt;P&gt;Did you start with the template shared with the AU material (2020 version)? The Vault 2022 SDK has an updated template, and I recommend using this one.&lt;/P&gt;
&lt;P&gt;If the 2022-based, compiled job does not show up - the documented check-points of the 101 documentation apply. Carefully review all these. In case of doubt, share the code.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2022 10:25:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/autodesk-vault-2020-programming-101-custom-job-not-showing-up-in/m-p/11294221#M2372</guid>
      <dc:creator>Markus.Koechl</dc:creator>
      <dc:date>2022-07-13T10:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Autodesk Vault 2020 - Programming 101 - Custom Job not showing up in Job Types</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/autodesk-vault-2020-programming-101-custom-job-not-showing-up-in/m-p/11304200#M2373</link>
      <description>&lt;P&gt;Starting it with the new template worked fine but now I have issues connecting to the Vault through the API.&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="Screenshot 2022-07-18 162725.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1092875iE29518E23DFDA81A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2022-07-18 162725.png" alt="Screenshot 2022-07-18 162725.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I run this code the following&amp;nbsp;&lt;SPAN&gt;exception pops up:&lt;/SPAN&gt;&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="Screenshot 2022-07-18 162836.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1092876i366DBD9DF4349717/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2022-07-18 162836.png" alt="Screenshot 2022-07-18 162836.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Any idea why it doesn't work?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards Darrell&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 14:39:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/autodesk-vault-2020-programming-101-custom-job-not-showing-up-in/m-p/11304200#M2373</guid>
      <dc:creator>Darrell.johnson</dc:creator>
      <dc:date>2022-07-18T14:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Autodesk Vault 2020 - Programming 101 - Custom Job not showing up in Job Types</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/autodesk-vault-2020-programming-101-custom-job-not-showing-up-in/m-p/11306839#M2374</link>
      <description>It is a new subject, not related to your custom job, right? I wonder why your custom job should use this code, as the connection is available as a default in a job extension's context.</description>
      <pubDate>Tue, 19 Jul 2022 17:25:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/autodesk-vault-2020-programming-101-custom-job-not-showing-up-in/m-p/11306839#M2374</guid>
      <dc:creator>Markus.Koechl</dc:creator>
      <dc:date>2022-07-19T17:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Autodesk Vault 2020 - Programming 101 - Custom Job not showing up in Job Types</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/autodesk-vault-2020-programming-101-custom-job-not-showing-up-in/m-p/11308331#M2375</link>
      <description>&lt;P&gt;Yes it's a new subject. I need a schechuled vault job, so I used the API Console Application Template.&lt;/P&gt;&lt;P&gt;As mentioned in an earlier post I try to check a directory for a xml-file and trigger the job that way.&lt;/P&gt;&lt;P&gt;You referred to this&amp;nbsp;&lt;STRONG&gt;&lt;U&gt;&lt;A href="https://www.autodesk.com/autodesk-university/class/API-Enhancements-Vault-2019-2018" target="_blank" rel="noopener nofollow noreferrer"&gt;AU&lt;/A&gt;&lt;/U&gt;&lt;A href="https://www.autodesk.com/autodesk-university/class/API-Enhancements-Vault-2019-2018" target="_blank" rel="noopener nofollow noreferrer"&gt; class&lt;/A&gt;&lt;/STRONG&gt;. When I am using the sample of this class, a Vault Login Window pops up, it's filled out when it shows up and the Login information is correct. But when I hit the "OK" button this error message shows up.&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="Darrelljohnson_1-1658310053579.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1093664iB108FD050217EFE2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Darrelljohnson_1-1658310053579.png" alt="Darrelljohnson_1-1658310053579.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do I have to change the Login Settings of the Vault Login Form?&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="Darrelljohnson_3-1658310567739.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1093668i4BD4115EEB529B4E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Darrelljohnson_3-1658310567739.png" alt="Darrelljohnson_3-1658310567739.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards Darrell&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2022 09:50:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/autodesk-vault-2020-programming-101-custom-job-not-showing-up-in/m-p/11308331#M2375</guid>
      <dc:creator>Darrell.johnson</dc:creator>
      <dc:date>2022-07-20T09:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Autodesk Vault 2020 - Programming 101 - Custom Job not showing up in Job Types</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/autodesk-vault-2020-programming-101-custom-job-not-showing-up-in/m-p/11312045#M2376</link>
      <description>&lt;P&gt;Looks like you are trying to log into Vault in two different places.&lt;/P&gt;&lt;P&gt;If you are signing into Vault in your main() method then you should have the connection object there and not need to call the Vault login form itself. Also, could you translate the error message so we can better see what the exact error is?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 17:06:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/autodesk-vault-2020-programming-101-custom-job-not-showing-up-in/m-p/11312045#M2376</guid>
      <dc:creator>Boorda</dc:creator>
      <dc:date>2022-07-21T17:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Autodesk Vault 2020 - Programming 101 - Custom Job not showing up in Job Types</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/autodesk-vault-2020-programming-101-custom-job-not-showing-up-in/m-p/11313015#M2377</link>
      <description>&lt;P&gt;This login problem is unrelated to the thread's original question (resolved). I kindly ask you to discuss this one separately; it is confusing for everyone who does not know the posted code and its purpose.&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2022 04:58:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/autodesk-vault-2020-programming-101-custom-job-not-showing-up-in/m-p/11313015#M2377</guid>
      <dc:creator>Markus.Koechl</dc:creator>
      <dc:date>2022-07-22T04:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Autodesk Vault 2020 - Programming 101 - Custom Job not showing up in Job Types</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/autodesk-vault-2020-programming-101-custom-job-not-showing-up-in/m-p/11321393#M2378</link>
      <description>&lt;P&gt;Thanks for that update Markus, I did in fact take this as being a single issue when I replied.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2022 16:32:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/autodesk-vault-2020-programming-101-custom-job-not-showing-up-in/m-p/11321393#M2378</guid>
      <dc:creator>Boorda</dc:creator>
      <dc:date>2022-07-26T16:32:33Z</dc:date>
    </item>
  </channel>
</rss>

