Error on create full-text catalog

  •  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

  •  

    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. 

  • 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