Hello,
I am trying to populate raw tables using Export Import Wizard in SSMS. When I am setting the source everything seems to work but destination (a virtual machine) shows the following error:
Could not retrive table list.Login failed for user domain\user. (Microsoft SQL Server Native Cliente 11.0)
The source is a Windows Server 2012 With SQL server BI, and it hosts the destination virtual machine (with the same platform that its host).
en System.Data.OleDb.OleDbConnectionInternal..ctor(OleDbConnectionString constr, OleDbConnection connection) en System.Data.OleDb.OleDbConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject) en System.Data.ProviderBase.DbConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions) en System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup, DbConnectionOptions userOptions) en System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) en System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) en System.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) en System.Data.ProviderBase.DbConnectionInternal.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) en System.Data.OleDb.OleDbConnection.Open() en Microsoft.SqlServer.Dts.DtsWizard.SQLServerForm.LoadDatabasesList()
I added vm to domain and enabled remote connections.
I've added Windows Credentials to Components Services / Microsoft Sql Server Intergration Services 11.0 and activate for remote start and remote access, however the error persists.
I've also created a user in SSMS destination machine and used sql server authentication without sucess.
Thanks in advance.