Difference between revisions of "Key: BulkPath"
(jrfconvert import) |
|||
Line 1: | Line 1: | ||
− | [[Category: | + | [[Category:Import/Export_keys]] |
+ | {{HelpFiles_Deployment}} | ||
| | ||
− | + | ==Key: BulkPath== | |
===Syntax=== | ===Syntax=== |
Latest revision as of 11:20, 6 February 2012
<accesscontrol>Main:MyGroup</accesscontrol>
Key: BulkPath
Syntax
<add key="BulkPath" value="[PATH]"/>
[PATH]: Location for placing files on server
Purpose
BulkPath: This path points to the above folder in the database server, and used by the MS SQL server.
and point to just one folder in the database server, but are used by two different instances: Catglobe (in the webserver) and database engine (in the database server). If the database server is set up in the fail-over mode, both of them should be in the network form.
Make sure that ASPNET_IMPERSONATED and SQL Service account user have full access to the folders above.
Example of key
<add key="BulkPath" value="\\Catproc\Temp\" />