Re: Application roles Please Help!
From: Magnus Pettersson (magnus@businessvision.se)
Date: 01/14/03
- Next message: BP Margolin: "Re: Locking down database accounts"
- Previous message: David Lucus: "Re: Please Help"
- In reply to: Pura: "Re: Application roles Please Help!"
- Next in thread: Dan Guzman: "Re: Application roles Please Help!"
- Reply: Dan Guzman: "Re: Application roles Please Help!"
- Reply: Sue Hoegemeier: "Re: Application roles Please Help!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Magnus Pettersson" <magnus@businessvision.se> Date: Tue, 14 Jan 2003 01:01:44 +0100
If I do this I get
Server: Msg 916, Level 14, State 1, Procedure TestViewMP, Line 3
Server user 'Conn2000' is not a valid user in database 'MDB_TAB_01'.
This is due to the Application role
I have a view called TestViewMP
looks like
CREATE VIEW dbo.TestViewMP
AS
SELECT *
FROM MDB_TAB_01.dbo.AAR
Granted to the Application role
Magnus
"Pura" <pn2kt@yahoo.com> wrote in message
news:rPFU9.612$M%5.439875740@newssvr11.news.prodigy.com...
> create your views as dbo then grant select to the App role. The remote
table
> should also be owned by dbo.
>
> "Magnus Pettersson" <magnus@businessvision.se> wrote in message
> news:e4GKHwzuCHA.1960@TK2MSFTNGP11...
> > Hi !
> >
> > We are using application roles in our client.
> >
> > Now we would like to run a remote procedure or call a
> > view with a table in an other database.
> >
> > Is there a workaround without using the guest account,
> > the DBAdmin is not fond of using the guest account, to connect to
another
> > database ?
> >
> > Any suggestion is fine
> >
> > Best regards Magnus
> >
> >
> >
> >
> >
>
>
- Next message: BP Margolin: "Re: Locking down database accounts"
- Previous message: David Lucus: "Re: Please Help"
- In reply to: Pura: "Re: Application roles Please Help!"
- Next in thread: Dan Guzman: "Re: Application roles Please Help!"
- Reply: Dan Guzman: "Re: Application roles Please Help!"
- Reply: Sue Hoegemeier: "Re: Application roles Please Help!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|