在偏远的行文上执行Sql造成错误:
www.un.org/Depts/DGACM/index_spanish.htm Failed tolinkkou database. (2147467259 myDB1)
锡克尔文是:
<sql:SqlString
Id= UpdateSomething1
SqlDb= myDB1
ExecuteOnInstall= yes
User= SQLUser
ContinueOnError= no
ExecuteOnReinstall= no
ExecuteOnUninstall= no
Sequence= 26
SQL= [SqlString] />
Db是:
<sql:SqlDatabase
Id= myDB1
Database= myDB1
Server= [DATABASE_SERVER]
CreateOnInstall= yes
DropOnInstall= no
DropOnUninstall= no
ContinueOnError= no />
用户是:
<util:User
Id="SQLUser"
Name="myUserName1"
Password="password1"/>
The problem does not occur with the local DB. We extracted more specific error message from the IP traffic (the actual error that the remote MSSQL server throws):
Can not open database "myDb1" requested by the login. The login failed. {remote machine name} Login failed for user {user name}
感谢你提供任何帮助和信息。
Max