<?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: Disable Data Standard in Frame Generator in Vault Customization Forum</title>
    <link>https://forums.autodesk.com/t5/vault-customization-forum/disable-data-standard-in-frame-generator/m-p/12918779#M1825</link>
    <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/15479448"&gt;@jgunter3JNFK&lt;/a&gt;&amp;nbsp;: how does your question relate to the topic and solution of this thread? Anyway - its hard to say what might be wrong, as you don't share any insights on the project or Vault configuration. Does the default configuration behave the same? Which version and update level are you using?&lt;/P&gt;</description>
    <pubDate>Thu, 25 Jul 2024 06:57:32 GMT</pubDate>
    <dc:creator>Markus.Koechl</dc:creator>
    <dc:date>2024-07-25T06:57:32Z</dc:date>
    <item>
      <title>Disable Data Standard in Frame Generator</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/disable-data-standard-in-frame-generator/m-p/11799941#M1821</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently I have the behavior shown on this Video.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6321856622112w788h540r746" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6321856622112" data-account="6057940548001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6057940548001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6321856622112w788h540r746');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://forums.autodesk.com/t5/video/gallerypage/video-id/6321856622112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And I am trying to disable Data Standard for Frame Generator, by using the following code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;function InitializeWindow {	

	#begin rules applying commonly
	$dsWindow.Title = SetWindowTitle		
	InitializeCategory
	InitializeNumSchm
	InitializeBreadCrumb
	InitializeFileNameValidation
	#end rules applying commonly

	$mWindowName = $dsWindow.Name
	switch ($mWindowName) {
		"InventorWindow" {
			#rules applying for Inventor
		}
		"AutoCADWindow" {
			#rules applying for AutoCAD
		}
		"InventorFrameWindow" {

			$dsWindow.add_Loaded({
					$dsWindow.CancelWindowCommand.Execute($this)
				})
					
		}
	}
	$global:expandBreadCrumb = $true	
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But this crashes Inventor, when saving the frames files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also is possible to disable the "Generate File Number" Windows from Inventor?:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jorgepereira01_0-1678050030618.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1184823iF29F27E67F782ACC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jorgepereira01_0-1678050030618.png" alt="jorgepereira01_0-1678050030618.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 05 Mar 2023 21:05:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/disable-data-standard-in-frame-generator/m-p/11799941#M1821</guid>
      <dc:creator>jorge.pereira.01</dc:creator>
      <dc:date>2023-03-05T21:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Data Standard in Frame Generator</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/disable-data-standard-in-frame-generator/m-p/11801222#M1822</link>
      <description>&lt;P&gt;To disable VDS Frame Generator dialogs, you better rename or remove the file FrameGenerator.xaml. To avoid the VDS temporary file names for member files, you should enable Vault numbering for FG. Add the command&amp;nbsp;AFG_CMD_ChangeProfile to the configuration file as shown below:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MarkusKoechl_0-1678107027203.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1185020iE211D8AB82BD6724/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MarkusKoechl_0-1678107027203.png" alt="MarkusKoechl_0-1678107027203.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Generate Number Window: Which Vault Update level do you use? The latest update, 2023.2.1, has an issue disabling the Generate Number dialog as a default to be addressed in a future update. Keeping the update level 2023.2 is an alternate solution.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2023 11:00:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/disable-data-standard-in-frame-generator/m-p/11801222#M1822</guid>
      <dc:creator>Markus.Koechl</dc:creator>
      <dc:date>2023-03-21T11:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Data Standard in Frame Generator</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/disable-data-standard-in-frame-generator/m-p/11801697#M1823</link>
      <description>&lt;P&gt;Thank you. Renaming&amp;nbsp;&lt;SPAN&gt;FrameGenerator.xaml, worked.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have not seen any differences when editing&amp;nbsp;dataStandard.InvAddIn.dll.config with that configs. What was suppose to happen?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Generate Number Window: Yes I am in 2023.2.1. I have migrated because the 2023.2 was adding _DS_FGM_ to the members name. So I think I will mantain the 2023.2.1.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2023 15:29:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/disable-data-standard-in-frame-generator/m-p/11801697#M1823</guid>
      <dc:creator>JPereiraASDK</dc:creator>
      <dc:date>2023-03-06T15:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Data Standard in Frame Generator</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/disable-data-standard-in-frame-generator/m-p/12917206#M1824</link>
      <description>&lt;P&gt;Hi Markus,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am having issues using VDS when creating a part within an assembly. Once the part has been created, I cannot check in the file from the assembly. Do you know what might be causing 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-inline" image-alt="Component Create Error.gif" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1390541iFB6B64BC542E6011/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Component Create Error.gif" alt="Component Create Error.gif" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2024 13:58:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/disable-data-standard-in-frame-generator/m-p/12917206#M1824</guid>
      <dc:creator>jgunter3JNFK</dc:creator>
      <dc:date>2024-07-24T13:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Data Standard in Frame Generator</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/disable-data-standard-in-frame-generator/m-p/12918779#M1825</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/15479448"&gt;@jgunter3JNFK&lt;/a&gt;&amp;nbsp;: how does your question relate to the topic and solution of this thread? Anyway - its hard to say what might be wrong, as you don't share any insights on the project or Vault configuration. Does the default configuration behave the same? Which version and update level are you using?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 06:57:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/disable-data-standard-in-frame-generator/m-p/12918779#M1825</guid>
      <dc:creator>Markus.Koechl</dc:creator>
      <dc:date>2024-07-25T06:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Data Standard in Frame Generator</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/disable-data-standard-in-frame-generator/m-p/12918908#M1826</link>
      <description>&lt;P&gt;Apologies if this is not the best place to post this. In Jorge's original video, he demonstrated creating the skeleton part in a similar way. I was hoping to discuss this with you since you seem very knowledgeable about the Data Standard. We are currently using Inventor (2022 5.3) and Vault (Pro 2022 5.1).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was wondering if you have encountered this issue before, where a file can't be checked in within an assembly but can be when opening the part.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for any inconvenience and thank you for your time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 08:02:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/disable-data-standard-in-frame-generator/m-p/12918908#M1826</guid>
      <dc:creator>jgunter3JNFK</dc:creator>
      <dc:date>2024-07-25T08:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Data Standard in Frame Generator</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/disable-data-standard-in-frame-generator/m-p/12919079#M1827</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/33301"&gt;@Markus.Koechl&lt;/a&gt;I found the solution, but not the reason why as we are not using and third party tools&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.autodesk.com/support/technical/article/caas/sfdcarticles/sfdcarticles/Error-The-following-file-Vault-ipj-already-exist-appears-when-checking-in-the-Inventor-ASI-Profile-file-with-VDS-into-Vault-Client.html" target="_blank"&gt;https://www.autodesk.com/support/technical/article/caas/sfdcarticles/sfdcarticles/Error-The-following-file-Vault-ipj-already-exist-appears-when-checking-in-the-Inventor-ASI-Profile-file-with-VDS-into-Vault-Client.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I guess the ipj file will just need to be refreshed everytime we create a component within an assembly&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 09:28:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/disable-data-standard-in-frame-generator/m-p/12919079#M1827</guid>
      <dc:creator>jgunter3JNFK</dc:creator>
      <dc:date>2024-07-25T09:28:19Z</dc:date>
    </item>
  </channel>
</rss>

