noel.whelan@gmail.com wrote on 1 May 2006 06:09:32 -0700:
> I could dump the trace in a post, though I'm not certain what the value
> of that would be. It's not explicit (or I'm not viewing it properly)
[quoted text clipped - 9 lines]
> too; but I've gone back and forth a few times between including the
> query itself and the view in the interface code..
Did you manage to resolve this? I've just noticed that I've got the same
problem on my own databases! I've verified the SQL and database are
correct - if I change the account name my ASP page runs under then it works
correctly, but under the account I need to run the site under I get NULL
back for the property.
The user account has only SELECT permission on the table that the FTS
catalog has been created against, and I can't find any information about
other permissions that might be needed to get this working.
Dan
Daniel Crichton - 26 May 2006 15:33 GMT
Daniel wrote to noel.whelan@gmail.com on Fri, 26 May 2006 15:22:42 +0100:
> noel.whelan@gmail.com wrote on 1 May 2006 06:09:32 -0700:
>
[quoted text clipped - 21 lines]
> catalog has been created against, and I can't find any information about
> other permissions that might be needed to get this working.
Actually, I suppose I should point out the the user account is a member of a
Windows group, and that group has been given the db_datareader role for the
database that the table with the FTS catalog on is located in.
Dan
Daniel Crichton - 30 May 2006 12:28 GMT
Daniel wrote to Daniel Crichton on Fri, 26 May 2006 15:33:53 +0100:
> Daniel wrote to noel.whelan@gmail.com on Fri, 26 May 2006 15:22:42 +0100:
>
[quoted text clipped - 29 lines]
>
> Dan
OK, I solved it. I had to give permission to the user account to the VIEW
DEFINITION securable of the catalog. For some reason db_datareader does not
include this permission.
Dan