|
Home > Archive > BizTalk Server Orchestration > September 2005 > What account does VS use to deploy a BizTalk project?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
What account does VS use to deploy a BizTalk project?
|
|
|
| When I tried to deploy a BizTalk project (one simple schema and one simple
orchestration) from Visual Studios, I got an error message saying, "SQL
Server does not exist or access denied". I know SQL is running on the same
box, so it must be the access rights.
Question:
What account does Visual Studio use when it performs a deployment? Can I use
any account I want?
Thank you in advance.
-tc
| |
| Michael Høtoft 2005-09-06, 2:51 am |
| Hello tcw,
VS uses your current logon account.
regards
Michael Høtoft
> When I tried to deploy a BizTalk project (one simple schema and one
> simple orchestration) from Visual Studios, I got an error message
> saying, "SQL Server does not exist or access denied". I know SQL is
> running on the same box, so it must be the access rights.
>
> Question:
> What account does Visual Studio use when it performs a deployment? Can
> I use
> any account I want?
> Thank you in advance.
>
> -tc
>
| |
| Lakshmi Murthy 2005-09-06, 7:48 am |
| Hi,
VS uses currently logged account name. You might be getting this error
because of the wrong machine name mentioned in the BizTalk Server Project
Configuration Properties.
You can check whether the correct machine name is mentioned by checking the
following property:
1. Right Click on the BizTalk Server Project and select Properties.
2. Select Configuration properties and select Deployment. On the right hand
side, you can see the database name as BizTalkMgmtDb. Check the name of the
Server. If the name is different from your machine name, enter your machine
name for the Server. This resolves the above error.
HTH
Lakshmi
http://techsavygal.blogspot.com
"Michael Høtoft" wrote:
> Hello tcw,
>
> VS uses your current logon account.
>
> regards
> Michael Høtoft
>
>
>
>
>
| |
|
| Thanks a lot gentlemen That really helped me. It works now.
-tc
"Lakshmi Murthy" <LakshmiMurthy@discussions.microsoft.com> wrote in message
news:5EB2F29F-D6E6-4FFF-A082-5D1CD687BF5E@microsoft.com...[vbcol=seagreen]
> Hi,
>
> VS uses currently logged account name. You might be getting this error
> because of the wrong machine name mentioned in the BizTalk Server Project
> Configuration Properties.
>
> You can check whether the correct machine name is mentioned by checking
> the
> following property:
>
> 1. Right Click on the BizTalk Server Project and select Properties.
> 2. Select Configuration properties and select Deployment. On the right
> hand
> side, you can see the database name as BizTalkMgmtDb. Check the name of
> the
> Server. If the name is different from your machine name, enter your
> machine
> name for the Server. This resolves the above error.
>
> HTH
> Lakshmi
> http://techsavygal.blogspot.com
>
>
>
>
>
> "Michael Høtoft" wrote:
>
|
|
|
|
|