|
No matter what I try I am unable to establish a connection to any server or database both local and remote. I open the “Data Link Properties” dialog, on the provider tab I select “Microsoft OLE DB Provider for SQL Server” on the connection tab set the server name, use windows integrated security, and finally select a database on the selected server. I click “Test Connection” and get “Test connection succeeded” I click “Ok” on the “Data Link Properties” dialog, and the data source grid shows an error icon with “unable to connect”. I have also tried some of the other drivers listed on the Provider tab with no success.
I can use the Object Mapping tool’s generated connection string to connect to the same server in ADO code, the string is listed below.
Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=IdeaBladeTutorial;Data Source=(local)
I have read your documentation, and looked at ibrunner.com but have not found anything referencing this problem. I have uninstalled and reinstalled IdeaBlade, this did not seem to help. I did not experience any problems during uninstall or install.
My configuration is as follows:
Visual Studio 2005 Professional Edition, with SP1 applied. (This problem existed before SP1 was installed)
IdeaBlade Version 3.4.0.3
Windows XP Professional SP2
SQL Server 2005 local
SQL Server 2000 remote
Any help you could provide would be greatly appreciated
|