Click here to Skip to main content
15,892,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I could connect the database to different server thro' network, but last few days it fails to connect. It populates the Error message Failed to retrieve data for this request (Microsoft.SqlServer.Management.Sdk.Sfc.EnumeratorCore)

To my suprice I could connect the SQL Profiler. Can anyone help me out.

Regards,
John
Posted

1 solution

If you have been connecting previously, and now it suddenly isn't connecting, *something* must now be different.

If you haven't changed the code, then that *something* must be network related.

Some areas for you to check would be:

1. Has the database user got the appropriate permissions?
2. Is the network firewall blocking access to the appropriate ports?
3. Has the server/database name changed?

You may need to delve a little deeper into this, and post some code about how you are connecting...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900