<?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: Possible Bug in Drive for Windows EXE Arguments. in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/possible-bug-in-drive-for-windows-exe-arguments/m-p/317726#M4727</link>
    <description>&lt;P&gt;I created &lt;A href="https://jira.nuxeo.com/browse/NXDRIVE-2272"&gt;NXDRIVE-2272&lt;/A&gt; (Save username changes when updating credentials). It will be fixed in Nuxeo Drive 4.4.5.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Edit&lt;/STRONG&gt;: the fix is included in Nuxeo Drive &lt;STRONG&gt;4.4.5&lt;/STRONG&gt;.&lt;/P&gt;</description>
    <pubDate>Tue, 04 Aug 2020 13:19:20 GMT</pubDate>
    <dc:creator>Mickaël_Schoent</dc:creator>
    <dc:date>2020-08-04T13:19:20Z</dc:date>
    <item>
      <title>Possible Bug in Drive for Windows EXE Arguments.</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/possible-bug-in-drive-for-windows-exe-arguments/m-p/317722#M4723</link>
      <description>&lt;P&gt;Using this tutorial &lt;A href="https://doc.nuxeo.com/client-apps/how-to-manually-initialize-or-deploy-a-nuxeo-drive-instance/"&gt;https://doc.nuxeo.com/client-apps/how-to-manually-initialize-or-deploy-a-nuxeo-drive-instance/&lt;/A&gt;
I've installed Drive for Windows with the EXE variables below...&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;nuxeo-drive.exe /VERYSILENT /TARGETDRIVEFOLDER="%USERPROFILE%\Documents\Nuxeo Drive" /TARGETURL="http://localhost:8080/nuxeo" /TARGETUSERNAME="foo"&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;The TARGETURL has been modified to reflect our environment.&lt;/P&gt;
&lt;P&gt;I've selected these variables so when we mass deploy the Drive application the user does not need to know and enter our Nuxeo url.&lt;/P&gt;
&lt;P&gt;The issue I'm seeing is when you go to the Accounts settings page you see the Username as "foo" (or whatever you enter in the EXE argument).&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="type an image title"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/1963i075105BF8E616CB0/image-size/large?v=v2&amp;amp;px=999" role="button" title="type an image title" alt="type an image title" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Once you log back in, the "foo" name stays in the username field. It never changes to the actual username of the re-authenticated user.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="type an image title"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/1956iE5D58EC66C7FB937/image-size/large?v=v2&amp;amp;px=999" role="button" title="type an image title" alt="type an image title" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;It's only a visible issue and does not affect the operation of the Drive app, but it's one that could confuse our support staff if they need to troubleshoot and see a different name in the username field.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2020 15:41:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/possible-bug-in-drive-for-windows-exe-arguments/m-p/317722#M4723</guid>
      <dc:creator>Bryce_Bolton</dc:creator>
      <dc:date>2020-07-23T15:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Possible Bug in Drive for Windows EXE Arguments.</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/possible-bug-in-drive-for-windows-exe-arguments/m-p/317723#M4724</link>
      <description>&lt;P&gt;Would it be possible that the username for Nuxeo is the same as the Windows one? I mean, instead of &lt;CODE&gt;/TARGETUSERNAME=&amp;amp;quot;foo&amp;amp;quot;&lt;/CODE&gt;, that would be correct to use &lt;CODE&gt;/TARGETUSERNAME=&amp;amp;quot;%USERNAME%&amp;amp;quot;&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2020 15:54:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/possible-bug-in-drive-for-windows-exe-arguments/m-p/317723#M4724</guid>
      <dc:creator>Mickaël_Schoent</dc:creator>
      <dc:date>2020-07-29T15:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Possible Bug in Drive for Windows EXE Arguments.</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/possible-bug-in-drive-for-windows-exe-arguments/m-p/317724#M4725</link>
      <description>&lt;P&gt;Oh, never thought to try that... Ill give it a shot.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2020 16:35:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/possible-bug-in-drive-for-windows-exe-arguments/m-p/317724#M4725</guid>
      <dc:creator>Bryce_Bolton</dc:creator>
      <dc:date>2020-07-29T16:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: Possible Bug in Drive for Windows EXE Arguments.</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/possible-bug-in-drive-for-windows-exe-arguments/m-p/317725#M4726</link>
      <description>&lt;P&gt;%USERNAME% did fix it and now shows the users name.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2020 16:53:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/possible-bug-in-drive-for-windows-exe-arguments/m-p/317725#M4726</guid>
      <dc:creator>Bryce_Bolton</dc:creator>
      <dc:date>2020-07-29T16:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Possible Bug in Drive for Windows EXE Arguments.</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/possible-bug-in-drive-for-windows-exe-arguments/m-p/317726#M4727</link>
      <description>&lt;P&gt;I created &lt;A href="https://jira.nuxeo.com/browse/NXDRIVE-2272"&gt;NXDRIVE-2272&lt;/A&gt; (Save username changes when updating credentials). It will be fixed in Nuxeo Drive 4.4.5.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Edit&lt;/STRONG&gt;: the fix is included in Nuxeo Drive &lt;STRONG&gt;4.4.5&lt;/STRONG&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2020 13:19:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/possible-bug-in-drive-for-windows-exe-arguments/m-p/317726#M4727</guid>
      <dc:creator>Mickaël_Schoent</dc:creator>
      <dc:date>2020-08-04T13:19:20Z</dc:date>
    </item>
  </channel>
</rss>

