Optional - Install ASP File Upload component

Note: This component is only needed if your users use EEO or File Attachments. If you turn off the EEO and Attachments functionality (using Privilege Classes in Dovetail Admin), then installing this component is not necessary.

The ASP File Upload component is an ASP component used by EEO (Enhanced Email Out) and for uploading of File Attachments.

It is a product available from MotoBit, which we have bundled with Dovetail Agent.

1. Register the DLLs

The dll can be registered by using regsvr32.exe on a command like:

For x86 (32-bit) systems:

regsvr32 c:\dovetail\agent\aspUpload\x86\ASPFormX86.DLL
regsvr32 c:\dovetail\agent\aspUpload\x86\ScptUtlX86.dll

For x64 (64-bit) systems:

regsvr32 c:\dovetail\agent\aspUpload\x64\ASPFormX64.DLL
regsvr32 c:\dovetail\agent\aspUpload\x64\ScptUtlX64.dll

32 bit on a 64 bit system:

If you want to run the 32 bit version on a 64 bit system (for example, in a 32-bit application pool), you also have to register the 32 bit versions of the DLLs.

%windir%\SysWOW64\regsvr32 c:\dovetail\agent\aspUpload\x86\ASPFormX86.dll
%windir%\SysWOW64\regsvr32 c:\dovetail\agent\aspUpload\x86\ScptUtlX86.dll

Note: You may need to run your command line as an Administrator in order to register the DLLs.

2. Set Permissions

Grant read and execute permissions to the IUSR_[COMPUTERNAME] user

  1. Open My Computer or an Explorer window and navigate to the correct aspUpload folder (either x86 or x64) under the Dovetail Agent install location.
  2. Right-click on the directory and click Properties.
  3. Click the "Security' tab.
  4. Click "Add" to add a new group/user.
  5. For the object name to select, type: [COMPUTERNAME]\IUSR_[COMPUTERNAME] where [COMPUTERNAME] is the Windows computer/host name of your Server (i.e. WEBSVR01).
  6. Click OK.
  7. Highlight that user in the list of Groups or users with permissions to this folder and verify that the IUSR_* user has "Read & Execute", "List Folder Contents", and "Read" permissions.

See Also

Installing Dovetail Agent

Install the Dovetail SDK

Update the Clarify Schema

Add the Database Trigger

Add the fc_wip_q_counts Stored Procedure

Set Configuration Items

Import Data Files

Set Up Web Privclasses

Configure the Web Server

Edit the fc.env File

Modify the global.asa File

Optional - Set Up Search

Optional - Set Up Full Text Search (FTS) Client Software

Optional - Set Up Flashes Anywhere

Optional - Set Up Attachments Anywhere

Optional - Set Up Zip Codes

Optional - Add Indexes for the Integrated Notifier

Next

Optional - Set Up Search

Optional - Install ASP File Upload component