Scolo - Snowmaking Maintenance And Operation System Documentation
| Trouble Shooting | Previous | |

Troubleshooting – Bulk Load Error

Database Type: SQL Server

Error Message:

You get an error message stating ‘You do not have permission to use the bulk load statement.’.

Fix:

You need to run the command for allowing bulk inserts for the database account you are using for Scolo. The command you need to run to all this is the following with [service_Scolo] being the service account for all Scolo instances.

GRANT ADMINISTER BULK OPERATIONS TO [service_Scolo]

See the section SQL Server Preparation for all suggested setup requirements for your SQL Server database.

| Trouble Shooting | Previous | |