- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
im running into an issue with DEM configured in NoAD mode. I followed VMware build guides with config share and profile share, permissions are correct and i can browse from the desktops to the profile share and can create folders and files.
i installed the NoAD.xml file in the uemconfig\general\flexrepository\NoAD location with the following lines
<?xml version=”1.0″ encoding=”utf-8″?>
<userEnvironmentSettings>
<setting type=”noAD”
ProfileArchivePath=”\\hometftp01\UEMProfile$\%username%\Archives”
LogFileName=”\\hometftp01\UEMProfile$\%username%\Logs\FlexEngine.log”
BackupPath=”\\hometftp01\UEMProfile$\%username%\Backups”
BackupDaily=”1″
LogLevel=”1″
ConfigPathMissingAction=”0″
ArchivePathMissingAction=”1″
AppBlockingEventLog=”1″
EventLog=”1″
EventLogAsync=”1″
EventLogDirectFlexRefresh=”1″
EventLogUEMRefresh=”1″
DirectFlexNotification=”1″
SelfSupportDisallowed=”1″
/>
</userEnvironmentSettings>
.
i installed dem with the following msi: msiexec /i “VMware Dynamic Environment Manager 9.10 x64.msi” /qn LICENSEFILE=”VMware-DEM-9.10.0-GA.lic” /l* c:\work\Installuem.log NOADCONFIGFILEPATH=\\hometftp01\UEMConfig$\general
unfortunately since there is not profile being created, im unable to find logs to begin troubleshoot this issue.
any assistance is much appreciated