Forum Discussion
Intermitent issues writing files to Local_Username redirection.xml
The issue is very rare, so we're just living with it for now.
We have been following this forum and also the suggestions made within to get sage 200 working with FSLogix and WVD
Our FSLOGIX is in azure premium storage and we have 2 servers that never have this issue. we have tried with and without UAC virtualisation and still receive the error writing the user.config file. as others have mentioned we see the folder structure be created for the user but just not the file. I could delete the file on 2 other servers and it immediately recreates it and runs with no issue yet other servers always present this error.
I am looking at this manifest file and have as instructed renamed the file and copied the entire install directory to a local drive c:\program files (x86)\sage200\
I run the Sage200desktop.exe application from here and still it will write this user.config file
I have edited the manifest file as follows
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<!--
UAC Manifest Options
If you want to change the Windows User Account Control level replace the
requestedExecutionLevel node with one of the following.
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
<requestedExecutionLevel level="highestAvailable" uiAccess="false" />
If you want to utilize File and Registry Virtualization for backward
compatibility then delete the requestedExecutionLevel node.
-->
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
</requestedPrivileges>
I presume the <!-- is the beginning of a comment-out statement and that I merely needed to take one of these statements and place it at the bottom.
Others have stated when you use require administrator that it changes the icon but I'm not seeing this behavior.
I am unsure if it is in fact even referring to the manifest file at all.
I'm puzzled as to why on some of my WVD servers I have no issue and yet others i always get the problem.
I have checked the .net versions and they are all correct. I have checked c++ and they also are correct
the version of windows is all the same and yet some machines refuse to write to this location at all.
Any clarity of any sort as to the specifics around the manifest file would be appreciated