Re: Issue with Admin in Sql Server 2005
- From: "bass_player" <bass_player@xxxxxxxx>
- Date: Fri, 21 Mar 2008 13:30:24 +0800
Make sure that the account you use for your PeopleSoft service has permissions to create databases in your SQL Server instance
"saw" <swexpress(remove)@hotmail.com> wrote in message news:#LgWAMriIHA.3940@xxxxxxxxxxxxxxxxxxxxxxx
I am allowing PeopleSoft to create the database for me..
Thank you for your reply. I really hope to get this working soon.
"bass_player" <bass_player@xxxxxxxx> wrote in message news:OFJ0cjmiIHA.1168@xxxxxxxxxxxxxxxxxxxxxxxAre you creating the database using SQL Server Management Studio or you are allowing PeopleSoft to create the database for you?
"Uri Dimant" <urid@xxxxxxxxxxx> wrote in message news:#bqlJUmiIHA.5956@xxxxxxxxxxxxxxxxxxxxxxxsaw
CREATE LOGIN saw WITH password='jj'
XEC master..sp_addsrvrolemember @loginame = N'saw', @rolename = N'sysadmin'
CREATE USER saw FOR LOGIN saw
Please see BOL for more details
"saw" <swexpress(remove)@hotmail.com> wrote in message news:eJQ9ibiiIHA.5280@xxxxxxxxxxxxxxxxxxxxxxxI am new to SQL Server 2005. Here's my issue:
I am installing PeopleSoft with SQL Server 2005 backend. When I try to create the database it is giving me an error message Msg 5123 operating system error (Access is denied) while attempting to open or create the physical file 'C:/program files/EP_data.mdf'..
Can someone tell me the steps in setting up an user/login with the proper credentials to create an database.
Is this related to security or something as I am not sure.
Any help is appreciated.
- References:
- Issue with Admin in Sql Server 2005
- From: saw
- Re: Issue with Admin in Sql Server 2005
- From: Uri Dimant
- Re: Issue with Admin in Sql Server 2005
- From: bass_player
- Re: Issue with Admin in Sql Server 2005
- From: saw
- Issue with Admin in Sql Server 2005
- Prev by Date: Re: MSAccess can run SP on some workstations but not others - why?
- Next by Date: Re: MSAccess can run SP on some workstations but not others - why?
- Previous by thread: Re: Issue with Admin in Sql Server 2005
- Next by thread: Re: Cannot login SQL Server with 'sa'
- Index(es):
Relevant Pages
|
|