June 18, 2006 at 8:32 pm
Hi All
I'm using SQL-Server 2005 Enterprise SP1 Run on MS-Windows Server 2003 Enterprise, My problem is I want to create full-text catalog on my DB but in creation time I alway got an error like this "Execution of a full-text operation failed. 'The cryptographic operation failed due to a local security option setting."
Does anyone know how to fix this problem
thank you in advance
Bobbie
June 18, 2006 at 9:41 pm
The creator must have CREATE FULLTEXT CATALOG permission on the database or be a member of the db_ddladmin or db_owner database roles.
A full-text catalog is created in a specified or default file system location, I would check permissions on that location and make sure they are compatible.
June 19, 2006 at 2:47 am
Thanks Keith Risman
Creator is a member of db_owner in dB roles and have the right permission in specified file system location. But I don't know why it still got an error like i describe above
Bobbie
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply