Setting up a remote file store on a Microsoft Vista machine Issue
You set up a remote file store on a computer running the Microsoft Vista operating system according to the instructions in the advanced configuration guide, but re-indexing failed for all of the files in your vault. Solution
To correct this issue, follow the procedures outlined below. Create a new domain user account - Open the Active Directory Users and Computers and select the Organizational Unit (OU) where you want to create the account.
- Create an account named AutodeskASPNETRemote.
- Create a password to match your domain password policy, and then set it to never expire.
Update the ASPNET user on the server machine. - In Windows Explorer, locate the machine.config file in the C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG directory.
- Open the the machine.config file in a text editor, such as Notepad.
- Replace
<processModel autoConfig="true" />
with
<processModel enable="true" userName="Domain\AutodeskASPNETRemote" password="Password" />
- On the command line, enter
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\ aspnet_regiis.exe -ga Domain\AutodeskASPNETRemote.
Give the AutodeskASPNETRemote user access to the remote share. - On the remote file store machine, select the remote share, and then right-click. On the shortcut menu, click Properties.
- In the Properties dialog box, click the Security tab.
- On the Security tab, under Group or user name, click Add.
- In the Select Users, Computers or Groups dialog box, add Domain\AutodeskASPNETRemote.
- Click OK.
- On the Security tab, under Permissions for Domain\AutodeskASPNETRemote, set permissions to Read.
- Click OK.
Give us your feedback on this document:
AUTODESK DOES NOT GUARANTEE THAT YOU WILL BE ABLE TO SUCCESSFULLY DOWNLOAD OR IMPLEMENT ANY SERVICE PACK OR WORKAROUND, OR ANY OF THE TIPS, TRICKS, EXAMPLES OR SUGGESTIONS OUTLINED IN ANY AUTODESK PRODUCT SUPPORT TECHNICAL DOCUMENTS. TECHNICAL DOCUMENTS, SERVICE PACKS AND WORKAROUNDS ARE SUBJECT TO CHANGE WITHOUT NOTICE TO YOU. AUTODESK PROVIDES TECHNICAL DOCUMENTS, SERVICE PACKS AND WORKAROUNDS "AS IS" WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL AUTODESK OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF DATA, OR LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, THAT MAY OCCUR AS A RESULT OF IMPLEMENTING ANY SERVICE PACK OR WORKAROUND, OR ANY SUGGESTION OUTLINED IN ANY AUTODESK PRODUCT SUPPORT TECHNICAL DOCUMENT, EVEN IF AUTODESK OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. |