Hi,
I'm trying to connect to the sql server reporting services using the following connection string:
Server=tcp:MyServer.database.windows.net;Database=MyDB;User ID=MyUID@MyServer;Password=MyPassword;Trusted_Connection=True;Encrypt=True;
By trying to access the DataBase from my PC, it works fine and the connection succeed, but by trying to access the sql server, from the server, I get the following error message:
provider: TCP Provider, error: 0 - A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.)
I refered to http://blogs.msdn.com/b/narahari/archive/2011/12/21/azure-a-connection-attempt-failed-because-the-connected-party-did-not-properly-respond-after-a-period-of-time-or-established-connection-failed-because-connected-host-has-failed-to-respond-x-x-x-x-x-quot.aspx for a solution, but I don't have Microsoft Firewall ISA client.
Can you please, help me solve the above problem?
Regards,
Bader