Re: Stored Procedures Data view webparts
- From: Tony Hughes <tony.john.hughes@xxxxxxxxx>
- Date: Sun, 1 Jun 2008 23:18:41 -0700 (PDT)
Sweet thanks mate. Turned out to be the user permissions we could see
and diagnose with SQL profiler.
Got another issue though i cannot filter the contents? anybody else
have these problems with stored procedures and filtering the data.
When i do attempt to i break the stored proc and just get the generic
error message.
On May 31, 10:08 am, Tony Hughes <tony.john.hug...@xxxxxxxxx> wrote:
Umm the main thing though is with designer it will not even add to the
page just comes up with an error automatically in the left had side
where it attempts to display the table and data structure. will try
profiler whilst doing this.
On May 31, 12:12 am, "JD" <ya...@xxxxxxxxxxxxxxxx> wrote:
The only way I have found to get any type of trace is to use SQL Profiler.
It will give you a trace of all of the SQL executing on a given server.
Start a profiler session against the server where you are running the SP and
hit the page with the web part and you should see it execute and the
parameters being passed to it.
"Tony Hughes" <tony.john.hug...@xxxxxxxxx> wrote in message
news:4fad5198-92b9-4e26-90d5-4305c3c9b407@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi Guys,
I've had a stored procedure created that works in the following way
User log's into SP>using the (LOGIN_USER) parameter the user's id
passed to stored procedure>stored procedure looks up user's group
memberships uses these to grab the appropriate data for the user.
Have tested the procedures themselves they seem ok having issues with
what looks like the sub stored procedures.
Having the following issues basically i get a generic error message
when i try to drag the connection in using the (LOGIN_USER) parameter
wondering if anyone knows how to turn on full logging to actually see
an error message.
The above is the main method of how i am securing front end client
data.
.
- Follow-Ups:
- Next by Date: Re: Upload multiple ZIP to MOSS from Vista
- Next by thread: Re: Stored Procedures Data view webparts
- Index(es):
Relevant Pages
|