Problem in connect with Remote server??
-
Problem: Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection. Request This problem is generate when i connected with remote server i want to connection between two server to transfer data from one table to another.and i got data froms local server but when connect to another server then this problem arise.. From Mr.Saunat Sharma
-
Problem: Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection. Request This problem is generate when i connected with remote server i want to connection between two server to transfer data from one table to another.and i got data froms local server but when connect to another server then this problem arise.. From Mr.Saunat Sharma
Would probably be a good idea to start by pasting the code, especially your connection string. Also, have you checked the value of your User to ensure it's not null since that's showing up in your error message? Also again, if you're trying to use trusted connection (rather than SQL security) are you ensuring the workstation is actually logged into a domain account with proper rights?
-
Problem: Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection. Request This problem is generate when i connected with remote server i want to connection between two server to transfer data from one table to another.and i got data froms local server but when connect to another server then this problem arise.. From Mr.Saunat Sharma
Are you using web services to connect to the remote server? I seem to remember an issue with user details not being able to be passed through from one web service to another.
-
Are you using web services to connect to the remote server? I seem to remember an issue with user details not being able to be passed through from one web service to another.
thanx DoctorMick. exactly as u r telling me. This Problem arise when i am using windows service. What i m doing,Access records from one table from local server.Store it in dataset and then i will go for inserting record to Remote server.But i am unable to connect to remote server.