<?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: vCSA 6.5 pre-upgrade warning  - User vdcs does not have the expected uid 1006 in vCenter™ Server Discussions</title>
    <link>https://communities.vmware.com/t5/vCenter-Server-Discussions/vCSA-6-5-pre-upgrade-warning-User-vdcs-does-not-have-the/m-p/941563#M28648</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Furthermore, it would make even more sense to mention that KB in the error message as stated, but I guess that's just wishful thinking.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 03 Dec 2017 22:39:58 GMT</pubDate>
    <dc:creator>daphnissov</dc:creator>
    <dc:date>2017-12-03T22:39:58Z</dc:date>
    <item>
      <title>vCSA 6.5 pre-upgrade warning  - User vdcs does not have the expected uid 1006</title>
      <link>https://communities.vmware.com/t5/vCenter-Server-Discussions/vCSA-6-5-pre-upgrade-warning-User-vdcs-does-not-have-the/m-p/941559#M28644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;While upgrading vCSA 6.0U3 to 6.5U1, the pre-upgrade check shows the following warning.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;User vdcs does not have the expected uid 1006&lt;/P&gt;&lt;P&gt;Suggested Resolution: Please refer to the corresponding KB article.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;The vdcs user indeed has UID 1007 (UID 1006 is in use for another user), but it's a default installation, i.e. all users were created automatically. &lt;/P&gt;&lt;P&gt;I also cannot find any KB article for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this need to be fixed (how)? Will it cause any issues if this user has a uid other than 1006?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;André&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Dec 2017 21:47:29 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vCenter-Server-Discussions/vCSA-6-5-pre-upgrade-warning-User-vdcs-does-not-have-the/m-p/941559#M28644</guid>
      <dc:creator>a_p_</dc:creator>
      <dc:date>2017-12-03T21:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: vCSA 6.5 pre-upgrade warning  - User vdcs does not have the expected uid 1006</title>
      <link>https://communities.vmware.com/t5/vCenter-Server-Discussions/vCSA-6-5-pre-upgrade-warning-User-vdcs-does-not-have-the/m-p/941560#M28645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This doesn't seem to be an isolated issue. I just found another post with the same warning (&lt;A _jive_internal="true" href="https://communities.vmware.com/message/2718012#2718012" name="&amp;amp;amp;lpos=apps_scodevmw : 77"&gt;Upgrade vCenter Server Appliance 6.0 to 6.5 fails due to "Pre-upgrade check error"&lt;/A&gt;​)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;André&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Dec 2017 21:52:04 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vCenter-Server-Discussions/vCSA-6-5-pre-upgrade-warning-User-vdcs-does-not-have-the/m-p/941560#M28645</guid>
      <dc:creator>a_p_</dc:creator>
      <dc:date>2017-12-03T21:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: vCSA 6.5 pre-upgrade warning  - User vdcs does not have the expected uid 1006</title>
      <link>https://communities.vmware.com/t5/vCenter-Server-Discussions/vCSA-6-5-pre-upgrade-warning-User-vdcs-does-not-have-the/m-p/941561#M28646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've heard of someone having this issue in the past but opened an SR to get it resolved. When 6.0 is upgraded to vCSA 6.5, UID 1006 belongs to user "content-library". If you have a clone of this vCenter (or if it's a lab) and you want to experiment on changing the UID, I might try that. The key will be finding all files that had the old UID and changing those since these users don't have a /home. If you want to try that out, look for those files first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE style="font-style: inherit; font-weight: inherit; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;find / -user vdcs&lt;/SPAN&gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assign a temporary UID to vdcs with &lt;SPAN style="font-family: 'courier new', courier;"&gt;usermod -u xxxx vdcs&lt;/SPAN&gt; where "xxxx" is some UID not taken. This will give you all UIDs assigned to known users and so is easier to not create a collision:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;awk -F: '{printf "%s:%s\n",$1,$3}' /etc/passwd&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you'll have to change all files ownership from when vdcs had UID 1007 to its new UID of 1006.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;find / -user 1007 -exec chown -h vdcs {}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't tried this myself although I would if I still had a vCSA 6.0 laying around. If you do test this out, you may need to stop all services (&lt;SPAN style="font-family: 'courier new', courier;"&gt;service-control --stop --all&lt;/SPAN&gt;) before changing UIDs as some daemons will panic the next time they fetch binaries from disk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know if this will be of any help, but if you are able to test it out it may be worth a shot. FWIW I guess...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Dec 2017 22:20:57 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vCenter-Server-Discussions/vCSA-6-5-pre-upgrade-warning-User-vdcs-does-not-have-the/m-p/941561#M28646</guid>
      <dc:creator>daphnissov</dc:creator>
      <dc:date>2017-12-03T22:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: vCSA 6.5 pre-upgrade warning  - User vdcs does not have the expected uid 1006</title>
      <link>https://communities.vmware.com/t5/vCenter-Server-Discussions/vCSA-6-5-pre-upgrade-warning-User-vdcs-does-not-have-the/m-p/941562#M28647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your feedback. Since this is a customer/production environment, I rather don't want to change anything myself without knowing the exact implication. Maybe an SR is the best option, unless VMware decides to post the KB article they are referring to in the warning.&lt;/P&gt;&lt;P&gt;Anyway, I was really surprised when I saw this warning, because it doesn't make much sense to me to deal with UIDs (other than e.g. UID 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks aagin&lt;/P&gt;&lt;P&gt;André&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Dec 2017 22:35:55 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vCenter-Server-Discussions/vCSA-6-5-pre-upgrade-warning-User-vdcs-does-not-have-the/m-p/941562#M28647</guid>
      <dc:creator>a_p_</dc:creator>
      <dc:date>2017-12-03T22:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: vCSA 6.5 pre-upgrade warning  - User vdcs does not have the expected uid 1006</title>
      <link>https://communities.vmware.com/t5/vCenter-Server-Discussions/vCSA-6-5-pre-upgrade-warning-User-vdcs-does-not-have-the/m-p/941563#M28648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Furthermore, it would make even more sense to mention that KB in the error message as stated, but I guess that's just wishful thinking.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Dec 2017 22:39:58 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vCenter-Server-Discussions/vCSA-6-5-pre-upgrade-warning-User-vdcs-does-not-have-the/m-p/941563#M28648</guid>
      <dc:creator>daphnissov</dc:creator>
      <dc:date>2017-12-03T22:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: vCSA 6.5 pre-upgrade warning  - User vdcs does not have the expected uid 1006</title>
      <link>https://communities.vmware.com/t5/vCenter-Server-Discussions/vCSA-6-5-pre-upgrade-warning-User-vdcs-does-not-have-the/m-p/941564#M28649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;... but I guess that's just wishful thinking.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Wishes sometimes come true on X-Mas &lt;img class="lia-deferred-image lia-image-emoji" src="https://communities.vmware.com/html/@90D223CDF4C4491D7DFF693BB5C76865/emoticons/1f609.png" alt=":winking_face:" title=":winking_face:" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;André&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Dec 2017 22:42:46 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vCenter-Server-Discussions/vCSA-6-5-pre-upgrade-warning-User-vdcs-does-not-have-the/m-p/941564#M28649</guid>
      <dc:creator>a_p_</dc:creator>
      <dc:date>2017-12-03T22:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: vCSA 6.5 pre-upgrade warning  - User vdcs does not have the expected uid 1006</title>
      <link>https://communities.vmware.com/t5/vCenter-Server-Discussions/vCSA-6-5-pre-upgrade-warning-User-vdcs-does-not-have-the/m-p/941565#M28650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andre did you get any update?&amp;nbsp; I had the same issue today doing a vCSA 6.0 -&amp;gt; 6.5 upgrade.&amp;nbsp; This is really the only substantive thread I can find on the subject.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 16:17:38 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vCenter-Server-Discussions/vCSA-6-5-pre-upgrade-warning-User-vdcs-does-not-have-the/m-p/941565#M28650</guid>
      <dc:creator>shanewendel1</dc:creator>
      <dc:date>2017-12-06T16:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: vCSA 6.5 pre-upgrade warning  - User vdcs does not have the expected uid 1006</title>
      <link>https://communities.vmware.com/t5/vCenter-Server-Discussions/vCSA-6-5-pre-upgrade-warning-User-vdcs-does-not-have-the/m-p/941566#M28651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same problem here.&amp;nbsp; I love that it says to refer to the corresponding KB article, without listing one, and with one apparently not even existing.&amp;nbsp; That's pretty awesome.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 20:32:01 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vCenter-Server-Discussions/vCSA-6-5-pre-upgrade-warning-User-vdcs-does-not-have-the/m-p/941566#M28651</guid>
      <dc:creator>jayf628</dc:creator>
      <dc:date>2017-12-12T20:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: vCSA 6.5 pre-upgrade warning  - User vdcs does not have the expected uid 1006</title>
      <link>https://communities.vmware.com/t5/vCenter-Server-Discussions/vCSA-6-5-pre-upgrade-warning-User-vdcs-does-not-have-the/m-p/941567#M28652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might want to give those steps a shot I mentioned above, so long as you have a snapshot and/or backup. In André heard anything I'd also be glad to know it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 23:12:52 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vCenter-Server-Discussions/vCSA-6-5-pre-upgrade-warning-User-vdcs-does-not-have-the/m-p/941567#M28652</guid>
      <dc:creator>daphnissov</dc:creator>
      <dc:date>2017-12-12T23:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: vCSA 6.5 pre-upgrade warning  - User vdcs does not have the expected uid 1006</title>
      <link>https://communities.vmware.com/t5/vCenter-Server-Discussions/vCSA-6-5-pre-upgrade-warning-User-vdcs-does-not-have-the/m-p/941568#M28653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I opened a ticket w/ VMware and was told that the latest version (6.5 U1c) addresses the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Please be informed that this is a known issue affecting version 6.0 U2 and later. To resolve the issue, perform upgrade to latest version of 6.5 i.e. 6.5 U1c. &lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am retrying an upgrade now, using the new ISO (which apparently came out the very day that I downloaded the previous one).&amp;nbsp; I'll post my results here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT: I used the most updated ISO (VMware-VCSA-all-6.5.0-7119157.iso) and am still getting the same error.&amp;nbsp; I have sent my feedback back to VMware.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 23:20:24 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vCenter-Server-Discussions/vCSA-6-5-pre-upgrade-warning-User-vdcs-does-not-have-the/m-p/941568#M28653</guid>
      <dc:creator>jayf628</dc:creator>
      <dc:date>2017-12-12T23:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: vCSA 6.5 pre-upgrade warning  - User vdcs does not have the expected uid 1006</title>
      <link>https://communities.vmware.com/t5/vCenter-Server-Discussions/vCSA-6-5-pre-upgrade-warning-User-vdcs-does-not-have-the/m-p/941569#M28654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What version were you trying previously?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2017 00:17:59 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vCenter-Server-Discussions/vCSA-6-5-pre-upgrade-warning-User-vdcs-does-not-have-the/m-p/941569#M28654</guid>
      <dc:creator>daphnissov</dc:creator>
      <dc:date>2017-12-13T00:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: vCSA 6.5 pre-upgrade warning  - User vdcs does not have the expected uid 1006</title>
      <link>https://communities.vmware.com/t5/vCenter-Server-Discussions/vCSA-6-5-pre-upgrade-warning-User-vdcs-does-not-have-the/m-p/941570#M28655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Initially I was using VMware-VCSA-all-6.5.0-5973321.iso.&amp;nbsp; I just tried VMware-VCSA-all-6.5.0-7119157.iso and got the exact same error.&amp;nbsp; &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://communities.vmware.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2017 00:27:19 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vCenter-Server-Discussions/vCSA-6-5-pre-upgrade-warning-User-vdcs-does-not-have-the/m-p/941570#M28655</guid>
      <dc:creator>jayf628</dc:creator>
      <dc:date>2017-12-13T00:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: vCSA 6.5 pre-upgrade warning  - User vdcs does not have the expected uid 1006</title>
      <link>https://communities.vmware.com/t5/vCenter-Server-Discussions/vCSA-6-5-pre-upgrade-warning-User-vdcs-does-not-have-the/m-p/941571#M28656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And are you also coming from 6U3? This is all good information to record in this thread so other people may follow along.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2017 00:30:09 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vCenter-Server-Discussions/vCSA-6-5-pre-upgrade-warning-User-vdcs-does-not-have-the/m-p/941571#M28656</guid>
      <dc:creator>daphnissov</dc:creator>
      <dc:date>2017-12-13T00:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: vCSA 6.5 pre-upgrade warning  - User vdcs does not have the expected uid 1006</title>
      <link>https://communities.vmware.com/t5/vCenter-Server-Discussions/vCSA-6-5-pre-upgrade-warning-User-vdcs-does-not-have-the/m-p/941572#M28657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, same scenario, attempting to upgrade from 6.0 U3 to 6.5 U1 (and then tried U1c).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2017 14:31:24 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vCenter-Server-Discussions/vCSA-6-5-pre-upgrade-warning-User-vdcs-does-not-have-the/m-p/941572#M28657</guid>
      <dc:creator>jayf628</dc:creator>
      <dc:date>2017-12-13T14:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: vCSA 6.5 pre-upgrade warning  - User vdcs does not have the expected uid 1006</title>
      <link>https://communities.vmware.com/t5/vCenter-Server-Discussions/vCSA-6-5-pre-upgrade-warning-User-vdcs-does-not-have-the/m-p/941573#M28658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Worked with Support today, and showed them that the 6.5 U1c ISO still does not work, meaning I still get the error.&amp;nbsp; The tech reached out to some other people and the ultimate answer was that, since we aren't currently using Content Library, I could ignore and proceed past the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;From Engineering:&lt;/P&gt;&lt;P&gt;"If they were not using Content Library on 6.0, they can safely ignore this warning. There is no further action necessary. They can also start using the Content Library after this upgrade if they so choose."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have no timeline at this stage for when this article will be released.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I went ahead, and everything seemed to work.&amp;nbsp; I will do a more detailed checkout tomorrow.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2017 01:56:07 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vCenter-Server-Discussions/vCSA-6-5-pre-upgrade-warning-User-vdcs-does-not-have-the/m-p/941573#M28658</guid>
      <dc:creator>jayf628</dc:creator>
      <dc:date>2017-12-14T01:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: vCSA 6.5 pre-upgrade warning  - User vdcs does not have the expected uid 1006</title>
      <link>https://communities.vmware.com/t5/vCenter-Server-Discussions/vCSA-6-5-pre-upgrade-warning-User-vdcs-does-not-have-the/m-p/941574#M28659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm having the same issue withe 6.5U1d upgrading from 6.0 U3 .&lt;/P&gt;&lt;P&gt;Still get the same error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 10:29:56 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vCenter-Server-Discussions/vCSA-6-5-pre-upgrade-warning-User-vdcs-does-not-have-the/m-p/941574#M28659</guid>
      <dc:creator>sc_21111</dc:creator>
      <dc:date>2017-12-27T10:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: vCSA 6.5 pre-upgrade warning  - User vdcs does not have the expected uid 1006</title>
      <link>https://communities.vmware.com/t5/vCenter-Server-Discussions/vCSA-6-5-pre-upgrade-warning-User-vdcs-does-not-have-the/m-p/941575#M28660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you see my previous post, just before yours?&amp;nbsp; Unless you are currently using Content Library, there should be no concern; simply click past and move forward with the upgrade.&amp;nbsp; If you are using Content Library, you will probably want to contact Support for guidance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 15:28:45 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vCenter-Server-Discussions/vCSA-6-5-pre-upgrade-warning-User-vdcs-does-not-have-the/m-p/941575#M28660</guid>
      <dc:creator>jayf628</dc:creator>
      <dc:date>2017-12-28T15:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: vCSA 6.5 pre-upgrade warning  - User vdcs does not have the expected uid 1006</title>
      <link>https://communities.vmware.com/t5/vCenter-Server-Discussions/vCSA-6-5-pre-upgrade-warning-User-vdcs-does-not-have-the/m-p/941576#M28661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This was helpful post. Even i got the same error with "VMware-VCSA-all-6.5.0-8815520" build. So its still not resolved and there is no KB article too. I will post if i come across any issues.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Dec 2018 03:05:39 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vCenter-Server-Discussions/vCSA-6-5-pre-upgrade-warning-User-vdcs-does-not-have-the/m-p/941576#M28661</guid>
      <dc:creator>fifthman_roshan</dc:creator>
      <dc:date>2018-12-02T03:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: vCSA 6.5 pre-upgrade warning  - User vdcs does not have the expected uid 1006</title>
      <link>https://communities.vmware.com/t5/vCenter-Server-Discussions/vCSA-6-5-pre-upgrade-warning-User-vdcs-does-not-have-the/m-p/941577#M28662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A KB article has been created for this, see &lt;A href="https://kb.vmware.com/s/article/52559" title="https://kb.vmware.com/s/article/52559"&gt;https://kb.vmware.com/s/article/52559&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;André&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Dec 2018 12:42:13 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vCenter-Server-Discussions/vCSA-6-5-pre-upgrade-warning-User-vdcs-does-not-have-the/m-p/941577#M28662</guid>
      <dc:creator>a_p_</dc:creator>
      <dc:date>2018-12-02T12:42:13Z</dc:date>
    </item>
  </channel>
</rss>

